/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 12px;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/* table, td, th { vertical-align: middle; } */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

a:hover {
  text-decoration:none;
}

a,
a span,
button {
  cursor:pointer;
}

img {
  vertical-align:bottom;
}

.align-left {
  text-align:left;
}

.align-right {
  text-align:right;
}

.clear { clear:both; }









/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings.  */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1c1c1a;
	font-weight: normal;
	background: #666666;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 0.5em;
}

h1 { font-size: 2em; font-weight: bold; }
h2 { font-size: 32px; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.4em; font-weight: bold; font-style:italic; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.2em; font-weight: bold; font-style:italic; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { line-height: 1.3; margin: 0 0 0.75em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:1.5em 1.5em; }
ul, ol      { margin: 1.5em 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 1.5em 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }












html {
	min-width: 1000px;
}

body {

}

.post-content {
	padding: 12px 0 12px 25px;
}

a {
	color: #000;
}

.post-more,
.post-excerpt a {
	color: #f11300;
}


/* .current_page_item a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
808110
color:#FFFFFF;
} */

/**
 *  #page
 *  @desc  Main container for the whole page, except by the #footer.
 *         It's suppose to act as a replacement for the body tag, this
 *         is needed to implement "FooterStick Alt" by "Cameron Adams"
 *         http://themaninblue.com/experiment/footerStickAlt/
 */
#page {
	background: #fff;
	width: 918px;
	text-align: left;
	margin: 0 auto;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 23px;
	padding-top: 4px;
	 
}

/**
 *  #branding
 *  @desc  Main header bar, contains the branding elements:
 *         logo, tagline, description, phone, and get a free quote button
 */
#branding {
	margin-top: 2px;
	height: 145px;
}

#head-logo {
	background: url(images/logo.png) no-repeat;
	height: 145px;
	margin: 0;
	margin-right: 2px;
	width: 196px;
	float: left;
}

#head-logo a {
	height: 145px;
	margin: 0;
	top: 0;
	width: 196px;		
	color: #fff;
	position: absolute;
}

#head-tagline {
	width: 720px;
	height: 145px;
	background: url(images/tagline.png) no-repeat;
	float: left;
}

#head-logo span,
#head-tagline a,
#head-tagline span {
	display: block;
	font-size: 1px;
	height: 100%;
}

#head-logo span,
#head-tagline span {
	visibility: hidden;
}


/**
 *  #nav
 *  @desc  Horizontal navigation bar with dropdown support
 */
 
 /* Main navegation Styles */
#nav {
	width: 100%;
	height: 26px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#nav-cont {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#nav a,
#nav-cont {
	height: 26px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float: left;
	padding: 0;
	position: relative;
	margin-right: 2px;
}

#nav li,
#nav a {
	background: #B7B66E;
	color: #fff;
	display: block;
	float: left;
}

#nav a {
	text-decoration: none;	
	font-weight: bold; 
	display: block; 
	background:#b7b66e; 
	line-height: 26px;
	font-size: 14px;
	text-align:center;	
}

#nav li.current_page_item a,
#nav li.current_page_ancestor a {
	background: #808110;
}

#nav a:hover {
	color: #fff;
	background-color: #808110;
}

#nav a:visited {
	color: #fff
}

#nav-cont li.home a {
	width: 116px;
}

#nav-cont li.page-item-5 a {
	width: 180px;
}

#nav-cont li.page-item-7 a {
	width: 184px;
}

#nav-cont li.page-item-9 a {
	width: 90px;
}

#nav-cont li.page-item-2 a {
	width: 110px;
}

#nav-cont li.page-item-12 a {
	width: 95px;
}

#nav-cont li.page-item-14 a {
	width: 131px;
}

#nav-cont li.page-item-14 {
	margin: 0;
}

/**
 *  #container
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */

input {
	color: #666;
	font: 14px Arial, sans-serif;
	padding: 2px;
}

.searchform input {
	width: 225px;
}

button {
	background: #97420a;
	color: #fff;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	height: 22px;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
}

/**
 *  #container
 *  @desc  Main container for the whole content. It has 1, 2 and 3 columns
 *         support, depending on child class elements.
 */
#container {
	background: url(images/bg_image.png) repeat-y ;
	/* text-align: justify; */
	height:100%;
	overflow: hidden;
	z-index: 1;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
}

h2 {
	margin-bottom: 4px;
	height: 48px;
	line-height: 48px;
}

h2,
h2 a {
	color: #240f03;
}

.widget {
	color: #431e08;
	padding: 0;
}

.size1of3 {
	margin-right: 10px;
	width: 192px;
}

.last {
	margin: 0;
}

input,
select,
textarea {
	/* width: 70px; */
	border: solid 1px #cccccc;
	background: #ffffff;
}

#types input,
#q-listing input,
#q-property input,
#listing input,
#property input {
	border: none;
	width: 15px;
	height: 15px;
}

/**
 *  #form de real state
 *  @desc  Footer container, it has 2 rows with repeated content site wide
 *         It has FooterStick Alt support by "FooterStick Alt" by
 *         "Cameron Adams" http://themaninblue.com/experiment/footerStickAlt/
 */
.search-home,
.search-result,
.house,
.contact-agent {
	margin-left:7px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	width:671px;
 }
 
.search-house h3,
.search-result h3,
.house h3,
.contact-agent h3{
	background: url(images/let-help.png) no-repeat;
	height: 43px;
}

.search-house h3 span,
.search-result h3 span,
.house h3 span,
.contact-agent h3 span {
	display:none;
}

.search-house form {
	text-align: center;
	background: #EBF5F9;
	padding-left: 20px;
	padding-bottom: 20px;
}

.search-house #search-terms {
	width: 400px;
	margin-left: 20px;
	}
	
.search-house ul {
	list-style:none;
}
.search-house ul li {
	float: left;
	margin-right: 10px;
}

.search-house fieldset {
	margin-top: 10px;
	margin-bottom: 15px;
}

.search-house fieldset.location {
	padding-top: 10px;
	}
	
.search-house fieldset#price {
	margin-left: 20px;
	}
	
.search-house fieldset#price p{
	text-align: left;
	}
	
.search-house fieldset#habitation{	
	padding-left:30px;
	padding-top:13px;
}

.search-house fieldset#listing legend,
.search-house fieldset#property legend {
	font-weight: bold;
}

.search-house fieldset#habitation label{
	font-weight: bold;
	}

.search-house fieldset#another ul {
	height: 38px;
	margin-bottom:69px;
	margin-top:2px;	
	}
	
.search-house fieldset#another ul li {
	margin-right: 20px;
	font-weight: bold;
	}
	
.search-house fieldset#another {
	font-weight: bold;
	margin-left: 56px;
	}
	
.search-house fieldset#another .another{
	text-align: left;
	padding-bottom: 10px;
	}
	
.search-house fieldset#another .another ul{
	padding-left: 0;
	margin-left: 0;
	}	
	
.search-house fieldset#prices input,
#another .another input {
	background: url(images/input-backgroung.png) no-repeat;
	height:14px;
	padding-bottom:7px;
	padding-left:6px;
	padding-right:6px;
	padding-top:7px;
	width:89px;	
	border: none;
	}

.search-house .another {
	height:55px;
	}
	
.search-house .submit {
	float: right;
	margin-right: 30px;
	width: 130px;
	}

.search-house fieldset#listing,
.search-house fieldset#property{
		text-align: left;
	}
	
.search-house form div fieldset {
	float: left;
}

.search-result #result-header{
	background: #ebf5f9;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-result .result-content{
margin-bottom:10px;
margin-top:0;
padding-bottom:5px;
padding-right:10px;
padding-top:10px;
width:627px;
	height: 100px;
	background: #ebf5f9;
	}
	
.search-result .result-content img{
	background: url(images/img-background2.png) no-repeat;
	padding-bottom:6px;
	padding-left:2px;
	padding-right:6px;
	padding-top:1px;	
	}	
	
.search-result ul {
	list-style:none;
}

.search-result ul li.photo{
	float: left;
	width: 120px;
}

.search-result ul li{
	float: left;
	width: 94px;
}

.search-result .more-info{
	float: left;
	margin-top: 50px;
	}

.search-result .send-question{
	float: right;
	background: #80B80D url(images/search_c.png) repeat-x;
	margin-top:50px;	
}

.search-result .send-question a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	height:23px;

	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	}

#paginator .prev {
	float: left;
}

#paginator .next {
	float: right;
}

#paginator .pag {
	float: right;
}

#paginator .pag li{
	width: 10px;
}

/**
 *  #footer
 *  @desc  Footer container, it has 2 rows with repeated content site wide
 *         It has FooterStick Alt support by "FooterStick Alt" by
 *         "Cameron Adams" http://themaninblue.com/experiment/footerStickAlt/
 */
#footer {
	font-size: 11px;
	position: relative;
	background:#808110 none repeat scroll 0 0;
	height:27px;
	padding:0 36px;	
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding:0 3px 0 8px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	float: right;
	margin-top: 6px; 
}

#foot-nav {
	list-style: none;
	margin: 0 0 0.25em;
	overflow:hidden;
}

#foot-nav li {
	border-left: 1px solid #fff;
	display: inline;
	line-height: 27px;
}

#foot-nav li.first {
	border: none;
	padding-left:0;
	padding-right: 4px;
}

#content {
	float: right;
	width: 720px;
}

.home #content {

}

.home #sidebar img {
	margin-bottom: 2px;
}

#sidebar {
	float: left;
	width: 196px;
	background: none;
}

#couple {
	background: #fff;
}

.content {
	padding: 10px;
}

.post {
	background: #fff;
}

#ie6 .post {
	height: 250px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}

.post-meta {
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

.post-meta,
.post-meta a {
	color: #555;
}

.post-navigation {
	padding: 5px 0px;
	text-align: center;
}

.post-share {
	float: left;
}

.post-share img {
	height: 18px;
}

.post-ratings {
	float: right;
	width: 160px !important;
}

.post .post-content p {
	font-family: Arial;
	font-size: 12px;
}

a img {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	padding: 2px;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignnone {
	clear: both;
	float: none;
	margin: 0 0 1em 0;
}

.aligncenter {
	clear: both;
	float: none;
	margin: 0 0 1em 0;
	text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	background: #fff;
	padding: 7px 8px;
	border: 1px solid #666;
	border-color: #ddd #bbb #bbb #ddd;
}

hr {
	border: 1px solid #ccc;
	border-width: 0 0 1px;
	margin: 10px 0;
}

#map {
	width: 350px;
	height:278px;
	margin-left:10px;
	margin-top:10px;
	float: right;
	overflow: hidden;
	background: #fff;
	padding: 7px 8px;
	border: 1px solid #666;
	border-color: #ddd #bbb #bbb #ddd;
}

/* Formularios */

#cformsform {
	float: right;
	}
	
#cformsform legend {
	color:#240F03;
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1;	
}

/* #sidebar form input, #sidebar form textarea {
	width:170px;
}*/

#post-4 form {
	margin-top: 200px;
}
.post-content form {
	width:305px;
}

/* #sidebar form {
	width: 280px;
	padding-top: 10px;
} */

.post-content form,
#sidebar form {
	margin-left: auto;
	margin-right: auto;
}

#cformsform ol {
	list-style: none;
	margin-top: 8px;
}

.post-content #sendbutton,
#sidebar #sendbutton  {
	height:27px;
	margin-left:84px;
	background: #808110;
	color: #fff;
}

#cformsform ol li {
	margin-bottom:2px;
}

.post-content #cformsform label,
#sidebar #cformsform label {
	float:left;
	width:65px;
}

.post-content form input, .post-content form textarea {
	width:198px;
	padding-left: 2px;
	padding-right: 2px;
}

p.linklove {
	display: none;
}

#contact {
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 30px;
}

#contact .bold { font-size:12px; }
#contact .phoneNumber { font-size: 18px; display: block; margin: 8px 0 -9px 0; }
#contact .email a { color: #808110; font-size: 17px; font-weight: bold;  margin: 5px 0; }
#contact .companyInfo { margin-top: 13px;}

#sidebar-nav {
}

#sidebar-nav ul#sidebar-navmain {
	margin: 18px 0px 0px 18px;;
	list-style: none;
}

#sidebar-nav ul#sidebar-navmain li ul {
  list-style: none;
  background: #dad8a8;
  /* margin: 5px 5px 5px 20px; */
}




	
/* #sidebar-nav li.current_page_item {
	background: #b7b66e
}

#sidebar-nav a{
	color:#1C1C1A;
	display:block;
	font-size:13px;
	font-weight:bold;
	padding:1px 0 1px 2px;
	text-decoration:none;
	}

#sidebar-nav a:hover{
	background: #777000;
	width: 99%;
}

#sidebar-nav li ul a:hover{
  background: #777000;
  width: 100%;
} */

#sidebar-navmain li a {
	display: block;
	color: #1C1C1A;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#sidebar-navmain li a:hover {
	background: #808110;
}

#sidebar-navmain li.current_page_item {
	background: #808110;
}

#sidebar-navmain li.current_page_ancestor {
	background: #808110;
}


#sidebar-navmain li.current_page_item ul {
	background: #dad8a8;
	margin: 0px;
}

#sidebar-navmain li.current_page_ancestor ul {
	margin: 0px;
}

#sidebar-navmain li.current_page_item ul li a,
#sidebar-navmain li.current_page_ancestor ul li a {
	padding-left: 10px;
}

#sidebar-navmain li ul li a:hover {
	background: #b7b66e;
}

#sidebar-navmain li ul li.current_page_item {
	background: #b7b66e;
}





/* #log {
	float: right;
	background: url(/wp-content/themes/trinity/images/developer-login.jpg) no-repeat;
	width: 131px;
	height: 32px;
	margin-left: 5px;
	margin-bottom: 5px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
}

#log a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	height: 100%;
	width: 100%;
} */

#topright-login-container {
	height: 20px;
	width: 917px;
}

#login {
	padding: 0; 
	width: auto; 
	background: transparent; 
	float: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	font: 10px Arial, Helvetica, sans-serif;
}
	
#login ul {
	color: #666;
	margin:0; 
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	font-size: 10px;
	/* padding-left: 10px; */
}
	
#login li {
	display: inline; 
	margin: 0; 
	padding-left: 5px; 
	font-size: 10px;
}

#login .field {
	width: 60px;
	border: 1px solid #dad8a8;
}

/* #login pwd {
	width: 35px;
} */

#login .log-in {
	font: 10px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background-color: #dad8a8;
	
}

#login input {
	font-size: 10px;
	padding: 0px;
}

#login .text {
	font-size: 10px;
}

/* #sidebar .widget h2 {
	font-size: 16px;
	border-top: 1px dotted #808110;	
	padding-left: 10px;
	padding-top: 8px;
	height: 24px;
	color: #808110;
	margin-top: 20px;
	line-height: normal;
}

#sidebar .widget p.login-text {
	padding-left: 10px;
	font-size: 12px;
	border-bottom: 1px dotted #808110;	
	padding-bottom: 6px;
}

#sidebar .widget .login-form table {
	width: 196px;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #808110;
}

#sidebar .widget .login-form #log,
#sidebar .widget .login-form #pwd {
	width: 166px;
}



#sidebar .widget input #rememberme {
	text-align: left;
	width: 10px;
}

#sidebar input.log-in {
	background: #808110;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 83px;
	cursor: pointer;
} */






/* Sidebar styles */
 div#sidebar { float: left; width: 196px; background: #dad8a8;  height: 100% }
 div#couple,
 div#family { background-color:#FFF;} 
 
 
 ul#sideNav, ol#sideNav { list-style: none; }
 
 
 ul#sideNav { margin-top: 5px; width: 164px; }
 ul#sideNav li { background: #dad8a8; width: 164px; margin-bottom: 1px; }
 ul#sideNav li a { font-weight: bold; text-decoration: none;  font-size: 13px; display: block; padding: 7px 0px 7px 0px; color: #1c1c1a; width: 100%}
 ul#sideNav li a:hover { background: #808110; color: #FFF; }
 
 ul#sideNav ul { list-style-type: disc;  padding-left: 5px; width: 137px; } 
 ul#sideNav ul li {background: #dad8a8; width: 134px;}
 ul#sideNav ul a { padding: 7px 0px 7px 3px; font-weight: normal; font-size: 12px;}


