/*  
Theme Name: NW Way Of Life
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: #ebebeb; }
	
.innerBody { 
	position: relative;
	width: 100%;
	background: url(images/bg.jpg) repeat-x;  }
	
.content, .main, .footer, .photo { 
	position: relative;
	width: 1000px; }
	
.content { 
	background: url(images/content_bg.jpg) repeat-y center top;
	margin: 0 auto 0 auto;
	padding: 0; }
	
.content_bottom { 
	position: relative;
	background: url(images/content_bottom_bg.jpg);
	clear: both;
	height: 50px;
	width: 100%; 	
	text-align: center;
	margin: 0 auto; }
	
	/* @end */	
	

/* @group TYPOGRAPHY */
	
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #980000; }
	
a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #6e0807; }
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #293d52; }
	
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.1em;
	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.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: 680px;
	height: 137px;
	padding-left: 320px;
	background: url(images/logo.jpg) no-repeat; }

.logo h1 {
	text-indent: -1000em; overflow:hidden; }
	
.main {
	position: relative;
	padding: 0;
	margin: 0;
	background: url(images/sidebar.jpg) repeat-y left top; }
	
.content.full .main {
	padding: 0 20px;
	background: url(images/sidebar_full.jpg) repeat-y left top; }
	
.photo {
	background-image: url(images/photo.jpg); 
	height: 264px;}

.content.full .photo {
	background-image: url(images/photo_full.jpg); }
	
.blog {
	font-size:14px;
	position: relative;
	float: left;
	width: 760px;
	padding: 0px 0px 0px 0px;
	margin: -20px 0 0 0; }
	
.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: 1px 0 0 55px;
	height: 59px;
	margin: 9px 0 -5px 0;
	color: #666;
	background: url(images/byline.jpg) no-repeat; }
	
form {
	padding: 0;
	margin: 0 0 2px 0; }
	
	.blog input {
		background-color:#fff;
		color:#000;
	}

input, button {
	background-color: #0168b3;
	color: #fff;
	padding: 4px 7px;
	margin: 1px 0 0px 15px;
	border: 1px solid #114c83;
	font-size: .9em;
	width: 128px; }

.rss {
	position: relative;
	background: url(images/rss.jpg) no-repeat 5px 1px;
	padding: 0px 0 15px 32px; }

.rss a#rss {
	position: absolute;
	left: 8px;
	top: 38px;
	width: 40px;
	color: #0168b3; }

	
	/* @end */
	

/* @group CTA Header Vert */

.header .cta {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 19px;
	padding-right: 15px;
	font-size: 1.1em;
	z-index: 100; }

.header .cta h4 {	
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-size: 1.1em;
	background: url(images/cta.jpg) no-repeat left bottom;
	color: #125489;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
 }


.header .cta h4 a:hover {
	color: #125489;
	text-decoration: underline; } 
	
.header .cta .textwidget {
	line-height: 1.3em;
	padding: 0;
	margin: 0; }

	/* @end */

	
/* @group SIDEBAR */

.sidebar {
	position: relative;	
	float: left; 
	margin: 0em 0 0 0;
	padding: 10px 10px 0 0px; 
	width: 220px;
	background: url(images/brandon.jpg) no-repeat; }
	
.sidebar h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	padding: 12px 0 5px 0;
	margin: 0px 0px 0 0;
	clear: both;
	color: #125490; }

.sidebar p {
	margin: 0;
	padding: 0;
	line-height: 1.4em; }

.sidebar ul {
	padding: 0px 0 0 16px;
	margin: 5px 1px;
	text-indent: 0px;  }
	
	/* @end */
	
	
/* @group NAV */

.navContainer {
	position: relative;
	width: 1000px;
	height: 58px;
	padding: 0;
	margin: 0; }

.nav {
	position: relative;
	padding: 0px 0px 0px 10px;
	margin: 0;
	line-height: normal;
	text-align: left;	}
	
.nav ul {
	margin: 0;
	padding: 0;   }
  
.nav li {
	font-size: 1.1em;
	display: block;  
	height: 58px;
  	float: left;
	list-style-type: none;
	padding: 16px 23px 0px 10px;
	text-transform: uppercase;
	margin: 0;
	background: url(images/nav_divider.jpg) no-repeat right top; }
  
.nav li a:link, .nav li a:visited {
	text-decoration: none;
	color: #FFF; }

.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: #f8fed0;
	font-weight: bold;
	text-decoration: underline; }


  	/* @end */
  	
  	

	
/* @group FOOTER */

.footer {
	color: #999;
	margin: 0 auto;
	padding: 10px 0 0 0; }
	
.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; }

	.commentlist {
		font-family:'cambria','times new roman', verdana;
		font-size:13px;
		margin:0;
		padding:0;
		list-style: none; }

		.commentlist li { padding: 10px; }
		.commentlist li.alt { background-color: #D8D9DB;	}

		#comment {
			width:450px;
		}





/* @end */