/*  
Theme Name: Sue Brown
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: #000000;
	padding: 0;
	background-repeat: repeat-x;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	background-image: url(images/bg_repeat.jpg);
	background-color: #098AC2;
}
	
div, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0; }
	
	
	.clear {
		clear: both;
	}
	
/*
= TEXT / HEADINGS
*/
	
a {
	color: #098AC2;
	text-decoration: underline; }
	
	a:hover {
	text-decoration: underline;
	color: #B04329;
}
	
h1 {
	width: 75px;
	height: 55px;
	position: absolute;
	right: 35px;
	top: 60px; }
	
	h1 a {
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 55px;
	width: 75px;
}
		
h2 {
	color: #098AC2;
	margin: 5px 0;
	font-family: "Tahoma", "Arial", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
	#left h2 {
	color: #098AC2;
	background-image: url(images/h2_bg.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	height: 41px;
	width: 167px;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	margin: 0px;
}
	#right h2 {
	color: #333333;
	background-image: url(images/h2_bg_right.jpg);
	padding-left: 40px;
	background-repeat: no-repeat;
	height: 41px;
	width: 167px;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
}
	
h2 {
        padding-bottom: 0px;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 5px 0; }
	
	h2.title { margin: 0; }
	h2.title a { color: #098AC2; text-decoration: none;}
	h2.title a:hover { text-decoration: underline;}
	
/*
= HEADER / MENU / FOOTER
*/

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

	
	#menu {
	position: relative;
	list-style: none;
	margin: 0;
	width: 980px;
	float: right;
	padding-top: 10px;
}
		
		#menu li { float: left; }
		
		#menu li a {
	display: block;
	background-image: url(images/link_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #B04329;
	text-decoration: none;
	line-height: 27px;
	font-size: 11px;
	width: 95px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
		#menu li a:hover {
	background-image: url(images/link_hover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: center;
	color: #098AC2;
}
/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 1012px;
	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/content_repeat.jpg);
}

	
	#container #left {
	width: 220px;
	float: left;
	padding-left: 30px;
			}
			
	#left #contact {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 208px;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 11px;
	height: 295px;
}
#left #contact #headshot {
	height: 100px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
        font-weight: normal;
	padding-top: 10px;
        padding-left: 20px;
}
		
#left #contact #headshot2 {
	height: 100px;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        float: left;
        clear: right;
	font-weight: normal;
	padding-top: 10px;
        padding-left: 20px;
}	

#left #contact #companyname {
	height: 16px;
	width: 189px;
	font-weight: bold;
	color: #EDAC53;
	float: left;
	font-size: 12px;
}
#left #contact #phone {
	width: 189px;
	height: 45px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#left #contact #address {
margin-top:52px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
		#left ul {
	padding:0;
	list-style: none;
	width: 209px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	background-image: url(images/col_bg.jpg);
	background-repeat: repeat-y;
}
	
		#left li a {
	color: #098AC2;
	text-decoration: none;
	display: block;
	height: auto;
	width: 169px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 38px;
	background-image: url(images/li_bg.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	font-size: 11px;
}
		
		#left li a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #B04329;
}
		
	#container #right {
	width: 190px;
	float: left;
	margin: 0px;
	padding-left: 8px;
}
#right #rightcol {
	width: 190px;
	height: 600px;
	background-image: url(images/rightcol_bg.jpg);
	background-repeat: repeat-y;
}
		#right #rssBox {
	width: 244px;
	height: 130px;
	background-image: url(images/rss_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}
			
		#right #rssBox #rss {
	height: 34px;
	width: 32px;
	float: left;
	display: block;
	text-indent: -500em;
	background-color: transparent;
	background-image: url(images/rss_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
		#right #rssBox input {
	background-color: #FFFFFF;
	margin-bottom: 2px;
	border: 1px solid #C0C0C0;
	font-family: Tahoma;
	width: 125px;
	color: #281515;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
			
		html>body #right #rssBox input { width: 135px; }
		
		#right h2 {
	padding:0;
        text-indent: 16px;
	list-style: none;
	width: 190px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 24px;
		}

		#right ul {
	padding:0;
        text-indent: 16px;
	list-style: none;
	width: 190px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 24px;
	background-image: url(images/li_bg3.jpg);
	background-repeat: repeat-y;
}
	
			#right li a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	width: 209px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(images/col_bg.jpg);
	background-repeat: repeat-y;
}
		
			#right li a:hover {
				background-color: transparent;
			text-decoration: underline; }
	#container #content {
	position: relative;
	width: 470px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
		
		#content .postinfo {
	color: #B04329;
	margin: 0;
	font-size: 10px;
}
			
#content .postdata {
	text-align: right;
	font-size: 11px;
	color: #B04329;
}
#content .postdata .author {
	color: #098AC2;
}

#content p img {
	margin: 8px;
}
	

	
#footer {
	clear: both;
	height: 67px;
	position: relative;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
/*
= 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;
	}
	
	p.credits a {
		color:#FFF;
	}

#local {
height:300px;
}

#companyname1 {
	font-weight: bold;
	color: #EDAC53;
	float: left;
	font-size: 14px;
}

#tagline {
	font-weight: bold;
	color: #EDAC53;
	float: left;
	font-size: 10px;
}
	
/*
= END
*/
	
