/* 
Theme Name: NGMLC Custom Theme
Theme URI: http://ngmlc.org
Description: Two Column Flexi Layout
Version: 1.0
Author: bj novack
Author URI: http://kickasswebdesign.com/
*/

* {margin: 0; padding: 0;}
body {
	background: #b9c395;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
body a {
	font-weight: bold;
}
body a:link {
	color: #6f978c;
}
body a:visited {
	color: #666666;
}
body a:hover {
	color: #76824a;
}
body a:active {
	color: #d96527;
}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}
p {padding: 0 0 14px 0;}
ul {text-decoration: none; !IMPORTANT}
#mainwrapper {
	background: #ffffff url(images/landscape.gif) no-repeat top center;
	position: relative;
	margin: 0 auto;
	width: 96%;
	min-width: 800px;
	max-width: 1000px;
	color: #000033;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 280px 0 0 0;
}
#mainwrappersinglepage {
	background: #ffffff url(images/news_header.jpg) no-repeat top left;
	position: relative;
	margin: 0 auto;
	width: 96%;
	min-width: 800px;
	max-width: 1000px;
	color: #000033;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
}
.searcharea {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
#header {
	color: #000000;
}
#header a img {margin-bottom: 5px;}
#mainwrappersinglepage #header a img {
	margin-top: 20px;
}

.navwrapper {
	width: 100%;
	margin: 10px 0 20px 0;
	font-size: small;
}
.left {
	width: 33%;
	float: left;
}
.middle {
	width: 33%;
	float: left;
}
.right {
	width: 33%;
	float: left;
}
.navwrapper ul {
	width: 250px;
	margin: 0 auto;
	border-left: 1px solid #6f978c;
	border-right: 1px solid #6f978c;
	border-bottom: 1px solid #6f978c;
}
.navwrapper ul ul {
	border: none;
}
.navwrapper li {
	display: block;
	list-style-type: none;	
}
.navwrapper ul li ul {
	margin: 0;
	padding: 0;
}
.navwrapper ul a {
	display: block;
	padding: 5px 8px;
}
.navwrapper ul a:link, .navwrapper ul a:visited {
	color: #6f978c;
}
.navwrapper ul a:hover {
	color: #ffffff;
	background: #6f978c;
}
.navwrapper ul li h2 {
	background: #6f978c;
	color: #e9eef3;
	padding: 2px 0;
	text-align: center;
	font-size: 110%;
	margin-right: -1px;
	border-bottom: 1px solid #ffffff;
}
.navwrapper ul li p {
	padding: 5px 10px;
}
.navwrapper ul li p a {
	display: inline;
	padding: 0;
}
.navwrapper ul li p a:hover {
	color: #76824a;
	background: #fff;
}
#content-container {
	margin-right: 200px;
	font-size: small;	
	}
#main-content {
	float: left;
	width: 100%;
	line-height: 1.4;
	background: #e5e1e2 url(images/news_background.jpg) no-repeat top left;
	}
#mainwrapper #main-content {
	background: #ffffff;
}
#main-content .pad {
	width: 84%;
	margin: 0 8%;
	padding: 20px 0;
	}
.post h2 {
	background: #6f978c;
	color: #e9eef3;
	padding: 3px 8px;
	margin-bottom: 15px;	
}
.post h2 a {
	color: #e9eef3;
	text-decoration: none;
}
#secondary-content {
	position: relative;
	float: right;
	width: 200px;
	margin: 12px -200px 0 0;
	font-size: 85%;
	padding-bottom: 12px;
	}
.postcontent {
	width: 90%;
	margin: 0 5%;
	padding: 20px 0;
}
.sidebarcontent {
	width: 180px;
	float: right;
	display: inline;
}
.sidepads {
	padding: 5px;
}
#footer {
	clear: both;
	font-size: 70%;
	padding: 10px;
	text-align: center;
}
#footer a:link {
	color: #6f978c;
}
#footer a:visited {
	color: #444444;
}
#footer a:hover {
	color: #76824a;
}
#footer a:active {
	color: #b57d52;
}
#footer p {
	padding-top: 3px;
}
#secondary-content h2 {
	font-size: 120%;
	padding: 3px 0;
	margin: 2px 0;
	color: #6f978c;
	border-bottom: 1px dotted #6f978c;
}
#secondary-content p { margin: 10px 10px 5px 10px;}
#secondary-content ul {
	margin: 0;
	padding: 0;
}
#secondary-content ul {
	padding: 0 0 5px 0;
}
#secondary-content ul ul ul {
	text-indent: 0;
	margin: 0;
	padding: 0 0 0 12px;
}
#secondary-content li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#secondary-content ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px 0 6px;
	color: #6f978c;
	width: auto;	
}
#secondary-content ul a:hover {
	color: #ffffff;
	background: #6f978c;
}
#secondary-content li {
	display: block;
	padding: 4px 4px 0 0;
	margin-top: 2px;
}
.clearA {
	overflow: hidden;
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
a img{
	border: none;
}
.center, .centerlogo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.center {
	padding-bottom: 5px;
}
/* from here on is the blog stuff, except some cascade stuff at the very bottom. */
h2.description  {
	padding: 0 30px;
	margin-top: 15px;
	border: none;
	color: #000000;
	border-bottom: 1px solid 9bac8a;
	background: none;
}
.desimage {
	margin: 0 20px 15px 0;
}
.navigation {
	font-size: 80%;
	width: 90%;
	margin: 0 30px;
	position: relative;
}
/*last entry and next entry link classes */
.alignleft {
	float:left;
	width: 45%;
	margin: 0 15px 0 0;
	display: block;
}
.alignright {
	float:right;
	width: 45%;
	margin: 0 0 0 15px;
	display: block;
}
/* meta and post stuff */
.postmetadata {
	padding-bottom: 8px;
	font-size: 85%;
	width: 300px;
}
.post {
	padding: 10px 5px 15px 5px;
	clear: both;
	line-height: 1.4;
}
.bloginfo {
	margin: 0; padding: 0;
	text-align: right;
}
.bloginfo {margin: 0 10px 0 0;}
/* searchbox form stuff */
.search-form {
	padding: 10px;
}
.searchbox {
	width: 80%;
	margin: 0;
	background: #fffff1;
	color: #000000;
}
#searchsubmit {
	width: 5em;
	margin: 2px 0 0 1px;
	background: #e9eef3;
	color: #000000;
	font-weight: bold;
}
/* Pullquote can be used for setting any text into a box within your blog entries */
.pullquoteleft130 {
	margin: 5px;
	padding: 4px;
	float: left;
	width: 130px;
	border: 1px solid #dcdcfe;
}
.pullquoteright130 {
	margin: 5px;
	padding: 4px;
	float: right;
	width: 130px;
	border: 1px solid #dcdcfe;
}
.imgleft {float: left; margin: 5px 8px 5px 0;}
.imgright {float: right; margin: 5px 0 5px 8px;}
.post ul, .post ol {
	width: 90%;
	margin: 0 auto;
	padding: 5px 0 5px 20px;
}
.post ol {
	list-style-position: inside;
}
ol.commentlist {
	padding: 10px 5px;
	margin-left: 5px;
	list-style-position:inside;
}
ol.commentlist li {
	border-bottom: 1px solid #dcdcfe;
	padding: 10px 0;
}
h3#comments {
	margin-top: 10px;
	padding: 3px 0;
	border-top: 1px solid #dcdcfe;
	border-bottom: 1px solid #dcdcfe;

}
#submit {
	background: #8ea581;
	color: #000000;
	text-align: center;
	padding: 0;
	font-weight: bold;
}
caption {
	text-align: center;
}
.centered {
	text-align: center;
	margin: 5px auto;
}
p.center img {
	margin: 0 auto;
}
.small {
	border-bottom: 1px solid #efead5;
	width: 12em;
	font-size: 80%;
	margin: 0 0 5px 0;
	padding: 0;
}
blockquote {
	padding: 3px 20px;
}
/* adjustments for column drop in IEMac. */
/*\*//*/
.description { 	margin: 0 0 5px 0;}
/**/	
