/*
Theme Name: Vermont Towns
Description: Custom theme developed for Vermont towns. Includes three selectable page styles and 10 color schemes. Widget- and Menu-ready, print-friendly, section 508 Compliant. Commissioned by the Snelling Center for Government: http://www.snellingcenter.org/
Author: Michael Niggel / Hazard Creative
Author URI: http://hazardcreative.com/
Version: 2011-04-26
*/

/* CSS Reset (based on Meyer's) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ****************** */

acronym, abbr {
	border-bottom: dashed 1px;
}

sup {
	vertical-align: super;
	font-size: 0.8333em;
}

sub {
	vertical-align: sub;
	font-size: 0.8333em;
}

cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* ****************** */

body {
	font-size: 100%; /* 16px */
	line-height: 1;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#main {
	max-width: 81.5em;
	width: auto !important;
	width: 81.5em;
	margin: 0 auto;
	font-size: 0.8em; /* 14 (.75-12) */
	line-height: 1.5; /* 21 (18) */
}

#header {
	overflow: hidden;
	min-height: 144px;
}

#header-title {
	float: left;
	width: 70%;	
}

#header h1 {
	font-size: 4em; /* 48 */
	line-height: 1;
	padding: 0.375em 0 0 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

h1 a {
	text-decoration: none;
	font-weight: normal;
}

#header #desc {
	padding: 0 0 0 18px;
}

#header-widgets {
	float: right;
	width: 24.5%;
}

#header-widgets li.widget {
	overflow: hidden;
}

#skip {
	position: absolute;
	top: 0;
}

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

#subhead {
	overflow: hidden;
}

#quick-nav {
	width: 74%;
	float: left;
}

#quick-nav li {
	display: inline;
	padding-left: 18px;
	line-height: 3em;
font-size:14px;
}

#search {
	width: 24.5%;
	float: right;
}

#searchform {
	padding-top: 0.5em;
}

#searchform input {
	font-family: inherit;
	font-size: 1em;
	margin-right: 0.5em;
}

#searchform input.btn {
	margin: 0;
}

#content-nav {
	width: 22.5%; /* 240  */
	float: left;
}

#content-nav #menu-side-menu {
	padding: 1.5em 0;
font-size:14px;
}

#content-nav li {
	padding-left: 18px;
}

#content-nav li ul a {
	font-weight: normal;
}

#content-primary {
	width: 47%;
	float: left;
	padding: 0 0 1.5em 18px;
	margin: -14px 0 0 0;
	overflow: hidden;
}

#content-primary.no-sidebar {
	width: 71.5%;
}

#content-primary .breadcrumbs {
	margin-top: 1.5em;
	display:none;
}

#content-primary .article h1 {
	font-size: 2.5em; /* 30 */
	line-height: 1.2; /* 36 */
	margin: 1.2em 0;
}

#content-primary .article h2 {
	font-size: 1.5em; /* 18 */
	line-height: 1;
	margin: 2em 0 0.25em;
	font-weight: bold;
}

#content-primary .article-content h2 {
	margin: 2em 0 1em;
}

#content-primary .article h3 {
	font-size: 1.5em; /* 18 */
	line-height: 1;
	margin-top: 1em;
}

#content-primary .article h4 {
	font-weight: bold;
	margin-top: 1.25em;
}

#content-primary .article h5 {
	font-weight: bold;
	margin-top: 1.25em;
}

#content-primary .article h6 {
	margin-top: 1.25em;
}

#content-primary .article big {
	font-size: 1.5em; /* 18 */
	line-height: 1;
}

#content-primary .article small {
	font-size: 0.8333em; /* 10 */
	line-height: 1.5;
}

#content-primary .article h1 a, #content-primary .article h2 a, #content-primary .article h3 a, #content-primary .article h4 a, #content-primary .article h5 a, #content-primary .article h6 a {
	text-decoration: none;
	font-weight: inherit;
}

#content-primary .article hr {
	border: none;
	border-top: solid 2px;
	margin: 1.25em 0;
}

#content-primary .article p {
	margin: 1.25em 0;
}

#content-primary .article ul {
	padding-left: 2.5em;
	list-style: disc;
}

#content-primary .article ul ul {
	list-style: circle;
}

#content-primary .article ul ul ul {
	list-style: square;
}

#content-primary .article ul ul ul ul {
	list-style: disc;
}

#content-primary .article ol {
	padding-left: 2.5em;
	list-style: decimal;
}

#content-primary .article ol ol {
	list-style: upper-alpha;
}

#content-primary .article ol ol ol {
	list-style: upper-roman;
}

#content-primary .article ol ol ol ol {
	list-style: lower-alpha;
}

#content-primary .article ol ol ol ol ol {
	list-style: lower-roman;
}

#content-primary .article ol ol ol ol ol ol {
	list-style: decimal;
}

#content-primary .article li {
}

#content-primary .article blockquote {
	margin: 1.25em 0;
	padding: 1.25em;
}

#content-primary .article table {
	margin: 1.25em 0;
}

#content-primary .article th, #content-primary .article td {
	border: solid 1px;
	padding: 0.3125em 0.625em;
}

#content-primary .article th {
	font-weight: bold;
}

#content-primary .article table {
	margin: 1.25em 0;
}

#content-primary .article .small-meta {
	margin: 0;
	padding: 0;
}

#content-primary .article .small-meta p {
	margin-top: 0;
	font-size: 0.8em;
	text-transform: uppercase;
}

#content-primary .article .meta {
	font-size: 0.8em;
	margin: 1.25em 0;
	padding: 0;
	overflow: hidden;
}

#content-primary .article ul.commentlist {
	padding-left: 0;
	list-style: none;
}

#content-primary .article ul.commentlist li {
	margin: 1.25em 0;
	padding: 0 0 1.25em;
	border-bottom: solid 2px;
}

#content-primary .article ul.commentlist li .comment-meta {
	margin: 0 0 1.25em;
}

#content-primary .article ul.commentlist li .reply {
	text-align: right;
}


#content-primary .article .comment-link {
	float: left;
	font-size: 1.5em; /* 18 */
	line-height: 2;
	width: 30%;
	padding-left: 1em;
}

#content-primary .article .comment-link a {
	font-weight: normal;
}

#content-primary .article .other-meta {
	float: right;
	width: 65%;
}

#respond {
	margin: 1.25em;
	padding: 1.25em;
}

#commentform label {
	display: block;
}

#commentform .form-allowed-tags {
	font-size: 0.8333em; /* 10 */
	line-height: 1.5;
}


#content-sidebar {
	width: 24.5%;
	float: right;
}

#footer {
	clear: both;
	line-height: 3em;
	padding: 0 18px;
}

#footer li, #footer li p, #footer li div, #footer li ul {
	display: inline;
}

#footer .widget_nav_menu li {
	border-left: solid 1px;
	padding: 0 0.625em;
}

/* ****************** */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* ****************** */

.wp_wunderground {
	font-size: 0.8333em;
	line-height: 1.5;
}

.breadcrumbs li {
	list-style-type: none;
	display: inline;
	margin: 0 0.5em 0 0;
}

.breadcrumbs li:before {
	content: "/ ";
}

.breadcrumbs .front_page:before {
	content: none;
}