/* 
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.

*/

body {
background:#000 url(http://www.supplyant.com/wp-content/uploads/2010/08/mountains.jpg) no-repeat 0 0;
}

#container {
width:1060px;
margin:0 auto; 
}
 
#top {
background:transparent;
} 
 
#header {
background:transparent;
padding:0 0 20px;
}

#nav a {
color:#444;
font-size:12px;
font-weight:bold;
background-color:#fff;
}

#nav li:hover, #nav li.current_page_item {
background:#fff;
text-decoration:underline;
}

#featured .col-full {
width:1060px;
}

#featured.home .featured-image {
padding:0;
width:1060px;
margin-bottom:-5px;
}

#content { 
background:#fff;
}
 
a:link, a:visited  { color: #408000; text-decoration:none; }
a:hover {background-color:#408000; color: #fff; text-decoration:underline;}

#portfolio .block a.thumb2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
border:1px solid #DDDDDD;
display:block;
margin:0 0 20px;
padding:4px;
}

.widget ul li a {color:#408000; font-size:bold;}
.widget ul li a:hover {color:#fff;}

h2 {font-size:32px; color:#40800; line-height:30px;}
h2 a:hover {background-color:#fff; color:#40800;}

#featured.home .featured-content{
padding:20px 0 0;
display:none;
}

#featured span.archive_header.blog {
}

.entry blockquote  {
    background-color:#EEFFEC;
    padding:5px;
    color: #000;
    font-size:14px;
    font-style: italic;
    margin: 1em 3em 3em 0em; }
blockquote p:before {
    content: '"'; }
blockquote p:after {
    content: '"'; }

.entry p {margin 0 0 5px;}

#featured #page-title h2, #page-title h1, #featured span.archive_header
{
text-shadow:none;
color:#666;
}
#nav a, #footer #footer-widgets h3, #featured.home h2, #logo .site-title a {
text-shadow:none;
}

.entry img {
border:0px solid #CCCCCC;
padding:5px;}

#credit {
display:none;
}
