/*  
Theme Name: NMMI 2009
Description: A two-column, fixed-width template matching NMMI's current Web theme.
Version: 2.0
Released: 200700802
Author: J. Desmond

*/

body {
	margin: 20px 0;
	padding: 0;
	background: #333333 url(images/sliver.jpg) repeat-x fixed top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 9px;
        color: #000000;
}

h2 {
	font-size: 16px;
        font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 2em;
}

p {
}

blockquote {
	font-style: italic;
}


ul {
}

ol {
}

a {
	text-decoration: none;
	border-bottom: 1px solid #BFC6E3;
	color: #145BF9;
}

a:hover {
	border: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 830px;
	height: 100px;
	margin: 0 auto;
	background: #000000 url(images/header.jpg) no-repeat left;
}


#header h1, #header h2 {
	float: left;
	margin: 0;
}

#header h1 {
	padding: 0px 0 0 0px;
	letter-spacing: 5px;
	font-size: 8px;
        color: #000000;
}

#header h2 {
	padding: 215px 0 0 5px;
	font-size: 10px;
	color: #000000;
}

#header a {
	border: none;
	color: #000000;
}




/* Page */

#page {
	width: 830px;
	margin: 0 auto;
	background: #FFFFFF;
	
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 3px 3px;
	border-right: solid 1px #000000;

	
}

/* Post */

.post {
	margin-bottom: 2em;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

.post .title {
	padding: 24px 0 5px 0;
	
}

.post .title a {
	border: none;
	color: #000000;
}

.post .title a:hover {
	color: #145BF9;
}

.post .date {
	margin: 0 0 2em 0;
	font-size: .7em;
}

.post .entry {
	padding: 0 5px;
}


.post .byline, .post .meta {
	margin: 0;
	padding: 0 20px;
	background: #ffffff;
	line-height: normal;
}

.post .byline {
	padding-top: 5px;
	border-top: 1px solid #ffffff;
}

.post .byline .posted {
	padding-left: 15px;
	background: url(images/img10.gif) no-repeat left center;
}

.post .byline .edit {
	padding-left: 15px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta {
	padding: 10px 20px;
	background: #ffffff;
	line-height: normal;
	color: #0066ff;
}

.post .meta a {
	color: #0066ff;
}

.post .meta .comments {
	padding-left: 15px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta .categories {
	padding-left: 15px;
	background: url(images/img13.gif) no-repeat left center;
}

/* Navigation */

.navigation {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments * {
	line-height: normal;
}

#comment {
	width: 400px;
}

#respond p {
	margin: 0 0 10px 0;
}

/* Sidebar */

#sidebar {

	width: 235px;
	padding: 3px 3px 3px 3px;
	color: #000000;
	float: right; 
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	background: #cccccc;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
}

#sidebar li h2 {
	margin: 0;
	padding: 5px 10px;
	background: #666666;
	font-size: 1em;
	color: #ffffff;
}

#sidebar a {
	border: none;
	color: #000000;
}

#sidebar form {
	margin: 0;
	padding: 10px;
}

#sidebar fieldset {
	border: none;
}

#sidebar input {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

#sidebar #s {
	width: 160px;
}

/* Footer */

#footer {
	width: 830px;
	margin: 2px auto;
	padding: 15px 0;
	background: #ffffff;
        border-top: 1px solid #000000;
}

#footer p {
	margin: 5px;
	line-height: normal;
	font-size: .8em;
	color: #000000;
}

#footer a {
	border: none;
	font-weight: bold;
	color: #000000;
}

#footer a:hover {
	color: #FFFFFF;
}

.wp-caption {
	padding: 0px;
	margin: 0;
	text-align: left;
	background: #cccccc;


}
.wp-caption {
border: 1px solid #666;
text-align: center;
background-color: #ececec;
padding-top: 4px;
margin: 10px;

}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 10px;
line-height: 17px;
padding: 0 4px 4px;
margin: 0;
text-align:left;
}