/*
THEME NAME: Stevens Vermont
THEME URI: http://stevensvermont.com/
VERSION: 1.0
DESCRIPTION: A custom sandbox theme
AUTHOR: Jason Pelletier
AUTHOR URI: http://foundline.com
TEMPLATE: sandbox
*/


/* reset-screen.css */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* updated version from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* edited version by Found Line */

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* layout-screen.css */

body {
	margin: 0;
	padding: 0;
	background: #B9C5DC url('/wp-content/themes/stevens-vermont/images/body.png') no-repeat center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
	z-index: 1;
	-webkit-text-size-adjust: none;
}
#wrapper {
	position: relative;
	width: 955px;
	margin: 0 auto;
	padding: 90px 0 25px 0;
	text-align: left;
}
#header {
	position: absolute;
	width: 955px;
	height: 90px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#blog-title a {
	position: absolute;
	width: 125px;
	height: 75px;
	display: block;
	top: 10px;
	left: 15px;
	margin: 0;
	padding: 0;
	background: #B9C5DC url('/wp-content/themes/stevens-vermont/images/elect-tom-stevens-state-representative-B9C5DC.png') no-repeat center top;
	text-indent: -999em;
}
#blog-description {
    display: none;
}
#container {
	position: relative;
	width: 895px;
	margin: 0;
	padding: 25px 30px;
	overflow: hidden;
	border-top: 1px solid #00467F;
	background-color: white;
}

#footer {
	position: relative;
	width: 895px;
	height: 100px;
	margin: 0;
	padding: 15px 30px;
	border-top: 3px solid #E31B23;
	background: #FFF url('/wp-content/themes/stevens-vermont/images/footer.png') no-repeat right bottom;
	font-size: 95%;
	text-align: left;
}
#footer ul {
	position: relative;
	width: 500px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer ul li {
	position: relative;
	list-style: none;
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0 15px 0 0;
	font-size: 1.4em;
	white-space: nowrap;
}
#footer ul.attributes {
	color: #00467F;
	font-size: 85%;
}

.sidebar {
    display: none;
}

/* MENU */
#access {
	position: absolute;
	width: 650px;
	bottom: 1px;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
#access ul {
    position: relative;
    float: right;
}
#access ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 2px;
	float: left;
	clear: none;
	overflow: visible;
	list-style: none;
}
#access ul li a {
	position: relative;
	width: 95px;
	height: 10px;
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 5px 4px 7px 4px;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	line-height: 100%;
	background: #00467F;
	border: 1px solid #00467F;
	color: #FFF;
	text-decoration: none;
}
#access ul li a:hover {
	background: #E31B23;
	border-color: #E31B23;
	color: #FFF;
	text-decoration: underline;
}


/* content-screen.css */

h1,
h2,
h3,
h4,
h5,
h6,
p,
.entry-date,
.entry-meta,
.navigation,
q,
cite,
pre,
ul,
ol,
dl,
td,
label,
.form-label,
input,
textarea {
    margin-top: 1.0em;
    line-height: 1.2;
    color: black;
}
h1,
h2,
h3 {
    font-weight: bold;
    
}
h1 {
    color: #00467F;
    font-size: 2.4em;
	border-bottom: 1px solid #B9C5DC;
}
h2 {
    font-size: 1.9em;
}
h3 {
    font-size: 1.5em;
}
ul ul,
ol ol,
dl dl {
    margin-top: 0;
}
p,
pre,
li,
dt,
dd,
table,
label,
.form-label,
input,
textarea {
    font-size: 1.4em;
    line-height: 1.6;
}
.entry-date,
.entry-meta,
.navigation {
    font-size: 1.1em;
    line-height: 1.2;
}
li,
dt,
dd {
    margin-top: 0.1em;
}
li li,
li dt,
li dd,
dl dl dt,
dl dl dd {
    font-size: 1.0em;
}
dt {
    margin-top: 1.0em;
    font-weight: bold;
}
dl dl dt {
    margin-top: 0.5em;
    font-size: 0.8em;
}
dd {
    margin-left: 1.0em;
}
table {
    width: 100%;
}
    table.calendar {
        width: auto;
    }
caption {
    margin-bottom: 0.2em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
blockquote {
    overflow: hidden;
    margin: 20px -10px 0;
    padding: 0 16px 10px;
    background: white url('/wp-content/themes/stevens-vermont/images/quotes-open.png') no-repeat 0 0;
}
blockquote p {
    margin-top: 0.4em;
    margin-left: 2.4em;
    font-size: 1.4em;
    line-height: 1.4;
    color: #00467F;
    font-style: italic;
}
th,
td {
    padding: 0.4em 0.6em;
}
th {
    padding-bottom: 0;
    /*background-color: #F2ECE3;
    border-bottom: 1px solid #DDCBB3;*/
    font-size: 0.9em;
    font-weight: bold;
    /*color: #AA8E66;*/
}
tr td {
    /*background-color: white;
    border: 1px solid #F2ECE3;
    border-top: none;*/
}
tr:nth-child(even) td {
    /*background-color: #FAF7F4;*/
}
tfoot tr td {
    padding-top: 6px;
    /*background-color: transparent;
    border: none;*/
    font-size: 0.7em;
    /*color: #AA8E66;*/
    font-style: italic;
}
li {
    margin-left: 2.0em;
    list-style-position: outside;
}
ul li {
    list-style: disc;
}
ol li {
    list-style: decimal;
}
label,
.form-label {
    display: block;
}
.form-label label {
    display: inline;
    margin-top: 0;
    font-size: 1.0em;
}
input,
textarea {
    line-height: 1.0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

/* IMAGES */
.alignleft,
.alignright {
    margin: 0 25px 1.0em;
    clear: none;
}
.alignleft {
    float: left;
    margin-left: 0;
    text-align: left;
}
.alignright {
    float: right;
    margin-right: 0;
    text-align: right;
}
.wp-caption {
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}
p.wp-caption-text {
    margin-top: 4px;
    font-size: 1.2em;
    line-height: 1.2;
    color: #666;
}

p.note {
	font-style: italic;
}