/*--------------------------
Silver Moon Theatre Stylesheet
VALID CSS 2.0
COPYRIGHT 2009 WILDFIREWEB
AUTHOR: blaine@wildfireweb.com
Created: Blaine 072009
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: "Verdana", Arial, sans-serif;
background: #000;
/* background: #fff url(/templates/silvermoon/images/moon.jpg); */
}

a {
color: blue;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration: none;
}

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

.clearboth{
clear: both;
height: 1;
}

#wrapper{
position: relative;
display: block;
padding:0;
margin:0 auto;
width: 980px;
background: #fff;
/* border-top: 20px solid #333; */
border-bottom: 30px solid #999;
margin-top: 30px;
}

#header{
position:relative;
display:block;
float: left;
width: 940px;
padding:20px;
border-bottom: 10px solid #333;
}

/* Top nav in header */

#topnav {
display: block;
position:relative;
float: left;
width: 980px;
height: 30px;
font-family: "Verdana", Arial, sans-serif;
border-bottom: 1px solid #808000;
padding-top: 10px;
background: #eee;
z-index: 3;
}

/* dropdown menu */

#dropnav {
padding:0 0 0 0;
list-style: none;
margin: 0 0 0 20px;
text-align: center;
background: transparent;
}


#dropnav li{
position: relative;
display: block;
font-size: 16px;
font-weight: 700;
height: 30px;
float:left;
margin: 0;
padding: 0;
list-style: none;
}

#dropnav li a{
position: relative;
display:block;
color: #999;
text-decoration: none;
padding: 0px 12px 0px 12px;
margin: 0;
}

#dropnav li a:hover{
color: #000;
}


#dropnav li.selected_tab a{
color: #000;
}

#dropnav li ul {
	display:none;
	list-style:none;
	position: absolute;
	width: 250px;
	top:30px;
	left:10px;
	z-index:25;
	margin: 0;
	padding: 0;
	text-align: left;
}

#dropnav li:hover ul, #dropnav li.over ul {
	display: block; 
}

#dropnav li ul li {
	position:relative;	
	display:block;
	float:none;
	width:100%;
	_width:250px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #666;
	border-top: none;
	z-index:200!important;
}
#dropnav li ul li b {
	color:#fff;
}

#dropnav li ul li a, #dropnav li ul li span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333!important;
	font-weight:bold;
	display:block;
	padding-left:11px;
	padding-right:11px;
	text-decoration:none;
	border:none;
	line-height:25px;
	height:25px;
	background:#eee;
}
#dropnav li ul li a:hover {
	background:#000;
	color:#fff!important;
}
/* End Drop Down Menu */

#inner_wrapper {
display: block;
position: relative;
float: left;
background: #fff;
padding:0;
margin:0;
width: 980px;
}

#content {
display: block;
position: relative;
float: left;
width: 940px;
margin: 0;
padding: 10px 20px;
/* overflow: hidden; */
background: #fff;
font-size: 14px;
/* force min-height in most browsers */
min-height:750px;
height:auto !important;
height:750px;
}

#editing content {
display: block;
position: relative;
float: left;
width: 940px;
margin: 0;
padding: 20px;
overflow: hidden;
background: #fff;
font-size: 14px;

}





/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}



/* Footer */
#footer{
font-size: 12px;
position: relative;
display: block;
padding: 0 0 5px 10px;
}

#footer a{
color: #666;
background: transparent url(/home/W72.gif) no-repeat center;
}

#footer a:hover{
color: #000;
}

#calendar_wrapper {
width: 930px;
}

#cal_month {
width: 930px;
}

/* CONTACT FORM */

.contactform table{
border: 2px solid #666;
color: #000;
}

.contactform th{
background: #666;
color: #fff;
}



