/*  
Theme Name: Cory Miller's Real Estate Theme
Author URI: http://corymiller.com
Version: 1
Author: Cory Miller
Description: Real Estate Theme is a two column, clean blue, grey and white theme designed for blog content and sharp simplicity. Photo by Brenda Anderson.
All CSS, XHTML and design is copyrighted. Please don't steal.
*/

body {
	font: 12px Arial, Verdana, Sans-Serif; 
	background: #666666 url(images/pagebg.png) top center repeat;
	color: #000000;
	margin: 0 0 20px 0;
}

body * {margin: 0; padding: 0;}

a, a:visited { 
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#container { 
	background: #b9b09e url(images/contentback.gif) top center repeat-x;
	width: 860px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	overflow: hidden;
}
#header {
	background: #2397E9 top center no-repeat;
	padding: 0;
	text-align: left;
}#header h2 {
	font: bold 30px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #ffffff;
	margin: 0;
}
#header h2 a {
	color: #ffffff;
	text-decoration: none;
}
#header h2 a:hover {
	color: #006699;
	text-decoration: none;
}
#header h3 { 
	font: 13px Georgia, Times New Roman, Sans-Serif; 
	color: #ffffff;
	text-indent: 5px; 
	margin: 0;
}
#menu { 
	background: #595441 url(images/menu.gif) top repeat-x;
	margin: 0;
	padding: 11px 0 8px 0;
	text-align: left;
	z-index: 5;
}

#menu img{ border: none; }
#menu h2 {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 0;
}
#menu li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 4px;
}
#menu ul li a {
	font: bold 15px Helvetica, Arial, Verdana, Sans-Serif; 
	color: #ffffff;
	padding: 8px 25px 8px 25px;
	margin: 0 0 0 0;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #000;
	background-image: url(images/wbg.jpg);
	padding: 8px 25px 8px 25px;
	text-decoration: none;
}
#menu ul li.current_page_item a {
	color: #000;
	background-image: url(images/wbg.jpg);
	padding: 8px 25px 8px 25px;
	text-decoration: none;
}
#topbanner {
	width: 100%;
	height: 101px;
	background-image: url(images/headerb.jpg) ;
	z-index: 1;
	position: relative;
}
#leftscreenshot {
	width: 463px;
	height: 198px;
	background: url(images/leftscreenshot.jpg) no-repeat;
	float: left;
	position: relative;
	margin: 0px;
}
#rightbox {
	background: url(images/realestatebio.jpg) repeat-x;
	width: 277px;
	height: 138px;
	float: right;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding:0px;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
}
#rightbox h2 {
        color: #fff;
        font-size: 26px;
        text-transform: uppercase;
}

#s {width: 215px;}

#content { 
	display: block;
	background: #ffffff;
	width: 517px;
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	float: left; 
	position:relative;
	padding: 30px;
	border: 1px solid #cccccc;
}

#content p{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#content p img{
	border: none;
	padding: 0 10px 10px 0;
}

#content h1 {
	font: normal bold 18px Helvetica Bold, Arial Bold, Verdana, Sans-Serif; 
	color: #000000;
	margin: 0;
	line-height: 120%;
	text-transform: uppercase;
	}
#content h1 a  {
	color: #000000;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}
#content h2 {
	font: normal bold 18px Helvetica Bold, Arial Bold, Verdana, Sans-Serif; 
	color: #333333;
	margin: 0;
	line-height: 120%;
	}
#content h2 a  {
	color: #333333;
	text-decoration: none;
	}
#content h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
	}
#content h3 {
	font: bold 14px Helvetica Bold, Arial Bold, Verdana, Sans-Serif; 
	color: #333333;
	margin-bottom: 0;
	line-height: 120%;
	}

#content h3 a  {
	color: #333333;
	text-decoration: none;
	}
#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}
#content ol {
	list-style: decimal; 
	line-height: 18px;
	margin: 0;
	padding: 0 0 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	}
#content li {
	margin: 0;
	padding: 0;
	}
#content ul li {
	list-style: square inside;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	}
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}
#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0 0 0 25px;
	padding: 0 25px 0 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
#content blockquote p{
	margin: 0 0 20px 0;
	padding: 0;
	}
.postspace {
	width: 440px;
	height: 32px;
	margin: 0;
	padding: 0;
	}
.postspace2 {
	width: 440px;
	height: 0;
	margin: 0;
	padding: 0;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0;
	padding: 0;
	}
#sidebar { 
	display: block;
	color: #b9b09e;
	background: #595441 url(images/sidebackback.gif) top center repeat-x;
	width: 190px;
	float: left; 
	position:relative;
	margin: 10px;
	padding: 20px 30px 20px 30px;
	text-align: left;        
        min-height: 322px;
	}
* html #sidebar { margin: 10px; margin-left: 5px; }

#sidebar p{
	margin: 0;
	line-height: 16px;
	padding: 5px 0 10px 0;
	}
#sidebar h2 {
	font: 20px Helvetica, Arial, Verdana, Sans-Serif; 
	font-weight: bold;
	color: #ffffff;
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}

#sidebar h3 {
	font: 16px Helvetica, Arial, Verdana, Sans-Serif; 
	font-weight: bold;
	color: #A9A08F;
	list-style: none;
	padding: 10px 0 10px 0;
	margin: 0;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
#sidebar ul.children {
	margin: 0;
	padding: 0 0 0 15px;
}
#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 6px 0 5px 0;
	}
#sidebar ul li a {
	color: #E1DED9;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#left, #center, #right {
        min-height: 350px;
}

#left h1, #center h1, #right h1, #left h2, #center h2, #right h2 { font-size: 25px;}
#left li, #center li, #right li {list-style-type: none;}
#left ul li, #center ul li, #right ul li { list-style-type: square; margin-left: 10px; line-height: 20px; }
* html #left, * html #center, * html #right {height: 400px;}
#left {
	display:block;
	background:#fff;
	width:231px;
	float:left;
	position:relative;
	border:1px solid #ccc;
	font-size:14px;
	color:#2E2E2E;
	margin:10px;
	padding:20px;
}
* html #left { margin-left: 5px; margin-right: 10px; }

#center {
	display:block;
	background:#fff;
	width:231px;
	float:left;
	position:relative;
	border:1px solid #ccc;
	font-size:14px;
	color:#2E2E2E;
	margin:10px 10px 10px 0px;
	padding:20px;
}
#center img{
	width:230px;
}
* html { width: 231px; padding-top: 20px; padding-left: 10px; padding-right: 10px; }
#right {
	display:block;
	background:#fff;
	width:231px;
	float:right;
	position:relative;
	border:1px solid #ccc;
	font-size:14px;
	color:#2E2E2E;
	margin:10px 10px 10px 0px;
	padding:20px;
}

#footer { 
	color: #ffffff;
	height:75px;
	font-weight: bold;
	padding: 11px;
	background: #6B6352 url(images/footer.gif) top center repeat-x;
	padding-top: 15px;
	text-align: center;
	clear: both;
}

* html #footer {background-image: url(images/footer.gif); padding-bottom: 0px; height: 85px; }

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftdiv{
	float:left;
	text-align:left;
	width:40%;
	vertical-align:middle;
}
#rightdiv{
	float:right;
	width:40%;
	text-align:right;
}