/*  
Theme Name: WCCTAC West Contra Costa County Transportation Advisory Committee
Theme URI: http://www.wcctac.org
Description: This is a theme for WCCTAC
Version: 1.0
Author: Brendan Nee
Author URI: http://www.hornenee.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin-top: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'lucida sans', Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	background-image:url(http://www.wcctac.org/wp-content/themes/wcctac/images/stripe.png)
}

a:link, a:visited {
	color:#996633;
	text-decoration:none;
}

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

h1{
	font-family: 'lucida sans', Helvetica, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 760px;
	text-align: left;
	border:3px solid #999999;
	background:#FFFFFF;
}

#header{
	border-bottom:3px solid #999999;
}

#container{
	float: right;
	width: 500px;
	padding:10px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 3px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 210px;
	background: #eeeeee;
	margin: 0;
	padding:5px;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
	clear: both;
	padding:10px;
	border-top:3px solid #999999;
}

#footer p {
	line-height:18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 3px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 3px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}