/*
Theme Name: Soaring Eagles Theme
Theme URI: http://ideaanarchy.com
Description: A Theme For Soaring Eagles
Version: 1
Author: J. D. Bentley
Author URI: http://ideaanarchy.com
Tags: clean, basic, framework
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/*  Basic Page Settings */

body{
	font-family: Helvetica, Arial, sans-serif;
	color: #151515;
	background: #b7deff url(style/images/bg.jpg) no-repeat center top;
}


fieldset{
	padding:20px;
	border:thin solid #151515;
	margin-bottom:30px;
}

legend{
	font-size:1.3em;
	font-weight: bold;
}

.clear{
	clear: both;
}

a, a:visited{
	color: #cd3b21;
	text-decoration: underline;
}

#page-wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	background: transparent url(style/images/cloudbg.jpg) no-repeat bottom center;
	margin-bottom: -100px;
}

/* ---------------------------------------------------- */



/* Header */

#header{
	width: 920px;
	height: 100px;
	padding: 20px;
}

#header img{
	float:left;
}

#header h1{
	float: left;
	font-size: 1.8em;
	margin-top: 40px;
	margin-left:-9999px;
}

#header h1 a, #header h1 a:visited{
	text-decoration: none;
	color: #978c7f;
}

#header h1 a:hover{
	color: #151515;
}

#header p{
	float: right;
	margin-top: 30px;
	font-size: 1.3em;
	text-transform: lowercase;
}

/* ---------------------------------------------------- */



/* Navigation */

#nav{
	margin-top: -120px;
	margin-bottom: 80px;
}

#nav a, #nav a:visited{
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: #cd3b21;
}

#left-nav{
	float: left;
}

#left-nav a{
	padding-right: 30px;
}

#right-nav{
	float:right;
	text-align: right;
}

#right-nav a{
	padding-left: 30px;
}

/* ----------------------------------------------------- */


/*  Homepage */

#left-column{
	float: left;
	margin-top: 20px;
}

#right-column{
	float: right;
	margin-top: 20px;
}

#donate-box{
	background: url(style/images/donatebg.jpg) no-repeat;
	width:925px;
	height: 253px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#donate-box p{
	width: 580px;
	font-size: 0.76em;
	margin-bottom: 10px;
	float: right;
	padding-right: 20px;
	line-height: 1.2em;
	text-align: justify;
	color: #ffffff;
}

#donate-button{
	cursor: pointer; float: right; height: 30px; width: 150px; margin-left: 604px; margin-top: 147px; position: absolute;
}

#contact-button{
	cursor: pointer; float: right; height: 30px; width: 150px;  margin-left: 754px;  margin-top: 147px; position: absolute;
}

/* Posts Column */

#posts-column{
	float:left;
	width: 530px;
	margin-top: 20px;
	background: #bae0ff url(style/images/subpagebg.jpg) no-repeat center top;
	border: thin solid #ffffff;
	padding: 20px;
	min-height: 480px;
}

.post{
	margin-bottom: 50px;
}

.post img{
	padding:5px;
}

.post h2{
	font-size: 2.8em;
	font-weight: normal;
	margin-top:5px;
	margin-bottom: 10px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	color: #438ac7;
}

.post h2 a, .post h2 a:visited{
	color: #438ac7;
	text-decoration: none;
}

.post h2 a:hover{
	color: #2e6fa6;
}

.post h3{
	font-weight: normal;
	border-bottom: thin dotted #322600;
	font-size:1.4em;
	text-transform: uppercase;
}

.post p{
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 0.8em;
}

blockquote{
	padding:20px;
	margin:20px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff2ca;
	font-size:0.9em;
}

.post ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.post ul li{
	list-style-type: disc;
	font-size: 0.9em;
}

.post ol{
	margin-left:20px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.post ol li{
	list-style-type:decimal;
}

.meta{
	height: 15px;
	background-color: transparent;
	border-top: thin solid #151515;
	border-bottom: thin solid #151515;
	padding-top: 10px;
	padding-bottom: 10px;
}

.meta-left{
	float: left;
}

.meta-right{
	float: right;
}

.post-category li{
	list-style-type: none;
	margin-left:-20px;
}

.post-category a, .post-category a:visited{
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	margin-bottom:5px;
}

.post-category a:hover{
	color: #444444;
}

#older-entries{
	float: left;
}

#newer-entries{
	float: right;
}

.forms input{
	width:400px;
	height:25px;
	background-color:#ffffff;
	border: thin solid #151515;
	font-size:1.3em;
}

.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
}
/* ---------------------------------------------------- */


/* Sidebar Column */

#sidebar{
	float: right;
	margin-top: 20px;
	background: transparent;
	width: 350px;
	color:#151515;
}

#sidebar h2{
	font-size: 1.8em;
	color: #322600;
	margin-top: 10px;
	font-weight: normal;
}

#sidebar a, #sidebar a:visited{
	margin-left: 10px;
	font-size: 0.9em;
	color:#b26e1f;
}

#sidebar a:hover{
	color:#322600;
	text-decoration:underline;
}

/* --------------------------------------------------- */


/* Footer */

#footer{
	text-align: center;
	background: transparent;
	padding: 5px;
	margin-top: 20px;
	height:20px;
}

#footer ul{
	margin-left:20px;
}

#footer ul li{
	display: inline;
	font-size:0.8em;
	padding-right: 40px;
}

#footer ul li a, #footer ul li a:visited{
	color: #322600;
}

#footer ul li a:hover{
	color:#b26e1f;
}

#footer p{
	font-size: 0.7em;
}

/* ------------------------------------------------- */
