/* 
Theme Name: The Hawn Foundation
Theme URL: http://www.thehawnfoundation.org/
Description: Custom Word Press theme developed by Fresh Tilled Soil
Author: Kristine Jubeck
Author URI: http://www.freshtilledsoil.com
Version: 1
*/

/* CSS Library (bits and pieces from m5) */
@import 'css/reset.css';
@import 'css/generic.css';
@import 'css/dropdown.css';

/* Classes */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Forms */
span.required
{
	font-size:14px;
	font-weight:bold;
	color:red;
}
div.wpcf7 p
{
	vertical-align:text-top;
}
textarea
{
	width:300px;
	display:block;
}
#wrapper div.wpcf7-mail-sent-ok
{
	background:#398f14;
	color:#fff;
}
#wrapper div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#ff0000;
	color:#fff;
}
#wrapper div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#ffa500;
	color:#fff;
}
#wrapper div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#f7e700;
	color:#2D2D2D;
}
#wrapper div.wpcf7-response-output
{
	margin:0 0 24px 0;
	font-weight:bold;
}
#wrapper span.wpcf7-not-valid-tip {
	position:static;
	top:0;
	left:0;
	z-index:100;
	background:#ff0000;
	font-size:10pt;
	color:#fff;
	font-weight:bold;
	padding:4px 6px 2px 6px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

/* Layout */
body {
	background: transparent url(images/bg-wrapper.gif) repeat-x left top;
	}
	
#content {
	font-size: 11px;
	line-height: 18px; 
	color: #333333;
	}
	
#wrapper,
div.inner
{
	width:1020px;
	margin:0 auto;
}
#content
{
	width: 698px;
	margin:20px 0 0 292px;
	position: relative;
}
#content.page {
width: 452px;
padding: 0 230px 0 17px;
background: url(images/bg-content.gif) repeat-y 526px 0;
}

/* Navigation */

#nav_sub {
	text-align: right;
	}
	
#sidebar #nav_sub ul li {
	list-style-type: none;
	line-height: 1.2em;
	margin-bottom: 12px;
	}
	
#sidebar #nav_sub ul li a {
	text-transform: uppercase;
	color: #FFCC00;
	text-decoration: none;
	letter-spacing: .075em;
	}
	
#sidebar #nav_sub ul li a:hover {
	color: #3399CC;
	}
	
#sidebar #nav_sub ul li.current_page_item a, #sidebar #nav_sub ul li.current_page_item a:hover {
	color: #3399CC;
	}

/* Typography */
h2.title
{
	margin-top:0;
	padding:22px 0 0 0;
	border-top:3px solid #eee;
	font-size:24px;
	font-weight:normal;
}
h2.title a
{
	text-decoration:none;
}

/* Header */
#header {
	height: 150px;
	position: relative;	
	z-index: 100;
}
#branding h1 {
	margin: 0;
}
#branding h1 a {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/bg-h1-logo.gif) no-repeat left top;
	width: 234px;
	height: 150px;
	text-indent: -9999em;
}
#site_tools {
	position: absolute;
	right: 30px;
	top: 0;
	width: 305px;
	height: 50px;
	display: none;
}
#nav {
	position: absolute;
	left: 292px;
	top: 85px;
	width: 698px;
}

/* Search */

/* Sidebar */
#sidebar
{
	float: left;
	list-style:none;
	margin:44px 0 0 26px;
	list-style-type:none;
	width: 207px;
}
#sidebar ul li
{
	background:none;
	padding:0;
	margin:10px 0;
	line-height: 1.2em;
}
#sidebar ul li ul,
#sidebar ul
{
	margin:0;
}
#sidebar li
{
	background:#eee;
	padding:12px;
	margin:0 0 12px 0;
	list-style-type:none;
}
#sidebar li form
{
	margin:0;
}
#sidebar #s
{
	width:200px;
}
#sidebar li h2
{
	margin-top:0;
}

/* Posts */
.post
{
	padding:1px;
}
h2.post-title
{
	margin:0 0 16px 0;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #ff6633;
}
h2.post-title a
{
	text-decoration:none;
}
#content h3 {
 text-transform: uppercase; color: #ff6633; letter-spacing: .1em; font-size: 12px;
 }
.post .entry
{
	padding:1px;
}
p.postinfo
{
	font-size:10px;
	text-transform:uppercase;
	margin:0 0 6px 0;
	padding:2px 0 0 0;
	text-align:right;
	color:#999;
	border-top:3px solid #eee;
}
ul.postmeta
{
	/*clear:both;*/
	list-style:none;
	margin:0 0 44px 0;
	padding:0;
	font-size:10px;
	text-transform:uppercase;
}
ul.postmeta li
{
	padding:0 8px 0 0;
	border-right:1px solid #eee;
	margin:0 8px 0 0;
	float:left;
	display:inline;
}
ul.postmeta li.last
{
	border-right:0;
	margin:0;
	padding:0;
}
#post-navigation
{
	width:100%;
	padding:12px 0;
	clear:both;
	border-top:1px solid #eee;
}
#post-navigation ul
{
	margin:0;
	list-style:none;
}
#post-navigation ul li
{
	width:50%;
	margin:0;
	padding:3px 0 0 0;
}
#post-navigation ul li.newer
{
	text-align:right;
	float:right;
}
#post-navigation ul li.older
{
	text-align:left;
	float:left;
}
#post-navigation ul li a
{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

/* Pages */

div.intro {
	font: 13.5px/24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF9933;
	}
	
/* Comments */
ol.commentlist
{
	list-style:none;
	margin:20px 0 0 0;
}
ol.commentlist img
{
	float:right;
	display:block;
	border:1px solid #fff;
}
ol.commentlist .author-data
{
	display:block;
	padding:9px;
	background:#eee;
}
ol.commentlist h3
{
	margin:0;
	padding:4px 0 0 0;
}
ol.commentlist h3 a
{
	text-decoration:none;
}
ol.commentlist .comment-meta
{
	margin:0;
	line-height:17px;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}
ol.commentlist div.comment-entry
{
	clear:both;
	padding:1.2em 1px 1px 1px;
}
ol.commentlist .comment-num
{
	float:right;
	display:inline;
	font-size:36px;
	color:#fff;
	margin:-23px 0 0 0;
}

/* ByPostAuthor (admin) Comment */
ol.commentlist li.bypostauthor .author-data
{
	background:#1ebe89;
}
ol.commentlist li.bypostauthor h3 a,
ol.commentlist li.bypostauthor h3
{
	color:#fff;
}
ol.commentlist li.bypostauthor .comment-meta
{
	color:#acefdf;
}
ol.commentlist li.bypostauthor .comment-meta a
{
	color:#d8fff6;
	font-weight:bold;
}
ol.commentlist li.bypostauthor img
{
	border:1px solid #acefdf;
}

/* Comment Navigation */
ul.navigation
{
	list-style:none;
	margin:0;
}
ul.navigation li
{
	margin:0;
}

/* Comment Form */
form#commentform p
{
	clear:both;
	margin:0 0 12px 0;
}
form#commentform label
{
	width:250px;
	float:left;
}
form#commentform input
{
	float:left;
	margin:0 0 12px 0;
}
form#commentform textarea
{
	padding:4px;
	width:608px;
}
p.comment-rules
{
	background: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
p.comment-disclaimer
{
	font-size:10px;
	color:#999;
}

/* Site Tools */

#site_tools #searchform {
	position: absolute;
	top: 0;
	right: 0;
	width: 191px;
	padding: 7px 0 7px 7px;
	background: #ffdf8a url(images/bg-search.gif) no-repeat left bottom;
	white-space:nowrap;
	height: 22px;
	}
	
#site_tools #searchsubmit {
	background: none;
	border: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f69220;
	margin: 0;
	padding: 0;
	}
	
#site_tools input#s {
	margin: 0;
	width: 120px;
	}
	
#donate {
	padding: 7px;
	background: #00aad7 url(images/bg-donate.gif) no-repeat left bottom;
	text-align: center;
	color: white;
	display: block;
	font-weight: bold;
	width: 48px;
	height: 22px;
	position: absolute;
	left: 204px;
	text-decoration: none;
	}
	
/* Footer */
#footer
{
	clear:both;
	width:100%;
	padding:1.6em 0;
	background:#eee;
}
#footer ul li ul,
#footer ul
{
	margin-bottom:0;
}
#footer ul.col
{
	float:left;
	width:30%;
	margin:16px 3% 16px 0;
}
#footer li.title
{
	list-style:none;
	margin:0;
}
#footer li.title h2
{
	margin-top:0;
}
#copyright
{
	clear:both;
	padding:3em 0 2.75em 309px;
	margin:0;
	text-align:left;
	color:#cccccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
}

/* post images */

.alignright {
float: right;
color: #3399cc;
}

#content.page .alignright {
margin-right: -240px;
}

/* homepage */

#sidebar blockquote {
	padding: 0;
	margin-bottom: 50px;
	}

#sidebar blockquote p {
	text-align: right;
	color: #3399cc;
	font-style: italic;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13.5px;
	}
	
#sidebar blockquote cite {
	text-align: right;
	text-transform: uppercase;
	color: #ffcc00;
	display: block;
	font-style: normal;
	}

#home-banner {
	background: #FFFFFF;
	padding-bottom: 20px;
	width: 698px;
	margin: -20px 0 0 -17px;
	}
	
#content-sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	}
	
#content-sidebar h4 {
	color: #FF9933;
	text-transform: uppercase;
	font-size: 10.5px;
	margin-bottom: 0;
	letter-spacing: .075em;
	}

#content-sidebar p, #content-sidebar ul li {
	font-size: 11px;
	}

#content-sidebar ul {
	margin: 0;
	list-style-type: none;
	}

#content-sidebar ul li {
	margin: 0 0 1em 0;
	}

#sidebar a, #content-sidebar #newsletter a {
	color: #FF9933;
	}
		

div#video {
	font-size: 11px;
	text-align: center;
	width: 209px;
	margin: 10px 0;
	}
	
div#video a {
	text-decoration: none;
	}
	
div#video a span{
	text-decoration: underline;
	}