/*  
Theme Name: Ronnie Coleman
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 {
	background: #fff url(images/bg.gif) left top repeat-x;
}

/*
=GLOBAL CSS
*/

ol, ul, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.clear {
	clear: both;
}

/*
=LAYOUT CSS
*/

#container {
	background: transparent url(images/cont_bg.gif) top center repeat-y; 
	width: 941px;
	margin: 0 auto;
	margin-top: 39px;
}

	#container #header {
		position: relative;
		background: transparent url(images/cont_header.jpg) top center no-repeat;
		height: 248px;
		width: 941px;
	}
			
		#header a:active, #header a:visited, #header a:link {color: #fff; text-decoration: none;}
		#header a:hover {color: #B9E4D2; text-decoration: underline;}
	
		#header ul {
			position: relative;
			width: 925px;
			top: 16px;
			margin: 0 auto;
			text-align: center;
			font-family: "Verdana";
			font-size: 13px;
		}
		
			#header ul li {
				display: inline;
				padding: 0px 18px;
			}
	
	/*
	=NAV CSS
	*/
	
	#container ul#nav {
		position: relative;
		background: transparent url(images/nav_bg.gif) left top no-repeat;
		height: 109px;
		width: 673px;
		margin-left: 4px;
		margin-bottom: -60px;
		padding-left: 250px;
		padding-top: 15px;
		font-family: "Tahoma";
		font-size: 14px;
		font-weight: lighter;
	}
	
		#container ul#nav li {
			background: transparent url(images/nav_div.gif) right center no-repeat;
			display: inline;
			padding: 14px 10px 14px 5px;
		}
		
		#container ul#nav li.last {
			background: none;
		}
		
			#container ul#nav li a:active, #container ul#nav li a:visited, #container ul#nav li a:link {color: #a2ffd1; text-decoration: none;}
			#container ul#nav li a:hover {color: #fff; text-decoration: underline;}
		
		/*
		=LEFT CSS
		*/
		
		#container #left {
			background: transparent url(images/left_bg.gif) left top repeat-y;
			position: relative;
			width: 202px;
			float: left;
			margin-top: -12px;
			margin-left: 20px;
			padding: 10px 10px 0px 15px;
			font-family: "Tahoma";
			font-size: 12px;
			color: #2A6A4A;
		}
			
			#container #left a:active, #container #left a:visited, #container #left a:link {color: #fff; text-decoration: none;}
			#container #left a:hover {color: #20764b; text-decoration: underline;}
		
			#container #left a#rssinfo {
				position: relative;
				background: transparent url(images/left_rssinfo.gif) left top no-repeat;
				height: 60px;
				width: 174px;
				left: -5px;
				margin: 0 auto;
				margin-bottom: 10px;
				display: block;
				text-indent: -500em;
			}
		
			#container #left a#rss {
				background: transparent url(images/left_rss.gif) left top no-repeat;
				height: 49px;
				width: 32px;
				margin-right: 10px;
				float: left;
				display: block;
				text-indent: -500em;
			}
			
			#container #left input {
				background-color: #90e2ba;
				width: 140px;
				margin-bottom: 2px;
				padding: 3px;
				font-family: "Tahoma";
				font-size: 12px;
				color: #389077;
				border: 1px solid #41a172;
			}
			
			#container #left h2 {
				clear: both;
				font-family: "Tahoma";
				font-size: 20px;
				font-weight: lighter;
				color: #136C40;
			}
			
			#container #left ul {
				margin:  0px;
				margin-left: 0px;
				margin-bottom: 15px;
			}
			
				#left ul li {
					background: transparent url(images/left_div.gif) -10px bottom no-repeat;
					padding: 2px;
					padding-left: 10px;
					line-height: 20px;
				}
			
			#container #left .left_footer {
				position: relative;
				background: transparent url(images/left_footer.gif) left top no-repeat;
				height: 29px;
				width: 222px;
				margin-left: -15px;
				z-index: 4;
			}
			
		/*
		=CONTENT CSS
		*/
		
		#container #content {
			position: relative;
			width: 440px;
			float: left;
			margin: 0 auto;
			padding: 10px;
			font-family: "Verdana";
			font-size: 13px;
			text-align: justify;
			color: #014530;
		}
			
			#content a:active, #content a:visited, #content a:link {color: #42826e; text-decoration: none;}
			#content a:hover {color: #24745b; text-decoration: underline;}
		
			#content h2 {
				font-size: 20px;
				font-weight: lighter;
				color: #9EC247;
			}
			
				#content h2.title {
					margin: 0px;
					padding: 0px;
					font-family: "Verdana";
					font-size: 24px;
				}
				
					#content h2.title a:active, #content h2.title a:visited, #content h2.title a:link {color: #3a9963; text-decoration: none;}
					#content h2.title a:hover {color: #6CC694; text-decoration: underline;}
			
			#content h3 {
				font-size: 16px;
				color: #63CA9E;
			}
			
			#content h4 {
				font-size: 15px;
				color: #9EC247;
			}
			
			#content p.postinfo {
				margin: 0px;
				padding: 0px;
				font-family: "Verdana";
				font-size: 10px;
				color: #8e8e8e;
			}
			
				#content p.postinfo .category {
					color: #24725a;
				}
				
			#content ul {
				margin: 10px;
				color: #888;
			}
			
				#content ul li {
					position: relative;
					background: transparent url(images/bullet.gif) left 5px no-repeat;
					padding-left: 12px;
				}
			
				#content ol.commentlist li {
					background: transparent url(images/comm_bg.gif) left bottom no-repeat;
					padding: 20px;
				}
				
					#content ol.commentlist li.alt {
						background-image: url(images/comm_bga.gif);
					}
			
			#content p.postdata {
				font-family: "Verdana";
				font-size: 11px;
				text-align: right;
			}
		
		/*
		=RIGHT CSS
		*/
		
		#container #right {
			position: relative;
			width: 220px;
			float: right;
			margin-right: 9px;
			font-family: "Tahoma";
			font-size: 12px;
			color: #255A40;
		}
			
			#right a:active, #right a:visited, #right a:link {color: #4fba85; text-decoration: none;}
			#right a:hover {color: #40a171; text-decoration: underline;}
			
			#right a#headshot {
				background: transparent url(images/right_headshot_2.jpg) left top no-repeat;
				height: 151px;
				width: 127px;
				display: block;
				text-indent: -500em;
			}
		
			#right h2 {
				font-family: "Tahoma";
				font-size: 20px;
				font-weight: lighter;
				color: #44ae7a;
			}
			
			#right ul {
				margin: 10px;
			}
			
				#right ul li {
					line-height: 18px;
				}
	
	/*
	=FOOTER CSS
	*/
		
	#container #footer {
		position: relative;
		background: transparent url(images/cont_footer.gif) left top no-repeat;
		height: 72px;
		width: 941px;
		clear: both;
	}
	
	p.credits {
		width:900px;
		margin: 0 auto;
		text-align:center;
		padding:20px; 
		font-family: "Verdana";
		font-size: 13px;
		color: #014530;
	}
	
	p.credits a {
		color: #42826e; 
		text-decoration: none;
	}
	
	p.credits a:hover {
		color: #6CC694; 
		text-decoration: underline;
	}
	
	#comment {
		width:400px;
	}
	
	#content p img {
		margin: 10px;
	}
	
	#content p a img {
		margin: 10px;
	}