/*  
Theme Name: Alvarado Group
Theme URI: http://www.unionstreetmedia.com
Description: 
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; }

a:active { outline: none; }

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: 990px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 180px;
	position: relative;
}

#navbar {
	height: 42px;
	margin: 0;
}

#content {
	padding-top: 14px;
}

#main {
	float: left;
	width: 592px;
	padding: 10px 10px 50px 16px;
	margin-left: 46px;
	_display: inline;
}

#sidebar {
	float: right;
	width: 262px;
	padding: 0 27px 0 0;
}

#footer {
	clear: both;
	min-height: 135px;
	width: 990px;
	margin: 0 auto;
	position: relative;
}

/* 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 url('i/body.jpg') left top repeat-x; }
#header { background: #aebe15 url('i/header.jpg') left top no-repeat; }
#navbar { background: #aebe15 url('i/navbar.gif') left top no-repeat; }
#wrapper { background: transparent url('i/wrapper.gif') left top repeat-y; }
#content { background: transparent url('i/content.jpg') left top no-repeat; }
#main { background: transparent url('i/main.jpg') left top repeat-x; }
#footer { background: #013a75 url('i/footer.gif') left top no-repeat; }

/* =Type and colors
-----------------------------------------------
*/
body {
	font: normal normal 0.8125em/1.85 "Lucida Grande", Verdana, sans-serif;
	color: #353434;
}

h1,
p,
ul,
ol { margin-bottom: 16px; }

h2,
h3,
h4,
h5,
h6,
ul ul,
ol ol { margin-bottom: 0; }

li { margin-bottom: 4px;}

ul, ol { margin-left: 20px; }

a {
	color: #1a409a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1 { font: normal bold 185%/1.25 "Lucida Grande", Verdana, sans-serif; color: #875a3f; }
h2 { font: normal bold 131%/1 "Lucida Grande", Verdana, sans-serif; }
h3 { font: normal bold 100%/2.18 "Lucida Grande", Verdana, sans-serif; text-transform: uppercase; }
h4 { font: normal bold 100%/1 "Lucida Grande", Verdana, sans-serif; }
h5, h6 { font: normal bold 85%/1 "Lucida Grande", Verdana, sans-serif; }

/* =Header
-----------------------------------------------
*/
#logolink {
	width: 293px;
	height: 160px;
	position: absolute;
	left: 46px;
	top: 0px;
}

#logolink a {
	display: block;
	width: 293px;
	height: 160px;
	text-indent: -9999px;
}

/* =Navigation
-----------------------------------------------
*/
#navbar {
	list-style: none;
	text-align: center;
	line-height: 1;
	font-family: Arial, sans-serif;
}

#navbar li {
	display: inline;
	line-height:42px;
	padding: 13px 5px 14px 0px;
	background: transparent url('i/navseparator.gif') right center no-repeat;
	position: relative;
	list-style: none;
	z-index: 100;
}

#navbar li:last-child,
#navbar li#last {
	background: transparent;
	padding-right: 0;
}

#navbar a {
	color: #fff;
	font: normal bold 108%/42px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	padding: 7px 10px;
}

#navbar a:hover {
	text-decoration: underline;
	color: #fff;
}

/* dropdowns */
#navbar li ul {
	position: absolute;
	left: -9999px;
	display: block;
	white-space: nowrap;
	margin: 0;
	background: #ddd;
	border: 1px solid #686666;
	text-align:left;
	padding: 4px 18px 8px 18px;
	_width: 1%;
}

#navbar li:hover ul,
#navbar li.sfhover ul {
	left: 0;
	z-index: 100;
	top: 42px;
	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;
	color: #000;
	font: normal bold 92%/18px Verdana, sans-serif;
	padding: 0 4px;
	height: 18px;
	margin: 0;
}

ul#navbar li ul li a:hover {
	background: transparent;
	text-decoration: underline;
}

/* level 3 navigation */
#navbar li ul ul {
	margin: -47px 0 0 100%;
	background: #f9f9f9;
}

#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;
	_left: 120px;
}

/* =Content
-----------------------------------------------
*/
h1 span {
display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}

.homepage h2 {
	display: block;
	color: #444;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 16px;
}

#hometestimonial {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Georgia, serif;
}

#hometestimonial em {
	display: block;
	text-align: right;
	font: normal normal 14px/1 Verdana, sans-serif;
	color: #00467f;
	padding-right: 10px;
	padding-top: 10px;
}

#main hr {
	clear: both;
}

#main table {
	font-size: 92%;
	margin-bottom: 16px;
}

#main td {
	vertical-align: top;
}

/* home value */
#post-18 h2 {
	margin-bottom: 16px;
}

/* meet the team */
#post-91 h2 {
	margin-top: 34px;
	clear: both;
}

/* testimonials */
#post-93 li {
	margin-bottom: 0;
	list-style: none;
}

#post-93 ul {
	margin-left: 0;
	clear: right;
}

/* local experts */
#post-109 li {
	margin-bottom: 0;
	list-style: none;
}

#post-109 ul {
	margin-left: 0;
}

/* =Sidebar
-----------------------------------------------
*/
#call {
	font-size: 108%;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 6px;
}

#call strong {
	font-size: 114%;
}

#socialmedia {
	text-align: center;
	margin-bottom: 6px;
}
#re-tips{
	font-size:11px;
	text-align:center;	
}
#hdr-newlistings a {
	border: 1px solid #d8de8e;
	background: #c4d056 url('i/arrow.gif') 10px 10px no-repeat;
	color: #00467f;
	font-size: 13px;
	padding: 9px 0 9px 27px;
}

#hdr-newlistings a:hover {
	background-color: #d6e16f;
	text-decoration: none;
}

#sidebartabs {
	width: 262px;
	height: 44px;
	margin: 0;
	list-style: none;
	position: relative;
	background: transparent url('i/sidebartabs.gif') left top no-repeat;
}

#sidebartabs li {
	height: 44px;
	position: absolute;
	top: 0px;	
}

#sidebartabs a {
	display: block;
	height: 44px;
	text-indent: -9999px;
	background: transparent url('i/sidebartabs.gif') left top no-repeat;
}

#sbtab1 { width: 84px; left: 1px; }
#sbtab2 { width: 89px; left: 86px; }
#sbtab3 { width: 85px; left: 176px; }

#sbtab1 a { background-position: -1px 0px; }
#sbtab2 a { background-position: -86px 0px; }
#sbtab3 a { background-position: -176px 0px; }

#sbtab1 a:hover,
#sbtab1 a.selected { background-position: -1px -44px; }
#sbtab2 a:hover,
#sbtab2 a.selected { background-position: -86px -44px; }
#sbtab3 a:hover,
#sbtab3 a.selected { background-position: -176px -44px; }

#sidebartabs a:active { outline: none; -moz-outline-style: none; }

#sidebartabs a:focus { outline: none; -moz-outline-style: none; }

#askaquestion,
#quicksearchbox,
#oneclicksearches {
	background: #d0da78;
	border: 1px solid #edf0ce;
	border-width: 0 1px 1px 1px;
	padding: 13px 13px 9px 13px;
	margin-bottom: 10px;
	color: #4d4d4d;
}

/* ask a question form */
#askaquestion .cform {
	width: 200px;
	margin: 0;
}

#askaquestion .cform textarea,
#askaquestion .cform input {
	width: 185px; 
}

#askaquestion .cform label {
	width: 185px;
	background: transparent;
	font-size: 11px;
	color: #333;
}


#askaquestion span.reqtxt,
#askaquestion span.emailreqtxt { 
	width: 185px;
}

#askaquestion .cform .sendbutton {
	background: #eee;
	font-size: 11px;
	color: #333;
}

#askaquestion ol.cf-ol li {
	margin: 0;
}

#oneclicksearches li {
	line-height: 1.5;
	margin-bottom: 0;
	font-size: 92%;
}

#featured-lnk a{
color:#4D4D4D !important;
font-weight:bold !important;

}

#oneclicksearches a {
	font-weight: normal;
	color: #000;
}

#content #sidebar #tabwidget #oneclicksearches > p {
	display:none;
}

#quicksearchbox select {
	width: 230px;
	margin-bottom: 6px;
}

#temp_property_id {
	width: 225px;
	margin-bottom: 6px;
}

/* widgets */
#sidebar h2 {
	color: #013a75;
	text-transform: none;
	font-size: 150%;
}

#sidebar h2 a {
	color: #013a75;
	font-weight: bold;
	margin-bottom: 16px;
	display: block;
}

#wp-sidebar .widget_categories ul,
#wp-sidebar .widget_categories li {
	list-style: none;
	margin-left: 0;
}

/* search form */
#sidebar #searchform {
	color: #013a75;
	text-transform: none;
	font: normal bold 131%/1 "Lucida Grande", Verdana, sans-serif;
	margin-left: 16px;
}

/* =Footer
-----------------------------------------------
*/
#footernavbar {
	margin: 0;
	padding: 16px 0 0 50px;
	line-height: 1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#footernavbar li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
}

#footernavbar a {
	color: #dde;
	font-weight: normal;
	font-size: 92%;
}

#usmtag {
	text-align: center;
	width: 670px;
	padding: 18px 0 0 9px;
}

#footerlogos {
	position: absolute;
	left: 720px;
	top: 20px;
}

#footerlogos img {
	margin-right: 10px;
	border: 1px solid #7e8e05;
}
/* =IDX Pages
-----------------------------------------------
*/
body#idxpage #wrapper {
	background-image: url('i/wrapper-idx.gif');
}

body#idxpage #content {
	background-image: url('i/content-idx.jpg');
}

body#idxpage #sidebar {
	display: none;
}

body#idxpage #main {
	float: none;
	width: 864px;
}

body#idxpage #main table {
	margin-bottom: 0;
}

/* =Wordpress Styles
-----------------------------------------------
*/
.postmetadata {
	clear: both;
}

.post {
	position:relative;
}

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#wordpresscontent .navigation { display: inline-block; }   
#wordpresscontent .navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html #wordpresscontent .navigation { height: 1%; }
#wordpresscontent .navigation { display: block; }

#wordpresscontent .navigation .alignleft {
	width: 47%;
}

#wordpresscontent .navigation .alignright {
	width: 47%;
	text-align: right;
}

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;
	font-size: 85%;
}
#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: #000;
	font-weight: normal;
}

li.widget h2 a {
	color: #000;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.post h1 {
	max-width:85%; /* to make room for share this widget */
}
