/* 
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.

*/

#top-out {
	width: 100%;
	background: url(images/bg_top.png) repeat-x 0 0;
}

#header {
	width: 100%;
	height: 107px;
	padding-top: 25px;
	background: #ffffff;
	clear: both;
	position: relative;
}



/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
	background: #f7b32e;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
	background: url(images/bg_middle_out_bottom.png) repeat-x left bottom;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(images/bg_middle_content_single.png) repeat-y;
}

#middle-content { /* Background - Content */
	width: 939px;
	margin: 0 auto;
	background: url(images/bg_middle_content.png) repeat-y;
}


#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
	background: url(images/bg_middle_content_bottom.png) no-repeat 0 bottom;
}

/* Content */

#content {
	width: 924px;
	min-height: 550px;
	padding: 34px 7px 50px 8px;
	background: url(images/bg_middle_top.png) no-repeat 0 0;
}


#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	background: url(images/bg_sidebar_folder.jpg) no-repeat 0 7px;
}




/* Footer */

#footer-out {
	width: 100%;
	background: #f6c460;
}

#footer {
	width: 939px;
	margin: 0 auto;
	background: #f6c460;
	padding: 23px 0 10px 0;
}


/* Footer (copyright) */

#copyright-out {
	width: 100%;
	background: #f6c460;
	padding: 10px 0 14px 0;
}