/* /#5e262f/;/#bbb3aa/;/#5e262f/ */

/*--------------------------
VALID CSS 2.0
COPYRIGHT 2010 WILDFIREWEB
AUTHOR: Steve Sweet - steve@wildfireweb.com
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: "Verdana", Arial, sans-serif;
background: #bbb3aa;
}

a {
color: #5e262f;
text-decoration: underline;
}

a:visited {
color: #5e262f;
}

a:hover{
color: #666;
}

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

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

#wrapper{
position: relative;
display: block;
padding:0;
margin: 20px auto 0 auto;
width: 980px;
background: #fff;
border: none;
}

#header{
position:relative;
display:block;
float: left;
width: 980px;
padding:0;
margin: 0;
border-bottom: 2px solid #5e262f;
}

/* Top nav in header */

#topnav {
position:relative;
float: left;
width: 980px;
font-family: "Verdana", Arial, sans-serif;
border:none;
padding: 0;
background: #bbb3aa;
}

#topnav ul {
padding:0 0 0 0;
list-style: none;
margin: 0;
text-align: center;
background: transparent;
}

#topnav li{
font-size: 14px;
font-weight: 700;
display: block;
float:left;
border-right: 1px solid #bbb3aa;
}

#topnav li a{
position: relative;
display:block;
background: #5e262f;
color: #bbb3aa;
text-decoration: none;
padding: 10px 12px;
margin: 0;
}

#topnav li a:hover{
color: #5e262f;
background: #fff;
}

#topnav li span{
position: relative;
display:block;
padding: 10px 12px;
margin: 0;
color: #5e262f;
background: #fff;
}

#inner_wrapper {
display: block;
position: relative;
float: left;
background: #fff;
padding:0;
margin:0;
width: 980px;
border-bottom: 30px solid #5e262f;
}

#content {
display: block;
position: relative;
float: left;
width: 900px;
margin: 0;
padding: 20px 40px 40px 40px;
background: #333;
font-size: 14px;
/* force min-height in most browsers */
min-height:395px;
height:auto !important;
height:395px;
background-color: transparent;
}

#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{
display: block;
position: relative;
margin:0 auto;
width: 980px;
font-size: 12px;
padding: 6px 0;
clear: both;
color: #5e262f;
}

#footer a{
color: #5e262f;
text-decoration: none;
}

#footer a:visited{
color: #5e262f;
text-decoration: none;
}

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

#calendar_wrapper {
width: 930px;
}

#cal_month {
width: 930px;
}

/* CONTACT FORM */

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

.contactform th{
background: #bbb3aa;
color: #5e262f;
}


