/* 
Theme Name: Education Fifty
Theme URL: 
Description:
Author:
Author URI: 
Version: 

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

body {
background-color: #f1f1f1;
background-image: url('/images/bg.png');
background-repeat: repeat-x;
background-position: top;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 0.8em;
}

h1, h2, h3, h4, h5 {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

h2 {
color: #d00000;
font-weight: normal;
font-size: 1.8em;
margin-bottom: 8px;
}

.welcomeblock h2 {
font-weight: bold;
}

h2 a:link, h2 a:visited {
color: #d00000;
}

h2.noshow {
display: none;
}

h3, h4 {
color: #d00000;
letter-spacing: 1px;
font-weight: bold;
font-size: 1.1em;
margin-bottom: 6px;
}

h3 {
text-transform: uppercase;
}

p {
margin-bottom: 1em;
}

a:link, a:hover, a:visited {
text-decoration: none;
}

a:link, a:visited {
color: #3366cc;
}

a:hover {
color: black;
}

#container{
width: 856px;
margin: 0 auto;
padding-top: 32px;
}

#page {
background-color: #fff;
}

#wrapper {
background-color: white;
}

/* NAV STYLES */

#header {

}

#banner {
height: 116px;
}

#topnav {
padding: 6px;
background-color: #03467d;
background-image: url('/images/menubg.png');
background-repeat: repeat-x;
background-position: top;
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
letter-spacing: 1px;
text-align: right;
}

#topnav a:link, #topnav a:visited {
color: white;
}

#topnav a:hover {
color: #ff9900;
}

#topnav ul li {
list-style-type: none;
display: inline;
margin: 0 14px;
position: relative;
}

#topnav ul li ul {
display: none;
}


/* INTERNAL PAGE CONTENT */

#content {
float: left;
width: 500px;
background-image: url('/images/chainbreak.jpg');
background-position: left top;
background-repeat: no-repeat;
padding-left: 60px;
padding-top: 16px;
padding-bottom: 32px;
min-height: 500px;
font-family: arial, helvetica, sans-serif;
}

#content strong {
font-weight: bold;
margin-top: 6px;
text-transform: uppercase;
}

#content h2 a:link, #content h2 a:visited {
color: #cc0000;
}

#content a:link, #content a:visited {
color: #336699;
}

#topstateblock {
background-image: url('/images/topblockbg.jpg');
border: 1px solid #ccc;
background-color: #ccc;
}

#topstatepad {
margin: 6px;
padding: 6px;
background-color: #fff;
}

#topstatetext {
padding: 8px;
padding-bottom: 0px;
font-size: 0.9em;
}

.grid {
border: 1px solid #e4e4e4;
padding: 14px;
padding-top: 8px;
margin-top: 24px;
padding-bottom: 0px;
background-image: url('/images/gridbg.png');
background-position: left bottom;
background-repeat: no-repeat;
}

.grid h4 {
text-align: center;
}

table.candidates {
font-family:  'Trebuchet MS', Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
}

table.candidates td {
width: 106px;
height: 70px;
padding-left: 2px;
padding-right: 10px;
padding-top: 3px;
padding-bottom: 12px;
font-weight: bold;
vertical-align: top;
text-align: center;
font-size: 0.7em;
background-image: url('/images/cellbg.png');
background-position: top left;
background-repeat: no-repeat;
}

table.candidates td.yes {
background-image: url('/images/yes.png');
background-position: top left;
background-repeat: no-repeat;
}

table.candidates td.no {
background-image: url('/images/no.png');
background-position: top left;
background-repeat: no-repeat;
}

table.candidates td.cimage {
background-image: url('/images/blankcellbg.png');
background-position: top left;
background-repeat: no-repeat;
padding-top: 8px;
}

table.candidates td.cimage a:link, table.candidates td.cimage a:visited {
color: black;
}

table.candidates td.blank {
background-image: url('/images/blankcellbg.png');
background-position: top left;
background-repeat: no-repeat;
vertical-align: top;
font-weight: normal;
font-size: 0.6em;
}

table.candidates td.extended {
background-image: url('/images/extendedcellbg.png');
height: 114px;
vertical-align: top;
font-weight: normal;
}

table.candidates td.titlelines {
height: 14px;
background-image: none;
font-size: 10px;
font-weight: normal;
padding: 2px;
text-align: left;
text-transform: uppercase;
}

#legend {
padding: 6px;
padding-bottom: 2px;
margin-top: 8px;
margin-right: 6px;
margin-bottom: 0px;
border: 1px solid #666;
background-color: #fff;
}

img.positionimage {
display: none;
}

.flag {
float: left;
padding-right: 16px;
}

/* SIDEBAR */

#sidebar {
float: left;
width: 220px;
padding: 20px;
}

#statescroll {
border: 1px solid #ccc;
height: 420px;
padding: 6px;
overflow-x: hidden;
overflow-y: scroll;
}

.stateside {
width: 206px;
}

.flagside {
width: 48px;
float: left;
}

.nameside {
width: 150px;
float: left;
padding-top: 12px;
padding-left: 5px;
}

.nameside h3 {
font-size: 1em;
}

.clearside {
clear: both;
height: 12px;
}

/* WELCOME PAGE */

#welcomefullcontainer {
background-color: white;
}

#welcomewrapper {
float: left;
width: 660px;
height: 533px;
background-image: url('/images/homebg.jpg');
background-repeat: no-repeat;
border-right: 1px solid #ccc;
}

#welcomecontent {
padding: 4px;
}

.welcomeblock {
border: 1px solid #ccc;
background-image: url('/images/gradbg.jpg');
background-position: bottom right;
margin-bottom: 8px;
font-family:  arial, helvetica, sans-serif;
font-size: 0.9em;
}

.welcomeblocktext {
margin: 4px;
padding: 4px;
background-color: white;
}

.welcomeblock h2 {
font-size: 1.4em;
text-align: center;
}


#welcomeright {
float: left;
width: 188px;
}

#newsbanner {
background-image: url('/images/newsbg.png');
height: 43px;
}

#newstext {
padding-top: 12px;
padding-left: 100px;
}

#staterotatorcontainer {
float: right;
background-image: url('/images/gradbg.jpg');
background-repeat: no-repeat;
background-position: bottom left;
width: 230px;
height: 186px;
margin: 70px 32px;
border: 1px solid #ccc;
}

#staterotator {

}

#quicklinkscontainer {
float: left;
background-image: url('/images/gradbg.jpg');
background-repeat: no-repeat;
background-position: bottom left;
width: 230px;
margin-top: 160px;
margin-left: 32px;
border: 1px solid #ccc;
}

#quicklinks {
text-align: center;
padding: 3px;
margin: 4px;
background-color: white;
}

#quicklinks h3 {
text-transform: none;
}

#stateabbrev {
}

#highlight {
background-color: #ffff99;
font-family:  arial, helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.2em;
padding: 5px;
}

#stateabbrev ul li {
list-style-type: none;
display:-moz-inline-stack;
display: inline-block;
zoom:1;
*display:inline;
width: 26px;
height: 18px;
margin: 4px 5px;
border: 1px solid #ccc;
background-color: white;
}

#stateabbrev ul li.inactive {
background-color: #ccc;
color: #666;
}

#stateabbrev ul li a:link, #stateabbrev ul li a:visited {
color: #333;
}

#stateabbrev ul li:hover {
background-color: #336699;
}

#stateabbrev ul li.inactive:hover {
background-color: #ccc;
}

#stateabbrev ul li:hover a:visited, #stateabbrev ul li:hover a:link, #stateabbrev ul li:hover a:hover {
color: white;
}


/* FOOTER STYLES */
#footer {
height: 74px;
background-color: #dedfe1;
background-image: url('/images/footerbg.png');
background-repeat: repeat-x;
background-position: bottom;
border: 1px solid #ccc;
color: #666;
clear: both;
margin-bottom: 40px;
padding-bottom: 40px;
}

#footer a:link, a:visited {
color: #666;
}

#footer a:hover {
color: black;
}

.footercontent {
margin-top: 12px;
text-align: center;
}

.footercontent ul li {
list-style-type: none;
display: inline;
margin: 0 8px;
}

.footercontent ul li ul {
display: none;
}

.footersmall {
margin-top: 6px;
font-size: 0.7em;
text-align: center;
}


/* BLOG STYLES */
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
