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

Instructions:

Add your custom styles in 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: #efefef;
}
#header {
padding: 20px 0 15px;
height: 110px;
}
#header hgroup {
margin: 15px 0;
position: absolute;
}
a.rss {
display:none;
}
#navigation {
margin-top: 0px;
}
.nav a {
color: #C00;
}
#header .site-title a {
text-shadow: 4px 3px 2px #999;
}
#content-wrap {
padding: 20px 0;
}
#content {
background: white;
padding: 10px;
border: 1px solid #CCC;
}
#content #intro p {
line-height: 22px;
}
#content #intro img {
float: left;
padding: 0;
box-shadow: 3px 3px 4px #888;
margin: 0 15px 5px 0;
}
#content .slider-container #featured li {
display:list-item;
}
#content .portfolio-item .post-bot {
background-image: url(images/bg-featured-portfolio166.png);
}
section h3,
.widget h3 {
letter-spacing: 1px;
text-transform: uppercase;
font-weight:bold;
}

.published-item {
height:250px;
overflow: hidden;
}
.published-item img.woo-image {
border:1px solid #ccc;
box-shadow:2px 2px 3px #aaa;
}
.published-item img:not(.woo-image) {
display:none;
}

#footer {
padding: 20px 0 20px;
}