/*
Theme Name: OMEN
Theme URI: http://aaron.jorb.in
Description: A theme for Omen
Version: 0.1
Author: Aaron Jorbin
Author URI: http://aaron.jorb.in/
Tags: fixed-width, two-columns, threaded-comments, sticky-post, microformats, left-sidebar, yellow, orange, red

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: url('img/background.gif') repeat;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
text-decoration:none;
}

/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	color: #0a748a;
}

/* Default */
a {
	color: #3b6065;
}

a:hover {
	color: #841700;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;

}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;

}

form {
	padding: 0;
	margin: 0;
}

ol{
list-style-type: decimal;
}

/* Layout */
#container {
	background: white;
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 145px;
	background: #97b448 url(img/header.jpg) no-repeat;
}

#header h1 {
	margin: 0;

}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color:#97b448;
	font-size: 1%;
	display:block;
	width: 850px ;
	height:123px ;
	position:relative;
}

#header .description {
	padding: 0 0 0 53px;
	font-size: 1.3em;
visibility:hidden;
}

#page {
	padding: 0 30px;
	background-color: white;
	display:block;
	height:100%;
	line-height: 130%;
}

#pageinner {
	position: relative;
	background-color:white;
	height: 100%;
}

#navcontainer ul {

	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {

}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #faf6bb;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	color: #841700;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	margin: 0;

}

#sidebar a {

}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 13px 0;
	font-size: 0.85em;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 1.3em;
	padding: 3px 3px 3px 10px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #863f09;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	margin: 15px 0 0 0;
	color: #a8cdd5;
	font-size:1.8em;
	text-transform: uppercase;
	line-height: 1.1em;
}

#content {
	margin: 0 0 0 213px;
	padding: 0;
}

#contentinner {
	padding: 10px 0px;
	color: black;
}
#contentinner ul{
margin-left:10px;
list-style: disc inside;

}
#contentinner ul li{
padding: 4px;
}
#homecontent {
	width:480px;
	float:left;
	padding: 0;
}

#homecontentinner {
	padding: 10px;
	line-height: 1.5em;
}

/* Post */
.post h2.posttitle {
	padding: 0;
	margin: 0;
	float: right;
	font-size: 1.2em;
}

.post h2.posttitle a,
.post h2.posttitle a:hover {
	text-decoration: none;
}

/* make your own sticky post styling */
.sticky {
}

small.postmetadata {
	font-size: 0.85em;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	height: 47px;
	margin: 1em 0;
}

div.navigation {
	text-align: center;
	padding: 0 0 2em 0;
}

div.commentnavigation {
	padding: 0;
}

#singlepost {
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentwrapper {
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: 1.2em;
	color: #fefef6;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.depth-1 {
	border-bottom: 3px double #fefef6;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

ul.children {
	list-style: none;
}

ol.commentlist ul.children li.commentind {
	padding: 1em 0 0 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #fefef6;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.legacyAlt .commentindheader {
	text-align: right;
}

ol.commentlist li.legacyAlt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.legacyAlt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .95em;
	line-height: 180%;
	color: #fff;
	padding-top:50px;
	background: #97b448 url(img/footer_gradient.jpg) top repeat-x;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.5em;
}

#footer a {
	color: #a66117;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption dt{
float:left;
}
.wp-caption-text{
color: #137e92;
text-align:right;
font-style:italic;

}
.wp-caption img {
	margin: 0;
	padding: 0 10px 0 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}


pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}

p.loggedinAs {
	margin: 0;
	padding: 0;
}

a#cancel-comment-reply-link {
	display: block;
	margin-bottom: 1em;
}

/*  Drop Down Menu */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav{
	background: url(img/menu_gradient.jpg) top left repeat-x;
	height: 40px;
	width: 850px;
}

#nav a {
	display: block;

}

#nav li { /* all list items */
	float: left;

}

#nav li ul li a{
	color:white;
	padding: 2px 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
background:#3ca6bc none repeat scroll 0 0;
color:white;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}
#nav li ul li{
}
#nav li ul li a:hover{
	background: black;
	color:white;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.top{
		color: white;
	font-family: verdana ;
	font-size: 1.2em;
	margin: 2px 0px 2px;
	padding: 9px 0 10px;
	text-align:center;
}
#nav li ul li{
	font-size: .835em;
	line-height: 118%;
	font-weight:bold;
}
/* home nav */

.homenav, .homenav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
.homenav{
	background: url(img/menu_gradient.jpg) top left repeat-x;
	height: 40px;
	width: 850px;
}

.homenav a {
	display: block;

}

.homenav li { /* all list items */
	float: left;

}

.homenav li ul li a{
	color: #0a748a;
	padding: 2px 0;
}
.homenav li ul { /* second-level lists */
	position: absolute;
	color: #0a748a;
	background: white;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}
.homenav li ul li{
}
.homenav li ul li a:hover{
	background: black;
	color:white;
}
.homenav li:hover ul, .homenav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.top{
		color: white;
	font-family: verdana ;
	font-size: 1.2em;
	margin: 2px 0px 2px;
	padding: 9px 0 10px;
	text-align:center;
}
.homenav li ul li{
	font-size: .835em;
	line-height: 118%;
	font-weight:bold;
}
.about{ width: 136px;}
.resources { width: 193px;}
.programs { width: 191px;}
.members{ width: 146px;}
ul.about{ }
ul.resources {}
ul.programs {}
ul.members{ }
.about li{ width: 136px;}
.resources li{ width: 193px;}
.programs li{ width: 191px;}
.members li{ width: 146px;}
.spotlight{ width: 175px;}
.lightgreen{background-color: #b1c776;
padding: 10px 18px;
margin:0;
 }
.lightgreen{
font-size: 95%;
line-height: 110%;
}
.lightgreencolored{color: #b1c776; }
#homenews{
width: 280px;
float:right;
}
.clientspotlight{
width: 510px;
float:right;
color: #0A748A;
padding: 15px;
}
.clientspotlight p{
color: #0A748A;
padding:4px;
line-height:1.35em;

font-size:0.85em;

}
.clientspotlight h2 a{
color: #0A748A;
font-weight:bold;
padding:4px;
}
.clientpageheader{
width: 540px;
float:right;
color:#dbe5c0;
}

.homenewsheader{
font-size:1.8em;
color: #B1C776 ;
margin-top:15px;
}
#spotlightimg{
width: 230px;
float:left;
}
#spotlightmore{
width: 230px;
float:left;
margin-top: 30px;
line-height: 2em;
clear:left;
}

#spotlightimg img{
float:left;
max-width:230px;
width: expression(this.width > 230 ? 230: true);
}
#right{
width: 280px;
float:right;
font-size: .9em;
}
#right h3{
margin:15px 0 0;
font-size: 1.2em;
text-transform:uppercase;
}
strong{
font-weight: bold;
}
em{
font-style: italic;
}
#contentinner p{
clear:both;
line-height:1.35em;
font-size:0.85em;
}
#contentinner li{
line-height:1.35em;
font-size:0.85em;
}
#homebottom{
margin: 35px 0 10px;
height: 255px	;
}
#homebottom ul{
width: 220px;
float:right;
text-align:right;
list-style:none;
color:#137E92;
}
#homebottom img{
float:left;

}
.textright{
text-align:right;
}
.homenewspost a{
color:#white;

}
.homenewspost {
line-height:1.35em;
font-size:0.85em;
}
.summitimg{
margin: 0 0 0 35px;
}
.downloadlinks li{
color:#97B448;
padding: 4px 0;
}
.downloadlinks li a{
color:#97B448;
font-weight: bold;
}
.downloadlinks{
margin-top: 10px;
}
.wpcf7 p{
margin-bottom: 8px;
}
#right h3{
font-weight: bold;
}
#contentinner p{
margin-bottom: 1em;
}
#contentinner h3{
font-size: 135%;
}
#contentinner h4{
font-size: 115%;
}
.post h2{
margin-bottom: 4px;
font-size: 1.2em;
}
small{
font-size: .8em;
}
.newstime{

}
.homenewspost a{
color:white;
}
.category-members .address{
width: 400px; float:left; margin:0;
}
.category-members .contact{
width: 400px; float:left;margin:0;
}
.category-members .member_image{
width: 150px; float:right; clear:none;
}
.category-members{
width: 700px;
height: 140px;
margin: 15px;
border-bottom: 1px solid #0A748A;
padding: 0 10px 10px;
clear:left;
float:left;
}
#footer a{
color: white;
}
.pageextra ul li{
list-style: disc;
margin-bottom: 7px;
}

.page-id-21 #container #page #pageinner #homecontent{
width: 800px;

}

.page-id-21 #container #page #pageinner #homecontent #contentinner p a img{
margin-right: 35px;
margin-bottom: 45px;
}

.pageextra ul{
margin: 5px 0;
}
.page-id-27 #container #page #pageinner #homecontent #contentinner ul li{
list-style-type:square;

}

.tweetList li{
width: 244px;
word-wrap: break-word;
}
.sponsorslist li{
float: left;
height: 160px;
list-style-type:none;
max-width: 300px;

}
.sponsorslist li a img{
max-width: 300px;
padding: 5px 20px;
}

#footer #lowernav{
height: 25px;
margin: 0 auto;
text-align:center;
}

#footer #lowernav li{
float:left;
padding:1px 38px;
border-right:  solid 1px white;
text-align:center;

}
#footer #lowernav li.noborder{
border:none;
}

