/*  
Theme Name: Fine SF Theme
Theme URI: http://bluefogdesign.com
Description: Custom theme for Fine Estate Liquidation, Inc. Design by Blue Fog Design. Produced by Jesse Keyes
Author: Jesse Keyes
Author URI: http://jessekeyes.com/
*/
/* main styles */
html, body {
height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url("img/headerback.jpg") repeat-x #FCF8CC;
	font-family: Georgia, Times, sans-serif;
	
	}
	
#wrapper {
	min-height: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	width: 940px;
	}
	
#container
{
clear:left;
padding: 0;
margin: 15px auto 0 auto;
width: 940px;
min-height: 150%;
background: url("img/side_tile2.jpg") repeat-y;
}
	
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
/* header *****************************/
	
#header {
margin: 0;
	height: 135px;
	}
	
#header_content {
	width: 540px;
	margin: 0px auto 0 auto;
	text-align: center;
	}
	
#header_content h1, #header_content h2 {
	display: none;
	}
	
#header_content img.title {
	margin: 20px 0 0 0;
	border:0px;
	}
	
img.fdl-l {
	float: left;
	margin: 10px 0px 0 17px;
	border:0px;
	}
	
img.fdl-r {
	float: right;
	margin: 10px 17px 0 0;
	border:0px;
	}
	
/* middle content *****************************/
	
	
#content {	
	width: 510px;
	margin: 0 auto 0 auto;
	height:100%;
	background: url("img/watermark.png") no-repeat;
	padding: 0;
	font-size: 10pt;
	line-height: 18pt;
	min-height: 400px;
	padding-top: 20px;
	margin-top: 15px;
	}
	
	
h2 {
	text-align: center;
	font-size: 14pt;
	}
	
	
.entry, .entry p {
	margin: 0 10px 0 10px;
	font-size: 10pt;
	line-height: 18pt;
	}
	
	
/* left sidebar ***********************************/
	
#l_sidebar {
	float: left;
	width: 210px;
	height: 100%;
	}
	
.pages {
	margin: 20px 0 0 5px;
	width: 165px;
	background: url("img/fdl_bullet2.png") no-repeat #FCF8CC;
	padding: 2px 0 2px 35px;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	color: #58595B;
	}
li.pagenav {
	list-style-type: none;
	}
	
	
li.page_item, li.blog {
	list-style-type: none;
	font-size: 10pt;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	margin-left: -35px;
	margin-top: 10px;
	text-indent: 35px;
	}
li.page_item a, li.blog a {
	color: #CC9900;
	text-decoration: none;
	width: 99%;
	display: block;
	margin-left: -1px;
	}
	
li.page_item a:hover, li.blog a:hover {
	color: #fff;
	background: #58595B;
	}
	
li.blog {
	margin: -5px 0 0 4px;
	}
	
/* right sidebar ***********************************/
	
	
	
#r_sidebar {
	float: right;
	width: 210px;
	height: 100%;
	margin: 20px 0 0 0;
	}
#r_sidebar li.page_item {
    /*margin-left: 5px;*/
    }
	
#r_sidebar a {
	color: #CC9900;
	text-decoration: none;
	width: 99%;
	}
	
#r_sidebar a:hover {
	color: #fff;
	background: #58595B;}
	
	
.about {
	margin: 0 0 0 5px;
	width: 165px;
	background: url("img/fdl_bullet2.png") no-repeat #FCF8CC;
	padding: 2px 0 2px 36px;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	color: #58595B;
	}
	
.contact {
	margin: 30px 0 0 5px;
	width: 165px;
	background: url("img/fdl_bullet2.png") no-repeat #FCF8CC;
	padding: 2px 0 2px 36px;
	font-style: italic;
	font-size: 11pt;
	font-weight: bold;
	color: #58595B;
	}	
	
div.textwidget {
	font-size: 10pt;
	font-style: italic;
	color: #CC9900;
	width: 150px;
	padding: 2px 0 2px 20px;
	margin: 20px 0 30px 0;
	}
	
#r_sidebar form {
	margin: 0 0 20px 35px;
	}
	
#r_sidebar li {
	list-style-type: none;
	list-style: none;
	font-size: 10pt;
	font-style: italic;
	line-height: 30px;
	font-weight: bold;
	margin-left: -35px;
	margin-top: 10px;
	}
#r_sidebar  a {
	color: #CC9900;
	text-decoration: none;
	width: 99%;
	display: block;
	margin-left: -1px;
	}
	
#r_sidebar  a:hover {
	color: #fff;
	background: #58595B;
	}
	
	
	
/* footer ************************************/
	
	
#footer {
	width:510px;
	height: 50px;
	margin: 100px auto 0 220px;
	font-size: 9pt;
	text-align: center;
	background: none;
	}
#footer a {
	color: #000;
	font-weight: normal;
	}