/*--------------------------
GIFTS OF SONOMA STYLESHEET
BASED OFF ORIGINAL CSS BY: Ryan McLaughlin - ryan@wildfireweb.com
__________________________*/

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

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
/*background: #fff url(/templates/blt/images/bg.gif);*/
font-size: 62.5%;
background: #5d2120;
font-family: Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
}

a{
color: #0072c5;
}

h1{
display: none;
}

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

.Standard10 {
	color:#ccc;
}

.Standard10 a {
	color:#fff;
}

.Standard10 a:hover {
	color:#ccc;
}

.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{
background: transparent url(/templates/gos/images/parchment.jpg) repeat top center;
width: 88em;
margin: 0 auto;
position: relative;
padding: 0;
}

#container {
padding: 0  0 1em 0; /* top padding should be 8em with '#filmstrip' enabled */
width: 100%;
margin: 0;
position: relative;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

span.hide, .hiddenfromview{
text-indent: -9999em;
position: absolute;
}
		
/* HEADER BAND ACROSS PAGE */

#head{
position: relative;
width: 100%;
margin: 0;
padding: 0;
}

/* SHOPPING CART */

#shoppingcart{
position: absolute;
top: -2em;
right: 5px;
color: #333;
font-size: 13px;
z-index: 3;
}

#shoppingcart a:hover{
color: #009;
}

/* NAVIGATION BELOW SCHOOL TITLE */

#topnav {
clear:both;
width: 100%;
margin: -0.7em 0 0.3em 0;
padding: 0;
font-family: Georgia, Times, serif;
}

#topnav ul {
padding: 0 0 0 0;
height: 2.6em;
position: relative;
top: 1px;
z-index: 2;
list-style: none;
margin: 0;
border-bottom: 1px solid #933;
}

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

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

#topnav li a:hover{
text-decoration: underline;
}

#topnav li span{
display: block;
border: 1px solid #933;
color: #fff;
padding: 0.3em 0.3em;
margin: 0 0.5em;
background: #933;
}

/* 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;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 14em;
padding: 0 0;
float: left;
position:relative;
z-index: 3;
margin: 1em 0 0 0;
}

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

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

#subnav li a{
display:block;
color: #632323;
text-decoration: none;
padding: .5em;
margin: 0;
}

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

#subnav li a:hover {
text-decoration: underline;
}

/* MAIN CONTENT AREA */

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

#content{
font-size: 1.2em;
color: #333;
width: 44em;
overflow: hidden;
float: left;
margin: 0;
padding: 0 1.8em;
}

#content hr.break{
border: 0;
}

#content table, #shopcontent table{
border: 0;
}

#shopcontent, #homecontent{
font-size: 1.2em;
color: #333;
width: 56em;
overflow: hidden;
float: left;
margin: 0;
padding: 0 1.8em;
}

/* SIDEBAR WITH SPONSORS */

#sidebar{
float: right;
width: 16em;             
padding: 0 ;
color: #000;
font-family: Arial, Helvetica, sans-serif;   
margin: 0;
}

/* PAGE FOOTER */

#footer{
position: relative;
clear: both;
margin: 0.2em auto 0;
padding: 0;
color: #eee;
width: 80em;
}

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

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