/*  
Theme Name: The Big Orange Press
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/
*/

body {
	color: #666666;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	background-image: url(images/bg.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-position: center top;
}
	
/*
= TEXT / HEADINGS
*/
	
a {
	color: #4D933D;
	text-decoration: none;
}
	
	a:hover {
		text-decoration: underline; }
	
h1 {
	width: 185px;
	height: 80px;
	position: absolute;
	left: 20px;
}
	
	h1 a {
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 80px;
	width: 185px;
}
		
h2 {
	color: #F99A0B;
	margin: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
	#left h2 {
	color: #666666;
	padding-left: 16px;
	height: 41px;
	width: 167px;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin: 0px;
}

	#right h2 {
	color: #666666;
	padding-left: 16px;
	height: 41px;
	width: 167px;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
	
	h2.title {
	margin: 0;
}
	h2.title a {
	color: #F99A0B;
	text-decoration: none;
	font-size: 25px;
}
	h2.title a:hover {
	text-decoration: underline;
}
	
/*
= HEADER / MENU / FOOTER
*/

#header {
	height: 225px;
	position: relative;
	width: 980px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	
	#menu {
	position: relative;
	list-style: none;
	margin: 0;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 550px;
	padding-top: 2px;
}
		#menu li {
	float: left;
}
		
		#menu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	height: 28px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
		#menu li a:hover {
	text-decoration: none;
	color: #B2CE7E;
}
/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 980px;
	z-index: 1;
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/container_bg.jpg);
}

	
	#container #left {
	width: 233px;
	float: left;
	background-image: url(images/lcol_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	background-position: left top;
}
		#left ul {
	list-style: none;
	width: 209px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
}
	
		#left li a {
	color: #666666;
	text-decoration: none;
	display: block;
	height: auto;
	width: 202px;
	padding-bottom: 12px;
	font-size: 12px;
	background-image: url(images/li_bg.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 16px;
	padding-top: 7px;
}
		
		#left li a:hover {
	background-color: transparent;
	text-decoration: none;
	background-image: url(images/li_active.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

		#left .contactinfo {
			margin:0 0 0 20px;
		}
		
	#container #right {
	width: 220px;
	float: left;
	margin: 0px;
	padding-top: 30px;
	padding-left: 9px;
}
	#container #content {
	position: relative;
	width: 488px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
		
		#content .postinfo {
	color: #F99A0B;
	margin: 0;
	font-size: 11px;
}
			
#content .postdata {
	text-align: right;
	font-size: 11px;
	color: #333333;
}
	
#footer {
	clear: both;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	background-color: #FFFFFF;
}
#footerspan {
	background-image: url(images/footer_bg.jpg);
	background-position: center;
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-color: #85C148;
}
	
/*
= COLUMN LISTS
*/
		
.commentlist {
	margin:0;
	padding:0;
	list-style: none; }
	
	.commentlist li { padding: 10px; }
	.commentlist li.alt { background-color: #F6F2FF; }
	
	#comment {
		width:450px;
	}
	
	p.credits {
		width:800px;
		margin:0 auto;
		padding:20px;
		text-align:center;
	}
	
	.clear {
		clear: both;
		}
		
		#tags {
			margin-bottom:35px;
		}
	
/*
= END
*/
	
