/* 
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.

*/


html, body {
color:#515151;
font-family:arial;
font-size:14px;
}

a {
color:#663300;
text-decoration:none;
}

h3 {
color:#0C436B;
font-size:18px;
padding:10px 0;
}

#top-menu li {
font-size:15px;
line-height:14px;
}

#content #single .post blockquote {
border-left:medium none;
color:#777777;
font-style:italic;
margin:5px auto 15px;
padding:0 10px;
width:85%;
}

#content #single .post ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
padding:3px 0;
}

#content #single .post h2 {
color:#5E2F00;
font-family:Georgia;
font-size:25px;
font-weight:normal;
}

#content #latest .post h2 {
font-family:Georgia;
font-size:20px;
font-weight:normal;
}

#header .date p {
color:#D0EAFB;
font-family:verdana,arial,sans-serif;
font-size:11px;
padding:0 0 10px;
}



#content .featured {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D8E9F3 none repeat scroll 0 0;
color:#C4C4C4;
padding:5px 20px 10px;
width:590px;
}

#content .featured {
color:#000033;
}

#content .featured h2 a {
color:#663300;
font-size:23px;
}

#content #latest .post p {
display:inline;
line-height:21px;
padding:2px 0 5px;
}

a.read-more {
color:#0066CC;
font-family:georgia;
font-style:italic;
font-weight:normal;
margin-left:5px;
text-decoration:underline;
}


