/*  
Theme Name: First Time Home Buyers Dallas Texas
Theme URI: http://www.unionstreetmedia.com/
Description: A custom theme developed for the First Time Home Buyers Dallas Texas website.
Version: 1.0
Author: Scott Nelle / Modded by Tanner McCuin
Author URI: http://www.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; }

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

/* =Structure
-----------------------------------------------
*/
#wrapper {
	width: 996px;
	margin: 0 auto;
}

#header {
	height: 145px;
	margin: 0 14px 0 13px;
}

#logo {
	margin: 0;
}

#navbar {
	height: 32px;
	margin: 0 19px 0 17px;
}

#content {
	margin: 0 19px 0 13px;
	padding-left: 23px;
}

body#idx #content {
	padding-left: 5px;
}

#main {
	width: 639px;
	float: left;
	padding-top: 20px;
}

body#idx #main {
	float: none;
	width: 100%;
	padding-top: 0;
}

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

#footer {
	clear: both;
}

#footer .interior {
	width: 996px;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

/* 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: #E0E6E6 url('i/top-texture.jpg') center top repeat-x; }
#wrapper { background: transparent url('i/wrapper.png') left top repeat-y; }
#header { background: #fff}
/*#navbar { background: #292955; }*/
#content { background: transparent url('i/content-top.gif') left top no-repeat; }
#footer { background: transparent url('i/bottom-texture.jpg') center bottom repeat-x; }
#footer .interior { background: transparent url('i/wrapper.png') left top repeat-y; }

/* idx page */
body#idx #wrapper { background: transparent url('i/wrapper-idx.png') left top repeat-y; }
body#idx #content { background: transparent; }
body#idx #footercontact { background: #292955; }

/*CFORMS
-----------------------------------------------
*/


.cforms .cf-fs1 ol {display:block;}

#li-4-2 { display:inline; float:left; width:50%; text-align:right; font-size:10px;}
#li-4-3 { display:inline; float:right; width:50%; text-align:right; font-size:10px;}
#li-4-4 { display:inline; float:left; width:50%; text-align:right; font-size:10px;}
#li-4-5 { display:inline; float:right; width:50%; text-align:right; font-size:10px;}
#li-4-6 { display:inline; float:left; width:50%; text-align:right; font-size:10px;}
#li-4-7 { display:inline; float:right; width:50%; text-align:right; font-size:10px;}
#li-4-8 { display:inline; float:left; width:50%; text-align:right; font-size:10px;}
#li-4-9 { display:inline; float:right; width:50%; text-align:right; font-size:10px;}

#li-4-2 label {float:left;}
#li-4-3 label {float:left;}
#li-4-4 label {float:left;}
#li-4-5 label {float:left;}
#li-4-6 label {float:left;}
#li-4-7 label {float:left;}
#li-4-8 label {float:left;}
#li-4-9 label {float:left;}



.cf-fs2 ol span {color:#008080}
.cf-fs3 ol span {color:#008080}
.cf-fs4 ol span {color:#008080}
.cf-fs5 ol span {color:#008080}
.cf-fs6 ol span {color:#008080}

.reqtxt {color:#FFFFFF;}
.emailreqtxt {color:#FFFFFF;}
/* =Navbar
-----------------------------------------------
*/
#navbar {
	list-style: none;
	text-align:left;
	line-height: 1;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	float:right;
	padding:80px 0px 0px 0px;
}

#navbar li {
	display: inline;
	line-height: 32px;
	padding: 0 10px 0 10px;
	font-size:1.3em;
	position: relative;
	list-style: none;
}

#navbar li:last-child,
#navbar li.page-item-30 {
	background: transparent;
	padding-right: 10px;
}

#navbar a {
	color: #999999;
	font-weight: normal;
	padding: 7px 0;
}

#navbar a:hover {
color:#171746;
text-decoration:none;

	
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #dcdcdc;
	text-align:left;
	padding: 14px 18px;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: -10px;
	z-index: 100;
	top: 23px;
	height: auto; /* sticky suckerfish fix */
}

#navbar li ul li {
	position: relative;
	height: auto;
	display: block;
	float: none;
	padding: 0;
	background: transparent;
}

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

#navbar li ul li a,
#navbar li ul li a:hover {
	display: block;
	padding: 0 4px;
	line-height: 24px;
	height: 24px;
	margin: 0;
	float: none;
	color: #008080;
	font-weight: normal;
	font-size: 100%;
}

ul#navbar li ul li a:hover {
	background: transparent;
	text-decoration: underline;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -38px 0 0 100%;
	background: #cccccc;
	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: auto;
}

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

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

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

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

li { margin-bottom: 4px;}

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

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font: bold 158%/1.5 "Lucida Grande", Tahoma, sans-serif;
	color: #008080;
}

/* =Sidebar
-----------------------------------------------
*/
#sidebar {
	font-size: 92%;
}

#sidebar h2 {
	font-size: 155%;
	margin-bottom: 10px;
}

#latestlistings {
	border: 4px solid #fff;
	border-width: 4px 0;
	margin-bottom: 13px;
}

#latestlistings img {
	vertical-align: bottom;
}

#retools {
	margin: 0 18px 0 17px;
	background: transparent url('i/retools.jpg') left 38px repeat-x;
	padding-bottom: 12px;
	min-height: 306px;
}

#sidebartabs {
	margin: 0 0 10px 0;
	height: 38px;
	list-style: none;
}

#sidebartabs li {
	float: left;
	width: 78px;
	height: 38px;
	margin-right: 5px;
}

#sidebartabs #sbtab3 { margin-right: 0; }

#sidebartabs a {
	display: block;
	width: 78px;
	height: 32px;
	padding-top: 6px;
	background: #99c23d url('i/tab.gif') left top no-repeat;
	color: #CCCCCC;
	text-align: center;
	font: normal 118%/1.08 "Lucida Grande", Tahoma, sans-serif;
	text-transform: uppercase;
}

#sidebartabs a:active { outline: none; }
#sidebartabs a:focus { -moz-outline-style: none; }

#sidebartabs a:hover,
#sidebartabs a.selected {
	background-position: left -38px;
	background-color: #008080;
	color: #fff;
	text-decoration: none;
}

#quicksearch {
margin-left:5px;
margin-right:5px;

	
}

#quicksearch legend {
color:#FFFFFF;
border:1px solid #ffffff;
}

#quicksearch fieldset {border:1px solid white}



#quicksearch p,
.overlabel-wrap {
	margin-bottom: 6px;
}

#quicksearch select,
#quicksearch .overlabel-wrap input {
	border: 1px solid #000;
	padding: 1px;
	width: 145px;
	font: normal 100% Verdana, sans-serif;
}

#quicksearch .overlabel-wrap input {
	width: 141px;
}

#quicksearch input.submit {
	display: block;
}
#quicksearch label {
display: block;
	color: #fff;
	}
/* ds quicksearch styles */
#quicksearch select {
	width: 114px;
}

#quicksearch input {

}

#quicksearch input.ds-quick-search-button {
	width: 5em;
}

/* one click searches */
#oneclicksearches ul {
	margin-left: 31px;
	margin-right: 20px;
	list-style-image: url('i/pss-arrow.gif');
}

#oneclicksearches a {
	color: #fff;
}

#askaquestion {
	margin-left: 12px;
}

#call {
	color: #4d4b4b;
	font: normal 100%/1.45 "Lucida Grande", Tahoma, sans-serif;
	padding: 2px 0 2px 10px;
}

#call strong {
	font-size: 127%;
}

#call span {
	font-size: 163%;
	font-weight: bold;
	color: #fff;
}

#askaquestion p {
	margin-bottom: 6px;
}

#askaquestion label {
	display: block;
	color: #fff;
}

#askaquestion input[type="text"],
#askaquestion textarea {
	font: normal 100%/1.5 Verdana, sans-serif;
	width: 215px;
}

#askaquestion textarea { height: 96px; }

#askaquestion p.submit {
	text-align: right;
	width: 220px;
}

/* cforms */
.cf_info {
	color: #fff;
	font-weight: bold;
}

.cf_hidden {
	display: none;
}

.cform ol {
	list-style: none;
	margin: 0;
}

.linklove {
	display: none;
}

.cform p {
	margin-bottom: 6px;
}

.cform label {
	display: block;
}

.cform label.cf-after {
	display: inline;
}

.cform fieldset {
	margin-bottom: 1.5em;
}

.cform legend {
	padding: 0 8px;
	font-weight: bold;
}

/* Basic Overlabel styles */
div.overlabel-wrap {
	position:relative;
}

label.overlabel-apply {
	position:absolute;
	top:4px;
	left:5px;
	z-index:1;
	font-family: verdana,sans-serif;
	font-size: 11px;
	line-height: 1;
}

#featuredlistings {
	margin: 0 17px;
}

#featuredlistings a {
	color: #585f54;
}

#searchform {
	margin-left: 17px;
}

#searchform label {
	font: bold 155%/1.5 "Lucida Grande", Tahoma, sans-serif;
	color: #008080;
}

#searchform input {
	vertical-align: top;
	margin-top: 4px;
}

#searchform #s {
	border: 1px solid #a9b28e;
	width: 140px;
	font: 100% Verdana, sans-serif;
	background: #fff url('i/input.gif') left top no-repeat;
}

#bestofreston {
	margin-left: 17px;
}

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

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

#footercontact {
	background: #292955 url('i/content-bottom.gif') -4px top no-repeat;
	margin: 0 19px 0 17px;
	padding: 30px 20px 20px 20px;
}

#footercontact p {
	margin: 0;
}

#footernavbar {
	border-top: 4px solid #fff;
	margin: 0 19px 0 17px;
	background: #008080;
	padding: 18px 0 85px 20px;
}

#footernavbar li {
	display: inline;
	list-style: none;
	padding-right: 25px;
}

#usmtag {
	margin: 0 19px 0 17px;
	background: #008080;
	padding: 0 0 50px 20px;
}

#usmtag a {
	display: block;
	width: 216px;
	height: 19px;
	background: transparent url('i/usmtag.png') left top no-repeat;
	text-indent: -9999px;
}

/* =Wordpress Styles
-----------------------------------------------
*/
.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 {
	margin: 0 18px 0 17px;
}
#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;
}

li.widget a {
	color: #585f54;
}

li.widget h2 a {
	color: #587232;
}
