      /*  
		Theme Name: Ron Holtan Realty
		Theme URI: http://example.com/example/   
		
		Description: A search engine optimized website framework for WordPress.   
		Author: Jeshua Erickson   
		Version: 1.0  
		
		Tags: This is a simple theme for Ron Holtan Realty that integrates seamlessles with flexMLS listings.  
		Your theme can be your copyrighted work.
		
		Like WordPress, this work is released under GNU General Public License, version 2 (GPL). 
		http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
       */

body {
	text-align: center;
	font-family: arial;
	}
	
h3.storytitle {
	margin-bottom: 10px;
	color: #296A88;
	}
	
h3.storytitle a {
	color: #296A88;
	text-decoration: none;
	}
	
	
#wrap {
	margin: 0px auto;
	width: 960px;
	position: relative;
	top: -10px;
	}
	
#header img {
	position: relative;
	z-index: 0;
	}
	

#menu{position:absolute;margin-top:10px; left: 513px; top: -34px; font-size: .9em; z-index: 10;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#C74032;padding:0px;margin:0px;}

#menu ul:hover .item a{color:#fff;text-decoration:none;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{width:130px;float:left;margin:0px;padding:0px;background:#C74032;list-style:none; margin-right: 5px;}
.clear{clear:both;height:10px; line-height: 1.5em;}

#menu ul a {
	text-decoration: none;
	color: #fff;
	width: 125px;
	display: block;
	}
	
#menu ul a:hover 
{
color: #ccc;
}	

#menu ul li {
	border: 1px solid #fff;
	height: 23px;
	line-height: 1.5em;
	}

#home-content {
	width: 925px;	
	clear: both;
	margin: 0px auto;
	position: relative;
	z-index: 0;
	}
	
.page {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 8px;
	margin-top: 8px;
	}
	
 #IFrameMain {
	position: relative; top: 0px; z-index: -1
	}	 
	

.left-column, .center-column {
	width: 320px;
	height: 450px;
	float: left;
	margin-right: 2px;
	margin-top: 6px;
	margin-left: 2px;
	font-size: .9em;
	text-align: left;
	}
	
.left-column div, .center-column div {
	margin-top: 8px;
	margin-left: 17px;
	margin-right: 20px;
	margin-bottom: 8px;
	}

.left-column {
	border: 0px solid #ccc;
	}
		
.center-column {
	border: 0px solid #ddd;
	}
	
.center-column p, .left-column p, .thin-right-column p {
	margin-bottom: 15px;
	}
	
	
.center-column a, .left-column a, .thin-right-column a {
	color: #296A88;
	}
	
.left-column div img {
	border: 2px solid #ccc;
	margin-left: 0px;
	margin-bottom: 5px;
	}


.thin-right-column {
    border: 0px solid #ddd; 
	width: 264px;
	float: left;
	margin-top: 6px;
	font-size: .9em;
	text-align: left;	
	margin-left: 3px;
	height: 400px;
	}

.thin-right-column div {
	margin-top: 8px;
	margin-left: 20px;
	}
	
.column-header {
	margin-left: 5px;
	margin-top: 10px;
	}
	
#pre-footer {
	height: 5px;
	float: left;
	border: 0px solid #ccc;
	clear: both;
	width: 100%;
	}
	
#footer {
	clear:both;
	margin: 0px auto;
	background-image: url('<?php bloginfo('template_directory'); ?>/img/ron-holtan-footer.png');
	background-repeat: no-repeat;
	height: 80px;
	width: 925px;
	color: #006699;
	font-size: .8em;
	line-height: 1.2em;
	border: 0px dashed #ccc;
	}
	
	

#footer li {
	list-style-type: none;
	display: inline;
	}
	
#footer a {
	color: #006699;
	font-weight: normal;
	}
	
#page-navigation-right {
	width:190px; 
	text-align: left; 
	float: right; 
	margin-right: 30px; 
	border: 1px solid #ccc; 
	position: relative; 
	top: 30px; 
	font-size: .9em;
	background: #eee;
	}

#page-navigation-right div {
	margin: 8px;
	}

#page-navigation-right li {
	list-style-type: none;
	line-height: 1.2em;
	}
	
#page-navigation-right li a {
	color: #296A88;
	}
	
.hentry p {
	margin-bottom: 12px;
	font-size: .9em;
	}
	
.edit-this {
	font-size: .8em; 
	color: #296A88;
	}

.edit-this a {
	color: #296A88;
	}
	

	
	
	
	
