/* /#000099/;/#FCFCFC/;/#ffffff/ */ /* <--- these are for the color picker, ignore them */

/*--------------------------
Saint Francis Custom Template
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: support@wildfireweb.com
Created 102609
---------------------------*/

@import url(/css/wildfirecommon.css);
@import url(/templates/saintfrancis/stf102009/css/slatesblogs.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/saintfrancis/stf102009/images/bgfade1.jpg) repeat-x;
background: #010150;
font-size: 62.5%;
font-family: "Verdana", Arial, sans-serif;
margin: 0;
padding: 0;
color: #000;
}

/*
a {
    color: #eee;
}

a:hover {
    color: #000;
    text-decoration: underline;
}
*/


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


h3{
position: absolute;
left: -9999em;
}

a{
color: #000099;
}

a:hover{
text-decoration: underline;
}

#outerwrapper{
position: relative;
width: 100%;
z-index: 2;
margin-top: 1em;
}

#wrapper{
position: relative;
width: 980px;
z-index: 1;
margin: 0 auto;
border: 1px solid #cccc00;
border-top: 20px solid #cccc30;
border-bottom: 20px solid #cccc00;
}

/*
#extra{
height: 6.6em;
width: 100%;
position: absolute;
top: 4.4em;
z-index: 0;
background-color: #000099;
}
*/

/*
html>body #extra{
background: #000099 url(/templates/saintfrancis/stf102009/images/headfade.png) repeat-x bottom;
}
*/

/* HEADER BAND ACROSS PAGE */

#head{
font-family: "georgia", times;
position: relative;
display: block;
/* height: 160px; */
margin:0;
width: 980px;
padding:0 0 0px 0;
/* height: 200px; */
/* border: 1px solid red; */
/* background: #fff url(/templates/saintfrancis/stf102009/images/stf_header1.jpg) no-repeat; */
/*
background: #FFBF00;
background: #a6b6b4;
*/
background: #010150;
/* background: #010150; */
/*
border: 1px solid #999999;
border-bottom: 0px;
*/
/* border-bottom: 10px solid #010150; */
/* border-top: 10px solid #010150; */
color: #fff;
}


#head h1{
position: relative;
display: block;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 50px;
font-weight: 600;
color: #666;
padding: 40px 0 0 0;
margin: 0 0 0 0;
z-index: 2;
font-variant: small-caps;
/* letter-spacing: 3px; */
display: none;
}


html>body #head h1{
/* padding: 60px 0 0 20px; */
font-weight: normal;
letter-spacing: 2px;
line-height: 1.2;
padding: 0 0 0 20px
display: none;
}


#head h2{
font-size: 20px;
color: #fff;
font-weight:normal;
margin: 0 0 0 20px;
/* padding: 40px 0 0 0; */
line-height: 1.2;
display: none;
}

#head h2 a{
text-decoration: none;
color: #ffffff;
}


p.clear{
clear: both;
}


/* NAVIGATION BELOW SCHOOL TITLE */

#topnav {
position: relative;
display: block;
clear:both;
margin: 0;
padding: 0;
/* font-family: "Georgia", Times, serif; */
font-family: "Gill Sans", arial, helvetica;
line-height: 1.2;
/* border-bottom: 2px solid #010150; */
}

#topnav ul {
height: 24px;
list-style: none;
margin: 0;
padding: 0;
background-color: #a6b6b4;
border-bottom: 2px solid #cccc00;
width: 980px;
overflow: hidden;
}


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

}

#topnav li a{
display: block;
color: #333;
text-decoration: none;
padding: 3px 8px 5px 8px;
margin-top: 0.2em;
top: -0.2em;
position: relative;
}

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

#topnav li span, #topnav li a#parent_tab{
display: block;
padding: 3px 8px 5px 8px;
position: relative;
margin-top: 0.2em;
top: -0.2em;
background: #010150;
color: #fff;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 150px;
padding: 10px 0;
float: left;
clear: both;
5
}

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

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

#subnav li{
border-top: 1px solid #cccc30;
border-right: 7px solid #cccc30;
font-size: 12px;
margin: 0;
padding: 0;
width: 150px;
/* background: transparent url(/templates/saintfrancis/images/navfade.gif) repeat-y top right; */
background: #a6b6b4;
}

#subnav li a{
display:block;
color: #fff;
text-decoration: none;
padding: 0.3em;
margin: 0;
outline: none;
}

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

#subnav li a:hover {
background: #e0e0e0;
padding: 0.3em;
color: #000;
}

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

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

/* BREADCRUMBS ABOVE SUBNAV */

#breadcrumb{
font-family: "Verdana", Arial, sans-serif;
position: absolute;
top: 1.1em;
left: 17.3em;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.2em 0;
}

#breadcrumb a{
text-decoration: none;
}

/* JUNK ON THE RIGHT OF THE TOP HEADER BAR */

/*
#righthead{
position: absolute;
top: 0;
right: 0;
width: 100%;
margin: 0;
padding: 0;
}
*/

#logo{
position: absolute;
right: 1.8em;
top: 1em;
height: 70px;
overflow: hidden;
z-index: 2;
}

/*
#headlinks{
position: absolute;
top: -0.6em;
left: 1.7em;
font-size: 1.1em;
}
*/

/*
#headlinks a{
color:#888;
text-decoration: none;
}
*/

/*
#headlinks a:hover{
color: #000;
}
*/

/*
#phonenumbers{
color:#888;
position: absolute;
top: -0.6em;
right: 1.5em;
text-align: right;
width: 30em;
font-size: 1.1em;
z-index: 2;
}
*/

/* MAIN CONTENT AREA */

#container{
position: relative;
margin: 0;
padding: 10px 0 0 0;
width: 980px;
background: #fff;
}

#content{
display: block;
position: relative;
font-size: 12px;
width: 580px;
float: left;
padding-top: 20px;
padding-left: 20px;
overflow: hidden;
}

#home_content_toparea {
background: #eee;
width: 558px;
padding: 5px 10px 5px 10px;
border: 1px solid #010150;
}

#home_content{
display: block;
position: relative;
font-size: 12px;
width: 600px;
float: left;
padding: 0;
padding-left: 20px;
overflow: hidden;
/* border: 1px solid red; */
}

#fullpage_content{
display: block;
position: relative;
font-size: 12px;
width: 780px;
float: left;
padding: 0;
padding-left: 20px;
padding-top: 20px;
overflow: hidden;
/* border: 1px solid red; */
}

#noleftnav_content{
display: block;
position: relative;
font-size: 12px;
width: 940px;
float: left;
padding: 0;
padding-left: 20px;
padding-top: 20px;
overflow: hidden;
}

/*
#homecontent{
margin: 2em 0 0;
font-size: 1.2em;
color: #333;
padding: 1em 2em;
width: 60em;
overflow: hidden;
float: left;
}
*/

/*
html>body #content, html>body #homecontent{
padding: 0 2em;
}

#homecontent{
width: 76em;
}
*/

p.clearboth{
clear: both;
padding: 0 0 2em;
}

/*mid col and right column from SVEDP */

#rightcol{
overflow: hidden;
font-size: 12px;
float: left;
width: 320px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
position: relative;
z-index: 1;
background: #eee;
border: 2px solid #cccc30;
border-bottom: 30px solid #cccc30;
/* border: 1px solid #010150; */
/* margin-top: 5px; */
}

#rightcol span.credit{
font-size: 11px;
color: #666;
}

#rightcol a, #rightcol a:hover, #subrightcol a, #subrightcol a:hover{
text-decoration: none;
position: relative;
}


#rightcol a, #content a, #homecontent a, #subrightcol a {
color: #666;
text-decoration: underline;
}

#rightcol a:hover, #content a:hover, #homecontent a:hover, #subrightcol a:hover{
color: #000;
text-decoration: underline;
}

/* SIDEBAR WITH SPONSORS */

#sidebar{
font-size:12px;
position:relative;
display: block;
float: right;
/* right: -15em; */
margin: 0;
padding: 0 10px 0 10px;
width: 190px;
/* display: none; */
/* border: 1px solid blue; */
}


html>body #sidebar{
top: 0;
}



/*
#boxone, #boxtwo, #boxthree{
margin: 0 0 15px;
}

#boxone, #boxtwo, #boxthree{
}

#boxone{
border: 2px solid #c6b529;
}

#boxtwo{
border: 2px solid #7d1a38;
}

#boxthree{
border: 2px solid #25350b;
}

#boxone span.styled{
display: block;
background: #c6b529;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

#boxtwo span.styled{
display: block;
background: #7d1a38;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

#boxthree span.styled{
display: block;
background: #25350b;
width: 176px;
padding: 5px 10px;
font-weight: 700;
text-align: center;
color: #fff;
}

*/



/* FOOTER */

#footer{
clear: both;
padding: 0;
margin: 1em 0 0 5em;
color: #999;
}

#footer a{
color: #999;
}

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

#wsplogo{
display: none;
}

/* STUFF WE DON'T WANT IN THIS TEMPLATE */

#letters, hr.break{
display: none;
}

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

}/* end of the @media declaration */

@media print{

}
