/*
Theme Name: Michelle Walker Team
Description: Custom Theme for Michelle Walker Team Realty
Version: 1.0
Author: Salt & Pepper
Author URI: http://addsaltandpepper.com

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
body {background:#FFF;font:62.5% Arial, Geneva, sans-serif;color:#414141;margin:0 auto;padding:28px 20px;}
a {text-decoration:none; color: #ee2529;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}
a.more {
	color: #313835;
	background: url('images/link-cta.gif') no-repeat scroll top left;
	height: 12px;
	line-height: 16px;
	background-position: center right;
	padding-right: 11px;
	font-weight: bold;
}
/* -- LISTS -- */
ul {margin:0;padding:0;font-size: 1.2em;}
ul li {	margin-left:5px;padding:0;line-height: 1.8em;}
ol {padding: 0; font-size: 1.2em;}
ol li { line-height: 1.8em; }
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:15px; list-style:disc;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol { color: red; }
.entry-content ol li {margin-left:15px; list-style: decimal;}
.entry-content ol li span.colored {color:#414141;}
.entry-content ol li li {margin-left:5px;}


.entry-content blockquote {margin-left:0px !important;}
	
/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:900px; padding-left: 40px;padding-right:40px;}
#header {height:100px;text-align:center;}
#footer {height:85px;overflow:hidden;margin:0 auto;clear:both;float:none;padding: 25px 0 0 0;}
#big-m {
	background: url('images/big-m.gif') no-repeat;
	background-position: 0 0;
	width: 980px;
	height: 517px;
	position: absolute;
	top: 10px;
	margin: 0 0 0 -40px;
	z-index: -10;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;margin:0 auto;width:475px;
	margin-top: 1.5em;}
.posts-wrap-listings {
	width: 672px;
}
.posts-wrap p {
	font-size: 1.2em;
	line-height: 1.6em;
	clear: both;
}
.posts-wrap iframe {
	overflow: hidden;
}
/* -- SIDEBARS --*/
.sidebar {width:190px;clear:none;}
.block-1 {float:right; margin-left: 15px; margin-top:2em;}
.block-2 {float:left; margin-right: 15px;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}d
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:none;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* HEADER and NAVIGATION */
#header {
	position: relative;
}

#header div.nav {
	position: relative;
	display: inline;
	float: left;
}
#header div.nav li { 
	display: inline;
	float: left;
	margin-top: 57px;
}
#header div.nav li a span {
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -5px;
	color: white;
	float: right;
	padding: 0;
	margin: 0;
	margin-top:-12px;
}
#header div.nav li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
	margin-right: 40px;
}
#header div.nav li a:hover,
#header div.nav li.current_page_parent a,
#header div.nav li.current_page_item a {
	background-position: 0 -16px;	
}

#header .page-item-3 {
	background: url('images/main-logo.gif') no-repeat scroll top left;
	width: 201px;
	height: 99px;
	margin: 0 !important;
	padding: 0 75px 0 0 !important;
}
#header .page-item-3 a {
	width: 201px;
	height: 99px !important;
}
#header div.nav li.page-item-3 a:hover {
	background-position: auto !important;
}
#header div.nav li ul {
/*	left: -999em;*/
	background: white;
	position: absolute;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
/*	margin-left: -1em;*/
	-webkit-box-shadow: 3px 7px 10px #444;
	text-align: left;
	display: none;
	z-index: 20;
}
#header div.nav li:hover ul,
#header div.nav li.hoverer ul {
/*	left: auto;*/
	display: block;
}
#header div.nav li ul li {
	display: block;
	list-style: square !important;
	float: none;
	height: 1em !important;
	line-height: 2.5em !important;
/*	margin-left: 0;*/
	margin-top: 0;
	border-bottom: 1px solid #b8b7b7;
	padding-bottom: 0.5em;
	padding-left: 1.1em;
	margin-left: -1.1em;
	text-align: left;
	background: white url('images/menu-li-bg.gif') no-repeat;
	background-position: .6em 47%;
}

#header div.nav li ul li a {
	background: none;
	font-size: 0.75em;
	line-height: 1em;
	width: auto;
	text-align: left;
	color: #595f5c !important;
}
#header div.nav li ul li a:hover  {
	text-decoration: none;
	color: red !important;
}
#header div.nav li ul li a span {
	font-size: 1em !important;
	line-height: 2em !important;
	letter-spacing: 1px;
/*	color: #595f5c;*/
	color: inherit;
	float: none;
	padding: 0;
	margin: 0;
	margin-top:0;
}
#header .page-item-2  a {
	background: url('images/nav/about_us.gif') no-repeat scroll top left;
	width: 54px;
}

#header .page-item-9  a {
	background: url('images/nav/purchasing_a_home.gif') no-repeat scroll top left;
	width: 111px;
}
#header .page-item-12 a {
	background: url('images/nav/selling_your_home.gif') no-repeat scroll top left;
	width: 106px;
}
#header .page-item-14 a {
	background: url('images/nav/resources.gif') no-repeat scroll top left;
	width: 59px;
}
#header .page-item-16 a {
	background: url('images/nav/contact_us.gif') no-repeat scroll top left;
	width: 65px;
}
#nav-line {
	background: url('images/nav/line.gif') no-repeat scroll top left;
	width: 687px;
	height: 3px;
	position: absolute;
	top: 68px;
	right: 0;
	z-index: 1;
}
#contact-phone {
	background: url('images/phone-contact.gif') no-repeat scroll top left;
	width: 247px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 25px;
}
/* HOME PAGE */
.home-support {
	padding-top: 35px;
	display: inline;
	float: left;
}
#home-page-content {
	display: inline;
	float: right;
	width: 523px;
}
#communities {
	width: 516;
	height: 266px;
	display: inline;
	float: left;
}
#left-home-bar {
  display: inline;
  float: left;
  width: 343px;
}
#home-content {
	display: inline;
	float: left;
	overflow:hidden;
	margin: 4.5em 0em 0.5em 4.1em;
	width: 285px;
	height: 210px;
}
#home-content h2 {
  font-size:2em;
  color: #ee2a32;
  font-weight: normal;
}
#home-page-content h2,
.whats-new h3 {
	font-weight: bold;
	font-size: 1.5em;
	color: #ee2a32;
}
#home-content img {
	display: none;
}

#home-content p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1em 0 0 0;
}
#home-page-content .featured {
	border: 1px solid #a3a1a1;
/*  background-color: #e4e1d3;*/
	margin-bottom: 45px;
	height: 266px;
	width: 516px;
}
.cta {
	display: inline;
	float: left;
	font-size: 1.1em;
}
.cta span {
	display: none;
}
#home-page-content .whats-new {
	width: 140px;
	clear: left;
}
.block-2 .whats-new {
	width: 160px;
	margin-top: 20px;
}
.whats-new span {
	display: auto !important;
}
.whats-new img {
	display: none;
}
#purchase-cta {
	background: url('images/purchasing-cta.jpg') no-repeat scroll top left;
	width: 186px;
	height: 93px;
	margin-right: 11px;
}
#purchase-cta a {
  display: block;
	width: 186px;
	height: 93px;
}
#selling-cta {
	background: url('images/selling-cta.jpg') no-repeat scroll top left;
	width: 186px;
	height: 93px;
}
#selling-cta a {
  display: block;
	width: 186px;
	height: 93px;
}

/* Left Sidebar */
#side-nav li {
	list-style-type: square;
}
#side-nav li a {
	color: #4d524e;
}
#side-nav li a:hover {
	text-decoration: underline;
}
#side-nav li.current_page_item a {
	color:#ee2529 !important;
}
#side-nav {
	margin-bottom: 55px;
	margin-left: 1em;
	margin-top: 1.35em;
}

/* Right Sidebar */
.linkcat h2 {
/*	font-weight: normal;*/
	display: block;
	font-size: 1.3em;
	color: #ee2a32;
	padding-bottom: 0.5em;
}
.linkcat li {
	margin: 0;
	padding:0;
	line-height: 1.8em;
}
.linkcat li a {
	color: #4d524e;
	background: url('images/small-link-cta.gif') no-repeat scroll top left;
	background-position: center right;
	padding-right: 0.7em;
}

.linkcat li img{
border:0;
}
.sidebar-support  {
	margin-top: 3em;
	margin-left: -8px;
}
.sidebar-page-parent-2,
.sidebar-page-2 {
/*	background: url('images/about-sidebar.png') no-repeat scroll top left;*/
	width: 151px;
	height: 263px;
	
}
.sidebar-page-9,
.sidebar-page-parent-9 {
	background: url('images/purchasing-sidebar.png') no-repeat scroll top left;
	width: 194px;
	height: 317px;
}
.sidebar-page-12,
.sidebar-page-parent-12 {
	background: url('images/selling-sidebar.png') no-repeat scroll top left;
	width: 179px;
	height: 258px;
}

/* FOOTER */
#footer ul#footer-nav {
	position: relative;
	font-size: 1em;
	padding: 0;
	margin: 0;
	border: 1px solid white;
}
#footer ul#footer-nav a,
#footer ul#footer-nav a:active,
#footer ul#footer-nav a:hover,
#footer ul#footer-nav a:visited {
	color: #4d524e;
}
#footer ul#footer-nav li { 
	display: inline;
	float: left;
	border-right: 1px solid #4d524e;
	padding-right: 7px;
	line-height: 1.2em;
	font-size: 10px;
	padding-top: 2px;
}
#footer .page-item-3 {
	padding-top: 0 !important;
	margin-left: 0;
	border-right: none  !important;
	font-size: 12px !important;
}
#footer .page-item-16 {
	border-right: none !important;
}
#footer #sub-footer {
	clear: left;
	padding-top: 0.8em;
}
#footer .top-lined {
	width: 675px;
	border-top: 1px solid #404040;
	padding-top: 0.7em;
	display: inline;
	float: left;
	margin-top: 3px;
}
#footer-tagline {
	background: url('images/footer-tagline.gif') no-repeat scroll top left;
	width: 472px;
	height: 11px;
}
#logo-bunch {
	display: inline;
	float: right;
	background: url('images/logo-bunch.gif') no-repeat scroll top left;
	width: 213px;
	height: 54px;
}

