/*------------------------
doc: solpass css
css doc defining styles for solpass.org 2009

site: FairVote.org
development: Cobey Potter, Wellfire Interactive
version: q3, 2009

TOC:
[a] general elements
[b] general classes
[c] layout areas
[d] layout classes
[e] unique elements
[f] utility controls
[g] modules
[h] forms
[i] navigation
[j] template specific
[k] jsActive specific

------------------------*/

@font-face {
	font-family: "CartoGothic Std";
	src: url("i/CartoGothicStd.otf") format("opentype");
}
/* --- [a] general elements --- */

html {
	background: #415583 url("i/bkg_page.jpg") repeat-x;
}
body {
	background: #EDEACF;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 11px auto 15px;
	position: relative;
	width: 740px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
h1, h2 {
	color: #123c5c;
}
h1 {
	font: bold 1.8em/1em Arial, Helvetica, sans-serif;
	margin: .8em 0;
}
h2 {
	font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: .6em;
}
a {
	color: #6c1111;
}
a:hover {
	color: #123c5d;
}
strong {
	font-weight: bold;
}
table {
	border: 1px solid #123C5C;
	font: 1.2em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 1.6em;
	width: 100%;
}
table tr:nth-of-type(odd) {
	background: #123c5c;
	color: #eeecda;
}
table th, table td {
	text-align: center;
	padding: .4em;
}
table th {
	border-bottom: 5px solid #eeecda;
}
/* --- [b] general classes --- */

.accessibility {
	display: none;
}
.clear, .col, #container, .list-subject .row {
	display: block;
	overflow: hidden;
}
.clear:after, .col:after, #container:after, .list-subject .row:after {
	display: block;
	visibility: hidden;
	float: left;
	clear: both;
	height: 0;
	content: ".";
}
.col {
	float: left;
}
.img-right, .img-left {
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
}
.img-left {
	float: left;
	margin: 0 8px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 8px;
}
/* --- [c] layout areas --- */

#header {
	background: #eeecda url("i/bkg_header.png") no-repeat;
	height: 58px;
}
#header a {
	background: url("i/elm_logo.jpg") no-repeat;
	display: block;
	height: 67px;
	overflow: hidden;
	position: relative;
	top: 58px;
	text-indent: -1000px;
	width: 260px;
}
#container {
	background: url("i/bkg_content.png") repeat-x;
	padding-top: 74px;
}
#sidebar, #content {
	font: 1.37em/1.15em Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
#sidebar {
	width: 158px;
}
#content {
	float: right;
	width: 540px;
}
#footer {
	clear: both;
	padding: 30px 0 0;
}
#footer .copyright {
	color: #123c5d;
	display: block;
	font: bold 1.1em/.9em Arial, Helvetica, sans-serif;
	padding: 10px 15px 6px;
	width: 200px;
}
/* --- [d] layout classes --- */
.article {
	padding-bottom: 1em;
}
.list-subject {
	background: url("i/bkg-section.png") no-repeat;
	margin-top: 10px;
	padding: 10px 31px;
}
.list-subject .row {
	border-bottom: 1px solid #B9B79D;
	border-top: 1px solid #FFFFF1;
	padding: 1em 0;
	width: 470px;
}
.list-subject .first {
	border-top: 0px;
}
.list-subject .row:last-child {
	border-bottom: 0;
}
.list-subject ul li {
	background: url("i/btn-section.png") repeat-x;
	box-shadow: 0 0 5px #333;
	display: inline-block;
	height: 75px;
	list-style: none !important;
	margin: 0 3px;
	text-align: center;
	width: 145px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 5px #333;
}
.list-subject ul li:first-child {
	margin: 0 3px 0 0;
}
.list-subject ul li:last-child {
	margin: 0 0 0 3px;
}
.list-subject ul li a {
	color: #FFF;
	display: block;
	font: 1.1em/1.2em "CartoGothic Std", "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 50px;
	padding-top: 20px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.list-subject ul li a:hover {
	background: url("i/btn-section.png") 0 -75px repeat-x;
	color: #F1DE8C;
}
.list-subject ul li a span {
	color: #F1DE8C;
	display: block;
	font-size: .8em;
}
.menu-activities {
	background: #FFFFF1 url("i/bkg-study.png") bottom repeat-x;
	box-shadow: 0 1px 3px #999;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px #999;
}
.menu-activities h3 {
	color: #123c5c;
	font: bold 1.6em/1.2em Arial, Helvetica, sans-serif;
}
.menu-activities div {
	background: #fff;
	border: 1px solid #999;
	margin-top: 10px;
	padding: 10px;
}
.menu-activities div:first-child {
	margin-top: 0;
}
.menu-activities .figure {
	background: none;
	border: 0;
	float: left;
	padding: 0 10px 0 0;
}
.menu-activities img {
	display: block;
}
.menu-activities table {
	border: 0;
	border-collapse: collapse;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}
.menu-activities table tr:nth-of-type(odd) {
	background: #fff;
}
.menu-activities th {
	background: #D6D4BF;
	border: 0;
	color: #174D78;
	font: 1.1em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 8px 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}
.menu-activities td {
	padding: 10px 0 0;
}
.menu-activities a {
	background: none;
	color: #2f2f1f;
	display: inline-block;
	font: bold 12px/15px arial, helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	text-decoration: none;
	width: 100%;
}
.menu-activities a:hover {
	background: #fffcd2;
}
.menu-activities a p {
	display: block;
	float: left;
	padding: 10px 0 0;
}
.menu-activities a:hover p {
	text-decoration: underline;
}
.menu-activities a p span {
	color: #123C50;
	display: block;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}
/* --- [e] unique elements --- */

#preview-news h2 {
	padding-bottom: .3em;
}
#preview-news h3 {
	color: #123D5D;
	font: bold 1.2em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: .3em;
}
#preview-news li {
	border-left: 1px solid #123D5D;
	margin-left: -1px;
	padding-left: 10px;
	width: 250px;
}
#preview-news li:first-child {
	border-left: 0;
	border-right: 1px solid #123D5D;
	margin: 0;
	padding: 0 10px 0 0;
}
#preview-news a {
	display: block;
	text-decoration: none;
}
#preview-news p {
	color: #000;
	font-weight: normal;
}
#preview-news a:hover p {
	color: #123A5D;
}
#preview-news .link-more {
	color: #6c1111;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}
#preview-news .link-more span {
	font: 1.2em/1em Geneva, Arial, Helvetica, sans-serif !important;
}
#preview-news a:hover .link-more, #preview-news a:hover .link-more span {
	color: #123c5d;
}
/* --- [f] utility controls --- */

/* --- [g] modules --- */
/*I removed text decoration none below for underline and switched colors of science and history. History now blue and science red. for science make middle and elementary blue -- now are red for history*/
#nav-breadcrumbs {
	background: url("i/bkg-breadcrumbs.jpg") repeat-x;
	box-shadow: 0 0 5px #333;
font: bold 16px/30px "CartoGothic Std", "Trebuchet MS", Arial, Helvetica, sans-serif;

	height: 30px;
	padding: 0;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 5px #333;
}
#nav-breadcrumbs span, #nav-breadcrumbs a {
	background: url("i/bkg-breadcrumbs.jpg") repeat-x;
}
#nav-breadcrumbs span {
	color: #eee;
}
#nav-breadcrumbs a {
	color: #F1DE8C;
}
#nav-breadcrumbs a:hover {
	opacity: .45;
}
#nav-breadcrumbs .low {
	background-position: 0 -30px;
}
#nav-breadcrumbs .middle {
	background-position: 0 -60px;
}
#nav-breadcrumbs .high {
	background-position: 0 -90px;
}
#nav-breadcrumbs .science {
	background-position: 0 -120px;
}
#nav-breadcrumbs .sub-science {
	background-position: 0 -150px;
}
#nav-breadcrumbs .history {
	background-position: 0 -180px;
}
#nav-breadcrumbs .sub-history {
	background-position: 0 -210px;
}
#nav-breadcrumbs .english {
	background-position: 0 -240px;
}
#nav-breadcrumbs .sub-english {
	background-position: 0 -270px;
}
#nav-breadcrumbs .math {
	background-position: 0 -300px;
}
#nav-breadcrumbs .sub-math {
	background-position: 0 -330px;
}
/* --- [h] forms --- */

form {
	margin-top: 20px;
}
.main.contact #contact form {
}

form .loggedin {
	color: #123c5d;
	font-style: italic;
	margin-bottom: 20px;
}
form label {
	display: block;
	margin: 1em 0 0;
	width: 200px;
}
form label span {
	color: #6c1111;
	float: right;
	margin-right: -10px;
}
form input {
	background: #4F7B9D;
	border: 2px solid #2D3F67;
	color: #fff;
	height: 1em;
	margin: .2em 0 1em;
	padding: 5px;
	width: 300px;
}
input:focus, select:focus, textarea:focus, #pword:focus, form .focused {
	color: #2d3f67 !important;
	background: #fff !important;
}
#login fieldset {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.ctrl-action {
	margin: 10px 0 0;
}
#btn-submit {
	background: none;
	cursor: pointer;
	position: absolute;
	top: -44px;
}
#btn-submit span, .button_holder a span {
	background: url("i/wdgt_btns.png") -226px 0px no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 43px;
	overflow: hidden;
	text-indent: -1000px;
	width: 112px;
}
#btn-submit:hover span {
	background: url("i/wdgt_btns.png") -226px -44px no-repeat;
}
.button_holder {
	padding: 20px 20px 10px;
}
.button_holder a {
	background: #7C0A0A !important;
	color: #fff;
	margin: 0 !important;
	display: block;
	float: left;
	margin: 0 10px 0 0 !important;
	padding: 0 2px;
	text-decoration: none;
	text-align: center;
}
.button_holder a span {
	font: 12px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: none !important;
	text-indent: 0 !important;
	border: 1px solid #fff !important;
	margin: 2px 0px;
	height: 25px !important;
	text-decoration: none;
}
.button_holder a:hover span {
	background: #880606 !important;
	border: 1px solid #fff !important;
}
/* --- [i] navigation --- */

.nav li {
	display: inline-block;
}
#nav-main {
	position: absolute;
	right: 10px;
	top: 62px;
	z-index: 2;
}
#nav-main li {
	float: left;
}
#nav-main li a {
	display: block;
	height: 60px;
	overflow: hidden;
	text-indent: -1000px;
}
#nav-main li a:hover, #nav-main li.on a {
	height: 95px;
}
#link-low a {
	background: url("i/elm_quicklinks.png") no-repeat;
	width: 153px;
}
#link-low a:hover, #link-low.on a {
	background: url("i/elm_quicklinks.png") 0 -64px no-repeat;
}
#link-mid a {
	background: url("i/elm_quicklinks.png") -153px 0 no-repeat;
	width: 150px;
}
#link-mid a:hover, #link-mid.on a {
	background: url("i/elm_quicklinks.png") -153px -64px no-repeat;
}
#link-high a {
	background: url("i/elm_quicklinks.png") -303px 0 no-repeat;
	width: 153px;
}
#link-high a:hover, #link-high.on a {
	background: url("i/elm_quicklinks.png") -303px -64px no-repeat;
}
#nav-helper {
	border-left: 1px solid #999;
	border-right: 1px solid #fffcd2;
	height: 1.5em;
	position: absolute;
	right: 15px;
	top: 30px;
}
#nav-helper li {
	float: left;
}
#nav-helper li a {
	border-left: 1px solid #fffcd2;
	border-right: 1px solid #999;
	color: #123c5d;
	font: bold 1.2em/1.3em Arial, Helvetica, sans-serif;
	margin-top: 1px;
	padding: 0 6px;
	text-decoration: none;
}
#nav-helper li a:hover {
	text-decoration: underline;
}
#nav-sub {
	background: #123c5c url("i/bkg_nav_main-top.png") repeat-x;
	padding: 1em 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#nav-sub li {
	display: block;
}
#nav-sub li a {
	color: #fff;
	display: block;
	font: 1em/1.4em Arial, Helvetica, sans-serif;
	height: 1.4em;
	padding: 0 14px;
	text-decoration: none;
}
#nav-sub li a:hover, #nav-sub li.on a {
	background: #fff;
	color: #123c5c;
}
#nav-sub .subnav {
	background: none;
	display: none;
	padding: 0 0 .5em;
}
#nav-sub li.on .subnav {
	display: block;
}
#nav-sub .subnav li a {
	font: 1.4em/1.4em Arial, Helvetica, sans-serif;
	height: 1.4em;
	padding: 0 30px;
}
#nav-sub .subnav li.on a, #nav-sub .subnav a:hover {
	background: #123c5c;
	color: #fff;
}
#nav-footer {
	border-top: 1px solid #123D5D;
	margin: 0 15px;
	padding: .5em 5px 1.5em;
	text-align: center;
}
#nav-tertiary {
	bottom: 6px;
	position: absolute;
	right: 15px;
}
#nav-footer li, #nav-tertiary li {
	border-left: 1px solid #6c1111;
	color: #123C5D;
	display: inline-block;
	font: bold 1.1em/.9em Arial, Helvetica, sans-serif;
	padding: 0 6px;
}
#nav-footer li:first-child, #nav-tertiary li:first-child {
	border: 0;
}
#nav-footer li a, #nav-tertiary li a {
	font: bold 1em/.9em Arial, Helvetica, sans-serif;
}
/* --- [j] template specific --- */

#tmpl-index h1 {
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
}
#tmpl-index h2 {
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
}
#tmpl-index .article {
	margin: -1.2em 0 1em;
}
#tmpl-section h1 {
	font: bold 1.4em/1.2em Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
}
#tmpl-act iframe {
	height: 500px;
	width: 720px;
	margin-left: -180px;
	position: relative;
}
#tmpl-content #nav-breadcrumbs {
	padding: 0 20px;
}
#tmpl-study #content, #tmpl-act #content {
	position: relative;
	overflow: visible;
}
#tmpl-study #nav-breadcrumbs, #tmpl-act #nav-breadcrumbs {
	position: absolute;
	top: -55px;
	left: 100px;
	width: 450px;
	font: normal 13px/30px "CartoGothic Std", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tmpl-section #nav-breadcrumbs span, #tmpl-study #nav-breadcrumbs span, #tmpl-act #nav-breadcrumbs span {
	float: left;
	display: block;
	padding: 0 0 0 20px;
	width: 170px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
/*In order to give Civics and econ some breathing room, I changed the width below from 125 to 130 and the width above from 180 to 170*/
#tmpl-study #nav-breadcrumbs a, #tmpl-act #nav-breadcrumbs a {
	float: left;
	display: block;
	width: 130px;
	text-align: center;
}
#tmpl-study #nav-breadcrumbs a:last-child, #tmpl-act #nav-breadcrumbs a:last-child {
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#tmpl-section #nav-breadcrumbs {
	width: 537px;
}
#tmpl-section #nav-breadcrumbs span {
	width: 517px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#tmpl-study #nav-breadcrumbs span {
	width: 300px;
}
/* --- [k] jsActive specific --- */
.jsActive .menu-activities div {
	margin-top: 0px;
}
.jsActive .menu-activities div table:first-child {
	margin: 0;
}
#ctrl-holder {
	position: absolute;
	left: 10px;
	z-index: 10;
}
#ctrl-holder li {
	background: #D6D4BF;
	color: #123C5D;
	width: 138px;
	height: 30px;
	font: 14px/33px "CartoGothic Std", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0 10px;
}
#ctrl-holder li:hover, #ctrl-holder .on {
	background: url("i/bkg-studyNavItem.png") no-repeat;
	color: #fff;
	cursor: pointer;
	width: 187px;
}