

/*--------------------------
Transue 5
based on Anne Obrien 2
COPYRIGHT 2011 WILDFIREWEB
AUTHOR: support@wildfireweb.com
Created: bt 092211
Modified:  
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
background: #000;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
color: #fff;
}

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

a {
color: #357b77;
text-decoration: underline;
}

a:visited{
color: #357b77;
text-decoration: underline;
}

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


.hide{
display: none;
}

.clearboth{
position: relative;
display: block;
height: 1px;
clear: both;
float: left;
}

h3.wfw{
font-weight: bold;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}


#wrapper{
position:relative;
display:block;
margin: 0px auto;
width: 980px;
padding: 0;

}


#innerwrapper{
position: relative;
display: block;
margin: 0;
width: 980px;
padding: 0;
float: left;
border: none;
overflow: hidden;
}




#header{
position:relative;
display:block;
float: left;
width: 980px;
color: #fff;
padding: 0;
margin: 0;
font-size: 14px;
clear:both;
background: #222;
}


/* Editable Drop Down Nav css */


#topnav {
position:relative;
display: block;
float: left;
width: 980px;
height: 32px;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
padding: 0;
margin: 0;
clear:both;
background: #444;
z-index: 10;

}

/* dropdown menu */

#dropnav {
position: relative;
display: block;
float: left;
width: 980px;
height: 32px;
margin: 0;
padding: 0;
list-style: none;
background: transparent;
}

#dropnav li.level_1{
display: block;
position: relative;
font-size: 14px;
height: 22px;
float:left;
margin: 0;
padding: 0px 15px 0 15px;
list-style: none;
text-align: center;
white-space: nowrap;
line-height: 32px;
}



#dropnav li.level_1 a, #dropnav li.level_1 span.editable{
display: inline;
position: relative;
color: #eee;
text-decoration: none;
padding: 7px;
margin: 0;
white-space: nowrap;
}

#dropnav li.selected_tab a, #dropnav li.selected_tab span.editable {
color: #eee;
background: #000;
}

#dropnav li.over_1 a, #dropnav li a:hover {
color: #eee!important;
background: #000;
padding-top: 2px;
}

/* So far everything above this line has controlled only the actual top nav */

/* second level dropdown nav */


#dropnav li.level_1 ul {
/* This positions the first level drop down */
display:none;
list-style:none;
position: absolute;
top:30px;
left:14px;
z-index:25;
margin: 0;
padding: 0;
text-align: left;
white-space: nowrap;
}

html>body #dropnav li.level_1 ul {
width: auto;
min-width: 210px;
} 


#dropnav li.level_1:hover ul, #dropnav li.over_1 ul {
display: block; 
background: #333;
color: #fff;
}

#dropnav li.level_2 {
position:relative;	
display:block;
float:none;
_width:210px;
height:25px;
margin:0;
padding:0;
list-style:none;
text-align: left;
text-transform: none; 
z-index:200!important;
}

#dropnav li.level_2 a, #dropnav li.level_2 span.editable {
/* This changes the original state of the drop down */
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:12px;
color:#fff!important;
display:block;
width: 188px;
padding: 0 11px 0 11px;
text-decoration:none;
line-height:25px;
background: #666666;
border-right: 2px solid #000;
}


#dropnav li.level_1 ul li.level_2 a:hover, #dropnav li.over_2 a {
background: #000!important;
color:#fff!important;
}

#dropnav li.level_1 ul li.selected_tab.level_2 a {
background: #444444;
color:#fff!important;
}

/* Third level dropdown nav */

#dropnav li.level_1 ul li.level_2 ul {
display:none;
list-style:none;
position: absolute;
width: 210px;
top:0;
left:211px;
z-index:25;
margin: 0;
padding: 0;
text-align: left;
white-space: nowrap;
}

html>body #dropnav li.level_2 ul {
width: auto;
min-width: 210px;
} 


#dropnav li.level_1 ul li.level_2:hover ul, #dropnav li.level_1 ul li.over_2 ul {
display: block; 
}

#dropnav li.level_3:hover, #dropnav li.level_3 a:hover, #dropnav li.over_3 {
background: #000000;
color: #fff; 
}

#dropnav li.level_3 {
position:relative;	
display:block;
float:none;
_width:210px;
height:25px;
margin:0;
padding:0;
list-style:none;
text-align: left;
/* border:1px solid #000; */
border-top:none;
border-left: none;
z-index:200!important;
}

#dropnav li.level_1 ul li.level_2 ul li.level_3 a, #dropnav li.level_3 span.editable {
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:12px;
color:#fff!important;
font-weight:normal;
display:block;
width: 188px;
padding: 0 11px 0 11px;
text-decoration:none;
border:none;
line-height:25px;
height:25px;
background: #000000;
}

#dropnav li.level_1 ul li.level_2 ul li.level_3 a:hover {
background: #444444!important;
color:#fff!important;
}

/*
#dropnav li.level_1 ul li.level_2 ul li.selected_tab.level_3 a {
background: #9c562b;
color:#fff!important;
}
*/

/* End Drop Down Menu */

/* NAVIGATION ON LEFT */

#subnav{
position:relative;
display: block;
width: 160px;
padding: 10px 5px 0 10px;
margin: 0;
float: left;
z-index: 1;
overflow: hidden;
}

#subnavheader{
position:relative;
font-size: 14px;
font-weight: bold;
padding: 6px 0 6px 24px;
margin: 1em 0 0 0;
background: #000 url(/templates/transue5/images/nav_button.png) no-repeat center left;
color: #555;
}

#subnav ul{
list-style: none;
padding: 10px 0 0 0;
margin: 0;
}

#subnav li{
border-top: 1px solid #fff;
font-size: 14px;
font-weight: bold;
margin: 0;
padding: 6px 0 0 0;
}

#subnav li a{
display:block;
color: #ffAe48;
background: #fff;
text-decoration: none;
padding: 0 0 0 14px;
width: 140px;
margin: 5px 0;
background: #fff url(/templates/transue5/images/nav_bullet.png) no-repeat center left;
}

#subnav li span{
display:block;
color: #7f80b0;
text-decoration: underline;
padding: 0 0 0 14px;
margin: 5px 0;
width: 12em;
background: #fff url(/templates/transue5/images/nav_bullet.png) no-repeat center left;
}


#subnav li a:hover {
color: #7f80b0;
}

#container {
position: relative;
display: block;
float: left;
width: 980px;
background: #000;
}

/* BREADCRUMB TRAIL */

#breadcrumb {
font-family: "Arial", Helvetica, sans-serif;
display: block;
position: relative;
font-size: 14px;
font-weight: normal;
padding-bottom: 10px;
color: #888;
clear: both;
}


#breadcrumb a{
color: #888;
font-size: 12px;
text-decoration: none;
}

#breadcrumb a:visited{
text-decoration: none;
font-weight: normal;
}

#breadcrumb a:hover{
text-decoration: underline;
}

#breadcrumb span{
display: none;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{

}

/* hide the edit button on the breadcrumb in edit mode */
span#breadcrumb1 .editable img, span#breadcrumb2 .editable img, span#breadcrumb3 .editable img {
display: none;
}


#content_title {
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-weight: normal;
/* font-size: 24px; */
color: #fff;
/* padding-bottom: 10px; */
}

#content_title h1{
display: block;
position: relative;
font-size: 18px;
font-weight: normal;
line-height: 1;
margin: 0;
padding: 10px 0 10px 20px;
background: #444444;
color: #fff;
}


#content{
display: block;
position: relative;
float: left;
width: 680px;
margin: 0;
font-size: 14px;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
color: #333;
padding: 0px 0px 10px 20px;
line-height: 1.6;
background: #fff;
/* margin-top: 10px; */
/* force min-height in most browsers */
min-height:554px;
height:auto !important;
height:554px;
}

#homepage_content{
display: block;
position: relative;
float: left;
width: 700px;
margin: 0;
font-size: 16px;
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
color: #666;
padding: 0;
line-height: 1.2;
background: #dedede;
}

#homepage_content H1{
padding: 6px 0px 6px 20px;
margin: 0;
font-size: 18px;
background: #444444;
color: #fff;
font-weight: normal;
}

#homepage_content_top{
position: relative;
display: block;
background: #fff;
padding: 0;
margin: 0;
width: 700px;
}

/*
#homepage_content_top a{

}

#homepage_content_top a:hover{

}
*/

#homepage_content_lower{
position: relative;
display: block;
background: #dedede;
padding: 10px 10px 20px 20px;
margin: 0;
font-size: 13px;
line-height: 1.2;
}

#homepage_content_lower H3{
font-weight: bold;
margin: 0;
padding: 10px 0px 10px 0px;
}

#homepage_content_bottom{
position: relative;
display: block;
background: #dedede;
padding: 0px 10px 20px 20px;
margin: 0;
color: #000;
}


#fullpage_content a, #homepage_content a, #content a{
    color: #334465;
    text-decoration: underline;
}

#fullpage_content a:hover, #homepage_content a:hover, #content a:hover{
    color: #000;
    text-decoration: underline;
}

#fullpage_content {
display: block;
position: relative;
float: left;
width: 900px;
margin: 0;
padding: 20px 40px 0 40px;
color: #333;
background: #fff;
font-size: 14px;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
padding-bottom: 5px;
/* force min-height in most browsers */
min-height:554px;
height:auto !important;
height:554px;
line-height: 1.2;
}

#fullpage_content_title {
display: block;
position: relative;
font-size: 18px;
font-weight: normal;
line-height: 1;
margin: 0;
padding: 10px 0 10px 40px;
background: #000;
color: #fff;
}




#leftcol_title {
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size: 14px;
width: 185px;
background: #222222;
color: #eee;
text-align: left;
padding: 3px 3px 3px 7px;
margin: 0;
margin-bottom: 10px;
font-weight: 700;
}

#leftcol{
position: relative;
float: left;
font-family: Georgia, serif;
width: 195px;
font-size: 15px;
margin: 0;
padding: 20px 10px 0 10px;
color: #fff;
line-height: 1.3;
}

#leftcol_content_top {
padding: 0 2px 0 7px;
color: #fff;
}

#leftcol a{
color: #999;
line-height: 1.4;
}

#leftcol a:hover{
color: #fff;
text-decoration: underline;
}

#leftcol_top{
position: relative;
width: 160px;
font-size: 15px;
color: #fff;
}

#leftcolnosubnav{
position: relative;
width: 120px;
font-size: 12px;
margin: 0;
padding: 10px 0px 10px 0px;
color: #333;
}

#leftcol blockquote {
margin: 10px 0 10px 0;
padding: 2px 0 6px 25px;
background: transparent url(/templates/transue5/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}

#rightcol_container{
position: relative;
display: block;
float: right;
width: 260px;
margin: 0;
padding: 0;

}

#rightcol h3{
position: relative;
display: block;
padding: 0;
margin: 0;
padding-top: 5px;
font-weight: normal;
text-align: center;
}

#rightcol{
position: relative;
display: block;
float: right;
width: 260px;
font-size: 12px;
margin: 0;
padding: 0 10px 0 10px;;
color: #fff;
/* background: #444444; */
}

#rightcol a{
color: #eee;
}

#rightcol a:hover{
color: #fff;
text-decoration: underline;
}

#rightcol_title {
font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size: 14px;
width: 260px;
background: #000000;
color: #eee;
text-align: left;
padding: 3px 10px 3px 10px;
margin: 0;
margin-left: -20px;
font-weight: 700;
}

#rightcol_lower{
position: relative;
display: block;
width: 240px;
font-size: 14px;
margin: 0;
padding: 20px 10px 15px 10px;
color: #fff;
line-height: 1.1;
}


/* CONTACT FORM */

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

.contactform th{
background: #666666;
color: #000;
}

#editable_footer {
color: #666;
font-size: 14px;
width: 980px;
margin: 0;
padding: 0;
background: #929e57;
}

#footer{
position: relative;
display: block;
width: 960px;
margin: 0 auto;
font-size: 10px;
clear: both;
color: #eee;
background: #000000;
text-align: right;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
}

#footer a{
color: #eee;
}

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

#login {
color: #222222;
text-align: center;
}

#login a{
color: #eee;
}

#login a:hover{
color: #fff;
text-decoration: underline;
}


/* slates and blogs */




.wfw_clear {
	clear: both;
}

#slatelist{
margin: 0;
}

#wfw_slate_wrapper {
position: relative;
display: block;
width: 98%;
margin: 0;
padding: 0;
/* border: 1px #fff; */
}

#slatelist p{
clear: both;
}

.wfw_slate_title{ /* TITLE OF SLATE */
font-size: 1.4em;
color:#222222;
font-weight: bold;
/* display: none; */
}

#blogtitle_41{ /* this hides the blog title only and leaves the blog/store links */
/* display: none; */
}


#blogposttitle{ /* LINK TO ACTUAL POST */
font-size: 13px;
text-decoration: none;
height: 16px;
color: #666;
}

.wfw_slatepost_title {
border: none;
}

/*tablet title*/

.wfw_slatepost_title a{
text-decoration: none;
color:#222;
display: block;
padding: 8px 0 0 0;
font-size: 14px;
font-weight: bold;
}

.wfw_slatepost_title a:visited {
color:#222;
}

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



.wfw_blog_keywords {
	font-size: 10px;
	display: none;
}

.slate_delete{
position: relative;
top: -12px;
}

.blog_movearrow{
position: absolute;
top: 20px;
right: 0;
display: none;
}


.wfw_slate_controls{ /* PUBLISH CONTROLS */
width: 50px;
display: block;
color: #333;
font-size: 11px;
}

.wfw_slate_controls img{

}

.wfw_blog_title {
color: #222;
font-size: 1.4em;
font-weight: 700;
padding-top: 20px;
}


#blogtitle_18 {
display: none;
}

.wfw_blog_links { /* STUFF UNDERNEATH THE TITLE */
font-size: 11px;
color: #333;
margin: 0;
padding: 0;
border: none;
}

.wfw_blog_links a{ /* STUFF UNDERNEATH THE TITLE */
font-size: 11px;
color: #333;
margin: 0;
padding: 0;
border: none;
}


.wfw_blogpost_title {
    font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	margin: 0;
    color: #666666;
    border: none;
}

.wfw_blogpost_title a {
color: #37363a;
/* display: none; */
}

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

.wfw_blog_summary{
position: relative;
color: #333!important;
font-size: .9em;
font-weight: normal;
}

.wfw_blog_breadcrumb {
color: #37363a;
}

.wfw_blog_breadcrumb a{
color: #666;
}


.wfw_slate_breadcrumb{
position: relative;
top: -6px;
padding-top: 10px;
color: #999;
font-size:1.2em;
font-weight:700;
}

.wfw_slate_breadcrumb a {
color: #37363a;
}

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

#wfw_blog_wrapper {
margin-top: 20px;
}

.wfw_blog_content{
font-size: 14px;
line-height: 1.5;
color: #000;
width: 900px;
/* margin-left: 100px; */
/* margin-top: 20px; */
}

.wfw_blog_content a{
color: #333;
text-decoration: underline;
}

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


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

.wfw_blog_comment {
width: 700px;
margin-left: 140px;
font-size: 12px;
padding-bottom: 20px;
}

.wfw_blog_comment_title {
font-size: 14px;
color: #cc4efe;
}



/* STYLE 1 - Layout 0 */

.slate_layout_0 { /* LINKS LIST WRAPPER OF EACH POST */
margin: 2px 0 0 0;
border: none;
}

.slate_layout_0 a{
font-size: 1.2em;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin: 0;
border: none;
color: blue;
}

.slate_layout_0 .slate_title span{

}

.slate_layout_0 .slate_title span input{

}

.slate_layout_0 .wfw_slatepost_title { 
padding: 0 0 0 0;
margin: 0 0 0 0;
border-bottom: 1px solid #333;
border-top: none;
}

.slate_layout_0 .wfw_slatepost_title a { 
font-size: 14px;
position: relative;
color:#37363a;
padding: 5px 0 10px 0;
margin: 0;
}


.slate_layout_0 .wfw_slatepost_title a:hover { 
color: #37363a;
text-decoration: underline;
}    

.slate_layout_0 .wfw_blog_summary {
padding: 0 0 10px 0;
}

#editing  .wfw_blog_summary {

}


.slate_layout_0 .wfw_blog_summary a{
font-size: .9em;
font-weight: bold;
padding: 0;
margin: 0;
border: 0;
display: inline;
}

.slate_layout_0 .wfw_blog_summary a img{
padding: 0 10px 10px 0;
}



.slate_layout_0 .wfw_slate_wrapper {
width: 540px;
margin: 0;
padding: 0;

}

/* Slate Layout 1 */


.slate_layout_1 .wfw_slate_wrapper {
width: 100%;
margin: 0;
padding: 0;
background: #fff;
}

.slate_layout_1 .wfw_slatepost_title { /* Why does this control the height of the box? */
	display: block;
	position: relative;
	width: 425px;
	height: 245px;
	float: left;
	margin: 5px 7px 5px 7px;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #888;
}

.slate_layout_1 .wfw_slatepost_title a{
    font-size: 16px;
    color: #333;
    	text-decoration: none;
}

#editing .slate_layout_1 .wfw_slatepost_title {
	display: inline;
	width: 600px;
	float: none;
	border: none;
	background: transparent;
}


.slate_layout_1 .slate_title {
    width: 400px;
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: normal;
    padding-left: 10px;
	/* border-bottom: 1px solid #666; */
}

.slate_layout_1 .slate_title a{
    text-decoration: none;
    }


#editing .slate_layout_1 .slate_title {
	position: relative;
	left: 0px;
	top: 0px;
}

.slate_layout_1 .wfw_blog_summary {
    display: block;
	position: relative;
	color: #666;
	width: 405px;
	height: 250px;
	padding: 0 10px 0 10px;
}


.slate_layout_1 .blog_summary_text {
    width: 100%;
    }


#editing .slate_layout_1 .wfw_blog_summary {
	position: relative;
	margin-top: 0px;
}

.slate_layout_1 .wfw_blog_summary img {
	position: relative;
	padding-bottom: 10px;
	padding-right: 10px;
}

.slate_layout_1 .wfw_blog_summary a img{
/* padding: 10px; */
}

#editing .slate_layout_1 .wfw_blog_summary img {
	position: relative;
	top: 0px;
}

/*
.shoppingcart {
display: block;
position: absolute;
width: 300px;
padding: 10px 5px;
right: 30px;
top: -15px;
right: 0px;
background: #e1297f;
opacity:0.70;
filter:alpha(opacity=70);
font-size: 14px;
color: #fff;
text-align: center;
line-height: 1.5;
z-index: 99;
}

.shoppingcart a {
color: #ccc;
}
*/



.add_to_cart {
	white-space:nowrap;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: 700;
    text-align: right;
}

.add_to_cart input{
	font-size: 11px;
	font-family: verdana,sans-serif;
}


.shoppingcart {
position: relative;
display: block;
color: #000;
border: 2px solid #37363a;
background: #fff;
padding: 6px 0px 6px 0px;
width: 360px;
margin: 0 auto;
}

.shoppingcart a {
color: blue;
}

.shoppingcart a:hover{
color: blue;
text-decoration: underline;
}

.slate_layout_1 .wfw_blog_links .add_to_cart {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
    top: -15px;
	z-index: 2;
	white-space:nowrap;
	clear: both;
}

.slate_layout_1 .wfw_blog_links .add_to_cart input{
font-size: 10px;
font-family: verdana,sans-serif;
}

#editing .slate_layout_1 .add_to_cart {
display:none;
}

.rss_feed { /* display:none; */ }

.slate_layout_1 .blog_readmore {
color: #333;
font-size: 12px;
}

.slate_layout_1 .blog_readmore a{
color: blue;
}

.slate_layout_1 .blog_readmore a:visited{
color: blue;
}

.slate_layout_1 .blog_readmore a:hover{
color: blue;
}

/* Slate styles in Edit Mode */

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

#editing .wfw_blog_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_title a {
	text-decoration: none;
}

#editing .wfw_blog_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_blog_breadcrumb a {
	text-decoration: none;
}

#editing .wfw_blogpost_title {
	width: 100%;
    font-size: 1.4em;
	font-weight: bold;
	padding: .1em 0 .1em 0;
	margin: 0;
	border-bottom: 1px solid #CCC;
	border-top: 2px solid #CCC;
	color: #37363a;
}

#editing .wfw_blogpost_title a {
	text-decoration: none;
}

#editing .wfw_blogpost_category {
	font-size: 10px;
	font-weight: bold;
	padding-left: 2em;
}

#editing .wfw_blogpost_title a:hover {
color: #fff;
}

#editing .wfw_blog_content {
	font-size: 1.0em;
	padding-top: 1em;
	padding-bottom: 2em;
/* 	margin-top: 20px; */
}

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

#editing .wfw_blog_links a {
font-size: 10px;
	color: blue;
	width: auto;
	text-decoration: underline;
	display: inline;
}

#editing .wfw_blog_links a:visited {
	color: blue;
}

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

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

#editing .wfw_blog_contact a {
	color: #0033ff;
	text-decoration: underline;
}

#editing .wfw_blog_contact a:visited {
	color: #0033ff;
}

#editing .wfw_blog_contact a:hover {
	color: #f87217;
}

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

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

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

#archive_link {
color: #cc4efe;
font-size: 14px;
font-weight: bold;
}


#editing .wfw_slate_title {
	width: 100%;
    font-size: 1.2em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
	position: static;
}

#editing .wfw_slate_title a {
    font-size: 10px;
	text-decoration: none;
	position: static;
	display: inline;
	color: blue!important;
}

#editing .slate_title {
    display: block;
    width: 450px;
    padding: 0;
    font-size: 18px;
}


#editing .wfw_slate_breadcrumb {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: .1em 0 .5em 0;
	margin: 0;
	border: none;
}

#editing .wfw_slate_breadcrumb a {
	text-decoration: none;
}

#editing .slate_layout_0, #editing .slate_layout_1 {
	width: 100%;
    font-size: 1.0em;
	font-weight: bold;
	padding: 1em 0 .3em 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #CCC;
	float: none;
}

#editing .wfw_slatepost_title {
font-size: 14px;
}

#editing .wfw_slatepost_title a {
text-decoration: none;
float: none;
position: static;
width: auto;
padding: 0;
margin: 0;
}

#editing .wfw_blog_comment {
	width: 100%;
    font-size: 12px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}

#editing .wfw_blog_comment_content {
	margin: 0;
	padding: .5em 1em;
}

#editing .wfw_blog_keywords {
	font-size: 10px;
}

#editing .wfw_blog_summary {
	font-weight:normal;
	font-size: 12px;
	padding: .3em 0 .3em 0;
}

#editing .wfw_blog_summary a{
width: 110px;
}


#editing .wfw_blog_summary a img{
display: block;
clear: both;
float: none;
}

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

#editing .blogcommentform {
	width: 400px;
	background-color: #CCC;
	color: #333;
	border: 2px solid #333;
	padding: 10px;
}

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

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

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

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

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

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

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

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

#editing .wfw_slate_controls {
	position: relative;
	width: 50px;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: both;
}

#editing .wfw_slate_controls img{
	display: inline;
	clear: right;
	float: right;
}

/* Date Picker Calendar */


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

/*Used to Style RSS feeds from Blogs or SLates */

#feed_box{
font-size: 12px;
width: 660px;
float: left;
padding: 0px 20px 20px 20px;
overflow: hidden;
background: #dedede;
/* border: 1px solid red; */
}

#feed_box span.styled{
display: block;
width: 100%;
}

#feed_box span.styled ul{
margin: 0;
padding: 0;
list-style: none;
}

#feed_box span.styled ul li{
margin-bottom: 10px;
}

#feed_box span.styled ul li a{
text-decoration: none;
color: #3f5475;
font-weight: bold;
}

#feed_box span.styled ul li a:hover{
color: #000000;
text-decoration: underline;
}

#feed_box span.styled .rss_date{
color: #999;
font-size: 10px;
display: none;
}


/*
#feed_box blockquote {
margin: 0;
padding: 0;
background: #000;
}
*/

/*
#calendar_upcoming {
}
*/

/*Styles for RSS or feed into area on page */
#rss_items {
font-size: 11px;
}

.rss_title { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px;
font-style: normal; 
font-weight: bold; 
color: #fff; 
}
.rss_items { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #fff; 
margin: 0 0 0 1em;
padding: 0;
}
/*This is the text of each feed item */
.rss_item { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000; 
line-height: 1.1;
}

/*this is each RSS Item Title*/
.rss_item a { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #fff;
}
.rss_date { 
font-family: "Verdana", Arial, sans-serif;
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #999; ; 
clip:    rect(   ); 
list-style-image: none
}
.rss_box { 
font-family: "Verdana", Arial, sans-serif;
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #fff; 
}

/* Starts Here */


ul.rss_items{
display: block;
position: relative;
margin: 0;
padding: 0;
}

li.rss_item{
display: block;
position: relative;
margin: 0;
padding: 0 0 8px 0;
}

a.rss_item{
color: #357b77;
font-size: 12px;
font-weight: bold;
padding: 0 5px 3px 5px;
padding: 0;
margin: 0;
/* margin-bottom: 20px; */
}

a:hover.rss_item{
color:#000;
}



/* Sitemap Draggable Tabs */

ul#sitemap_tabs{
margin:0 0 0 30px;
padding: 0;
list-style: none;
width: 450px;
list-style-position:outside;
list-style-type:none; 
}


ul#sitemap_tabs li {
position: relative;
display: block;
list-style: none;
padding: 0;
margin: 0;
width: 450px;
height: 24px;
list-style-type:none; 
list-style-position:outside;
overflow: hidden;
clear:both;
}

ul#sitemap_tabs li a{
position: relative;
display: block;
padding: 0;
margin: 0;
text-decoration: underline;
white-space:nowrap;
color: #37363a;
}

ul#sitemap_tabs li a:hover{
color: #000;
}


ul#sitemap_tabs li span{
position: relative;
display: block;
width: 450px;
height: 20px;
padding: 0;
margin: 0;
}


ul#sitemap_tabs li.tab_2 a{
padding-left:4em;
}

ul#sitemap_tabs li.tab_2 span{
padding-left:4em;
}

ul#sitemap_tabs li.tab_3 a{
padding-left:8em;
}

ul#sitemap_tabs li.tab_3 span{
padding-left:8em;
}

#section_title {
font-size: 18px;
color: #000000;
font-weight: bold;
padding-top: 10px;
}


/* Facebook Pages */


#facebook_outer_wrapper {
width: 500px;
margin: 0 auto;
margin-bottom: 0;
margin-top: 40px;
}

#facebook_innerwrapper{
position: relative;
display: block;
margin: 0;
width: 500px;
padding: 0;
float: left;
border: none;
overflow: hidden;
}

#facebook_wrapper{
position:relative;
display:block;
margin: 0px auto;
width: 500px;
padding: 0;
}

#facebook_content {
display: block;
position: relative;
float: left;
width: 500px;
margin: 0;
padding: 0;
color: #333;
background: #fff;
font-size: 14px;
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
padding-bottom: 5px;
line-height: 1.2;
}

