/*
------------------------------------------------------------------------
Theme Name:    NWAA Blog
Theme URI:     http://www.nwaablog.com
Description:   Wordpress Template for NWAA Blog
Version:       1.0
Author:        Freshfield
Author URI:    http://www.freshfield.com/
------------------------------------------------------------------------

Copyright:     (c) 2009 Freshfield PR, Michael Stanley

All rights reserved.
*/

/*HTML*/

body {
	background-image: url(images/background_tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}

img, div { behavior: url(iepngfix.htc) }

div.hr {
	height:1px;
	background-color:#f0f0f0;
}

div.hr hr {
	display:none;
}


/*WRAPPER */

#wrapper {
	width:940px;
	margin: 0px auto;
}

#header {
	width:940px;
	height:110px;
	margin-bottom:10px;
}

/*FEATURE*/

#featured {
	position:relative;
	z-index:0;
	width:940px;
	height:323px;
	color: #FFFFFF;
	margin-bottom:30px;
}

#featured_content {
	position:absolute;
	width:450px;
	height:277px;
	z-index:100;
	top:46px;
	left:60px;
}

#featured_content a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#featured_content a:hover {
	text-decoration: underline;
}

/*CONTENT*/

#content {
	width:920px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}

/*BLOG*/

#blogroll {
	width:630px;
	margin-right:20px;
	float:left;
}

#blogroll h1 {
	font-size:24px;
	color:#0071bc;
	margin:  0.3em 0;
    padding: 0;

}

#blogpost {
	width:460px;
	float:left;
}

#blogpost h1 {
	font-size:14px;
	color:#666666;
	padding: 0;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0.3em;
	margin-left: 0;
}

#blogpost h1 a {
	color:#666666;
}

#blogpost h1 a:hover {
	color:#666666;
	text-decoration: underline;
}


#blogpost h2 {
	font-size:12px;
	color:#0071bc;
	padding: 0;
	font-weight: normal;
	margin-top: -0.3em;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#blogpost h2 a {
	color:#666666;
	text-decoration: none;
}

#blogpost h2 a:hover {
	text-decoration: underline;
}

#blogpost h2 span {
	color:#666666;
}

#blogpost a {
	color:#0071bc;
	text-decoration: none;
}

#blogpost a:hover {
	text-decoration: underline;
}

#blognav {
	width:460px;
	margin-top:20px;
	float:left;
}

#blognav a {
	color:#0071bc;
	text-decoration: none;
}

#blognav a:hover {
	text-decoration: underline;
}


/*SIDEBAR*/

#sidebar {
	width:250px;
	float:left;
}

#sidebar h1 {
	font-size:14px;
	color:#0071bc;
	margin:  1em 0;
    padding: 0;
}

#sidebar ul {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar ul li a {
	color: #999999;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

/*FOOTER*/

#footer {
	width:920px;
	margin-top:20px;
	padding-bottom:20px;
	font-size: 11px;
}

#footer a {
	color:#0071bc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	width:650px;
	float:left;
	margin-top:20px;
}

#footer_right {
	width:250px;
	float:left;
	margin-top:20px;
}

#footer_right span {
	color:#8dc63f;
}

#footer_right span a {
	color:#8dc63f;
}

#footer_right span a:hover {
	color:#8dc63f;
	text-decoration: underline;
}

#footer_right img {
	float:left;
	margin-top:20px;
}

/* Comments */

#comments {
	width:460px;
	float:left;
}

#comments h3 {
	font-size:14px;
	color:#0071bc;
	margin:  1em 0;
    padding: 0;
}

#comments ul {
	padding:0px;
	margin-bottom:20px;
}

#comments ul li {
	list-style-type: none;
}

#comments ul li a {
	color: #999999;
	text-decoration: none;
}

#comments ul li a:hover {
	text-decoration: underline;
}

#comments_respond {
	width:460px;
	float:left;
}
