/*
Theme Name: Home
Theme URI: http://www.digitaltiki.com/
Description: An "artistic" real estate theme.
Author: Lauren Freeland
Author URI: http://www.digitaltiki.com/
version: 1.0
Tags: two-column, widget-ready, real estate, multiple sidebars, neutral, cream, green, white, admin panel, homepage slideshow
*/

/************************************************
*  Basics 							     	    * 
************************************************/

*{margin:0; padding:0;}

body {
	background:#d5c9af;
	font-family:Tahoma, Geneva, sans-serif, "fff-tusj-1","fff-tusj-2";
	font-size: 12pt;
	color:#000;
	margin:0px;
}
	
h1 {font-size: 24pt; color: #615b51; font-family: "fff-tusj-1","fff-tusj-2",serif;}
h2 {font-size: 18pt; color: #615b51; text-transform:uppercase; font-family: "fff-tusj-1","fff-tusj-2",serif;}
h3 {font-size: 18pt; color: #615b51; font-family:Tahoma, Geneva, sans-serif;}
h4 {font-size: 14pt; color: #615b51; text-transform:uppercase; font-family: "fff-tusj-1","fff-tusj-2",serif;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:2px solid #615b51;
	margin:15px;
	padding:0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
}
	
.clearer {
	clear:both;
}

td {
	padding:0px;
	margin:0px;
}


/************************************************
*  Links		 					     	    * 
************************************************/

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}


/************************************************
*  Container	 					     	    * 
************************************************/

#container {
	background:#fff;
	width: 1000px;
	margin: 0 auto;
}

#container #content {
	background:#fff;
	width:650px;
	float:left;
	padding:10px;
}

#myGallery {
	width: 650px !important;
	height: 400px !important;
}


/************************************************
*  Header		 					     	    * 
************************************************/

#header {
	height:169px;
	color: #fff; 
	width: 1000px;
	margin: 15px auto 0;
}	
	
#headerbg {
	background:url(images/header.jpg) no-repeat;
	height:169px;
	position:relative;
	z-index:10;
}

#headerbg #house {
	background: url(images/house.png) no-repeat;
	position: absolute;
	width:258px;
	height:216px;
	top: 0px;
	right: 20px;
	z-index:100;
}

#headerbg #logo {
	background: url(images/logo.png) no-repeat;
	width:400px;
	height:150;
	margin: 9px 0px 0px 25px;
}

#headerbg #logo2 {
	width:400px;
	height:100%;
	margin: 0px 0px 0px 25px;
}

#headerbg #logo2 h1{
	font-size:40pt;
	font-family: "fff-tusj-1","fff-tusj-2",serif;
	line-height:50px;
	letter-spacing:5px;
	padding:35px 0 0 16px;
	margin:0;	
}
	
#header #logo h1 a{
	color: #000; 
	text-decoration: none;
}

#header #logo h1 a:hover{
	color: #000; 
	text-decoration:none;
}

#header h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
}


/************************************************
*  Main Navigation					     	    * 
************************************************/

#nav {
	height: 83px;
	color: #FFFFFF;
	background: url(images/nav.png) repeat-x top;
	position:relative;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	z-index:100;
}

#nav li {
	border-right: 2px #91897b groove;
	height:47px;
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #fff;
	font-family: "fff-tusj-1","fff-tusj-2",serif;
	font-size: 24px;
	line-height: 47px;
	font-weight: lighter;
	background: url(images/arrow1.png) no-repeat;
	background-position:center 40px;
	height:55px;
}

#nav li a:hover, #nav li a:active {
	height:55px;
	text-decoration: none;
	color: #FFFFFF;
	z-index:100;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	height:28px;
	color: #d5c9af;
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
    margin-top: 2px;
	line-height: 14px;
	padding: 3px 15px 7px 15px;
	border: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
}
	
#nav li li a:hover, #nav li li a:active {
	color: #fff;
	text-decoration: none;
}

#nav li ul {
	background: url(images/nav-hov.png) no-repeat;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height:28px;
	width:1000px;
	margin: 0px;
	padding: 0px;
	display:block;
	float:left;
}

#nav li li {
	border:none;
}

#nav li ul a { 
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	color: #fff;
	font-family: serif;
	font-size: 24px;
	line-height: 47px;
}

#nav li ul a:hover, #nav li ul a:active { 
}

#nav li ul ul {
	margin: -25px 0 0 151px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover2 ul ul, #nav li.sfhover2 ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover2 ul, #nav li li.sfhover2 ul, #nav li li li.sfhover ul {
	left: 0px;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}


/************************************************
*  Homepage Bottom 					     	    * 
************************************************/
#hpbottom {
	background: url(images/btm-bg.png) repeat-x;
	width:1000px;
	height:250px;
	border-top: 10px #615b51 solid;
	border-bottom: 10px #615b51 solid;
	margin:0px auto;
}

.hpbottom1 {
	width: 300px;
	height:230px;
	margin: 0 10px;
	padding:10px;
	border-right: 2px #615b51 dotted;
	float:left;
}

.hpbottom1 h2 {
	color: #615b51;
	font-size:24px;
	text-transform:uppercase;
	font-family: "fff-tusj-1","fff-tusj-2";
}

.hpbottom2 {
	width: 300px;
	height:230px;
	margin-right:5px;
	padding:10px;
	border-right: 2px #615b51 dotted;
	float:left;
}

.hpbottom2 h2 {
	color: #615b51;
	font-size:24px;
	text-transform:uppercase;
	font-family: "fff-tusj-1","fff-tusj-2";
}

.hpbottom3 {
	width: 300px;
	height:230px;
	margin-right:0px;
	padding:10px;
	float:left;
}

.hpbottom3 h2 {
	color: #615b51;
	font-size:24px;
	text-transform:uppercase;
	font-family: "fff-tusj-1","fff-tusj-2";
}


/************************************************
*  Blog								     	    * 
************************************************/

#bottom {
	width: 100%;
	height:275px;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	float:left;
}	
	
#bottom h3{
	background: url(images/h2.png) repeat-x;
	width:100%;
	height:48px;
	line-height:48px;
	color:#fff;
	font-family: "fff-tusj-1","fff-tusj-2", serif;
	padding-left:5px;
	margin-bottom:10px;
	text-transform:uppercase;
}
	
#bottom a, #bottom a:visited {
	color: #252525;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: italic;
}
	
#bottom a:hover {
	color: #252525;
	text-decoration: underline;
}
	
#bottom h2, #bottom h2 a, #bottom h2 a:visited {
	color: #4d4d4f;
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#bottom h2 a:hover {
	color: #4d4d4f;
	text-decoration: underline;
}
	
#bottom h4 {
	color: #252525;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
	
#bottom p {
	color: #000;
	margin: 0px;
	font-size:10px;
	padding: 0px;
}

#bottom embed, #bottom object {
	width: 200px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
}

.excerpt {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size:12px;
}
	
.bottom1 {
	width: 200px;
	height:250px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 0px;
}
	
.bottom2 {
	width: 200px;
	height:250px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 19px 0px 0px;
}
	
.bottom3 {
	width: 200px;
	height:250px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.thumb-bottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 10px 0px !important;
	border: 5px solid #615b51 !important;
}


/************************************************
*  Homepage Content					     	    * 
************************************************/

#hpcontent {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px 0px 25px 0px;
}
	
#hpcontent h2{
	background: url(images/h2.png) repeat-x;
	width:100%;
	height:48px;
	line-height:48px;
	color:#fff;
	font-family: "fff-tusj-1","fff-tusj-2", serif;
	padding-left:5px;
}

#hpcontent p{
	padding-left:5px;
	padding-top:10px;
}


/************************************************
*  Content							     	    * 
************************************************/
.post {
	margin:0px 0px 15px 0px;
	padding:0;
	line-height: 14pt;
}
	
.post h2{
	font:normal 24pt "fff-tusj-1","fff-tusj-2",serif;
}
	
.post h2 a{
	color: #433e36;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #91897b;
	text-decoration: underline;
}

.post ul {
	margin-left:20px;
}

.post li {}

.entry p{
	margin:12px 0;
}

.postmetadata{
	clear: both;
	background:#d5c9af;
	border: 1px #615b51 dashed;
	color: #433e36;
	padding:6px;
	margin: 20px 0;
}

.navigation {
	font-size:8pt;
	width:100%;
	background:#615b51;
	color: #d5c9af;
	float:left;
	margin:25px 0;
	padding:0;
	overflow:hidden;
}
	
.alignleft a{
	float:left; 
	padding:5px;
	color: #d5c9af;
}
.alignright a{
	float:right; 
	padding:5px;
	color: #d5c9af;
}


/************************************************
*  Sidebar							     	    * 
************************************************/

#sidebar {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12pt;
	width:310px;
	margin-right: 10px;
	padding-top:10px;
	float:right;
	display:block;
	background:#FFF;
}

#sidebar h4{
	background: url(images/sidebar-top.jpg) no-repeat;
	height:40px;
	width:307px;
	text-align:left;
	font-size:18px;
	line-height:30px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;	
	padding-left: 30px;
	font-family: "fff-tusj-1","fff-tusj-2";
}

#sidebar .mid {
	background: url(images/sidebar-mid.jpg) repeat-y;
	width:307px;
	padding: 0px 10px;
}

#sidebar .bot {
	background: url(images/sidebar-bot.jpg) no-repeat;
	width:307px;
	height:15px;
	margin-bottom:25px;
}

#sidebar label{
	font:normal 11pt "MS Serif", "New York", serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar .mid p {
	font-size:14px;
	color:#000;
	margin:0; 
	padding:0;
}

#sidebar img {
	padding: 0; 
	margin: 0;
}

#sidebar ul {
	margin:0px;
	padding:0;
}

#sidebar ul li {
	margin: 0 0 0 0;
	padding-bottom: 10px;
	line-height: 14pt;
	list-style-type: none;
}
	
#sidebar ul li a {
	font-size:14px;
	line-height:14px;
	padding-top:5px;
}

#sidebar ul ul {
	margin:5px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/************************************************
*  Comments							     	    * 
************************************************/
#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #615b51;
	line-height: 14pt;
}
	
#commentform h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}
	
#submit{
	margin:5px 5px 0 0;
}

#comments{
	margin:0; 
	padding:0
}
	
ol.commentlist {
	list-style-type: none; 
	margin:0; 
	padding:0;
}

.avatar{
	float:left; 
	margin:0 12px 0 0;
}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {
	border-top: 1px #615b51 dotted;
	border-bottom: 1px #615b51 dotted;
	padding:5px;
	margin: 10px 0px;
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	color:#000;
}

cite {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #615b51;}



/************************************************
*  Search							     	    * 
************************************************/

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/************************************************
*  Misc								     	    * 
************************************************/

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
	}
	
.wp-caption {
   border: 1px solid #433e36;
   text-align: center;
   background-color: #d5c9af;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/************************************************
*  Footer							     	    * 
************************************************/

#footer {
	background: url(images/footerbg.png) no-repeat;
	height:40px;
	color: #fff; 
	width: 1000px;
	margin: 0px auto 15px;
	}	
			
#footer p{
	line-height:40px; 
	display: block; 
	padding:0;
	margin: 0; 
	color: #615b51; 
	text-align:center;
}

#footer a{
	color: #433e36;
	text-decoration: none;
}

#footer a:hover{
	color: #615b51;
	text-decoration: underline;
}