/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

a {
    color: #3B648A;
    text-decoration: none;
}

h2 {
    font-size: 1.6em;
	color: #555555;
}

#header {
    background: url("ozsource/burlap.png") repeat scroll center top #273646;
    border-top: 1px solid #444444;
    padding: 15px 0;
}

#top {
    background: url("ozsource/burlap.png") repeat-x scroll center top #333333;
    border-bottom: 1px solid #222222;
    font-size: 11px;
    line-height: 33px;
    margin: 0 auto;
    padding: 0;
}

#background {
    background: url("ozsource/burlap.png") repeat scroll center top #E4E4E4;
}

#topmenu {
    background: url("ozsource/burlap.png") repeat-x scroll center top #FFFEFF;
    border-bottom: 1px solid #B5B5B5;
    height: 33px;
    margin-bottom: 20px;
    position: relative;
}

#topmenu #rss {
    top: -14px;
    width: 142px;
}

#plusone {
    display: block;
    float: right;
    margin-top: 9px;
    margin-left: 5px;
}

#topmenu li {
    border-left: 1px solid #B5B5B5;
}

#logo {
    float: left;
    overflow: hidden;
    padding: 10px 0 5px;
}

.box {
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 12px #666666;
}

img.post-thumbnail {
    border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 1px 5px #B7B7B7;
    float: left;
    margin: 5px 10px 15px 0;
}

.box img {
    border: 1px solid #999999;
    margin: 5px 10px 15px 0;
}

.widget, #post-author, #main #connect {
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 12px #666666;
}

#comments .nocomments, ol.commentlist p, #respond p {
    color: #333333 !important;
}

ol.commentlist li.comment {
border-radius: 9px 9px 9px 9px;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);}
}

h3#pings {
    margin: 5px 0 10px;
}

.post .title a {
    color: #2B2B2B;
    padding-bottom: 5px;
}

#top .subscribe .posts, #top .subscribe .comments, #top .subscribe .email {
    color: #628bb3;
}


