/* /#ADA86B/;/#9E9E9E/;/#333333/ */ /* <--- these are for the color picker, ignore them */

/*--------------------------
WEBSCHOOLPRO SCHOOL SITE STRIPEY TEMPLATE
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB/WEBSCHOOLPRO
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 5/1/07
REVISED: 9/7/07 
__________________________*/

@import url(/css/wildfirecommon.css);

/*\*//*/
@import "/templates/schools/css/ie5mac.css"; /* this is a hack for IE5/Mac */
/**/

@media screen, projection, print{

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
background: #fff url(/templates/schools/images/bg.gif);
font-size: 62.5%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

a{
color: #ADA86B;
}

a:hover{
color: #000;
}

.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;
}



/* shows up when CSS is disabled for accessbility */
/*
h3.hide{ 
position: absolute;
left: -99999em;
}
*/

.areatitle{
background: #ADA86B;
margin: 0;
padding: 4px;
display: block;
text-align: center;
font-size: 14px;
font-weight: 700;
color: #fff;
}

#outerwrapper{
padding:20px;
}

#wrapper{
width: 960px;
margin: 0 auto;
position: relative;
background: #fff;
padding: 0 1em 1em 1em;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3;
}

#container {
padding: 0;
width: 960px;
background: #fff;
/* border-bottom: 0.5em solid #ADA86B; */
margin: 0;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

/*
span.hide, .hiddenfromview{
position: absolute;
left: -99999em;
}
*/
		
/* HEADER BAND ACROSS PAGE */

#head{
display: block;
position: relative;
width: 960px;
border-bottom: 0.5em solid #ADA86B;
/* height: 100px; */
margin: 0;
padding: 20px 0 0 0;
float: left;
}


/* NAVIGATION BELOW SCHOOL TITLE */

#topnav {
display: block;
/* clear:both; */
width: 960px;
height: 30px;
background: #fff;
position: relative;
bottom: 0;
z-index:9;
margin: 0;
padding: 0;
border-bottom: 2px solid #ADA86B;
}

#topnav ul {
padding: 3px 0 3px 14px;
height: 30px;
list-style: none;
margin: 0;
}

#topnav li{
font-size: 1.1em;
font-weight: 700;
float: left;
margin: 0;
padding: 0;
}

#topnav li a{
display: block;
color: #777;
text-decoration: none;
padding: 0.3em 0.5em;
margin: 0 0.2em;
}

#topnav li a:hover{
color: #ADA86B;
}

#topnav li span, #topnav li a#parent_tab{
display: block;
background: #ADA86B;
color: #333333;
padding: 0.3em 0.5em;
margin: 0 0.2em;
}


/* NAVIGATION ON LEFT */

#subnav{
display: block;
position:relative;
width: 172px;
padding: 0;
float: left;
z-index: 9;
margin: 0;
/* border: 1px solid red; */
}

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

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


html>body #subnav li{
border: 0;
border-bottom: 1px solid #fff;
}

#subnav li a{
display:block;
color: #888;
background: #eee;
text-decoration: none;
padding: 3px;
margin: 0;
}

#subnav li span{
display:block;
color: #fff;
background: #ADA86B;
text-decoration: none;
/* padding: 3px; */
margin: 0;
}

#subnav li a:hover {
background: #ADA86B;
color: #fff;
}

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

#subnav li a.parent:hover{
/* background: #ADA86B url(/templates/schools/images/arrow2.gif) no-repeat right center; */
background: #ADA86B;
color: #fff;
}


/* indented levels for sub menu */

#subnav li.level_2, #subnav li span.level_2{ 
position: relative;
/*
top: 0;
left: 0;
*/
width: 172px;
padding: 0;
}

/*
#subnav li span.level_2{
width: 130px;
}
*/

/* indented levels for sub menu */

/*
#subnav li.level_3, #subnav li span.level_3{ 
position: relative;
left: 1em;
width: 13em;
}
*/

/*
#subnav li span.level_3{
width: 12.4em;
}
*/

/* indented levels for sub menu */
/*
#subnav li.level_4, #subnav li span.level_4{ 
position: relative;
top: 4em;
left: 2em;
width: 12em;
}
*/

/* LINKS AREA UNDER THE SUBNAV */

#linksarea, #linksarea li, #linksarea ul, #linksarea a, #linksarea li a, #linksarea li span{
background: none;
padding: 0 0 6px 0;
margin: 0;
position: static;
top: 0;
left: 0;
border: 0;
list-style: none;
}

#linksarea{
width: 172px;
}

#linksarea li a{
display: inline;
}

#linksarea li a:hover{
color: #000;
background: none;
}

/*
#linksarea li{
margin: 1px 0;
}
*/



/* MAIN CONTENT AREA */

#content{
display: block;
position: relative;
background: #fff;
font-size: 12px;
color: #333;
width: 530px;
overflow: hidden;
float: left;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
margin: 0 0 0 20px;
padding: 0 20px 0 20px;
}


/* SIDEBAR WITH SPONSORS */

#sidebar{
float: right;
width: 165px;             
padding: 0 10px 0 10px;
color: #777;
font-family: Arial, Helvetica, sans-serif;   
margin: 0;
overflow: hidden;
font-size: 12px;
line-height: 1.2;
/* border: 1px solid red; */
}




/* PAGE FOOTER */

#footer{
border-top: 0.5em solid #9E9E9E;
position: relative; 
clear: both;
margin: 0.2em 0 0 0;
padding: 1em 0 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;
}


#wsplogo{
width: 145px;
height: 60px;
float: right;
position: absolute;
right: 0;
top: 0;
}


}/* end of the @media declaration */

@media print{

#subnav ul#tabs li span{
border: 1px solid #000;
font-weight: bold;
}

