/*  
Theme Name: Real Estate Daily Catch
Theme URI: http://realestatetomato.typepad.com
Description: Another theme from the <a href="http://realestatetomato.typepad.com">Real Estate Tomato</a> collection.
Version: 1.0
Author: Real Estate Tomato
Author URI: http://realestatetomato.typepad.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	background-color: #FFF; }
	
.innerBody {
	background: #FFF url(images/bg.jpg) repeat-x center top; }
	
.content, .main, .content_bottom { 
	position: relative;
	width: 1000px; }
	
.content {
	background: url(images/content_bg.jpg) repeat-y center top;
	margin: 0 auto 0 auto;
	padding: 0; }

.content_top {
	background: url(images/top.jpg) no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;	}
	
.content_bottom {
	background: url(images/content_bottom.jpg);
	clear: both;
	height: 36px;
	padding: 20px 0; 	}

.content_bottom p {
	font-size: .9em;
	padding: 2px 0px 0px 35px;
	line-height: 1.4em;
	color: #997f60;
	margin: 0; }
	
	/* @end */	
	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #e76d34; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #c55b2a; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #2368a2; }
	
h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.0em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	padding: 0;
	line-height: 1.2em;
	color: #333; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	font-weight: bold; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em .2em 0em;
	font-weight: normal;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h5 { /*authors */
	font-size: 1.1em;
	margin: 10px 0 3px 0; }

h5 a:link, h5 a:visited { /*authors */
	color: #5e0e11;
	font-weight: bold;
	text-decoration: none; }
	
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
img {
	border: 0;	}
	
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em; 	}
	
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;	}
	
strong, b {
	font-weight: bold;	}
	
.smalltext {
	font-size: .8em;
	color: #666; }
	
	/* @end */
	
	
/* @group MAIN ELEMENTS */

.header { 
	position: relative;
	width: 1000px;
	height: 253px;
	background: url(images/header.jpg) no-repeat 0 174px; }

.logo {
	position: relative;
	width: 1000px;
	height: 174px;
	background: url(images/logo.jpg) no-repeat; }

.logo h1 {
	text-indent: -1000em; overflow:hidden; }
	
.tagline {
	position: absolute;
	width: 147px;
	color: #00549f;
	top: 132px;
	left: 165px;
	font-size: 1.1em; }
	
.main {
	position: relative;
	padding: 0;
	margin: 0; }
	
.blog {
	position: relative;
	float: left;
	width: 710px;
	padding: 0px 0px 0px 35px;
	margin: 0px 0 0 0;
	background: url(images/blog.jpg) no-repeat; }
	
.blog img {
	padding: 0 10px 10px 0;
	margin: 0; }
	
.blog h2 {
	padding: 0px 0px 0px 0px; }
	
.byline {
	font-size: 1em;
	line-height: 1.5em;
	padding: 6px 10px 0px 10px;
	height: 61px;
	margin: 8px 0 -5px 0;
	color: #666;
	background: url(images/byline.jpg) no-repeat; }
	
form {
	padding: 0;
	margin: 0 0 2px 0; }

input, button {
	background-color: #FFF;
	color: #2780c4;
	padding: 4px 7px;
	margin: 1px 0 0px 15px;
	border: 1px solid #b5cafb;
	font-size: 1em;
	width: 128px; }

.rss {
	position: relative;
	background: url(images/rss.jpg) no-repeat 0px 0px;
	padding: 0px 0 15px 28px;
	margin: 0 0 0 -15px; }

.rss a#rss {
	position: absolute;
	left: 5px;
	top: 40px;
	color: #0168b3; }	

	/* @end */

/* @group Fancy Date */
	
	.byline .fancy_date {
		position: relative;
		float: left;
		background: url(images/date.png) no-repeat left top;
		width: 43px;
		text-align: center;
		padding: 0px 2px 1px 0px;
		margin: -1px 12px 0 0;
		overflow: visible;
	color: #2f65b4; }
		
	.month {
		padding: 0;
		margin: 0; }
	
	.date {
		font-size: 1.8em;
		font-weight: bold;
		line-height: .6em; }
		 
	.year {
		font-size: .9em;
		padding: 0;
		margin: 0;
		line-height: 1.3em; }
	
	/* @end */

	
/* @group SIDEBAR */

.sidebar {
	position: relative;	
	float: right; 
	margin: 0em 0 0 0px;
	padding: 93px 16px 0 10px; 
	width: 180px;
	background: url(images/harborside.jpg) no-repeat right top; }
	
.sidebar h4 {
	text-transform: uppercase;
	color: #1677bc;
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 5px 0; }
	
.sidebar h3 a:link, .sidebar h3 a:visited {
	color: #FFF;
	text-decoration: none;	 }
	
.sidebar h3 a:hover {
	text-decoration: underline; }

.sidebar h3.cta {
	height: 27px;
	color: #fff;
	font-size: 1.2em;
	padding: 5px 0px 0 10px;
	margin: 0px 0px 0 -10px;
	clear: both;	}
	
.sidebar h3.cta.orange { 
	background: url(images/cta_orange.jpg) no-repeat;}
	
.sidebar h3.cta.blue { 
	background: url(images/cta_blue.jpg) no-repeat;}

.sidebar p {
	margin: 0;
	padding: 0;
	line-height: 1.4em; }

.sidebar ul {
	padding: 0px 0 0 16px;
	margin: 0px 1px 5px 1px;
	text-indent: 0px;  }
	
.sidebar ul li {
	list-style-type: none;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside; }
	
.sidebar .networking {
	padding: 10px 0; }
	
.sidebar .networking img {
	float: left;
	padding-bottom: 7px;
	border: 0; }

	
	/* @end */  	
  	
 /* @group NAV dropdowns */

.navContainer {
	width: 680px;
	padding: 0;
	margin: 0;
	position: absolute; 
	top: 0;
	left: 300px;
	z-index: 3000;
	text-transform: uppercase; }
	
.nav ul {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none;
	color: #ffffff;	
	height:45px; }
	
.nav ul li {
	padding: 133px 3px 0 3px;
	margin: 0 0px;
	font-size: 1.2em;
	text-shadow: #4f84af 1px 1px 2px; }
	
.nav ul li a:link {
	text-decoration: none;
	color: #FFF; }
	
.nav ul li a:visited {
	text-decoration: none;
	color:#FFF;	 }
  
.nav ul li a:hover {
	text-decoration: none;
	color:#000; }
	
.nav ul li.current_page_item { 
	background: url(images/nav.jpg) no-repeat center top; }

.nav ul li.current_page_item a:link, .nav ul li.current_page_item a:visited, .nav ul li.current_page_item a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #afdbff 1px 2px 2px; }
	 
.nav ul li {
	float:left; }

.nav ul li a {
	float: left;
	display: block;
	height: 45px;
	margin: 0px 10px;
	text-decoration: none; }

.nav ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: auto;
	top: 156px;
	width: 180px;
	/* border: 2px solid #333; */
	z-index: 30000; }

.nav ul li ul li {
	float: none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0; }

.nav ul li ul li a {
	float:none;
	text-decoration: none;
	background-color: #225e90;
	color: #333;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: .8em;
	padding-left: 20px; }

.nav ul li ul li a:hover {
	text-decoration: none;
	background-color: #e76d34;
	color: #ffffff; }	

.nav ul li:hover ul, .nav ul li.hover ul {
	display:block; }
	
  	/* @end */
	
/* @group FOOTER */

.footer {
	color: #999;
	margin: 0 auto;
	position: relative;
	padding: 20px 0 0 20px;
	width: 980px;
	background: url(images/footer.jpg) no-repeat; }
	
.footer a:link, .footer a:visited {
	color: #999; }
	
.footer p {
	font-size: .9em;
	padding: 0;
	margin: 0; }
	
	/* @end */

/* @group Wordpress */

.textwidget {
	margin-bottom:20px;
	margin-top:20px; }
                
.clear {
	clear: both; }
	
#tags {
    margin-bottom:35px; }

#comment {
	width:450px;
}

/* @end */