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

Instructions:

Add your custom styles at the end of this file 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.
*/

body {
background-color:#000000;}
#wrapper {
background-color:#FFFFFF;
width:940px;
padding:0px;
}

#header {
padding-bottom:80px;
padding-top:80px;
}
#content {
padding:10px 0 40px;
}
#sidebar {
margin-left:10px;
overflow:hidden;
}
#main {
margin-right:10px;
}
#footer {
background-color:#F2F2F2;
}

a:link, a:visited {
color:#5F3624;}
h2 {
font:24px/1.5em arial;
}
#footer, #footer p {
font:italic 14px arial,verdana;
}
.entry, .entry p {
color:#555555;
font:14px/1.6em arial,verdana,serif;
}

.widget ul li a {
font-size:14px;
}
.widget h3 {
font:bold 16px/1.5em Arial,sans-serif;
}

