/*
Theme Name: Real Estate Theme
Theme URI: http://www.digitaltiki.com/
Description: A real estate Wordpress theme with left sidebar.
Author: Digital Tiki
Author URI: http://www.digitaltiki.com/
version: 1.0
Tags: two-column, widget-ready, real estate, grey, neutral
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#4d4d4f;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	color:#000;
	margin:0px;
	overflow:visible;
	}
	
h1 {font-size: 14pt; color: #600; text-transform:uppercase; margin-top: 5px; margin-bottom: 5px;}
h2 {font-size: 14pt; color: #252525; margin-top: 5px;}
h3 {font-size: 12pt; color: #4d4d4f; font-weight:bold;}
h4 {font-size: 12pt; color: #252525; font-style:italic; text-transform:uppercase;}


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{
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */


a{
	color:#600;
	text-decoration:underline;
	}

a:hover{text-decoration: none;}


/* container */


#container {
	width: 1000px;
	margin: 0px auto 0px;
	padding:0px;
	position:relative;
	background: #fff;
	border: 7px #fff solid;
	}

/* homepage */

#hpcontent1 {
	width: 665px;
	border:1px #600 solid;
	float:left;
	margin-left:10px;
	padding:5px;
	margin-top:10px;
}

#hpcontent1 p {
	margin-top:5px;
}

#hpcontent2 {
	width:320px;
	height:300px;
	overflow: hidden;
	border:1px #600 solid;
	float:left;
	margin-left:10px;
	margin-top: 15px;
	padding:5px;
}

#hpcontent2 p {
	margin-top:5px;
}

#hpcontent2 h2 {
	margin-top:5px;
	font-size:14px;
	color:#252525;
	margin-bottom:5px;
	
}

#hpcontent3 {
	width:320px;
	height: 300px;
	overflow:hidden;
	border:1px #600 solid;
	float:left;
	display:block;
	margin-left:12px;
	margin-top:15px;
	padding:5px;
}

#hpcontent3 p {
	margin-top:5px;
}

#hpcontent3 h2 {
	margin-top:5px;
	font-size:14px;
	color:#252525;
	margin-bottom:5px;
	
}

#rotate {
	margin-left:10px;
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}
	
/* header */

#headerbg {
	background: url(http://www.southoftheriverproperties.com/wp-content/uploads/2010/03/header2.jpg) no-repeat; 
	}

#header {
  	width: 1000px; 
  	height: 150px;
	color: #fff; 
	}

#headertitle {
  	width: 700px; 
  	height: 150px;
	color: #fff;
	float:left;
	}

#headerimg {
	width:417px;
	height:75px;
	background: url(http://www.southoftheriverproperties.com/wp-content/uploads/2010/03/HomesofMN_Logo_300dpi_cut2.png) no-repeat;
	float:left;
	margin: 37px 0px 37px 15px;
	}

#header h1{
	font:normal 20pt arial, tahoma, verdana, sans-serif;
	padding:50px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration:underline;}


#header h2{
	font:normal 10pt georgia, times;
	color:#fff;
	padding: 0 0 0 18px;
	margin:0;	
	}

/*-- Header search box styles --*/
#headsearch {
	float:right;
	padding-right: 6px;
	margin-top: 45px;
}
#header #searchform {
	width: 242px;
	height: 31px;
	background: url(images/searchbox.png) left 0px no-repeat;
}
*:first-child+html #header #searchform { /* Filter for IE7 */
	padding: 0px 0;
}
* html #header #searchform { /* Filter for IE6 */
	padding: 5px 0;
}
* html #header #searchbox { /* Filter for IE6 */
	margin-top: 0px;
}
#header #searchbox {
	margin-left: 15px;
	margin-top:8px;
	margin-bottom: 3px;
	width: 180px;
	background: none;
	border: none;
	color: #000;
	font-size: 11px;
}
#header #searchbutton {
	width: 30px;
	background: none;
	border: none;
	margin-left:10px;
}
#header #searchbutton:hover {
	cursor: pointer;
}

/* main menu */

#menubg {
	background: #252525;
	height:40px;
	
}

#menu {
	height: 40px;
	margin: 0px;
	padding: 0px;
	width:1000px; 
}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	font-size: 16px;
	font-family: verdana, arial, times, serif;
	line-height:1.5;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding: 7px 10px 9px 10px;
	}

#menu li a:hover, #menu li a:active {
	color: #000;
	text-decoration: none;
	background: #ccced3;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: #252525;
	width: 170px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, times, serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	float: none;
	z-index:10000;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #ccced3;
	color: #000;
	text-decoration: none;
	}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 120px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -28px 0 0 190px;
	}


#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover2 ul ul, #menu li.sfhover2 ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover2 ul, #menu li li.sfhover2 ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}

/************************************************
*  Homepage Bottom 					     	    * 
************************************************/

#bottom {
	width: 655px;
	height:480px;
	padding: 10px;
	margin:15px 0px 15px 10px;
	border:1px #600 solid;
	background: #f3f3f3;
	}	
	
#bottom a, #bottom a:visited {
	color: #252525;
	font-size:14px;
	font-family: verdana, arial, times, serif;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	}
	
#bottom a:hover {
	color: #252525;
	text-decoration: underline;
	}
	
#bottom h2, #bottom h2 a, #bottom h2 a:visited {
	color: #600;
	font-size: 18px;
	font-family: verdana, arial, times, 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: #600;
	text-decoration: underline;
	}
	
#bottom h4 {
	color: #252525;
	font-size: 24px;
	font-family: verdana, arial, times, serif;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px;
	padding: 25px 0px 5px 0px;
	font-style: normal;
	}
	
#bottom p {
	color: #000;
	margin: 0px;
	padding: 5px 0px;
	}

#bottom embed, #bottom object {
	width: 150px; 
	height: 150px;
	margin: 0px; 
	padding: 0px;
	}

.excerpt {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.bottom1 {
	width: 650px;
	height:150px;
	float: left;
	margin: 5px 0px 5px 0px;
	}
	
.bottom2 {
	width: 650px;
	height:150px;
	float: left;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #252525;
	}
	
.bottom3 {
	width: 650px;
	height:150px;
	float: left;
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #252525;
	}
		
.thumb-bottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 5px 0px !important;
	border: none !important;
	}


/* content */


#content {
	float: left;
	width:670px;
	margin-left:10px;
	padding-right:10px;
	margin-top:10px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	padding-bottom: 10px;
	}
	
.post h2 a{
	color: #252525;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #252525;
	text-decoration: underline;
	}

.post ul {}

.post li {}

.entry p{margin:0px 0;}

.postmetadata{
	clear: both;
	background:#f3f3f3;
	color: #252525;
	padding:6px;
	margin: 20px 0;
	}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* table */
#table {
	width: 670px;
	margin:10px 0px;
	background:#f3f3f3;
	border: 1px #600 solid;
	padding:5px 5px 5px 10px;
	float:left;
}

.tableentry {
	width: 160px;
	float:left;
	display:block;
	text-align:left;
	margin-left:7px;
	margin-bottom:3px;
}

.tableentry a {
	text-align:center;
	text-decoration:underline;
	color:#000;
}

.tableentry a:hover {
	text-align:center;
	text-decoration:none;
	color:#000;
}

/* sidebar */

#sidebar {
	width:300px;
	float:right;
	}

#sidebar .cat {
	background: #f3f3f3;
	font-family: verdana, arial, tahoma;
	font-size:11pt;
	width:270px;
	padding: 5px;
	border:1px #600 double;
	margin:8px;
	
}

#sidebar h2{

	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	color: #252525;	
	margin: 0px;

}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	font-size:11px;
	line-height: 14px;
	color:#000;
	margin:0; 
	padding-left:12px;
}

#sidebar img {
	padding: 0; 
	margin: 0;
}

#sidebar ul {
	margin:0px;
	padding-left:0px;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 30pt;
	list-style-type: none;
	padding-left:0px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	padding-left:12px;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #252525;
	line-height: 14pt;
}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	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 {background: #4d4d4f;}
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: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{
	color: #000; 
	text-decoration: none; 
	border-bottom: 1px dotted #252525;}
	

/* 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
	}
	
.clear {
	clear: both;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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 */

#footcontain {
	width: 1000px;
	clear:both;
	}

#footerbg {
	background: url(images/footer_bg.png) repeat-x;
	height:45px;
	clear: both;
	}
	
#footer {
	width: 1000px;
	clear:both;
	}
	
#footer p{padding:14px 0;margin: 0; color: #fff; text-align:center;}
#footer a{color: #fff;text-decoration: underline;}
#footer a:hover{color: #ccced3;text-decoration: underline;}
