/*  
Theme Name: The Real Estate Blogster
Theme URI: http://realestatetomato.typepad.com
Description: Another theme from the <a href="http://realestatetomato.typepad.com">Real Estate Tomato</a> collection.
Version: 1.0
Author: Real Estate Tomato
Author URI: http://realestatetomato.typepad.com/
*/

/*
= DEFAULT
*/

body {
	background: #998b6a url("images/bg.jpg") top left repeat-x;
	font: normal 12px "Verdana", "Arial", "Helvetica", sans-serif;
	color: #000000;
	margin: 0;
	padding: 0; }
	
div, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0; }
	
/*
= TEXT / HEADINGS
*/
	
a {
	color: #b80000;
	text-decoration: none; }
	
	a:hover {
		color: #C04039;
		text-decoration: underline; }

	
	h1 a {
		text-indent: -9999px;
		display: block;
		width: 200px;
		height: 150px;
		position:relative;
		top:10px;
		left:50px; }
		
h2 {
	font: normal 22px "Tahoma", "Arial", sans-serif;
	color: #a40000;
	margin: 5px 0; }
	
	#left h2 { padding: 0 15px; color:#a40000; }
	#right h2 { padding: 0 15px; color: #998b6a; font-size:20px; }
	
	h2.title { margin: 0; }
	h2.title a { color: #a40000; }
	h2.title a:hover { color: #C04039;}

/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 973px;
	margin: 0 auto;
	background: url("images/wrapper.gif") top left repeat-y;
	z-index: 1; }
	
	body.idx #container {
		background: url("images/wrapper_idx.gif") top left repeat-y;
	}
	
	#container #left {
		width: 200px;
		float: left;
		padding-left: 45px; }
			
		
		#left #rssBox {
			margin: 0;
			padding: 0;
			padding-left:5px; }
			
			#left #newsletter {
				margin: 0;
				padding: 0 10px; }
			
		#left #rssBox #rss {
			background: transparent url("images/rss.gif") top left no-repeat;
			height: 34px;
			width: 32px;
			float: left;
			margin: 5px;
			display: block;
			text-indent: -500em; }
	
		#left #rssBox input {
			margin-bottom: 2px;
			padding: 3px;
			border: 1px solid #191711;
			font-family: "Tahoma";
			width: 125px;
			color: #191711; }
			
		html>body #left #rssBox input { width: 135px; }
		
		#left ul {
			margin: 0;
			padding: 0;
			list-style: none;
			width: 200px;
			margin-bottom: 20px; }

			#left ul li a {
				color: #403a2c;
				padding: 5px 0 5px 25px;
				text-decoration: none;
				display: block;
				height: auto;
				width: 175px; }

			#left ul li a:hover {
				color: #403a2c;
				text-decoration: underline; }
		
	#container #right {
		position: relative;
		width: 200px;
		float: left;
		 }
		
		#right p.contributor {
			color:#fff;
			font-size:10px;
			padding: 0 15px;
			margin: 20px 0 40px 0;
		}
		
		#right .agent-pic {
			border:4px solid #e4b655;
			float:left;
			margin-right:8px;
		}
		
		#right .agent-name {
			color:#998b6a;
			font-weight:bold;
			font-size:12px;
		}
		
		#right #right-inner {
			padding-left:15px;
		}
		
	
		
	#container #content {
		position: relative;
		width: 440px;
		float: left;
		padding: 15px;
		overflow:hidden; }
		
		#container #content-frame {
			position: relative;
			width: 650px;
			padding: 15px;
			overflow:hidden; }
		
		
		#content .postinfo { 
			color: #403a2c; 
			margin: 0;
			font-size: 10px; }
			
		#content .postdata { text-align: right; font-size: 11px;}
	
/*
= HEADER / MENU / FOOTER
*/

#header {
	height: 297px;
	position: relative;
	background: url("images/header.jpg") top left no-repeat; }
	
body.idx #header {
	background: url("images/header_idx.jpg") top left no-repeat;
}
	
	#menu {
		margin: 0;
		padding: 0;
		position: relative;
		height: 28px;
		list-style: none;
		padding-top:70px;
		padding-left:70px;
 }
		
		#menu li { 
			margin: 0;
			padding: 0;
			float: left;
 		}
		
		#menu li a {
			display: block;
			color:#998b6a;
			padding:0 20px;
			text-decoration:none;
	 	}
	
		#menu li a:hover {
			text-decoration:underline;
	 	}
			
	
	
#footer {
	clear: both;
	height: 55px;
	position: relative;
	background: url("images/footer.jpg") top left no-repeat;
 }

body.idx #footer {
	background: url("images/footer_idx.jpg") top left no-repeat;
}
	
		#logo {
			position:relative;
			float:right;
			top:-145px;
			left:-67px;
		}
		
		body.idx #logo {
			position:relative;
			float:right;
			top:-142px;
			left:-68px;
		}
		
		p.credits {
			padding:15px 100px;
			text-align:center;
			color:#998b6a;
			font-size:11px;
		}
	

/*
= COLUMN LISTS
*/
		
		
.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #F8F8F8; }
	
	.commentlist li { padding: 10px; margin: 0;
		padding: 0; }
	.commentlist li.alt { background-color: #998b6a; }
	
/*
= END
*/
	