/* /#b4c2cc/;/#990000/;/#990000/ */

/*--------------------------
Design2
VALID CSS 2.0
COPYRIGHT 2009 WILDFIREWEB INC.
---------------------------*/

@import url(/css/wildfirecommon.css);

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

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

a:visited {
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: 10px auto 0 auto;
width: 980px;
background: #fff;
border-top: 20px solid #990000;
}

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

/* Top nav in header */

#tabs {
position:relative;
float: left;
width: 980px;
height: 30px;
font-family: "Verdana", Arial, sans-serif;
border-bottom: 1px solid #990000;
padding: 10px 0 0 0;
margin: 0;
background: #eee;
overflow: hidden;
}

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

#tabs li{
font-size: 1.6em;
font-weight: 700;
display: block;
height: 30px;
float:left;
}

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

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

#tabs li span{
position: relative;
display:block;
padding: 0px 12px 0px 12px;
margin: 0;
color: #000;
}


#inner_wrapper {
display: block;
position: relative;
float: left;
background: #fff;
padding:0;
margin:0;
width: 980px;
border-bottom: 30px solid #990000;
/* force min-height in most browsers */
min-height:650px;
height:auto !important;
height:650px;
}

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

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


#editing div, #editing span{
position: static;
margin: 0;
padding: 0;
float: none;
height: auto;
width: auto;
border: 0;
top: auto;
left: auto;
right: auto;
bottom: auto;
}


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

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

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

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

#calendar_wrapper {
width: 930px;
}

#cal_month {
width: 930px;
}

/* CONTACT FORM */

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

.contactform th{
background: #b4c2cc;
color: #990000;
}

/* Slates and Blogs */

#slatelist{
position: relative;
color: #000;
width: 940px;
}

#slatelist a{
color: #666;
padding: 0 0 0 14px;
}

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

/* Blog title in preview and Edit mode */



.wfw_blog_title {
    font-size: 1.6em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
	color: #666;

}

.wfw_blog_title a {
	text-decoration: none;
	color: #666;

}

.wfw_blog_breadcrumb {
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
	color: #666;
}

.wfw_blog_crumb a {
	text-decoration: none;
	color: #666
}

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

/* Blog post title */
.wfw_blogpost_title {
    font-size: 1.4em;
	font-weight: bold;
	padding: 0.1em 0 .3em 0;
	margin: 0;
	border-bottom: 1px solid #666;
	border-top: 5px solid #666;
	color: #666;
}

/* link title in preview mode */
.wfw_blogpost_title a {
	text-decoration: none;
	color: #666;


}

.wfw_blogpost_title a:hover {
	text-decoration: none;
	color: #000;
    text-decoration: underline;

}
.wfw_blogpost_category {
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
}

.wfw_blog_content {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: none;
}

.wfw_blog_links {
	float: right;
	width: 200px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	margin: 0;
}

.wfw_blog_links a {
color: #666;
	text-decoration: underline;
}

.wfw_blog_links a:visited {
color: #666;
}

.wfw_blog_links a:hover {
color: #000;
text-decoration: underline;
}

.wfw_blog_contact {
	float: left;
	width: 80%;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.wfw_blog_contact a {
    color: #999;
	text-decoration: underline;
}

.wfw_blog_contact a:visited {
	color: #666;
}

.wfw_blog_contact a:hover {
	color: #000;
	text-decoration: underline;
}

.wfw_clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 0;
    clear: both;
}

.wfw_line {
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top: 1px solid #999;
}


#wfw_archive {
	text-align: left;
	width: 300px;
	border: 1px solid #333;
	color: #666;
	padding: 0;
	overflow: hidden;
	background: #eee;
}

#archive_link {
font-size: 1.6em;
color: #808000;
color: blue;
font-weight: 700;
}

#archive_link a {
color: blue;
}

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


#wfw_slate_wrapper {
	display: block;
	width: 940px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#wfw_blog_wrapper {
	display: block;
	width: 940px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.wfw_slate_title {
    font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0;
	border: none;
    color: #000;

}

.wfw_slate_title a {
	text-decoration: none;
	color: #666;

}

.wfw_slate_breadcrumb {
    font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #eee;
	padding: 0px 0px 5px 0px;
	margin: 0;
	border: none;
}

.wfw_slate_breadcrumb a {
	text-decoration: none;
	font-size: 12px;
	color: #666;
	padding: 0px 0px 0px 14px;
	background: transparent;
}

.wfw_slate_breadcrumb a:hover{
	color: #000;
	text-decoration: underline;
}

.wfw_slatepost_title {
	width: 940px;
    font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 0;
}

.wfw_slatepost_title a {
	text-decoration: none;
	color: #666;

}

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



.wfw_blog_comment {
    font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	padding: 0;
}

.wfw_blog_comment_content {
	margin: 0;
	padding: 5px 10px;
}

.wfw_blog_keywords {
	font-size: 10px;
}

.wfw_blog_summary {
	font-weight:normal;
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	border: none;
	width: 550px;
}

.wfw_blog_summary img{
	padding-right: 5px;
	padding-bottom: 5px;
}



.wfw_blog_comment_title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: .5em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.blogcommentform {
	width: 400px;
	background-color: #999;
	color: #000;
	border: 2px solid #999;
	padding: 10px;
	z-index: 999;
}

.blogcommentform table {
	border: none;
	padding: 5px;
}

.blogcommentform th {
	border: none;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.blogcommentform td {
	border: none;
	padding: 5px;
}

#blog_errors {
	color: red;
	font-weight: bold;
}

#blog_users {
	border: 2px solid #999;
	width: 500px;
}

#blog_users th {
	border-bottom: 1px solid #999;
}

#blog_settings {
	border: 2px solid #999;
	width: 500px;
}

#blog_settings th {
	border-bottom: 1px solid #999;
}

.wfw_slate_controls {
	position: relative;
	width: 20px;
	float: right;
	font-size: 10px;
	font-weight: normal;
}

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


/* Styles the Blog Archive List */

ul.mktree, ul.mktree ul, ul.mktree li { 
margin-left:0px; 
padding:0px; 

}
ul.mktree li .bullet { 
padding-left: 0px; 
}
ul.mktree li { 
font-size: 14px;
padding: 0; 

}
ul.mktree li ul li { 
font-size: 14px; 
padding: 0;

}



