/*
THEME NAME: Open in Vermont
THEME URI: http://openinvermont.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-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
	z-index: 1;
}
#wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#container,
#header,
#footer {
    width: 100%;
    text-align: center;
}
#container {
    position: relative;
    width: 614px;
    line-height: 1.2;
}
#container,
#primary,
#secondary {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}
    #container #content {
        position: relative;
        overflow: hidden;
        padding: 0 25px 75px;
        text-align: left;
    }
    #primary,
    #secondary {
        width: 140px;
        padding: 5px 10px 25px;
        background-color: #EEE;
        border-top: 2px solid #AAA;
    }
#header {
    height: 156px;
    overflow: hidden;
    padding-top: 0;
    background: #DDD url('/wp-content/themes/open-in-vermont/header.png') repeat-x center bottom;
    border-bottom: 2px solid #888;
}
    #header h1#blog-title,
    #header #blog-description {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*_height: 0;*/
        overflow: hidden;
        vertical-align: middle;
    }
    #header h1#blog-title {
        margin-left: -16.0em;
        margin-right: 1.5em;
    }
    #header h1#blog-title a {
        position: relative;
        width: 235px;
        height: 160px;
        display: block;
        margin-top: -3px;
        background: transparent url('/wp-content/themes/open-in-vermont/open-in-vermont-235x160.png') no-repeat center top;
        *background-image: url('/wp-content/themes/open-in-vermont/open-in-vermont-DDDDDD-235x160.png');
        text-indent: -999em;
    }
    #header #blog-description {
        width: 450px;
        margin-top: 0.5em;
        font-size: 1.9em;
        line-height: 1.1;
        color: #9E1B32;
        text-align: left;
    }
#footer {
    margin-top: 50px;
    color: black;
}

/* LINKS */
a {
    color: #9E1B32;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: black;
}

/* BUTTON */
a.button,
input.button {
    display: inline-block;
    padding: 0.4em 0.6em;
    background: #666 url('/wp-content/themes/open-in-vermont/glare.png') repeat-x center center;
    _background-image: none;
    border: 0.1em solid #555;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    white-space: pre;
}
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:focus,
input.button:active {
    background-color: #333;
    border-color: #222;
    color: white;
    text-decoration: none;
}
em a.button {
    background-color: #666;
    border-color: #555;
    font-size: 1.4em;
    font-style: normal;
}
em a.button:hover,
em a.button:focus,
em a.button:active,
em input.button:hover,
em input.button:focus,
em input.button:active {
    background-color: #333;
    border-color: #222;
}

/* NAVIGATION */
.skip-link {
    display: none;
}
#menu {
    width: 940px;
    display: block;
    margin-top: -33px;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#menu ul {
    margin-top: 0;
    text-align: right;
}
#menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*_height: 0;*/
    overflow: hidden;
    vertical-align: top;
    margin-left: 0;
    font-size: 1.0em;
    list-style: none;
}
#menu a {
    position: relative;
    display: block;
    padding: 0.3em 1.0em 0.4em;
    background: #888 url('/wp-content/themes/open-in-vermont/glare.png') repeat-x center center;
    _background-image: none;
    border: 0.1em solid #777;
    border-bottom: none;
    border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    font-size: 1.6em;
    color: white;
    text-decoration: none;
}
#menu a:hover,
#menu a:focus {
    background-color: #333;
    border-color: #222;
}


/* content-screen.css */

h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
cite,
pre,
ul,
ol,
dl,
td,
label,
.form-label,
input,
textarea {
    color: black;
}
h2,
h3,
h4 {
    margin-top: 1.0em;
    font-weight: bold;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2.0em;
}

h4,
p,
pre,
ul,
ol,
dl,
table,
label,
.form-label,
input,
textarea {
    margin-top: 1.0em;
}
ul ul,
ol ol,
dl dl {
    margin-top: 0;
}
p,
pre,
li,
dt,
dd,
table,
label,
.form-label,
input,
textarea {
    font-size: 1.4em;
}
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%;
    border: 1px solid #AAA;
}
    table.calendar {
        width: auto;
    }
caption {
    margin-bottom: 0.2em;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
th,
td {
    padding: 0.4em 0.6em;
}
    table.calendar th,
    table.calendar td {
        width: 2.5em;
        padding: 0.5em 0.3em 0.3em;
        border: 1px solid white;
        font-size: 0.8em;
        text-align: center;
    }
th {
    background-color: #CCC;
    font-size: 0.9em;
    font-weight: bold;
}
    table.calendar th {
        font-size: 0.8em;
        text-transform: uppercase;
    }
tr td {
    background-color: white;
}
tr:nth-child(even) td {
    background-color: #EEE;
}
pre {
    margin: 0 -0.5em;
    padding: 0.5em;
    border: 1px solid #CCC;
    overflow: auto;
}
li {
    margin-left: 2.0em;
    list-style: disc;
    list-style-position: outside;
}
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;
}
/*blockquote {
    margin-top: 1.2em;
    padding: 0.7em 0.7em 0.8em;
    border-top: 1px solid #DBDED7;
    border-bottom: 1px solid #DBDED7;
}
blockquote p {
    margin-top: 0.3em;
}
blockquote q,
blockquote cite {
    font-style: italic;
}
blockquote q {
    font-size: 0.9em;
}
blockquote cite {
    font-size: 0.8em;
}
blockquote q:before {
    content: '"';
}
blockquote q:after {
    content: '"';
}
blockquote cite strong {
    display: block;
}*/

/* SIDEBAR */
.sidebar {
    text-align: left;
}
.sidebar h3 {
    margin-top: 1.3em;
    font-size: 1.0em;
}
.sidebar h3 label {
    font-size: 1.0em;
}
.sidebar ul,
.sidebar input {
    margin-top: 0.3em;
}
.sidebar ul ul {
    margin-top: 0;
}
.sidebar li {
    font-size: 1.2em;
}
.sidebar input {
    font-size: 1.0em;
}
    .sidebar input#s {
        width: 118px;
    }
.sidebar li {
    margin-top: 0;
    margin-left: 0;
    list-style: none;
}
.sidebar li li {
    margin-top: 0.3em;
    font-size: 1.0em;
}
.sidebar a.button,
.sidebar input.button {
    padding: 0.1em 0.4em;
    font-size: 0.9em;
}

/* ENTRY */
.entry-meta,
#footer {
    color: #666;
}
.entry-meta {
    margin-top: 1.0em;
}
.entry-meta a,
#footer a {
    color: #666;
}
.entry-meta a:hover,
.entry-meta a:focus,
#footer a:hover,
#footer a:focus {
    color: #555;
}