/*   
Theme Name: Michigan 2nd District Dems
Theme URI: westmichigandemocrat.com
Description: Theme for Michigan's 2nd District Democratic Executive Committee
Author: Jason Felton
*/

body {
	background-color: #e3e3e3;
	font-size: 1em;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
        border-left: 1px solid black;
        border-right: 1px solid black;
        margin-top: 0;
}

#header {
	background-image: url(http://www.westmichigandemocrat.com/images/header.jpg);
	width: 800px;
	height: 150px;
}

#header-inner {
	padding: 10px;
	color: white;
	font-family: "Lucida Sans";
	}

#header-inner a {
       color: #ffffff;
}
	
#header-inner h1 {
	margin: 0;
        padding: 0;
	}
	
.subtitle {
	width: 400px;
	text-align: center;
	}
	
#header-inner h2 {
	font-size: 0.8em;
	margin: 0;
	}

#leftbar {
	width: 150px;
	float: left;
	background-color: #ffffff;
}

#leftbar-inner {
	padding: 15px;
	
	}

#content {
	width: 500px;
	float: left;
	background-color: #ffffff;
}

#content-inner {
	padding: 15px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
#content-inner a {
	color: #6666cc;
	}
	
#content-inner a:hover {
	color: #ff0000;
	}

#rightbar {
	width: 150px;
	float: left;
	background-color: #ffffff;
}

#rightbar-inner {
	padding: 15px;
	
	}

#footer {
	width: 800px;
	height: 50px;
	clear: both;
	text-align: center;
	font-size: 0.7em;
	background-color: #6666cc;
	color: white;
	padding-top: 5px;
}

#footer a {
        color: #ffffff;
}
	
.bartitle {
	font-weight: bold;
	border-bottom: 1px solid #999999;
	font-family: "Lucida Sans";
	color: #999999;
	font-size: 1.1em;
	padding: 3px;
	margin-bottom: 3px;
	}
	
.ulbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans";
	font-size: 0.9em;
	line-height: 150%;
	}
	
a {
	text-decoration: none;
	color: #ff0000;
	}
	
a:hover {
	color: #6666cc;
	}
	
.bardesc {
	font-size: 0.8em;
	text-align: center;
	}
	
#rightbar-inner img {
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
.entry {
	font-family: Georgia;
	line-height: 120%;
	}
	
.posttitle {
	font-family: "Lucida Sans";
	font-size: 1.4em;
	}
	
.postmetadata {
	font-size: 0.7em;
	border-top: 1px solid #999999;
	padding-left: 20px;
	}
	
.newsheader {
	text-align: center;
	}
	
.newsheader h2 {
	margin: 0;
	font-family: "Lucida Sans";
	}
	
.newsheader span {
	font-size: 0.8em;
	}
	
.commentlist {
	list-style-type: none;
	font-size: 0.9em;
	}
	
.commentlist li {
	margin-bottom: 30px;
	}
	
.commentmetadata {
	font-size: 0.75em;
	}
	
.county {
	border: 1px solid black;
	width: 200px;
	text-align: center;
	background-color: white;
	padding-bottom: 2px;
	margin: 10px;
	font-size: 0.9em;
	display: inline-block;
	}
	
.county dt {
	background-color: #933737;
	color: white;
	padding: 2px;
	}
	
.county dd {
	margin-left: 0;
	}

.officers {
        font-size: 0.6em;
}

table {
	font-size: 0.9em;
        margin-bottom: 20px;
	}
	
td {
	width: 160px;
	text-align: center;
	}

table tr td span {
        font-size: 0.6em
        }

th {
        text-align: left;
        font-size: 1.2em;
        }
	
img {
	border: 0;
	}
	
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.recentposts {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans";
	font-size: 0.7em;
	}
	
.recentposts li {
	padding: 5px;
	}