/*  
Theme Name: Dream Maker Properties
Theme URI: http://www.unionstreetmedia.com
Description: A custom theme for Dream Maker Properties, LLC
Version: 1.0
Author: Scott Nelle
Author URI: http://www.unionstreetmedia.com/

*/

/* =Whitespace reset
-----------------------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

a img { border: 0; }

p,
h3,
h4,
h5,
h6,
ul,
ol { margin-bottom: 19px; }

ul, ol { margin-left: 20px; }

ul ul, ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

fieldset {
	border: 1px solid #666;
	padding: 10px;
}

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 968px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#header {
	width: 100%;
	height: 119px;
	position: relative;
}

#navbar {
	height: 32px;
	margin: 0 0 8px 0;
	list-style: none;
}

#content {
	
}

#main {
	float: left;
	width: 616px;
	padding: 25px 0 0 25px;
}

body#mls #main {
	float: none;
	width: 918px;
	padding: 25px 25px 0 25px;
}

#sidebar {
	float: right;
	width: 307px;
}

#footer {
	clear: both;
	height: 50px;
	border-top: 20px solid #fff;
	position: relative;
	margin-bottom: 15px;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
.clear { display: inline-block; }   
.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* =Background
-----------------------------------------------
*/
body { background: #fff; }
#content { background: transparent url('i/content.gif') left top repeat-y; }
#navbar { background: transparent url('i/navbar.gif') left top no-repeat; }
#footer { background: transparent url('i/footer.png') left top no-repeat; }

body#mls #content { background-image: url('i/content-mls.gif'); }

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal 0.75em/1.5 Verdana, sans-serif;
	color: #212760;
}

p,
ul,
ol { margin-bottom: 18px; }

h1,
h2 { margin-bottom: 12px; }

h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #85ae1f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal bold 125%/1.27 Verdana, sans-serif; }
h2 { font: normal bold 108%/1.27 Verdana, sans-serif; }
h3 { font: normal normal 108%/1.27 Verdana, sans-serif; }
h4 { font: normal bold 100%/1.27 Verdana, sans-serif; }
h5,
h6 { font: normal bold 92%/1.27 Verdana, sans-serif; }

/* =Header
-----------------------------------------------
*/
#headercontact {
	position: absolute;
	right: 4px;
	bottom: 8px;
	text-align: right;
	margin: 0;
	font-family: tahoma, sans-serif;
	font-size: 108%;
	font: bold normal 108%/1.5 "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#headercontact strong {
	color: #85ae1f;
	text-transform: uppercase;
}

#headercontact a {
	color: #212760;
}

#headercontact span {
	font-size: 108%;
}

/* =Navbar
-----------------------------------------------
*/
#navbar li {
	float: left;
	position: relative;
	z-index: 100;
	height: 32px;
	padding: 0;
	margin: 0;
}

#navbar a {
	display: block;
	height: 32px;
	background: transparent url('i/navbar.gif') left top no-repeat;
	text-indent: -9999px;
	outline: none;
}

#nb1 { width: 82px; }
#nb2 { width: 135px; }
#nb3 { width: 78px; }
#nb4 { width: 78px; }
#nb5 { width: 178px; }
#nb6 { width: 145px; }
#nb7 { width: 96px; }
#nb8 { width: 63px; }
#nb9 { width: 113px; }

#nb1 a { background-position: -0px 0px; }
#nb2 a { background-position: -82px 0px; }
#nb3 a { background-position: -217px 0px; }
#nb4 a { background-position: -295px 0px; }
#nb5 a { background-position: -373px 0px; }
#nb6 a { background-position: -551px 0px; }
#nb7 a { background-position: -696px 0px; }
#nb8 a { background-position: -792px 0px; }
#nb9 a { background-position: -855px 0px; }

#nb1 a:hover { background-position: -0px -32px; }
#nb2 a:hover { background-position: -82px -32px; }
#nb3 a:hover { background-position: -217px -32px; }
#nb4 a:hover { background-position: -295px -32px; }
#nb5 a:hover { background-position: -373px -32px; }
#nb6 a:hover { background-position: -551px -32px; }
#nb7 a:hover { background-position: -696px -32px; }
#nb8 a:hover { background-position: -792px -32px; }
#nb9 a:hover { background-position: -855px -32px; }

/*
someone thought it was a good idea to make top level links inactive rather than write content for them
it's not a good idea at all, but we're tired of trying to explain
here's a lazy solution
*/
#navbar li span {
	display: none;
}
/* just in case */
#navbar li a span {
	display: inline;
}

/* dropdowns */
#navbar ul {
	background: #c7d4ed url('i/dropdown.jpg') left bottom repeat-x;
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 10px 20px;
	list-style: none;
	line-height: 2.33;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0px;
	top: 32px;
	height: auto; /* sticky suckerfish fix */
}

#navbar ul li {
	position: relative;
	border-width: 0;
	white-space: nowrap;
	margin: 0;
	width: auto;
	z-index: 100;
	float: none;
	height: auto;
}

* html #navbar li ul li {
	height: 100%;
}

#wrapper #navbar ul li a {
	display: inline;
	color: #212760;
	padding: 2px 0;
	background: transparent;
	text-indent: -0px;
	height: auto;
	font-weight: normal;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -42px 0 0 100%;
	background: #b7c4dd;
	border-top-width: 0;
}

#navbar li:hover ul ul,
#navbar li.sfhover ul ul{
	left: -9999px;
}

#navbar li ul li:hover ul,
#navbar li ul li.sfhover ul{
	left: 0px;
}

/* =Content
-----------------------------------------------
*/
#wordpresscontent table {
	margin-bottom: 1.5em;
	border-collapse: collapse;
}

#wordpresscontent td,
#wordpresscontent th {
	border-bottom: 1px solid #eee;
	padding: 4px 2px;
}

/* =Sidebar
-----------------------------------------------
*/
#map {
	background: #fff;
	border-bottom: 10px solid #fff;
}

#tabwidget {
	background: #fff;
	border-bottom: 10px solid #fff;
}

#panel-oneclicksearches,
#panel-quicksearch,
#panel-featuredlistings {
	background: #a6c838 url('i/tab-panel.jpg') left bottom no-repeat;
	padding: 10px 19px 10px 19px;
}

#sidebartabs {
	height: 38px;
	margin: 0;
	list-style: none;
	position: relative;
	background: transparent url('i/tabs.gif') left top no-repeat;
}

#sidebartabs li {
	position: absolute;
	height: 38px;
	top: 0;
}

#sbtab1 { left: 0px; width: 99px; }
#sbtab2 { left: 105px; width: 97px; }
#sbtab3 { left: 208px; width: 99px; }

#sidebartabs a {
	display: block;
	height: 38px;
	background: transparent url('i/tabs.gif') left top no-repeat;
	text-indent: -9999px;
	outline: 0;
}

#sbtab1 a { background-position: -0px 0px; }
#sbtab2 a { background-position: -105px 0px; }
#sbtab3 a { background-position: -208px 0px; }

#sbtab1 a:hover,
#sbtab1 a.selected { background-position: -0px -38px; }
#sbtab2 a:hover,
#sbtab2 a.selected { background-position: -105px -38px; }
#sbtab3 a:hover,
#sbtab3 a.selected { background-position: -208px -38px; }

/* one-click searches */
#panel-oneclicksearches {
	font-size: 92%;
	color: #fff;
}

#panel-oneclicksearches a {
	color: #fff;
}

/* quicksearch */
#panel-quicksearch select {
	width: 120px;
	margin-bottom: 4px;
}

#panel-quicksearch input.text {
	width: 115px;
	margin-bottom: 4px;
}

#panel-quicksearch td {
	padding-right: 10px;
}

#panel-quicksearch .submitbutton {
	padding-left: 2px;
}

/* featured listings */
#panel-featuredlistings a {
	color: #fff;
}

/* ask a question */
#sidebar h3 {
	margin-bottom: 10px;
}

#askaquestion {
	margin: 20px 19px;
}

p#call {
	background: #b0bedc url('i/call.png') left top repeat-y;
	padding: 5px 10px 8px 10px;
	font-size: 92%;
	color: #4d4b4b;
	line-height: 1.3;
}

p#call strong {
	font-size: 127%;
	padding-right: .25em;
}

p#call span {
	color: #fff;
	font-size: 164%;
}

#askaquestion form {
	font-size: 92%;
	color: #4b4b4b;
}

#askaquestion .reqtxt,
#askaquestion .emailreqtxt {
	color: #8b4b4b;
}

#askaquestion input.single,
#askaquestion textarea {
	display: block;
	width: 98%;
}

/* =Footer
-----------------------------------------------
*/
#footer {
	font-size: 92%;
	line-height: 1.45;
	color: #fff;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

#footercontact {
	width: 750px;
	position: absolute;
	left: 17px;
	top: 8px;
	margin: 0;
}

#footerrss {
	margin: 0;
	position: absolute;
	right: 19px;
	top: 14px;
}

#footernavbar {
	text-align: center;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#footernavbar li {
	display: inline;
	padding: 0 3px;
}

#footernavbar a {
	font-weight: normal;
	color: #212760;
}

#sitemaplink {
	border-left: 1px solid #85ae1f;
}

#sitemaplink a {
	color: #85ae1f;
}

#usmtag {
	clear: both;
	margin-top: 45px;
	text-align: right;
	padding-right: 20px;
}

#footer-testimonial{
width:80%;
margin:auto;
margin-top:20px;
font-size:11px;
font-style:italic;
}

/* =Home Page
-----------------------------------------------
*/
#hometop {
	background: #fff;
	border-bottom: 10px solid #fff;
}

body#home h1 {
	font-style: italic;
}

/* =WordPress Styles
-----------------------------------------------
*/
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}

.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}

.search-categories{
margin-left:15px;
}
.search-categories form{
margin-bottom:10px;
}
.tag-cloud{
padding:5px;
margin-left:10px;
}
#social-media{
border:1px solid #fff;
}
#sharethis_0{
position:relative;
top:-20px;
left:10px;
}

#nc-area-listings td{
border-bottom:0;
}

/* Recent Blog Posts */
#blog-feed{
width:275px;
margin-top:20px;
list-style:none;
}
#blog-feed #blog-feed-hdr{
font-size:16px;
font-weight:bold;
}
