/*--------------------------
RUSTING RIDGE WINERY
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB/WEBSCHOOLPRO
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 5/1/07
REVISED: 6/29/07 
__________________________*/

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

/* GLOBAL STYLES, GENERAL LAYOUT */

body{
background: #c90;
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 */
text-indent: -99999px;
position: absolute;
}

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

#container {
padding: 0 0 2em; 
width: 96em;
margin: 0;
border-bottom: 3px solid #333;
}

.clearboth{
clear: both;
}

.clearleft{
clear: left;
}

.clearright{
clear: right;
}

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

#head{
position: relative;
/*border-top: 1em solid #536034;*/
border-top: 1em solid #333;
padding: 1em 2em 0;
}


#head h1{
float: left;
font-size: 3.6em;
font-weight: normal;
letter-spacing: -0.03em;
color: #737373;
margin: 1em 0 0 0;
padding: 0 0 0 0.65em;
}

#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;
height: 3em;
z-index:100;
margin: 1em 0 0;
padding: 0;
}

#topnav ul {
/*padding: 0.3em 0 0.3em;*/
padding: 0 0 0 0;
height: 2.3em;
list-style: none;
margin: 0;
border-bottom: 1px solid #c90;
}

#topnav li{
font-family: Georgia;
font-size: 1.2em;
font-weight: 700;
float: left;
margin: 0;
padding: 0;
background: #e8be2c;

}

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

#topnav li a:hover{
background: #e8be2c;
color: #333;
}

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

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

#righthead{
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
height: 10em;
}

#headlinks{
position: absolute;
top: 0.5em;
right: 66.4em;
color: #737373;
font-size: 1.1em;
z-index: 3;
width: 20em;
margin: 0;
padding: 0;
}

#headlinks a{
color: #737373;
text-decoration:none;
}

#phonenumbers{
position: absolute;
top: 0.5em;
right: 50em;
color: #737373;
width: 25em;
text-align: right;
font-size: 1.1em;
z-index: 3;
margin: 0;
padding: 0;
}

#search{ /* search is commented out on template right now */
position: absolute;
top: 6.7em;
right: 29em;
color: #737373;
font-size: 1.1em;
z-index:10;
margin: 0;
padding: 0;
}

#search input{
position: relative;
z-index:11;
}

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

/* MAIN CONTENT AREA */

#content{
font-size: 1.2em;
color: #333;
width: 700px;
overflow: hidden;
margin: 0 1em 0 0;
padding: 0 1.5em;
}

html>body #content{
width: 60em;
}

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

#homecontent{ /* wider content area on homepage due to no subnav */
font-size: 1.2em;
color: #333;
width: 76em;
overflow: hidden;
margin: 0;
padding: 0 1.8em;
}

/* NAVIGATION ON LEFT */

#subnav{
width: 16em;
padding: 0 1em;
float: left;
position:relative;
z-index: 9;
margin: 4em 0 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 li span{
display:block;
color: #000;
/*background: #1f72b8;*/
background: #eee;
text-decoration: none;
padding: 0.3em;
width: 14em;
margin: 0;
}

#subnav li a:hover {
/*background: #1f72b8;*/
background: #eee;
color: #000;
}

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

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

#subnav li.level_2, #subnav li span.level_2{
position: relative;
top: -1.9em;
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: 1.7em;
}

#subnav li span.level_4{
top: 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;

}


/* STUFF WE DON'T WANT TO SHOW UP ON THIS TEMPLATE */

#letters{
display: none;
}

/* SHOPPING CART STYLES */

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

/* SIDEBAR WITH SPONSORS */

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


/* PAGE FOOTER */

#footer{
position: relative;
/*clear: both;*/
margin: 0 auto;
width: 96em;
padding:0;
color: #fff;
background: #c90;
}

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

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