/* 
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: #2E2721;}
#content {background-color: #fff;}
#top{
	background: #2f2822 url(images/bg.jpg) no-repeat center 95px;
	min-height:0;}

#header{
	background:url(images/bg-top.png) repeat-x;
	padding:0 0 10px;
	clear:both;
	position:relative;
	z-index:10;
}
#featured {
	/*background:url(images/bg-border-top.png) repeat-x top left;*/
	background: none;
}
#featured.home .featured-image {
	width:490px;
	padding:15px 0 0;
	margin-bottom:-70px;
	position:relative;
	text-align:center;
}
#featured.home .featured-content {
	width:450px;
	padding:30px 0 0;
}
#breadcrumb {
	background:#f7ecd8 url(images/bg-breadcrumb-top.png) repeat-x top center;
	height:44px;
	border-top:1px solid #f7ecd8;
	border-bottom:0px none;
	color:#777;
	line-height:44px;
}
ul#nav {
	margin-top:30px;
}
#nav a {
	display:block;
	z-index:100;
	padding:0 10px;
	line-height:28px;
	font-size:17px;
	color:#b84c13;
	text-decoration:none;
}
#footer{
	background: #2e2721 url(images/bg-footer-top.png) repeat-x top center;
	font-size:12px;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
#mini-features .feature {
	margin-left:65px;
}
#footer #footer-widgets p {
	color:#edd6a9;
}
