/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {	margin: 0 0 20px 0;
background: #FFF;
	color: #000;
	padding: 0;
}

body, select, input, textarea {
	font: 73% Arial, Verdana, Sans-Serif;
	}
	
a:link, a:visited {
	color: #3a352f;
	text-decoration:none;
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}
	
.entry p a:link, .entry p a:visited, .entry p a:active {
	color: #3a352f;
	border-bottom: 0px solid #73734f;
	text-decoration:underline;
	}

.entry p a:hover {
	color: #73734f; color:#fff;
	border-bottom: 0px solid #666;
	text-decoration:none;
background-color: #333;
	text-decoration:none;
	}


hr {margin: 0 0 0 0px;
	padding:0;
	display: block;
	height:1px;
	background:#999;
	border:0;
	}

small {margin: 0 0 0 0px;
	font-size: 11px;  
	padding:3px 2px;
	color: #696969;
	}	

img, a:link img, a:visited img {
	border:0
	}
	
img {border: none;}
a.noborder { border:none;}

/* Structure */

#page {text-align:left;
	margin: 0px auto 0px auto;  
	padding: 0;
	height: 100%;
	width: 970px;
}



.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {margin: 0 0px 0 0;
	width: 260px; width: 295px;
	float:right
	}

#leftcol {margin: 0 0 0 15px;
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;width:292px;
	padding-left:20px;
	margin-top: 25px;
	}


		
/*Subnav */

.subnav li { 
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background: transparent url(/images/bg-teamnav.jpg) repeat-x 0 0;
	color: #000;
	display:block;
	padding:10px 4px 10px 10px;
font-family: Georgia;
font-style: italic;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	color: #666;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
#subnavigation {
height: 47px;
	margin: 0px 0px 0 0px;
	background: transparent url(/images/bg-subnav.jpg) repeat-x 0 0;
	width: 970px;
}	 
	
	
/*	Headers */

h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0 20px 0px;
color: #292929;
	}
	
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0 20px 30px;
	}

h5 {	font-size: 10px;
text-transform: uppercase;
	margin: 2px 0 2px 0px;
color: #666;
letter-spacing: 0.1px;
	}

#sidebar h6, #sidebar h2 {
	border-top:0px solid #BBB;
	border-bottom:0px solid #BBB;
	padding:6px 0 6px 2px;
	margin:10px 0 10px 0;
	font-size:20px;
	letter-spacing: -0.0em;
font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
	}
	
#content h6 {	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;text-transform:none;
	padding:0;
	letter-spacing:0.01em;
	margin:0;
	font-weight:bold;
	color:#5f5f5f;color:#444;
font: normal 1.8em/1.3em Georgia, Arial,Helvetica, sans-serif;
	}
	
h6#respond {
	border-top:1px dotted #b6b6b6;
	margin:25px 0 0 0px;
	padding-top:20px
	}

h6#comments {
	margin-top:32px
	}


h4 {
	font-size:14px;
	margin: 20px 0 10px 0px;
	}

#content h2, #content h3 {
	font: normal 1.7em/1.0em Georgia, Arial,Helvetica, sans-serif;
	margin:0 0 8px 0px;
	padding:0;
	border-bottom:none;
	color:#333;
	letter-spacing:-0.02em;
	}	

#content h4 {
	font: 13px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.5px;
	margin:20px 0 10px 0;
	font-weight:bold;
	color:#333;
	}
	
.post h3 a:link, .post h3 a:visited, .post h3 a:hover, .post h3 a:active {
	font: normal 19px/19px Georgia, Arial,Helvetica, sans-serif;
	margin:0px 0 0px 0;
	padding:0;
	border-bottom:none;
	color:#333;
	letter-spacing:-0.02em;
	}
	
.post {	margin: 20px 0 0 0;
	}
	
	
	
/* Content */

#content {margin: 0 0 0 0px;
	width:640px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:0px dotted #b6b6b6;
	border-top:0px dotted #b6b6b6;
	background: #ececec url(/images/bg-search.jpg) repeat-x 0 -140px;

	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 20px 8px 0;
	}

#lead {
	margin:22px 0 12px 0px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {padding:12px 0 0 0;
	margin-bottom: 5px;
	border-bottom:none;
background:#fff;
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 6px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0 4px;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:24px;
	}

#sidelist .children {
	background:#e4efd5;background:#e0e2cd;
background:#fff; 
color: #333;
	}
	
#sidelist .children li {
	list-style: disc;
	margin-left:35px;
	border-bottom:1px solid #e4efd5;
	border-bottom:0px solid #ddd;

	}
	
#sidelist .children li a, 
#sidelist .children li a:visited {
	padding:3px 2px 3px 0px;
	border:0;
background:#fff;
	color: #333;
font-style: normal;
font-family: Arial, Helvatica, sans-serif;
	}

#sidelist .children li a:hover, 
#sidelist .children li a:active	{	 			
	color: #666; 
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#f3f3f3;
	margin:15px 0 15px 0px;
	padding:15px;
	}

#writer img {margin:0;
	padding:1px;
	border:1px solid #ccc;
	float:left;
	width:58px;
	height:87px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #ccc;
	margin:12px 0 0 0;
	}

#writer p {padding:0;
	margin:0;
	width:532px;
	}	

.entry {
	padding-bottom:8px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}
	
table {margin: 0 0 0 40px;
	font-size: 12px;
	padding: 0px}	
	
td {padding: 3px}	


/*Post Formatting*/

.picleft {
	float:left;
	margin:0px 14px 5px 0;
	border:5px solid #737350;	
	padding: 4px; padding: 1px;	
 	border:1px solid #ccc; 	border:4px solid #ddd;
	}

a img.picleft{
	border:5px solid #DDD;	
}

.picright {
	float:right;
	margin:0px 0 5px 14px;
	padding: 1px;	
	border:4px solid #d6dea3;border:4px solid #ddd;
	}		
	
a img.picright{
	border:5px solid #DDD;	
}

.post blockquote {
	color:#76767a;color: #737350;
	padding:6px 10px;
	margin:18px 25px;
	font: italic 27px/27px Georgia, times;
	background:transparent url(http://www.quintaproperty.com/guide/templates/mimbo/img/blockquote.gif) no-repeat 0 0;
	}	
	
.post ul {
	margin: 0 0 20px 15px;
	}

.post ul li {
	list-style:square;
	margin: 0 0 5px 45px;
padding:0;
	font-size: 1.0em;
	line-height: 1.45em;
	}


.post ol {padding: 0 0 0 20px;
	margin: 10px 0 10px 0px;
	}

.post ol li {padding: 0;
	margin: 0 0 5px 0px;
	line-height:18px;
	}
	
#tags {margin: 0 0 0 0px;
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
	
.navigation {margin: 20px 0 0 30px;
}

.pagerbox {margin: 15px 0 0 30px;}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {margin: 10px 0 0 0;
	padding:0px 5px 0 0; 
	}

#searchform .button {	 
	border:0px solid #9c9c9c;
 padding:0;margin:0;
 width: 86px;
text-transform: uppercase;
font-size: 10px
	  }

.button {margin:0px 0 0 0;
height:22px;
	padding: 1px 3px;
	background:#333;
	color:#fff;
	border:none;
	font-size:11px;
	}

.button:hover {margin:0;height:22px;
	background:#999;
	color:#FFF;
	text-decoration:none
	}
	
#s {margin:-2px 0 0 0;
	padding:0px 0px 0 0;
	height:20px;
	width: 150px;
	background-color:#fff;
	border:1px solid #666;
	font-size:12px
	}

#commentform input {
	background-color:#fff;
	border:1px solid #9c9c9c;
	width: 170px;
	margin: 5px 5px 1px 0;
	height:16px;
	line-height:19px;
	font-size:12px
	}

#commentform textarea {
	background-color:#fff;
	border:1px solid #9c9c9c;
	width: 100%;
	margin-top:5px;
	line-height:19px;
	font-size:12px
	}

#commentform  .button {	
background-color:#000;
height:24px;
	  }



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background-color:#e8e8c3;
	border-top: 1px solid #9c9c9c;
	}

#commentform small {
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

body#page #hn7
{	background: transparent url(/images/bg-mainnav.jpg) repeat-x 0 0;

	color: #222;	}
 
	
#header {
	height: 190px;height: 170px;
	width:970px;
}

#claim	{
	position: relative; top:0; left: 886px;
	height: 95px;
	width: 84px;
	margin: -80px 0 0 0; margin: -118px 0 0 0;
	padding: 0;
	text-indent:-9009px;
	background:transparent url(/images/savills-logo.jpg) no-repeat 0 0;
	}
	
h2#logo  {
	position: relative;
	top:40px; top:20px;
	left: 330px; left: 370px;left: 340px;
	width:226px;
	height:120px;
	text-indent:-9009px;
	background:transparent url(/images/quinta-properties.jpg) no-repeat 0 0;
	border-bottom: 0px;
	}
	
h2#logo a:link, h2#logo a:visited, h2#logo a:hover, h2#logo a:active{
	display:block;
	width:100%;
	height:100%;
	outline:none;
	border-bottom: 0px;
	}
	
#breadcrumb	{
	width: 970px;
	height: 28px;
}
	
#topnav	{
	width: 220px;
	height: 200px;
	padding: 0px 0px 0 0px;
	margin: 0 0px 0 0px;
	position: absolute;
	top: 0; 
}

#fastcontact {color: #666;
	float:left;
	margin: 0;
	padding:0;
	position: absolute;
	top:50px; top:0px;
	left:0px;
	width:220px; width:220px;
	height: 140px;
	line-height:20px;
	font-family: "Georgia";
}

#flags {	
	height: 50px; 
}	
 

#call, #mail, #follow {
	height: 30px;
	font-size: 13px;
	font-size: 17px;font-size: 14px; 
	line-height: 30px;
	color: #292929;
		font-family: 'DidotDisplayRegular';	
font-family: "Times New Roman", Times, serif;
		font-weight: bold; font-weight: normal;
		letter-spacing: 0.2px;
}

#call, #mail {
	font-size: 15px; 
}

#mail a {font-style: italic; font-size: 14px;
}

.socialicons {float:right;
	width: 70px; 
	margin: 0 60px 0 0; padding: 0;
}

.phone {font-size:16px; font-weight: normal;	
				font-family: "DidotDisplayBold"; 		
				font-family: "Times New Roman", Times, serif;	

			letter-spacing: -0.5px;
			padding-left: 3px;
	
	}
	
	


#fastcontact p {	
	margin: 0;
	padding:0;
	font: normal 14px/30px "Georgia";
}

#breadcrumb p {font-size: 11px;
	margin: 2px 0 0 0;
	color: #555;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	padding: 0 0 1px 9px;
	margin: 0 3px 0 0;
	background: transparent url(../elemente/layout/arrow-small.gif) no-repeat 0px 5px;	
	color: #73734f;	color: #666;
	font-size: 11px;
}

#breadcrumb a:hover{
	padding: 0 0 1px 9px;
	margin: 0 3px 0 0;
	background: transparent url(../elemente/layout/arrow-small.gif) no-repeat 0 5px; 
	color:#000;
}

#breadcrumb #firststatus{
	padding-left: 0px;
	background-image: none;
}



#mainwrap p a:link, #mainwrap p a:visited, #mainwrap p a:active,
#fastcontact a:link, #fastcontact a:visited, #fastcontact a:active {
	padding: 0 0 0px 0;
	color: #73734f;
	background: transparent url(/elemente/layout/dot-link.gif) repeat-x 0 100%;
}
#mainwrap p a:hover, #fastcontact a:hover {
	background: none;
}

#footer a:link, #footer a:visited, #footer a:active, 
#topbar a:link, #topbar a:visited, #topbar a:active {
	color:#0077AA;color: #666;
	margin: 0;
	padding: 0 1px;
}



p {color: #444; color: #2E2E2E;color: #333;
	font-size: 1.0em;
	line-height: 1.55em;line-height: 1.6em;line-height: 1.5em;
	margin: 0 45px 15px 45px;
	padding: 0;
	text-align: left;
}

p {color: #444; color: #2E2E2E;color: #333;
	font-size: 1.0em; font-size: 12px;
	line-height: 18px;
	margin: 0 45px 15px 40px; margin: 0 0px 15px 0px;
	padding: 0;
	text-align: left;
}

#content p {color: #444; color: #2E2E2E;color: #383737;
	font-size: 1.0em;
	line-height: 1.55em;line-height: 1.6em;
	margin: 0 10px 15px 30px;
	padding: 0;
	text-align: left;
}

#content p {color: #383737;
	font-size: 1.0em; font-size: 12px;
	line-height: 1.6em; line-height: 18px;
	margin: 0 10px 15px 40px; margin: 0 0px 15px 0px;
	padding: 0;
	text-align: left;
}

#footer	{ width: 970px;
	height: 430px;
	padding: 0px;
	margin: 20px auto;
	text-align: left;
	background: #fff url(/images/bg-footer.jpg) repeat-x 0 0; 
}
 

#footer	.column{ 
	width: 320px;
	height: 200px;  
	padding: 0px;
	margin: 80px 0 0 0; 
	text-align: left;
	float:left;
	font-size: 14px;
	line-height: 20px;
}

#footer	.column ul{
	margin: 0 0 0 50px;
	padding: 0;
}

#footer	.column ul li{
	list-style: none;
	margin: 5px 0;
}

a:link {
	color:#73734f; 
	text-decoration: none;
}

a:visited {
	color:#73734f;
	text-decoration: none;
}

a:hover {	
	color:#333;
	text-decoration: none;
}

a:active {
	color:#73734f;
	text-decoration: none;
}


#footer a:link, #footer a:visited, #footer a:active {
	color: #575757;
	margin: 0;
	padding: 0;	
	line-height: 20px;
	font-size: 14px;	
}

#footer a:hover {
	color: #73734f;
}

#footernav {
	text-align:center; 
	margin: 30px 0 14px 0;
}

#footernav a:link, #footernav a:visited, #footernav a:active {
	color: #6b6d53;
	margin: 0 10px;	
	font: normal 16px/20px "Georgia", Arial;
	text-transform: uppercase;		
}

.clear {clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	line-height: 1px;
}

#footernav a:hover {
	color: #73734f; color: #292929;
}

#footer p{	
	color: #575757;
	padding:0;
	margin:0 0 8px 0;
	line-height: 20px;
	font-size: 11px;
	text-align: center
}

#footer strong { font-size: 11px;	
	font-weight: normal;
}
