/*--------------------------
WILDFIREWEB CSS 2.0 STYLESHEET
COPYRIGHT 2007 WILDFIREWEB
BASED OFF ORIGINAL CSS BY: Ryan McLaughlin - ryan@wildfireweb.com
__________________________*/

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

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
background: #fff;
font-size: 62.5%;
font-family: Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
}

a{
color: #0072c5;
}

.adminlinks {
display: block;
position: relative;
padding: 4px 20px;
font-size: 12px;
background: #fe622b 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;
}

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

#wrapper{
width: 96em;
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: 2em 0 2em 0; /* top padding should be 8em with '#filmstrip' enabled */
width: 96em;
background: #fff;
border-bottom: 1px solid #333;
border-top: 1px solid #333;
margin: 0;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

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

#head{
position: relative;
width: 100%;
height: 13em;
margin: 0;
padding: 0;
border-top: 2em solid #33325d;
}

#head h1{
float: left;
font-weight: normal;
margin: 0.4em 0 0;
padding: 0 0 0 0.65em;
font-size: 1em;
line-height: 1.1;
width: 95em;
}


/* NAVIGATION BELOW SCHOOL TITLE */

#topnav {
clear:both;
width: 96em;
height: 3em;
position: absolute;
bottom: 0;
z-index:9;
margin: 0;
padding: 0;
}

#topnav ul {
padding: 0.3em 0 0.3em 1.4em;
height: 2.4em;
list-style: none;
margin: 0;
}

#topnav li{
font-size: 1.2em;
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: #1f72b8;
}

#topnav li span{
display: block;
background: #ddd;
color: #737373;
padding: 0.3em 0.5em;
margin: 0 0.2em;
}

/* JUNK IN HEADER OTHER THAN SCHOOL NAME AND DISRICT */

#logo{
position: absolute;
top: 0;
right: 0;
margin: 0 1em 0 0;
padding: 0;
z-index:10;
height: 100px;
}

/* FILMSTRIP UNDER TOP NAV */

#filmstrip{
position: absolute;
top: 13.5em;
width: 96em;
overflow:hidden;
margin: 0.2em 0 0;
padding: 0;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 18em;
padding: 0 1em;
float: left;
position:relative;
z-index: 9;
margin: 6em 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;
margin: 0;
}

#subnav li span{
display:block;
color: #fff;
background: #1f72b8;
text-decoration: none;
padding: 0.3em;
margin: 0;
}

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

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

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

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

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

#subnav li.level_4, #subnav li span.level_4{
position:relative;
left: 2em;
margin-top: 1.9em;
width: 12em;
}

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

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

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

/* BREADCRUMB TRAIL */

#breadcrumb {
position: absolute;
top: 11.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/flcsv/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/flcsv/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/flcsv/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;
}

#homeinfo{ /* area only on homepage for news and announcements */
position: absolute;
top: 12.5em;
left:1em;
font-size: 1.2em;
font-weight: bold;
color: #444;
margin: 0;
padding: 0.5em 2em;
z-index: 13;
background: #ffffff;
}

/* MAIN CONTENT AREA */

#content{
background: #fff;
font-size: 1.2em;
color: #333;
width: 46em;
overflow: hidden;
float: left;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
margin: 0;
padding: 0 1em;
}

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

#testingcontent{ /* wider content area on testing page */
width: 76em;
margin:0;
padding:0;
overflow:hidden;
}

#homecontent{ /* wider content area on homepage due to no subnav */
background: #fff;
font-size: 1.2em;
color: #333;
width: 63em;
float: left;
border-right: 1px solid #e3e3e3;
overflow: hidden;
margin: 0;
padding: 0 1.8em;
}

/* SIDEBAR WITH SPONSORS */

#sidebar{
float: right;
width: 140px;
text-align: left;             
padding: 0 1em 0 0;
color: #777;
font-family: Arial, Helvetica, sans-serif;   
margin: 0;
font-size: 1em;
overflow: hidden;
}

/* PAGE FOOTER */

#footer{
border-top: 0.5em solid #33325d;
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;
}

#login {
width:60px;
position:relative;
display:block;
left:0;
clear:both;
margin:0;
padding: 0px 0 10px 0px;
}

#login a:hover{
text-decoration: underline;
}


#loginarea
{
position:relative;
width:100px;
height:20px;
float:right;
right:0;
}

#loginbox.login_hidden {
    position: absolute;
    text-align: right;
    left: 0px;
}

#loginbox input
{
margin-bottom:5px;
}

#loginbox a
{
color:#000!important;
}
