/* 
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-color: #A61D14;
	background-image: none;
}

#content a, #content a:link, #content a:visited {
	color: #A61D14;
	font-weight: bold;
}

#content a:hover, #content a:active {
	color: #333333;
	text-decoration: underline;
}

#header 
{
	background-color: #A61D14;
height: 192px;
	background-image: none;
	padding: 0px 10px;
	width: 920px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-top: 10px;
}

#top
{
	height: 231px;
	margin-bottom: 0px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	background-image: none;
}

#navigation
{
	margin: 0px;
	background-color: #333333;
	background-image: none;
	border: none;
}

#content 
{
	background-color: #ffffff;
	padding: 0px;
	width: 940px;
}

#inner-wrapper
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#main
{
	width: 640px;
	margin-top: 10px;
	margin-left: 10px;
}

#sidebar
{
	width: 260px;
	padding-left: 10px;
	background-color: #eeeeee !important;
	border-left: solid 1px #d6d6d6;
	border-bottom: solid 1px #d6d6d6;
}

#sidebar .widget
{
	padding: 20px 0px;
	margin: 0px;
	background-color: #eeeeee !important;
}

#footer-outer
{
	width: 940px;
	margin: 0px auto;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-image: none;
	background-color: #333333;
	
}

#footer
{
	background-image: none;
	padding: 15px;
	position: relative;
	width: 910px;
}

#inner-wrapper
{
	width: 940px;
	margin: 0px auto;
	border-radius: 15px;
	box-shadow: 0px 3px 15px #333;
}

footer.entry-meta {
	padding: 10px 5px 5px 10px;
	background-color: #eeeeee;
	border-bottom: solid 1px #d6d6d6;
}

.widget ul li
{
	list-style-type: square;
	margin-left: 20px;
	margin-right: 2px;
}