/*
Theme Name: Premier Drivers Ed Custom Theme
Theme URI: http://premierdriversed.com/blog/
Description: Custom Wordpress theme for Premier Drivers Ed
Version: 1.0
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com/
Tags: blue, fixed width, two columns, widgets

	Premier Drivers Ed Custom Theme

	This theme was designed and built by E-Moxie Data Solutions, Inc.
	whose site you will find at http://www.e-moxie.com/

	The CSS, XHTML and design are copyright 2009-present Premier Drivers Ed.

*/

h2 {
	margin: 20px 0 15px 0;
	font-size: 22px;
	color: #50780e;
}
h2 a {
	text-decoration: none;
	color: #50780e;
}
h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;	
}
h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
	color: #333333;
}
small {
	font-size: 11px;	
}
hr {
	height: 1px;
	width: 100%;
	line-height: 1px;
	overflow: hidden;
	color: #c1c1c1;
	border: none;
	background: #c1c1c1;	
	display: block;
	margin: 20px auto;
}

.postmetadata {
	font-size: 11px;	
}
.comment-body {
	font-size: .9em;
	margin: 0 0 10px 0;
}
.comment-body p {
	font-size: 12px;	
}
.search {
	margin-bottom: 15px;	
}
.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
}

#blog-content {
	width: 700px;
	float: left;
}
#blog-content h1 a {
	text-decoration: none;
	color: #000;
}
#blog-content h2 a {
	text-decoration: none;
	color: #50780e;
}

#breadcrumb {
	background-color: #f4f5f6; 
	border: 1px solid #e8e9eb;
	padding: 10px;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #666;
}
#breadcrumb a {
	text-decoration: none;
	color: #666;
}
#breadcrumb span.active {
	color: #3399cc;
}

#sidebar {
	width: 200px;
	background-color: #f4f5f6; 
	border: 1px solid #e8e9eb; 
	padding: 10px; 
	float: left;
	margin: 0 30px 20px 0;
}
#sidebar h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#sidebar p {
	font-size: 11px;
	line-height: 1.2em;
}
#sidebar ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li a {
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
	background: url('/images/bullet_black.png') center left no-repeat;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	display: block;
}
#sidebar ul li a:hover {
	background: url('/images/bullet_blue.png') center left no-repeat;
}