/*
Theme Name: Crozet Community Association
Description: This is the formatting for the site.
Author: Angela Li
Template: toolbox
*/

@import url(/wp-content/themes/toolbox/style.css);

body {
	background-color: #F2F2F2;
	color: #333;
	font-family: "Ubuntu", "Helvetica", "Arial", sans-serif;
	margin: 0;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
body a {
	color: #0E76BC;
	text-decoration: none;
}
#primary a:hover, .widget-area .widget a:hover {
    text-decoration: underline;
}
#page.hfeed {
	background: none repeat scroll 0 0 #FFF;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
}
#main {
	margin: 0 auto;	
	overflow: hidden;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	width: 960px;
}
.assistive-text, .skip-link, .screen-reader-text {
	display: none;
}
hgroup {
	padding: 1em 2em;
}
#site-title {
	padding-right: 0.6em;
	margin: 0 0 0.5em 0;
}
#site-title a {
	float: left;
	padding: 0.3em 0.8em 0.5em 0em;
}
#blog-name {
	float: left;
	padding-top: 1.5em;
	width: 470px;
}
#du-crozet {
	height :85px;
	float: right;
	padding-top: .3em;
}
.menu {
	background: #EEE;
	border-bottom: 5px solid #CCC;
	clear: both;
	overflow: auto;
}
.menu ul {
	list-style-type: none;
	float: left;
	margin: 0;
	width: 100%
}
.menu li {
	display: inline;
}
#access {
	margin: 0;
}
#access a {
	padding: .7em 1.5em;
	text-transform: uppercase;
}
.menu li a {
	color: #333;
	text-decoration: none;
	font-size: .85em;
}
.menu li.current_page_item a {
	background-color: #CCC;
	font-weight: bold;
}
#access ul ul a:hover {
	background-color: #CCC;
	color: #622;
	font-weight: bold;
}
.menu .children {
	padding-left: 0;
	display: none;
}
#page-header h1 {
	margin-top: 0;
}
#primary {
	float:left;
	width: 36em;
	padding-left: 3em;
}
#home-page-content h1, .post h1, .page h1, .page-header h1, #secondary h1 {
	margin-top: 0;
}
#home-page-content h1, .post h1 {
	padding-bottom: .1em;
}
#primary .entry-content {
	line-height: 1.4em;
	width: 34em;
}
#secondary .entry-content {
	line-height: 1.4em;
}
#primary h1.entry-title a:hover {
	background-color: #ffffff;
}
#content {
	margin:0;
	width: 32em;
}
.entry-content h3 {
	margin: 0;
}
.post .entry-header {
	padding-bottom: 1em;
}
.post h1 a, .page h1 a {
	color: #333;
	text-decoration: none;
}
#home-page-content h1, .post h1 {
	color: #333;
	margin-bottom: 0.2em;
}
.entry-date {
	color: #aaa;
}
#content article {
	padding-bottom: 2em;
}
#content article.post {
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 2em;
}
.paged #content #nav-above, .single #content #nav-above {
    display: none;
}
a.more-link {
	text-decoration: none;
}
a.more-link:hover {
	font-weight: bold;
}
#respond .form-allowed-tags {
	display: none;
}
#main .widget-area {
	width: 16em;
}
footer.entry-meta span.sep {
	display: none;
}
#secondary {
	border: 1px solid #E9E9E9;
	float: right;
	padding: 1em;
	margin: 0 3em;
}
aside {
	margin-bottom: 1.5em;
}
aside h2 {
	margin: 0 0 .5em 0;
	color: #666;
	font-size: 1.35em;
	font-variant: small-caps;
}
aside h4 {
	margin: 0;
}
aside.widget_archive ul {
	list-style-type: none;
	-webkit-padding-start: 20px;
}
.widget-area .widget-title {
   	background: #F2F2F2;
	font-size: 1.2em;
	font-weight: inherit;
	padding: .3em;

}
.widget-area .widget li, .widget-area .widget .textwidget {
    font-size: .8em;
    line-height: 1.1em;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0;
}
.widget-area .widget p {
    margin-bottom: 12px;
    padding: 10px;
}
#nav-below {
	margin: 0 0 4em;
}
footer {
	text-align: right;
	clear: both;
}
#colophon {
	background: #eee;
	color: #888;
	font-size: 0.8em;
	padding: 0;
}
#site-generator {
	font: 0.8em;
	padding: 1em;
}
#blog.page h1 {
	margin-top: 0;
}
#montave-logo {
	padding-top:.5em;
}