/*
Theme Name: MNNPS
Theme URI: http://mnnps.org/
Description: Based on the default WordPress theme.
Version: 1.0
Author: Elizabeth Heck/Katy Chayka
Author URI: http://mnnps.org/

	Theme design by Elizabeth Heck, built by Katy Chayka

*/

/* start with the standard MNNPS stylesheet */
@import url(/mnnps.css);


/* Begin overrides */

body {
	background-color: #333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#page a {
	background: transparent;
	color: #093429;
}
#page a:hover,
#page a:focus,
#page a:active {
	background-color: transparent;
	color: #c4ad82;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 {
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 115%;
	background: transparent;
	color: #628a81;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: .5em;
}
h3, h4, h5, h6 {
	font-size: 100%;
	background: transparent;
	color: #628a81;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: .5em;
}


hr {
	display: none;
}

#page {
	width: 750px;
	padding: 5px;
	margin: auto;
	background: #fff;
	color: #000;
	position: relative;
}

/* common page header */
#header {
	zoom: 1;
	background-color: #0A3629;
}
#headerimg {
	padding-left: 140px;
	height: 120px;
	position: relative;
}
#headerimg div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#headerimg div.social {
	position: static;
	float: right;
	text-align: right;
	width: auto;
}
#headerimg h1 {
	margin: 0 0 0 140px;
}
#headerimg p {
	margin: 0 1em 0 140px;
}
h1 a {
	color: #093429;
	text-decoration: none;
}
.topLinks {
	margin-left: 140px;
	background: #0A3629;
	color: #fff;
}
.topLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
.topLinks li {
	float: left;
	width: 122px;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	zoom: 1;
}
#header .topLinks li a {
	display: block;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #0A3629;
	color: #fff;
	text-decoration: none;
}
#header .topLinks li a:hover,
#header .topLinks li a:focus,
#header .topLinks li a:active {
	background-color: #0A3629;
	color: #c4ad82;
}


/* 3-col midsection */
.midsection {
	margin-left: 140px;
	padding: 1px 0;
	zoom: 1;
	position: relative;
}
/* right 2 cols */
.main {
	width: 600px;
	float: right;
	padding: 5px 0;
}
/* clear floats */
.midsection:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* end float clearing */




#content {
	float: left;
	padding-left: 10px;
	padding-right: 15px;
}
.widecolumn {
	width: 575px;
}
.narrowcolumn {
	width: 421px;
	border-right: 2px solid #d2dbd9;
	margin-right: -2px; /* overlay right column border */
}


.postmetadata {
	clear: both;
	background: #d2dbd9;
	color: #000;
	padding: 5px;
	margin-bottom: 1em;
	font-size: smaller;
}
.postmetadata small {
	font-size: 100%;
}

ol.commentlist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
li.comment {
	margin-left: 0;
	padding-left: 0;
	border-bottom: 2px solid #d2dbd9;
}
li.comment cite {
	font-style: normal;
}
li.comment img.avatar {
	float: left;
	margin-right: 10px;
}
li.comment .comment-meta {
	font-size: smaller;
	margin-bottom: 1em;
}

#respond textarea {
	width: 98%;
}



#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #0A3629;
	padding-top: 10px;
}
#footer ul, #footer li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li a {
	padding-right: .5em;
	padding-left: .1em;
	border-right: 1px solid;
}
#footer div {
	display: inline;
}
#footer a {
	text-transform: uppercase;
	color: #0A3629;
	background-color: #fff;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	background-color: #fff;
	color: #c4ad82;
}
#footer p a {
	text-decoration: underline;
}


/* wordpress navigation column */
#sidebar {
	width: 150px;
	float: right;
	border-left: 2px solid #d2dbd9;
	position: relative;
	left: -2px;  /* overlay content right border */
	background: #fff;
	color: #628a81;
}
#sidebar h2 {
	font-size: 100%;
	margin-bottom: 0;
}
#sidebar ul {
	padding-left: 0;
	margin-left: 10px;
	margin-bottom: .5em;
	list-style: none;
}
#sidebar ul ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 20px;
}
#sidebar ul ul ul {
	list-style: circle;
}
#sidebar ul ul ul {
	list-style: square;
}
#sidebar li {
	margin-left: 0;
	padding-left: 0;
}

#searchform input#s {
	width: 130px;
}



/* standard mnnps navigation */
#sidebar2 {
	width: 140px;
	float: left;
	margin-left: -140px;
	font-size: x-small;
	position: relative;
}
#sidebar2 h2 {
	position: absolute;
	top: 0;
	left: -10px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar2 li {
	margin: 0;
	padding: 0;
	min-height: 20px;
	line-height: 20px;
	vertical-align: middle;
	zoom: 1; /* for IE */
}
#sidebar2 li a {
	display: block;
	background: #628A81 url(/templateImages/leftNav.jpg) left top repeat-y;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	zoom: 1;
}


/* start misc WP selectors, copied from default WP template */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.alignleft {
	margin: 0 10px 10px 0;
}
div.alignright {
	margin: 0 0 10px 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: smaller;
	line-height: 1.4;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
