/*
Theme Name: mbentley green
Version: 1.1
Theme URI: http://blog.mbentley.net
Author: mbentley
Author URI: http://www.mbentley.net
Description: customized theme based on 'The Content Blue' by andrewspeaksout
Tags: green, two-columns, right-sidebar, fixed-width, sticky-post
*/

body{
	background: #1E1E1E;
	width: 985px;
	margin: 0 auto 0; /* Center 1000px "page" */
	padding: 0;
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", "Trebuchet MS", Sans-serif;
	font-size: 12px;
}

#wrapper{
	background: #004B00; /* Enforce background color on all content below top horizontal navigation bar */
	padding: 0 20px;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}


/* Top Horizontal Navigation Bar */
#navbar{
	background: #1E1E1E;
	padding: 0 20px;
	line-height: 30px;
	font-size:11px;
	font-weight: normal;
	letter-spacing:1px;
	text-transform: lowercase;
}

#navbardate{
	float: left;
}

#navbar ul{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#navbar li{
	display: inline;
	padding: 0 10px;
}

#navbar li.current_page_item a{
	color: #ffffff; /* Changes the link color of the current active page in the top navigation bar */
}


/* Header Area */
#header{
	margin: 0;
	padding: 25px 0;
}

#header h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", Sans-serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: lowercase;
}

#header h2{ /* h2 in the header div is for the site's tagline */
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}


/* All Left Column Content */
#container{
	width: 700px;
	float: left;
}

#container_nosidebar{
	width: 100%;
}

.post{
	padding: 10px 0;
	/* text-align: justify; */ /* Uncomment text-align: justify; to justify the paragraph text in posts */
}

.h2title{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Le Monde Sans", "ITC Stone Sans", Sans-serif;	
	font-size: 22px;
	font-weight: normal;
}

.h3title{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
}

.entry{
	padding: 8px 0;
	line-height: 1.5em;
}

.entrytext{
	overflow: hidden;
}

.entrytext a{
	text-decoration: underline; /* This overrides the universal "a" element to allow underlined links in posts */
}

.entrytext blockquote{
	padding-left: 5px;
	border-left: 1px solid #FFF;
}

.more-link{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #003200;
	padding: 0 5px;
	border: 1px solid #80A580;
}

.oldpostsnav, .newpostsnav{
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background: #003200;
	margin: 0;
	padding: 0 5px;
	display: inline;
	border: 1px solid #80A580;
}

.postpagelinks, .pagepagelinks{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003200;
	margin-right: 5px;
	padding: 0 5px;
	border: 1px solid #80A580;
	display: inline-block;
}

.postcats, .posttags, .postpages{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003200;
	padding: 5px;
	border: 1px solid #80A580;
}

.postmetadata{
	margin: 25px 0;
	font-size: 11px;
	border-top: 1px solid #ffffff;
}

/*
.entrytext img{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color: #003200;
	border: 1px solid #80A580;
	margin: 10px 10px 10px 0;
	padding: 5px;
	text-align: center;
}
*/

.wp-caption {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color: #003200;
border: 1px solid #80A580;
margin: 10px 10px 10px 0;
padding-top: 4px;
text-align: center;
}

.alignright{
	float: right;
	border: 1px solid #80A580;
}

.alignleft{
	float: left;
	border: 1px solid #80A580;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #80A580;
}

.alignnone{
	border: 1px solid #80A580;
}

/* Comments */
.commentlist{
	margin: 0;
	padding: 20px 0;
	list-style: none;
}

.commentlist p{
	padding: 5px;
}

.commentlist p a{
	text-decoration: underline; /* Allows links to be underlined within user comments */
}

.odd-comment{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003200;
	margin: 10px 0;
	border: 1px solid #80A580;
}

.even-comment{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003200;
	margin: 10px 0;
	border: 1px solid #80A580;
}

.trackbacks{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background: #003200;
	margin: 0;
	border: 1px solid #80A580;
}

.trackbacks h3{
	margin-left: 10px; /* Adds breathing room to the Trackbacks section title text */
}

.commentmetadata{
	height: 60px;
}

.commentmetadata img{ /* Avatar Positioning */
	float: left;
	margin: 0;
	padding: 5px;
}

.commentmetadatainfo{
	display: table-cell; /* Vertically centers the text within the .commentmetadata div */
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	height: 60px;
	line-height: 1.3em;
}

#commentedit{
	margin: 0;
	padding: 5px;
	font-size: 10px;
}


/* Sidebar */
#sidebar{
	width: 225px;
	margin: 0;
	padding: 0;
	float: right;
}

#sidebar h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar ul{ /* Sidebar widgets as a whole */
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li{ /* Individual Sidebar widgets */
	margin: 0 0 25px 0;
	padding: 0;
}

#sidebar li ul li{ /* List items within a widget */
	margin: 0; /* Resets list items within a widget to zero margin to cancel the individual widget spacing margin */
}

.feed-list li a{
	background: transparent url(images/icons/feed12.png) no-repeat scroll 0 50%; /* 12px Feed Icons on left of feed-list links */
	padding-left: 15px;
}

#wp-calendar{
	width: 100%; /* Stretches the Calendar widget's table to 100% the width of sidebar. ID of wp-calendar */
}

#wp-calendar a {
	color:#E41B17
}

/* Footer */
#footer{
	margin: 0;
	padding: 25px 0 10px 0;
	font-size: 11px;
	line-height: 1.3em;
	clear: both;
}

#footer p{
	background-image: url('images/wp-logo.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}

* html #footer p{
	background-image: url('images/wp-logo.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 1em;
	border-top: 1px solid #FFFFFF;
}

pre {
     border: solid 1px #80A580;
     font-size: .9em;
     color: #32CD32;
     margin: 5px;
     padding: 5px;
     background: #1E1E1E;
}

img{ 
	border: 0px solid #80A580;
}