/* 
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: url(images/bg-leather.gif);
}

.post-content, img.size-full{
	padding: 0;
	background: #FFFFFF;
}

.post-content h2 {
	font-size: 20px;
	line-height: 30px;
}

.post-content img {
	padding: 5px;
	background: #ECECEC;
}

#footer .left-col ul li {
	line-height: 20px;
	font-size: 12px;
	padding: 6px 0 9px 0;
	font-weight: bold;
	background: url(images/footer_line.gif) repeat-x left bottom;
}


.dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:1px solid #DDDDDD;
        border-left:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
	float:left;
        margin-top: 80px;
	margin-left:-92px;
	margin-right:10px;
	position:absolute;
	z-index:1;
}

/* Related Posts */
ol.related-posts {clear:both; float:left; width:100%; position:relative; text-align:center; margin:5px 0 20px; padding:0;}
ol.related-posts li{width:110px; float:left; display:inline; margin-right:15px;; padding:0;}

ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
ol.related-posts li{font-size:12px;}

