/*  
Theme Name: MyRealtorBrooke
Theme URI: http://www.MyRealtorBrooke.com/
Description: Custom theme for Brooke Nelson.
Version: 1.0
Author: CPI Computers LLC
Author URI: http://www.cpicomputers.us/
*/

/* Page setup */

html, body{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

body{
	font: 1em arial,sans-serif;
	text-align: center;
	background: #FFFFFF url("/wp-content/themes/brooke/images/page_bg.jpg") top repeat-x;
	color: #4D4D4D;
}

font, .content {

  font-size: 10pt !important;
  font-family: Arial, Helvetica, sans-serif !important;

}

#container {
	margin: 0 auto;
	text-align: left;
	clear: both;
	width: 770px;
}

#featuredListings {
		
	overflow: hidden;
	
}

p {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 1.35em;
}

/* Site header */

#header {
	width: 580px;
	height: 206px;
	float: left;
}

#header img {
	padding: 0;
}

/* Contact Bar */

#contact_bar {
	background: url("/wp-content/themes/brooke/images/contact_bar_bg.jpg") top left no-repeat;
	width: 770px;
	height: 50px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.contact_info{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000 !important;
}

.contact_info a, .contact_info .blue{
	color: #2D3092;
	text-decoration: none;
}

/* Site navigation */

#navigation{
	width: 170px;
	height: 206px;
	float: right;
}

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

	#navigation ul li{
		display: block;
		width: 170px;
		height: 28px;
		background: #BAB870 url('/wp-content/themes/brooke/images/nav_link_bg.jpg') repeat-x top;
		margin-top: 5px;
		font-size: 14px;
		text-align: center;
		line-height: 2em;
	}

	#navigation ul li a{
		font-weight: bold;
		font-size: 1.2em;
		color: #000000;
		text-decoration: none;
	}

ul.sub_nav{
	padding: 0px;
	margin: 0px;
}
ul.sub_nav li{
	display: inline;
	background: transparent;
	color: #4D4D4D;
	font-weight: bold;
}

	ul.sub_nav li a{
		color: #4D4D4D;
		text-decoration: none;
		border-bottom: 1px solid #000000;
	}

/* large box */

.lgbox{
	float: left;
	margin-bottom: 15px;
	width: 770px;
}

.homebox {
	
	width: 585px !important;
	
}

	.lgbox .heading{
		color: #2D3092;
		font-size: 1.8em;
	}

.lgbox_content {
	background: #FFFFFF url("/wp-content/themes/brooke/images/lgbox_bg.jpg") repeat-x;
	border: 5px solid #B6B54B;
}

/* small box */

.smbox {
	width: 375px;
	margin-bottom: 15px;
	float: left;
}

	.smbox .heading {
		color: #2D3092;
		font-size: 1.4em;
	}

.smbox_content {
	background: #FFFFFF url('/wp-content/themes/brooke/images/smbox_bg.jpg') repeat-y;
	border: 0px;
	border-left: 5px solid #B6B54B;
}

.right {
	
	float: right !important;
	
}

.left {
	
	float: left !important;
	
}

.smaller {
	
	width: 170px;
	
}

#homeNavList ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#homeNavList li {
	
	background: none !important;
	margin: 0;
	padding: 0;

}

#homeNavList li a {
	
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding: 3px;
	
}

#homeNavList li a:hover {
	
	font-weight: bold;
	
}

.margin_right {
	margin-right: 20px;
}

/* Inner box element properties */

.content {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.heading {
	padding: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}

/* Blue check mark for lists */

.lgbox ul, .smbox ul {
	padding: 0px;
	margin: 0px;

}

.lgbox li, .smbox li {
	list-style: none;
	background: url("/wp-content/themes/brooke/images/arrow.gif") top left no-repeat;
	padding-left: 30px;
	padding-bottom: 0;
	line-height: 1.35em;
}

#single .lgbox li, #single .smbox li {
	background: url("/wp-content/themes/brooke/images/arrow_small.gif") no-repeat 8px 5px;
}

/* Copyright Info */

#copyright {
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: .75em;
	width: 770px;
	float: left;
}

#copyright a {
	color: #B6B54B;
}

blockquote {
	margin-top: 0;
}

img {
	margin: 0;
	padding: 10px;
}

h1,h2,h3,h4,h5,strong,b {
	color: #2D3092;
}

#commentsBox {
	
	padding: 0 15px;
	
}

/* New styles (7/1/2008) */

.infoTable {

	border: 2px solid #000;
	width: 350px;
	margin: 10px;

}

.infoTable td {

	padding: 5px;
	font-size: 12px;
	color: #333;
	background: #eed;

}

.infoTable td.title {

	background: #333;
	color: #fff;
	text-align: center;
	font-weight: bold;

}