/* 
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.

*/

#container {
	background: url(images/top.gif) no-repeat 0 293px;
}

#header {
	height: 258px;
}

#header h1 {
    text-align: center;
    z-index: -10;
    position: relative;
}

.post-content img.wp-smiley {
    background: transparent;
    padding: 1px;
}

ol.commentlist li.byuser {
    border: solid 1px  #ddd;
    padding: 5px;
    background: #B2D1E4;
}

ol.commentlist .comment-head .avatar {
    float: left;
    margin: .5em;
}
.post-content p {
    font-size: 14.5px;
    line-height: 25.9px;
    font-family: Helvetica, Verdana, sans-serif;
}
.post-content img {
    padding: 2px;
}
.post-content pre {
    border: solid 1px #ccc;
    background: #eaeaea;
    padding: 3px;
}
.post-content h3 { font-size: 16px; }
.post-content h4 { font-size: 16px; }

#sidebar .blogroll ul li, #sidebar .widget_links ul li {
    background: none;
}
#sidebar .categories ul li, #sidebar .blogroll ul li, #sidebar .widget_categories ul li, #sidebar .widget_links ul li {
    width: 124px;
}
#sidebar_in .block ul li {
    background: none;
    padding: 4px 0;
}

