/*  
Theme Name: Reno Home Voices 
Theme URI: http://trifive-webdesign.com/
Description: Custom Theme for Ron Bell Realtor.
Version: 1.2
Author: Ben Milander
Author URI: http://www.trifive-webdesign.com/

	Released under GPL.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000;
	background: #cee5e5 url(../../../../../images/gradient_bar.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #d26302;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #eaf6fe;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #daf0fe;
	color: #daf0fe;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #003053;
	background-color: #fff;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.moretext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #3300FF;
}

#container{
	width: 988px;
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: left;
	vertical-align: top;
	position: relative;
}

#page{
	width: 988px;
	float: left;
	color: #fff;
	background-color: #109090;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
}

#header{
	width: 988px;
	float: left;
	clear: both;
	height: 80px;
	position: relative;
	background-color: #99cccc;
}

#img_header{
	float: left;
	width: 988px;
	height: 160px;
	position: relative;
	background-color: #99cccc;
	border-top-style: none;
}


#search {
	height: auto;
	width: 400px;
	left: 0;
	top: 0;
	position: absolute;
	visibility: visible;
}
#smartframe { background-color: #c8e7ff; height: auto; width: 600px; position: relative; visibility: visible; }
#address { height: auto; width: 600px; left: 0; top: 0; position: absolute; visibility: hidden; }
#listings { height: auto; width: 600px; left: 0; top: 0; position: absolute; visibility: hidden; }


#search {
	position: absolute;
	top: 15px;
	font: Trebuchet MS, Arial, sans-serif;
	width: 200px;
	text-align: right;
	height: 80px;
	left: 750px;
	list-style: url(none);
}

#searcn ul 
{
margin:0;
padding:0;
}

#search li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	border-color:#DFDAC3;
}
#logo_img {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 45px;
	width: 750px;
	z-index: 10;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

#navigation{
	float: left;
	width: 988px;
	height: 30px;
	line-height:2.4em;
	font-family: Arial, Sans-Serif;
	background-image: url(./images/navon.gif);
	background-repeat: repeat-x;
	position: relative;
}

#navigation ul 
{
margin:0;
padding:0;
}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #901010;
	border-right-color: #901010;
	border-bottom-color: #901010;
	border-left-color: #901010;
}

#navigation li a 
{
	display:block;
	padding:0 8px;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:1px;
}

* html #navigation a {width:1%;}

#navigation a 
{
color:white;
}

#navigation .selected,
#navigation a:hover
{
background: #002540 url(./images/navoff.gif) repeat-x;
}

#navigation a:visited
{
font-weight: bold;
}


#navigation #s 
{
border-color:#FFF9EA;
}

#navigation #searchbutton 
{
color:white;
 background-color:#798288;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #CEE5E5;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #99CCCC;
}


#rss2 {
	z-index: 10;
	position: absolute;
	top: 50px;
	width: 40px;
	text-align: right;
	left: 908px;
}

#header h1{
	padding: 25px 30px 25px;
	font-size: 18px;
	text-transform: uppercase;
	color: #b6e1fe;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	position: relative;
	top: 25px;
	font-style: oblique;
}

#header a{
	color: #b6e1fe;
}

#left_sidebar, .right_sidebar_col{
	width: 160px;
	margin: 0 10px;
	float: left;
	display: inline;
}

#left_sidebar a{
	color: white;
}

#left_sidebar ul, .right_sidebar_col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_sidebar li#search input, .right_sidebar_col li#search input{
	margin: 0 0 5px;
}

#left_sidebar li.widget_calendar h2, .right_sidebar_col li.widget_calendar h2{
	background-image: none;
}

#left_sidebar ul li, .right_sidebar_col ul li{
	margin: 0 0 10px;
}

#left_sidebar ul li h2, .right_sidebar_col ul li h2{
	padding: 8px 10px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	background: url(images/bg_ul_li_h2_2.gif) repeat-y;
	color: #901010;
	font-style: oblique;
	font-family: Arial, Helvetica, sans-serif;
}

#left_sidebar ul ul, .right_sidebar_col ul ul{
	padding: 10px;
	background: url(images/bg_ul_ul.gif) no-repeat;
}

#left_sidebar ul ul li, .right_sidebar_col ul ul li{
	margin: 0;
	line-height: 24px;
}

#left_sidebar ul ul li h2, .right_sidebar_col ul ul li h2{
	padding: 0;
	text-transform: none;
	background-image: none;
}

#left_sidebar ul ul ul, .right_sidebar_col ul ul ul{
	padding: 0;
	background-image: none;
}

#left_sidebar ul ul ul li, .right_sidebar_col ul ul ul li{
	padding: 0 0 0 10px;
}

.calendar {
	float: left;
	height: 40px;
	width: 42px;
	background-image: url(images/calendar.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	position: relative;
	}

.date {
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 16px;
	}

.month {
	font-size: 13px;
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	line-height: 20px;
	}


.right_sidebar_container_bottom{
	with: 350px;
	margin: 10px 0 0;
	float: left;
	background-color: #99cccc;
	background-image: url(images/bg_right_sidebar_container_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.right_sidebar_container_top{
	width: 350px;
	position: relative;
	float: left;
	padding: 0 0 10px;
	background: url(images/bg_right_sidebar_container_top.gif) no-repeat;
	z-index: 99;
}

.right_sidebar_col{
	margin: 0 0 0 10px;
}

.right_sidebar_col a{
	color: #001f35;
}

.right_sidebar_col ul li#search input#s{
	border: 1px solid #c2ddef;
}

.right_sidebar_col ul li{
	margin: 10px 0 0;
}

.right_sidebar_col ul li h2{
	background: url(images/bg_ul_li_h2_2.gif) repeat-y;
	color: #901010;
}

.right_sidebar_col ul ul{
	background: url(images/bg_ul_ul_2.gif) no-repeat;
}

.wide_column_bottom, .wide_column_top{
	width: 808px;
	float: left;
	padding: 0 0 10px;
	background:#fff url(images/bg_wide_column_bottom.gif) no-repeat bottom left;
	color: #000;
}

.wide_column_top{
	padding: 0;
	background: url(images/bg_wide_column_top.gif) no-repeat;
}

.narrow_column{
	width: 438px;
	float: left;
	display: inline;
	overflow: hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.page_column{
	width: 750px;
	margin: 0 10px;
	float: left;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.post, .post_alt{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.gif) no-repeat;
}
.post p {
}
.post_alt{
	background: url(images/bg_post_alt.gif) no-repeat;
}

.post h2 a, .post_alt h2 a{
	color: #901010;
}

.postdate{
	padding: 8px 0px;
	font-size: 11px;
	background: url(images/bg_dotted.gif) repeat-x bottom left;
	color: #ba9575;
}

.entry{
	line-height: 18px;
	clear: both;
	float: left;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding: 15px 0 0;
}

.entry h1{
	font-size: 24px;
	line-height: 30px;
}

.entry h2{
	line-height: 24px;
}

.entry h3{
	font-size: 16px;
}

.entry h4{
	font-size: 14px;
	font-weight: bold;
}

.entry h5, .entry h6{
	font-size: 12px;
}

.entry h3, .entry h4, .entry h5{
	font-weight: bold;
}

.entry img{
	border: 1px solid #daf0fe;
	padding: 4px;
}

.entry img.wp-smiley{
	border: 0;
	padding: 0;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	background: url(images/bg_dotted.gif) repeat-x top left;
}

.browse{
	padding: 0 15px;
	font-family: Geogria, Sans-Serif;
	font-size: 14px;
	line-height: 24px;
}

.browse a{
	font-weight: bold;
}



/* comments template */

.comments-template{
	padding: 15px 0 0;
	background: url(images/bg-dotted.gif) repeat-x;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	padding: 0 0 20px;
	background: url(images/bg_dotted.gif) repeat-x bottom left;
}

.commentmetadata{
	font-style: italic;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	text-transform: none;
	line-height: 18px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	text-align: center;
	vertical-align: top;
}

table#wp-calendar td{
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */


#footer{
	width: 988px;
	margin: 0 0 10px;
	float: left;
	text-align:center;
	color: #ffffff;
	background-color: #109090;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer p{
	padding: 20px;
	line-height: 18px;
}
#footer a{
	color:#FF6600;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#footer_links {
	width: 988px;
	float: left;
	text-align:center;
	color: #ffffff;
	line-height: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-color: #109090;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	height: 70px;
	}
	
#footer_links a{
	color:#FF6600;
	text-decoration: underline;
	}
#footer_links a:hover{
	text-decoration: none;
}

#office {
	text-decoration: none;
	float: right;
	height: 43px;
	width: 75px;
	position: absolute;
	top: 10px;
	left: 870px;
	background: #FFFFFF url(../../../../../images/CB_Select_sm.jpg) no-repeat;
}

/* Start Search MLS page */

/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#listcontainer {
	clear: both;
	float: left;
	height: 900px;
	width: 750px;
	position: relative;
}
#listframe {
	height: 800px;
	width: 750px;
	background-image: none;
	}

#idxframe {
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 900px;
	width: 750px;
	position: relative;
}

#cbsframe {
	background-image: none;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 900px;
	width: 800px;
	position: relative;
}

#tabiframe {
	height: 800px;
	width: 750px;
	background-image: none;
	}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background-color: #CCFFFF;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
	color: #000000;
	border-color: #227;
	background-color: #66CCFF;
}

#tablist li a.current{
	background-color: #CCFFFF;
}

.sidebar_lnk {
	color: #fa9944
}

.sidebar_lnk  a {
	text-decoration: underline;
	color: #fa9944

}
.sidebar_lnk  hover {
	color: #FFFFFF;
	text-decoration: none;
}
.rt_sidebar_col_container {
	width: 160px;
	text-align: center;
	height: auto;
	position: relative;
}
.ron_pic {
	height: auto;
	width: 80px;
	text-align: center;
	margin: auto;
}
.list_show {
	height: auto;
	width: 140px;
	text-align: center;
	margin: auto;
}
.network_pic_cntr {
	height: auto;
	width: 300px;
	float: left;
	z-index: 999;
	margin-top: 10px;
}
#right_top_container {
	height: auto;
	width: 350px;
	float: left;
	z-index: 999;
	text-align: center;
}
#right_top_container a {
	font-size: 14px;
	font-style: oblique;	
}
#right_top_container img {
	margin-left: 20px;
}

#right_top_video {
	float: left;
	z-index: 999;
	padding-left: 60px;
	padding-top: 10px;
}
#right_top_left_div {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.network_pic {
	height: auto;
	width: 350px;
	float: left;
}

.clearboth {
	clear: both;	
	}
#twitter_container {
	margin-bottom: 15px;
}

.item_header {
	width: 150px;
	heigh: 40px;
	padding: 8px 10px;
	background: url(images/bg_ul_li_h2_2.gif) repeat-y;
	margin-bottom: 10px;
}
.item_header h2 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #901010;
	font-style: oblique;
	font-family: Verdana, Geneva, sans-serif;
}
