/* Saviah Cellars screen style sheet */

/*****************
Table of Contents

-Formatting styles
-Sidebar styles
-Footer styles
-Nav styles
******************/


/*****************
Formatting styles
*****************/
body {
	background:#515328;
	color:#515328;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	margin:25px 0;
}

#container {
	background:#e4deb4 url(../images/bg.png) repeat-y;
	font-size:0.9em;
	margin:0px auto;
	position:relative;
	width:750px;
}

#content {
	margin:40px 35px 0 350px;
	padding:10px;
}

#content a {
	color:#6e2428;
}

#skipper {
	height: 0;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
}

a {
	color:#515328;
	text-decoration:none;
}

h1#banner {
	background: #E8E3BF;
	width:750px;
	height:95px;
	margin:0;
	overflow: hidden;
	padding:0;
	position: relative;
}

h1#banner a {
	display: block;
	height: 95px;
	text-decoration: none;
	width: 750px;
}

h1#banner span {
	background: url(../images/header.png);
	height: 100%;
	position: absolute;
	width: 100%;
}

h2 {
	margin:3px auto -10px auto;
	text-align:center;
}

p {
	line-height:1.9em;
}

p.club {
	margin-bottom:0;
	margin-top:1.5em;
}

.align-center {
	text-align: center;
}

#content ul {
	padding:1em 0 0 1.1em;
}

#content ul li {
	line-height:1.7em;
}

#content ul.club {
	margin-top:0;
	padding-top:0;
}

.superscript {
	font-size:xx-small; 
	vertical-align:top;
}
.subscript {
	font-size:xx-small; 
	vertical-align:bottom;
} 

.forms {
	border:1px solid transparent;
	background-color:transparent;
	color:#515328;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.formButtons {
	border:1px solid #6e2428;
	background-color:transparent;
	color:#515328;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.formCell {
	border-top:1px solid #6e2428;
	border-left:1px solid #6e2428;
	border-right:1px solid #6e2428;
}
.formCap {
	border:1px solid #6e2428;
}
.formTable {
}

.csc-mailform {
	border: none;
	font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.csc-mailform-field {
	margin: 0 0 1em;
}

.csc-mailform-field label {
	display: block;
}


/**************
Sidebar styles
**************/
#sidebar {
	float:left;
	margin-top:50px;
	padding-top:12px;
	padding-bottom:70px;
	text-align:center;
	width:315px;
}

#sidebar img {
	border:1px solid #6e2428;
}

#sidebar img.label {
	border:0;
}

#sidebar p, #sidebar p.bodytext {
	padding:0 2em;
	text-align: center;
}

.clearboth {
	clear:both;
}



/*************
Footer styles
*************/
.footer {
	color:#d5cd99;
	font-size:9px;
	margin-right:10px;
	position:relative;
	top:2.5em !important;
	top:4.5em;
	text-align:center;
}
.footer a {
	color:#d5cd99;
}

#siteBy h6 {
	display:inline;
	background:url(../images/siteBy.png) no-repeat;
	position:absolute;
	right:10px;
	text-indent:-9999px;
	width:27px;
	height:13px;
	margin:0;
}	
#siteBy h6 a {
	display:block;
	height:13px;
}
#siteBy h6 a:hover {background:url(../images/siteBy.png) -0px -19px no-repeat;}



/**********
Nav styles
**********/
ul, li {
	margin: 0;
	padding: 0;
}

#menu_container {
	background: #DCD5A7;
	border-bottom: 3px solid #6e2428;
	border-top: 3px solid #6e2428;
	height: 27px;
	width: 750px;	
}
/* This is the part for the CSS menu - these settings are for a horizontal menu */
#dmenu {
	background-color: #DCD5A7;
	list-style-type: none;
	margin: 2px 0 0;
	position: static;           /* need this so that the z-index stuff works correctly */	
	width: 750px;	
	z-index: 20;
}
#dmenu li {                    /* top-level menu element */
	background: #DCD5A7;
	display: block;
	float: left;                /* this is to allow for the horizontal main menu */			
	padding: 5px;
	width: 72px;
}

#dmenu li li {
	border-bottom: 1px solid #6e2428;
	border-right: 1px solid #6e2428;
}

#dmenu li a {                 /* top-level menu element links */
	display: block;
	text-align: center;
	width: 72px;	
	/*white-space: nowrap;*/
}

#dmenu ul {                   /* third-level (or greater) menu element list elements */
	border-left: 1px solid #6e2428;
	border-top: 1px solid #6e2428;
	display: none;
	position: absolute;         /* this is so that it doesn't push page content around on hover */
	width: 111px;
	z-index: 99;                /* want to be sure this is above the rest of the menu */
	
}

#dmenu ul li {                 /* second-level or greater menu element links */
	clear: left;
	color: #000;
	width: 100px;	
}

#dmenu ul a {                 /* all the other level menu link elements */
	display: block;
	text-align: left;
	width: 100px;
}

#dmenu a:hover, #dmenu li:hover { /* top-level hovering properties */
	background-color: #e4deb3;
	display: block;	
}

#dmenu ul li:hover, #dmenu ul li a:hover {
	background-color: #e4deb3;
	color: #6e2428;
	display: block;
	/*width: 100px;*/	
}

#dmenu ul ul {                /* higher-level list containers */
	display: none;
	margin-left: 105px;         /* this should be the width of #dmenu ul li */
	margin-top: -1.25em;        /* this will push the sub-menu up to the level of it's parent */
	position: absolute;	
}

/* only non-MSIE browsers use this */
#dmenu ul li>ul, #dmenu ul ul li>ul {
	/*margin-top: -1.25em;         should be set to the same as #dmenu ul ul margin-top */
}

/* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul {
	display:none;
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul {
	display:block;
}

.content { /* This is used for the content that will appear below the menu */
	clear: left;
}

#dmenu a {
	color: #515328;
	text-decoration: none;
}
#dmenu a:hover {
	color: #6e2428;
}

/* Second level */
#dmenu ul ul { width: 191px; }
#dmenu ul ul li, #dmenu ul ul li a { width: 180px; }

/* Third level */
#dmenu ul ul ul { width: 211px; margin-left: 55px; }
#dmenu ul ul ul li, #dmenu ul ul ul li a { width: 200px; }
