/*   
Theme Name:NWACUHO
Theme URI:http://nwacuho.org
Description: theme for nwacuho based off le-mag
Author:Pat Cunningham
Author URI:
Version:1
Tags:
.
.
*/

body{
	font-family:times;
}

#container{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	border: 1px solid #8CC63E;
	background:#8CC63E;
}

#header{
	background:#8CC63E;
	background-image: url(/top.jpg);
	height: 150px;
}

#title {
        background:#578F43;
        padding: 5px 5px 5px 0px;
}

#title h1 {
        margin: 0px 0px 0px 160px;
        color: white;
        font-size:120%;
        }

#content{
	width:730px;
	min-height: 460px;
	padding:10px;
	float:left;
	background:#FFFFFF;
	clear: right;
}

a:link {color: #578F43;}
a:visited {color: #059C12;}
a:hover {color: #8CC63E; text-decoration: none;}
a:active {color: red; text-decoration: none;}

#post-content{
	background-color:#fff;
	color:#555;
	float:right;
	width:720px;
}

.post{}

.post h1{
	font-size:22px;
	border-bottom: 2px solid #8CC63E;
	color:#578F43;
	font-size: 140%;
	font-family: times, sans-serif;
	clear: both;
	padding-top: 10px;
}

.post h1 a{
	background-color:#fff;
	color:#068e02;
	text-decoration:none;
}
.post h1 a:hover {color: #8CC63E; text-decoration: none;}

.post h2{
	color: #578F43;
	font-size: 110%;  
	font-family: times, sans-serif;
	clear: both;
	padding-top: 10px;
}


.post ol,.post ul{
	margin:10px 0 10px 20px;
	color: #000;
}

.post p{
	background-color:#fff;
	color:#333;
	padding-top: 7px;

}

.post p a,.post ul a{
	background-color:#fff;
	color:#068e02;
}

a.more-link{
	background-color:#4ea429!important;
	color:#fff!important;
	margin-left:10px;
	padding:0 5px;
	text-decoration:none;
}

.post img{
	border:0px solid #b0db56;
	margin:12px 0;
	padding:2px;
}

.post-info{
	background-color:#fff;
	color:#888!important;
	margin:0 0 10px;
	padding:2px 0 0;
}

.postmeta{
	background-color:#fff;
	color:#000!important;
	font-size:12px;
	margin:12px 0 36px;
}

.postmeta a{
	background-color:#fff;
	color:#068e02;
	text-decoration:none;
}

#postnavigation,.navigation{
	margin:10px 40px 0 0;
	padding-bottom:10px;
	text-align:right;
}

#postnavigation a,.navigation a{
	background-color:#fff;
	color:#068e02;
	font-weight:700;
	text-decoration:none;
}

#searchform{}

#searchform #s{
	border:1px solid #ccc;
	width:125px;
}

#searchform #searchsubmit{
	background-color:#068e02;
	border:none;
	color:#fff;
}

#sidebar{
	width:140px;
	padding:0px;
	float:left;
	background:#8CC63E;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	clear: both;
}

#sidebar ul{
	list-style:none;
}

#sidebar h2{
	font-size: 100%;
	font-weight: 100;
	color: #000000;
	padding-top: 8px;
}


#footer{
	background:#578F43;
	clear:both;
	padding: 10px 10px 10px 10px;
	font-size:70%;
}

#footer a {color: #8CC63E;}

.commentlist{
	background-color:#fff;
	color:#555555;
	margin:10px 40px 10px 25px;
	font-size: 90%;

}

.commentlist li{
	background-color:#F2FDDB;
	border:1px solid #ADCD3C;
	color:#555;
	list-style:none;
	margin-bottom:16px;
}

.commentlist li .children{
	margin:4px 10px;
}

.commentlist li .children p.comment-info{
	background-color:#f2fddb;
	color:#4ea429;
}

.commentlist li .avatar{
	float:right;
	margin:3px 6px 0;
	width:30px;
}

.commentlist p.comment-info{
	background-color:#b0db56;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 5px;
}

.commentlist .author a{
	background-color:#b0db56;
	color:#068e02;
	text-decoration:none;
}

.commentlist .comment-date{
	font-size:11px;
}

.commentlist .commenttext{
	padding:10px 5px;
}

.commentlist .commenttext-admin{
	background-color:#ffffcc;
	color:#555;
	padding:10px 5px;
}

.commentlist .commenttext a{
	background-color:#F2FDDB;
	color:#068e02;
}

.commentlist .commenttext-admin a{
	background-color:#ffffcc;
	color:#068e02;
}

h3#comments{
	background-color:#4EA429;
	color:#FFF;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:0 0 14px 25px;
	padding:5px;
	width:120px;
}

#respond{
	background-color:#FFF9ED;
	border:1px solid #ffdd99;
	color:#555555;
	margin:40px 40px 40px 25px;
	padding:10px 5px;
	font-size: 90%;

}

#respond a{
	background-color:#fff9ed;
	color:#068e02;
}

#respond #submit{
	background-color:#ff9900;
	border:none;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	font-weight:700;
	margin:0 10px 0;
	padding:5px;
	width:160px;
}

.reply{
	float:right;
	font-size:12px;
	margin-right:5px;
	width:32px;
	font-size: 90%;

}

.reply a{
	background-color:#B0DB56;
	color:#fff;
	font-weight:700;
	text-decoration:none;
}

.commentlist li .children .reply a{
	background-color:#f2fddb;
	color:#4ea429;
}

#cancel-comment-reply{
	float:right;
	width:160px;
}

#cancel-comment-reply a{
	text-decoration:none;
}

#comment{
	border:1px solid #CCC;
	margin:10px;
	padding:5px;
	width:465px;
	font-size: 90%;
}

#commentform p{}

input{
	border:1px solid #ccc;
	margin:5px 0 5px 5px;
}

div.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignright{
	float:right;
	margin-left:1em;
}

.alignleft{
	float:left;
	margin-right:1em;
}

p.wp-caption-text{
	background-color:#b0db56;
	color:#666666;
	margin:0;
	text-align:center;
	width:98%;
}

#wp-calendar{
	margin-bottom:2em;
	width:99%;
}

#wp-calendar caption{
	border-bottom:1px solid #555;
	font-weight:700;
	letter-spacing:2px;
	margin-bottom:5px;
}

#wp-calendar td{
	text-align:center;
}

#wp-calendar tbody td a{
	background-color:#b0db56;
	color:#333;
	font-weight:700;
	text-decoration:underline;
}

#wp-calendar td#prev{
	text-align:left;
}

#wp-calendar td#next{
	text-align:right;
}

#wp-calendar td#prev a,#wp-calendar td#next a{
	background-color:#b0db56;
	color:#555;
}

#wp-calendar td#today{
	background-color:#ffb340;
	color:#333;
}

caption,th,td{
	font-weight:normal;
}

table, th, td
{
	border: 1px solid #99FF99;
	padding: 3px;
	border-spacing: 0;
	border-collapse: collapse;
}

blockquote:before,blockquote:after,q:before,q:after{
	content:"";
}

blockquote,q{
	quotes:"" "";
}

*{
	margin:0;
	padding:0;
}

pre{
	overflow:auto;
	white-space:pre-wrap;
}

.space{
	height:10px;
}

#extraLeft {
	width: 250px;
	font-size: 80%;
	float: left;
	margin: 5px;
	border: 1px solid #8CC63E;
	padding: 5px;
}
            
#extraLeft h2 h3 {
	font-size: 120%;
	text-align: center;
}
            
#extraRight {
	width: 320px;
	font-size: 80%;
	float: right;
	margin: 5px;
	border: 1px solid #8CC63E;
	padding: 5px;
}
            
#extraRight h2 h3 {
	font-size: 120%;
	text-align: center;
}


img.floatLeft { float: left; margin: 10px; }
img.floatRight { float: right; margin: 10px; }
img.floatRightClear { float: right; clear: both; margin: 10px; }
img.floatLeftClear { float: left; clear: both; margin: 10px; }
