/*--------------------------
A BRILLIANT CHOICE TEMPLATE
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
REVISED: 1/29/08
__________________________*/

@import url(/css/wildfirecommon.css);
@import url(/templates/brilliantchoice/css/slatesblogs.css);

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
background: #2e2a22;
font-size: 62.5%;
margin: 0;
padding: 0;
color: #fff;
}

a{
color: #0072c5;
}

h3{ /* shows up when CSS is disabled for accessbility */
text-indent: -99999px;
position: absolute;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #ea892b url(/home/wfw/images/adminlinks_w.jpg) left no-repeat;
color: #eee;
text-align: center;
}

.adminlinks a{
color: #fff;
font-size: 12px;
text-decoration: none;
}

.adminlinks a:visited{
color: #fff;
}


.adminlinks a:hover{
color: #fff;
text-decoration: underline;
}

#wrapper{
width: 960px;
margin: 3em auto 0;
position: relative;
padding: 0;
color: #000;
}

#container {
padding: 2em 0;
background: #fff;
margin: 0;
/* force min-height in most browsers */
min-height:600px;
height:auto !important;
height:600px;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

span.hide, .hiddenfromview{
text-indent: -9999em;
position: absolute;
}

span.clear{
display: block;
clear: both;
}
		
/* HEADER BAND ACROSS PAGE */

#head{
position: relative;
height: 13.2em;
margin: 0;
padding: 0;
}

html>body #head{
height: 13em;
}

#head h1{
display: none;
}

#head h2{
clear: left;
float: left;
color: #737373;
font-size: 1.5em;
margin: 0;
padding: 0 0 0 1.4em;
font-weight:700;
z-index: 10;
}

#head h2 a{
text-decoration: none;
margin: 0;
padding: 0;
}

/* NAVIGATION BELOW SCHOOL TITLE */

#topnav {
clear:both;
width: 960px;
z-index:9;
margin: 0;
font-family: Arial, Verdana, sans-serif;
padding: 0;
}

#topnav ul {
padding: 0.7em 0 0.2em 1.4em;
height: 2.4em;
list-style: none;
margin: 0;
text-align: center;
background: #3e4449;
}

#topnav li{
font-size: 1.5em;
font-weight: 700;
display: inline;
margin: 0;
padding: 0;
}

#topnav li a{
color: #eee;
text-decoration: none;
padding: 0.2em 0.4em;
margin: 0.1em 0.4em;
}

#topnav li a:hover{
background: #5b6064;
}

#topnav li span{
background: #5b6064;
color: #fff;
padding: 0.2em 0.4em;
margin: 0.1em 0.4em;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 18em;
padding: 0 1em;
float: left;
position:relative;
top: 2em;
z-index: 9;
margin: 4em 0 0;
}

#subnav ul{
list-style: none;
padding: 0;
margin: 0;
}

#subnav li{
border-top: 1px solid #fff;
font-size: 1.2em;
margin: 0;
padding: 0;
}

#subnav li a{
display:block;
color: #888;
background: #eee;
text-decoration: none;
padding: 0.3em;
width: 14em;
margin: 0;
}

#subnav ul li{
}

#subnav li span{
display:block;
color: #000;
background: #eee;
text-decoration: none;
padding: 0.3em;
width: 14em;
margin: 0;
}

#subnav li a:hover {
background: #eee;
color: #000;
}

#subnav li a.parent{ /* these put an arrow to nav items that have sublevels */
background: #eee url(/templates/brilliantchoice/images/arrow2.gif) no-repeat right center;
}

#subnav li a.parent:hover{
background: #eee url(/templates/brilliantchoice/images/arrow2.gif) no-repeat right center;
color: #000;
}

#subnav li.level_2, #subnav li span.level_2{
position: relative;
top: -1.7em;
width: 14em;
margin: 0;
}

#subnav li.level_3, #subnav li span.level_3{ /* indented levels for sub menu */
position:relative;
left: 1em;
top: auto;
width: 13em;
margin: 0;
}

#subnav li.level_4, #subnav li span.level_4{
position:relative;
left: 2em;
width: 12em;
display: block;
margin: 0;
top: 1em;
}

#subnav li.level_4 span{
margin: 0;
}

#subnav li.level_2 a{
width: 14em;
}

#subnav li.level_3 a{
width: 13em;
}

#subnav li.level_4 a, #subnav li.level_4 span{
width: 12em;
}

/* BREADCRUMB TRAIL */

#breadcrumb {
position: absolute;
top: 13.6em;
left:1.6em;
font-size: 1.3em;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: block;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/brilliantchoice/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/brilliantchoice/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/brilliantchoice/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}


/* MAIN CONTENT AREA */

#content_title{
font-size:1.6em;
color:#2e2a22;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

#content{
background: #fff;
font-size: 1.2em;
color: #333;
width: 57.5em;
overflow: hidden;
float: left;
border-left: 1px solid #e3e3e3;
margin: 0;
padding: 0 1.8em;
font-family:Georgia, "Times New Roman", Times, serif;
}

#content hr.break{
border: none 0;
}

#homecontent{ /* wider content area on homepage due to no subnav */
background: #fff;
font-size: 1.5em;
color: #333;
width: 42.5em;
float: left;
overflow: hidden;
margin: 0;
font-family:Georgia, "Times New Roman", Times, serif;
padding: 0 1.8em;
}

/* SHOPPING CART STYLES */

#shoppingcart{
font-size: 1.1em;
padding: 0.3em 0;
text-align: center;
margin: 0;
}

/* SIDEBAR WITH SPONSORS */

#sidebar_title{
font-size:1.6em;
color:#2e2a22;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding-bottom: 0.5em;
}

#sidebar{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
float: right;
width: 12em;   
padding: 0 1em;
color: #777;
margin:2em 0 0;
}

/* CONTACT FORM */

/* PAGE FOOTER */

#footer{
border-top: 0.25em solid #2e2a22;
position: relative;
clear: both;
margin: 0.2em 0 0;
padding: 1em 0 0;
color: #999;
width: 100%;
height: 5em;
}

#footer a{
color: #999;
margin: 0;
padding: 0;
}

#footer a.forgot{ /* forgot password link */
font-size: smaller;
}
