/*
Theme Name: Midwest Energy News
Theme URI: NA
Description: Custom WordPress theme for Midwest Energy News. Starting point was the default WP theme by Michael Heilemann.
Version: 1.6
Author: Rob Coleman for Webknowledgy LLC
Author URI: http://webknowledgy.com/
Tags: custom
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: white;
	text-align: center;
	color:black;
	}
	
img {
	border: 0;
	}

p	{
	font-size: 1.2em;
	line-height:1.4em;
	margin:6px 0 6px 0;
	}
	
.highwire p {
	font-size: 1.2em;
	line-height:1.4em;
	margin:6px 0 14px 0;
	}
	
#navbar {
	position:relative;
	width:970px;
	height:24px;
	background-color:#006937;
	}
	
#home-left, #home-center, #home-right {
	float: left;
	padding: 0;
	width: 310px;
	text-align:left;
	vertical-align:top;
	}
	
#home-left {
	margin: 10px 0 10px 5px;
	}
	
#home-center, #home-right {
	margin: 10px 0 10px 15px;
	}
	
#home-right {
	margin: 10px 0px 10px 15px;
	}
#textright {
	float:left;
	width:331px;
	margin:56px 0 40px 83px;
}

#donate {
	margin:0 0 15px 0;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.homecategory {
	width:310px;
	height:17px;
	background-color:#609c32;
	}
	
.homecategory p {
	font-size:11px;
	text-align:left;
	margin:0;
	padding:1px 6px 2px 6px;
	font-weight:bold;
	color:white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	}
	
.morenews {
	text-align:right;
	font-weight:bold;
	border-top:1px solid #bbbdbf;
	font-style:italic;
	font-size:1.4em;
	margin-top:12px;
	}

	
.homestory-tier1 {
	width:300px;
	margin:0px 5px 0 5px;
	}

.homebox-highwire {
	width:308px;
	border:1px solid #609c32;
	}
	
.homestory-highwire {
	width:290px;
	margin:0px 10px 5px 10px;
	}
	
.homestory-noborder {
	width:300px;
	margin:10px 5px 0 5px;
	}
	
.homestory-border {
	border-bottom:1px solid #bbbdbf;
	width:300px;
	margin:4px 5px 6px 5px;
	}
	
.source-tier1-2 {
	font-size:1.1em;
	font-weight:bold;
	}
	
.byline {
	font-size: .9em;
	}

.source-tier3 {
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	}
	
.home-tier3 {
	width:300px;
	margin:0px 5px 6px 5px;
	}
	
.home-tier3 h3 {
	margin:0;
	}
	
.tier1-photo {
	margin:10px 0 0 0;
	font-size:1em;
	}

.home-thumb {
	float:left;
	margin:6px 6px 0 0;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	text-align:left;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.related {
	font-size:1.0em;
	margin:0 0 3px 0;
	padding:1px 6px 1px 6px;
	background-color:blanchedalmond;
	font-weight:bold;
 	}

.related-head {
	font-size:1.1em;
	font-weight:bold;
	margin:6px 0 0 3px;
	}

.thread-alt {
	background-color: #f8f8f8;
	}
.thread-even {
	background-color: white;
	}
.depth-1 {
	border: 1px solid #ddd;
	}

.even, .alt {
	border-left: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#777777;
	}

h1, h2, h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:113%;
	}

h1 {
	font-size: 2.1em;
	text-align: left;
	color:#006937;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.5em;
	}

a {
	text-decoration: none;
	color: #356c92;
	}

a:hover {
	text-decoration: underline;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 970px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 178px;
	width: 970px;
	position: relative;
	}
	
#topnav-home, #topnav-news, #topnav-features, #topnav-opinion, #topnav-about, #topnav-highwire, #topnav-follow {
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:normal;
	color:white;
	position:absolute;
	top:3px;
	font-family:trebuchet ms, tahoma, arial, sans-serif;
	vertical-align:middle;
	}

#topnav-rss, #topnav-facebook, #topnav-twitter {
	position:absolute;
	top:4px;
	}
	
.toplinks {
	color:#abc541;
	text-decoration:none;
	}
	
a:hover.toplinks {
	color:#ffffff;
	text-decoration:none;
	}

#topnav-home {
	left:25px;
	}

#topnav-news {
	left:95px;
	}
	
#topnav-features {
	left:165px;
	}
	
#topnav-opinion {
	left:270px;
	}

#topnav-about {
	left:360px;
	}

#topnav-highwire {
	left:435px;
	}
	
#topnav-follow {
	left:559px;
	}

#topnav-rss {
	left:655px;
	}

#topnav-facebook {
	left:680px;
	}
	
#topnav-twitter {
	left:705px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	float:left;
	margin: 10px 15px 10px 5px;
	width: 620px;
	text-align:left;
	}

.widecolumn h1 {
	letter-spacing:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:620px;
	color:#006937;
	font-size:2.2em;
	border-bottom:1px solid #ddddbf;
	padding:30px 0 0 0;
	margin:0 0 20px 0;
	line-height:80%;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	margin: 5px 0 0 0;
	color:#006937;
	text-align:right;
	border-bottom:1px solid #ddddbf;
	padding:9px 0 0 0;
	font-weight:bold;
	}

.clear {
	clear: both;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 10px 0 0 0;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

/* End Headers */



/* 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 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0px;
	}
	
#s {
	font-size:10px;
	height:11px;
	position:absolute;
	top:3px;
	left:785px;
	width:130px;
	}

#searchsubmit {
	position:absolute;
	top:3px;
	left:925px;
	font-size:10px;
	height:19px;
	background:#8bc541;
	color:006937;
	border:2px solid #6c9c32;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	}
	
.submit {
	font-size:10px;
	height:19px;
	background:#8bc541;
	color:006937;
	border:2px solid #6c9c32;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}



.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}






/* Begin Sidebar */
#sidebar {
	float:left;
	margin: 40px 0px 10px 15px;
	text-align:left;
	width:310px;
	}

#sidebar .box {
	border:1px solid #8bc541;
	padding:10px;
	margin: 0 0 20px 0;
}

#sidebar .box p {
	margin:0 0 10px 0;
	font-size:1.1em;
	line-height:normal;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:30px 0 10px 0;
	}
		
h1.single {
	letter-spacing:1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:620px;
	color:#006937;
	font-size:1.8em;
	line-height:normal;
	border:0;
	padding:20px 0 0 0;
	margin:0 0 10px 0;
	}
	
.signup {
	width:298px;
	text-align:center;
	background-color:#006937;
	color:#ffffff;
	}
	
.signup td {
	font-size:1.1em;
	padding:.2em;
	}

.signup input {
	width:190px;
	font-size:10px;
	height:11px;
	}
	
#digest {
	margin:10px 0 4px 0;
	text-align:center;
	color:white;
	}
#digest a {
	color:white;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	text-align: center;
	margin: 10px;	
	}

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

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

.boxcomments{margin:0 0 10px 0;}
.boxcomments p {margin:0};
#commentform{border-top:1px solid #eee;margin:0;padding:0;}
#commentform label{display:block;margin:0;}
#commentform input{width:170px;margin:0 5px 10px 0;padding:1px;}
#commentform textarea{width:400px;margin:0 0 10px;padding:0;}
#commentform #submit{margin:0 0 20px;}
#commentform p{margin:5px 0;}
/*ol.commentlist{margin:0;padding:0;}
ol.commentlist :hover{background:#e7f9ff;}
ol.commentlist li{border-top:1px solid #eee;display:block;list-style:none;margin:0;padding:0;}
ol.commentlist li :hover{background:none;}
ol.commentlist li.commenthead{display:block;list-style:none;margin:0;padding:0;}
ol.commentlist li.commenthead h2{margin:0;}*/
ol.tblist{border-top:1px solid #fff;list-style:none;margin:0 0 1px;padding:15px;}
ol.tblist li{display:block;list-style:none;background:#e7f9ff;padding-left:15px;margin:0 0 5px;}


