/* 
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.

*/

/* Footer*/

#footer-main {
	font-size:1em;
	color:#fbfbfb;
	width: 936px;
	background:#00204e;
	margin: 0 auto;
	padding:10px;
	}

#footer-main h3
{
border-bottom:2px solid #B71234;
padding: 0px 0px 6px 0px;
}
	#footer-bottom {
	font-size:1em;
	color:#756E52;
	width: 936px;
	background:#fbfbfb;
	margin: 0 auto;
	padding:10px;
	}

#footer-bottom h3
{
border-bottom:2px solid #B71234;
padding: 0px 0px 6px 0px;
}
	
#foot_box_left, #footbox {
	width:280px;
	float:left;
	padding:10px;
	}
#foot_box_left h3
{
border-bottom:2px solid #B71234;
}
	
#footbox {
	margin-left:17px;
	}

#foot_box_right {
	width:280px;
	float:right;
	padding:10px;
	}
#foot_box_right h3
{
border-bottom:2px solid #B71234;
}
	
#foot_box_left a, #footbox a, #foot_box_right a {
	color:#fff;
	}

#foot_box_left ul, #footbox ul, #foot_box_right ul {
	margin-top:5px;
	}

#foot_box_left ul li, #footbox ul li, #recent_comments ul li {
	list-style:none;
	padding:5px;
	display:block;
	}
#foot_box_right ul li, #footbox ul li, #recent_comments ul li {
	list-style:none;
	padding:5px;
	display:block;
	}

#footbox ul li:hover, #foot_box_left ul li:hover {
	background:#B71234;
	color:#fff;
	}

#foot_box_left ul li:first-child, #footbox ul li:first-child, #foot_box_right ul li:first-child {
	border-top:0px dotted #fff;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: block;
	}