/*  
Theme Name: EPowered Agent
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: 80%;
	color: #383838;
	background: url(images/bg.jpg) repeat-x; }
	
.content, .content_bottom { 
	position: relative;
	width: 1000px; }
	
.content {
	background: url(images/content_bg.jpg) repeat-y;
	margin: 0 auto 0 auto;
	padding: 0; }
	
.content_bottom {
	background: url(images/bottom.jpg) no-repeat right top;
	clear: both;
	height: 28px; 	}
	
	/* @end */	
	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #666; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #333; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #34a6b7; }
	
h1 {
	font-size: 2.9em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	font-style: italic;
	letter-spacing: .055em; }
	
h2 { /* posts */
	font-size: 2.3em;
	text-decoration: none;
	margin: 1.0em 0em .2em 0em;
	padding: 0;
	line-height: 1.2em;
	color: #34a6b7; }

h2 a:link, h2 a:visited { /* posts */
	text-decoration: none;
	font-weight: normal;
	color: #34a6b7; }
	
h2 a:hover { /* posts */
	text-decoration: underline; }
	
h3 {
	font-size: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	color: #638e1f;	}
	
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;	}
	
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.8em;
	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: 161px;
	background: url(images/header.jpg) no-repeat; }

.logo h1 {
	text-indent: -1000em; overflow:hidden; }
	
.tagline {
	position: absolute;
	color: #999;
	top: 136px;
	left: 301px;
	font-size: 1.15em;
	letter-spacing: .05em; }
	
.main {
	position: relative;
	width: 1000px;
	background: url(images/content_top.jpg) no-repeat;
	padding: 0;
	margin: 0; }
	
.blog {
	position: relative;
	float: left;
	width: 650px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0 0 0; }
	
.blog img {
	padding: 0 10px 10px 0;
	margin: 0; }
	
.blog h2 {
	background: url(images/article_title.jpg) no-repeat bottom;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px; }
	
.byline {
	font-size: 1em;
	line-height: 1.5em;
	padding: 2px 0 0 70px;
	margin: 10px 0 30px 0;
	color: #999;
	background: url(images/byline.jpg) no-repeat; }
	
.bylinebottom {
	font-size: 1em;
	line-height: 1.5em;
	padding: 2px 0 0 70px;
	margin: 10px 0 -12px 0;
	color: #999;
	height: 70px;
}

.divider {
	height:15px;
	width:650px;
	border:solid 2px #34A6B7;
	background-color:#EAEAEC;
	padding: 15px 0 15px 0;
	margin: 15px 0 30px 0;
}

.bloginfo {
	margin:-10px 10px 0 10px;
}

.searchbox {
	padding: 0 0 2px 65px; }

.searchbox input, .searchbox button {
	background-color: #FFF;
	color: #36a4b5;
	padding: 3px;
	margin: 1px;
	border: 1px solid #ccc; }

#rssemail {
	background-color: #FFF;
	color: #36a4b5;
	padding: 3px;
	margin: 0 0 0 60px;
	border: 1px solid #ccc;	}
	
	/* @end */
	
	
/* @group SIDEBAR LEFT */

.sidebar {
	position: relative;	
	float: left; }
	
.sidebar.left {
	margin: 16px 0 0 0;
	padding: 0px 15px 0 10px; 
	width: 280px; }
	
.sidebar h3 {
	padding: 4px 0 30px 62px;
	margin: 20px 0px -25px 0;	}

.sidebar h3.about {
	background: url(images/about.jpg) no-repeat left top; }
	
.sidebar h3.rss {
	background: url(images/rss.jpg) no-repeat left top; }
	
.sidebar h3.subscribe {
	background: url(images/subscribe.jpg) no-repeat left top; }
	
.sidebar h3.categories {
	background: url(images/categories.jpg) no-repeat left top; }
	
.sidebar h3.search {
	background: url(images/search.jpg) no-repeat left top; }
	
.sidebar h3.contact {
	background: url(images/contact.jpg) no-repeat left top; }
	
.sidebar h4 {
	background:none;
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 4.4em;
	font-weight: normal;
	color: #638e1f;
}

.sidebar p {
	margin: 0;
	padding: 0 0 0 65px;
	color: #444;
	line-height: 1.4em; }

.sidebar ul {
	padding: 0px 0px;
	margin: -15px 0 15px 80px;  }

.sidebar ul li  a:link {
	font-size: 1em;
	color: #444; }

.sidebar ul li  a:visited {
	color: #333; }
	
	/* @end */
	
	
/* @group NAV */

.navContainer {
	position: relative;
	width: 1000px;
	background: url(images/nav.jpg);
	height: 47px;
	padding: 0;
	margin: 0; }

.nav {
	position: relative;
	padding: 0px 0px 0px 90px;
	margin: 0;
	line-height: normal;
	text-align: center;	}
	
.nav ul {
	margin: 0;
	padding: 0;   }
  
.nav li {
	font-size: 1.15em;
	display: block;  
	float: left;
	height: 37px; /* original height is 47px */
	padding: 10px 25px 0 19px;
	margin: 0;
	background: url(images/nav_divider.jpg) no-repeat right top; }
	
	* html .nav li { 
			padding: 12px 15px 13px 15px;
			margin: 0; }
  
.nav li a:link {
	text-decoration: none;
	color: #fff; }
	
.nav li a:visited {
	text-decoration: none;
	color:#fff;	 }
	
	* html .nav li a:visited {
		color:#FFF;
		padding: 0;
		margin: 0; }
  
.nav li a:hover {
	color:#EEE;
	text-decoration: underline; }

.nav li.current_page_item a:link, .nav li.current_page_item a:visited, .nav li.current_page_item a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline; }
	
	* html .nav li.current_page_item a:link, .nav li.current_page_item a:visited, .nav li.current_page_item a:hover {
	padding: 0; }

  	/* @end */
  		
	
/* @group PAGE NAV SINGLE GRAPHIC */

 .page_navigation {
	padding: 0;
	margin: 0;
	clear: both; }
	
.page_navigation_container {
	padding: 5px 0 5px 0;
	margin: 0 0 0px 0;
	font-size: 1em; }
	
.page_navigation .prev {
	width: 146px; height: 24px;
	background: #fff url(images/prev.jpg) no-repeat;
	float: left;
	padding: 11px 0 0 40px; }

.page_navigation .next {
	width: 146px; height: 24px; /* initial height 35px */
	background: #fff url(images/next.jpg) no-repeat top right;
	float: right;
	text-align: right;
	padding: 11px 40px 0 0px; } 

.page_navigation a:link, .page_navigation a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em; }
	
.page_navigation a:hover {
	text-decoration: underline; }
	
	/* @end */
	
	
/* @group FOOTER */

.footer {
	color: #999;
	margin: 0 auto;
	padding: 0px 0 0 30px;
	width: 970px; }
	
.footer a:link, .footer a:visited {
	color: #999; }
	
.footer p {
	font-size: .9em;
	padding: 0;
	margin: 0; }
	
	#tags {
		margin-bottom:35px;
	}

	.textwidget {
		margin-top:20px;
		margin-bottom:20px;
	}

	.clear {
		clear: both;
	}
	
	#comment {
		width:450px;
	}
	

	
	/* @end */