

/*--------------------------
A Little Wicked
COPYRIGHT 2011 WILDFIREWEB
AUTHOR: support@wildfireweb.com
Created: Blaine 012610
Modified 011911bt
---------------------------*/

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

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

.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: blue;
text-decoration: none;
}

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

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


.hide{
display: none;
}

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

h3.wfw{
font-weight: bold;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 1.6em;
color: #4a7ac6;
}

.shoppingcart {
display: block;
position: absolute;
width: 300px;
padding: 10px 5px;
right: 30px;
top: 0px;
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;
}

#homelink{
display: block;
position: absolute;
width: 500px;
height: 150px;
top: 0px;
left: 0px;
margin: 0;
padding: 0;
background: transparent;
z-index: 10;
}

#toplinkbar {
position: relative;
display: block;
width: 930px;
font-size: 12px;
color: #fff;
background: #333;
height: 20px;
/* margin-top: -190px; */
z-index: 99;
padding-top: 5px;
padding-right: 30px;
padding-left: 20px;
text-align: right;
float: right;
}

#toplinkbar a{
color: #eee;
}

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

#topimage {
position: absolute;
display: block;
width: 570px;
margin-top: -165px;
margin-left:445px;
z-index: 99;
/* display: none; */
}

#wrapper{
position:relative;
display:block;
margin: 10px auto;
width: 980px;
/* background: #fff url(/templates/alittlewicked2/images/blk_420px.jpg) top left no-repeat; */
background: #fff;
padding: 0;
padding-top: 0px;
margin-top: 40px;
/* border-top: 20px solid white; */
/* border: 1px solid red; */
}

#innerwrapper{
position: relative;
display: block;
margin: 0;
width: 980px;
padding: 0;
background-color: #fff;
/* border: 1px solid #bfc2ca; */
border: none;
}

/*
#container {
position: relative;
display: block;
width: 100%;
float: left;
}
*/



#header{
position:relative;
display:block;
float: left;
width: 980px;
color: #999999;
padding: 0;
padding-top:5px;
padding-bottom:5px;
margin: 0;
font-size: 14px;
clear:both;
/* border: 1px solid red; */
}

#phone {
position:relative;
display:block;
float: left;
text-align: left;
width: 140px;
color: #fff;
}

#toplinks {
position:relative;
display:block;
float: right;
text-align: right;
width: 300px;
color: #fff;
}

/* Editable Drop Down Nav css */

#topnav {
position:relative;
display: block;
float: left;
width: 980px;
height: 30px;
font-family: "Arial", helvetica, verdana, tahoma, sans-serif;
margin:0;
text-transform: uppercase;
text-align:left;
padding: 0;
clear:both;
background: #333;
/* border-bottom: 2px solid #bfc2ca; */
z-index: 3;
}

/* dropdown menu */

#dropnav {
display: block;
position: relative;
float: left;
height: 28px;
padding: 0;
list-style: none;
margin: 0;
/* background: #000; */
}

#dropnav li{
position: relative;
display: block;
font-size: 24px;
height: 28px;
float:left;
margin: 0;
padding: 0;
padding-left:16px;
margin-left:12px;
/* padding-top: 2px; */ /*removed this to fix top nav 020910 */
list-style: none;
}

#dropnav li a{
position: relative;
color:#eee;
text-decoration: none;
padding: 4px 34px 0px 0px;
margin: 0;
}

#dropnav li a:hover{
color: #fff;
/* background: #bfc2ca; */
}

#dropnav li.selected_tab a{
color: #e1297f;
/* background: #e1297f; */
/* padding-bottom: 2px; */
}

#dropnav li.selected_tab{
color: #fff;
/* background: #bfc2ca; */
padding-bottom: 2px;
}


#dropnav li a:hover{
color: #e1297f;
/* background: #bfc2ca; */
padding-bottom: 2px;
}

#dropnav li.selected_tab a:hover{
color: #e1297f;
padding-bottom: 2px;
/* background: #bfc2ca; */
}


/* second level dropdown nav */


#dropnav li.level_1 ul {
/* This positions the first level drop down */
display:none;
list-style:none;
position: absolute;
top:26px;
left:0px;
z-index:350;
margin: 0;
padding: 0;
text-align: left;
white-space: nowrap;
/* border-left: 4px solid #000; */
padding-top:0px;
background:#333;
text-transform: uppercase;
}

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


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

#dropnav li.level_2 {
position:relative;	
display:inline-block;
float:left;
clear:left;
width:213px;
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
text-align: left; 
z-index:400!important;
}

#dropnav li.level_2 a, #dropnav li.level_2 span.editable {
/* This changes the original state of the drop down */
font-size:14px;
color: #eee!important;
display:inline-block;
width: 213px;
margin:0 0 0 0;
padding:6px 0 6px 11px;
text-decoration:none;
background:#333;
}


#dropnav li.level_1 ul li.level_2 a:hover, #dropnav li.over_2 a {
color:#E1297F!important;
margin:0 0 0 0;
padding:6px 0 6px 11px;
}

#dropnav li.level_1 ul li.selected_tab.level_2 a {
color:#E1297F!important;
margin:0 0 0 0;
padding:6px 0 6px 11px;
}

/* Third level dropdown nav */

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

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: #333;
color:#E1297F!important;
}

#dropnav li.level_3 {
position:relative;	
display:block;
float:left;
clear:left;
width:210px;
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
text-align: left;
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:"Trebuchet",Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
display:block;
width: 188px;
padding: 6px 11px 6px 11px;
text-decoration:none;
border:none;
background: #333;
color:#eee!important;
}

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


#dropnav li.level_1 ul li.level_2 ul li.selected_tab.level_3 a {
background: #333;
color:#eee!important;
}

/* End Drop Down Menu */



/* NAVIGATION ON LEFT */


#subnav{
position:relative;
display: block;
width: 160px;
padding: 0px 5px 0 10px;
margin: 0;
margin-top: 20px;
float: left;
z-index: 1;
overflow: hidden;
/* border: 1px solid red; */
}


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

#subnav li{
border-top: 1px solid #fff;
font-size: 18px;
font-family: "Arial", Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
}

#subnav li a{
display:block;
color: #666;
background: #fff;
text-decoration: none;
padding: 2px 0 2px 14px;
width: 140px;
}

#subnav li span{
display:block;
color: #e1297f;
padding: 2px 0 2px 14px;
width: 140px;
}


#subnav li a:hover {
color: #e1297f;
}

#subnav li.llt_selected a{
color: #e1297f;
text-decoration: underline;
}


/* BREADCRUMB TRAIL */

#breadcrumb {
font-size: 1.3em;
font-weight: bold;
color: #fff;
margin: 0;
padding: 0;
z-index: 9;
}

#breadcrumb a {
color: #aaa;
text-decoration: underline;
margin: 0;
padding:0;
z-index: 9;
}

a#breadcrumb0{
text-indent: 0;
display: none;
}

a#breadcrumb1, span#breadcrumb1{ /* adds drop arrow to secondary levels */
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 0;
display: block;
padding-left: 0.9em;
position: relative;
z-index: 1;
}

a#breadcrumb2, span#breadcrumb2{
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 1em;
display: block;
padding-left: 0.9em;
}

a#breadcrumb3, span#breadcrumb3{
background: transparent url(/templates/design8/images/downarrow.gif) no-repeat left center;
text-indent: 0;
margin: -1em 0 0 2em;
display: block;
padding-left: 0.9em;
z-index: 9999;
}

span#breadcrumb1, span#breadcrumb2, span#breadcrumb3, #breadcrumb a:hover{
color: #888;
}

/* 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: "Arial", Helvetica, Verdana, sans-serif;
font-size: 24px;
color: #666;
}

/*
#home_content_title {
font-family: Georgia;
font-size: 24px;
color: #333;
}
*/

#content{
display: block;
position: relative;
overflow: hidden;
float: left;
width: 585px;
margin: 0;
margin-top: 20px;
font-size: 14px;
padding: 0px 10px 20px 25px;
border-left: 1px dotted #ccc;
border-right: 1px dotted #ccc;
color: #333;
line-height: 1.5;
/* border: 1px solid red; */
}

#product_content{
display: block;
position: relative;
overflow: hidden;
float: left;
width: 770px;
margin: 0;
margin-top: 20px;
font-size: 14px;
padding: 0px 0px 20px 20px;
border-left: 1px dotted #ccc;
color: #333;
line-height: 1.5;
/* border: 1px solid red; */
}


#home_content {
display: block;
position: relative;
float: left;
overflow: hidden;
width: 740px;
margin: 0;
margin-top: 20px;
margin-left: 30px;
font-size: 14px;
padding: 10px 10px 20px 15px;
color: #333;
line-height: 1.4;
background: #fff;
}


#leftcol{
position: relative;
float: left;
width: 150px;
font-size: 12px;
margin: 5px 0 0 0;
padding: 0 0 10px 5px;
color: #333;
}

#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/design8/images/nav_button.png) no-repeat top left;
border-bottom: 1px dotted #ccc;
}

#rightcol{
position: relative;
display: block;
float: right;
width: 160px;
font-size: 14px;
margin: 0;
margin-top: 20px;
padding: 0px 10px 10px 10px;
color: #333;
}

#rightcol_title {
font-family: georgia;
font-size: 16px;
color: #bfc2ca;
font-weight: 600;
padding-top: 8px;
padding-bottom: 10px;
margin-bottom: 10px;
text-align: center;
border-bottom: 1px dotted #bfc2ca;
display: none;
}



#rightcol ul{
margin: 4px 0 4px 10px;
padding: 0;
}


/* CONTACT FORM */

.contactform table{
border: 2px solid #5C4Da4;
}

.contactform th{
background: #5C4Da4;
color: #999999;
}

#editable_footer {
color: #333333;
text-align: left;
font-size: 10px;
width: 940px;
margin: 0;
padding: 10px 20px;
}

#footer{
position: relative;
display: block;
width: 980px;
margin: 0 auto;
padding: 10px;
/* margin-left: 120px; */
text-align: left;
font-size: 12px;
clear: both;
color: #eeeeee;
text-align: right;
}

#footer a{
color: #eeeeee;
}

#footer a:visited{
color: #eeeeee;
}

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


/* slates and blogs */

.wfw_clear {
	clear: both;
}

#slatelist{
margin: 0;
padding: 0;
}

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

}

#slatelist p{
clear: both;
}

/* TITLE OF SLATE */

.wfw_slate_title { 
font-size: 16px;
color: #666;
font-weight: bold;
padding: 0;
padding-left: 0px;
margin: 0;
display: none;
}

#editing .wfw_slate_title { 
display: block;
}



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

.wfw_slatepost_title {
border: none;
margin: 0;
padding: 0;
}

/*tablet title*/

.wfw_slatepost_title a{
text-decoration: none;
color: #5C4Da4;
display: block;
padding: 8px 0 0 0;
font-size: 1.2em;
font-weight: bold;
}

.wfw_slatepost_title a:visited {
color: #5C4Da4;
}

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

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

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

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

.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: #777;
font-size: 11px;
}

.wfw_slate_controls img{

}

.wfw_blog_title {
color: #fb03a6;
font-size: 1.2em;
font-weight: 700;

}


.wfw_blogpost_title {
    font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0.0em .1em 0.0em;
	margin: 0;
	color: #fb03a6;
	border: none;
}

.wfw_blogpost_title a {
    font-size: 1.6em;
    color: #fb03a6;
}

.wfw_blogpost_title a:hover {
color: #fb4cbf;
}

.wfw_blog_summary{
position: relative;
color: #555;
font-size: 10px;
font-weight: normal;
}

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

.wfw_slate_breadcrumb a {
color: #000;
}

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

.wfw_blog_breadcrumb a {
color: #000;
}

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

.wfw_blog_content{
margin-top: 0px;
line-height: 1.5;
}



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


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

.slate_layout_0 .slate_title span{

}

.slate_layout_0 .slate_title span input{

}

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

.slate_layout_0 .wfw_slatepost_title a { 
font-size: 1.0em;
position: relative;
color: #444444;
padding: 5px 0 0 0;
margin: 0;
}


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


.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  {

}


.slate_layout_1 .wfw_slatepost_title {
	display: block;
	position: relative;
	width: 170px;
	height: 270px;
	float: left;
	margin: 2px;
	/* left: 20px; */
	padding-left: 10px;
	background: #fff;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
}

.slate_layout_1 .wfw_slatepost_title a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	border: none;
}

#editing .slate_layout_1 .wfw_slatepost_title a{
	font-size: 12px;
	display: inline;
	width: 600px;
	float: none;
	border: none;
	background: transparent;
	color: red;
}


.slate_layout_1 .slate_title {
width: 150px;
display: block;
position: relative;
padding-left:10px;
display: none;
}

#editing .slate_layout_1 .slate_title {
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 20px;
}

#editing .slate_layout_1 .slate_title a{
	position: relative;
	left: 0px;
	top: 0px;
/* 	font-size: 12px; */
}

.slate_layout_1 .wfw_blog_summary {
	display: block;
	position: relative;
	width: 150px;
    padding: 0px 10px 0px 10px;
}

.slate_layout_1 .summary img {
	width: 150px;
	height: 217px;
}


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

.slate_layout_1 .wfw_blog_summary img {
	display: block;
	position: relative;
	padding-bottom: 5px;
	clear: both;
	vertical-align: baseline;
	width: 150px;
	height: 217px;
}

#editing .slate_layout_1 .wfw_blog_summary img {
	position: relative;
	clear: none;
	vertical-align: left;
	width: 150px;
	height: 217px;
}

.add_to_cart {
	white-space:nowrap;
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: 700;
    text-align: center;
/*     background: #fff url(/templates/alittlewicked2/images/add2cart.png) center no-repeat; */
}

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

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

}

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


/* 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 {
color: #7f80b0;
}

#editing .wfw_blog_breadcrumb a:hover {
color: #7f80b0;
text-decoration: underline;
}

#editing .wfw_blogpost_title {
	width: 100%;
    font-size: 1.4em;
	font-weight: bold;
	padding: .1em 0 .1em 0;
	margin: 0;
	color: #bfc2ca;
}

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

#editing .wfw_blog_content {
	font-size: 1.0em;
	padding-top: 1em;
	padding-bottom: 2em;
}

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

#editing .wfw_blog_links a {
	color: #0033ff;
	width: auto;
	text-decoration: underline;
	display: inline;
}

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

#editing .wfw_blog_links a:hover {
color: #eee;
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;
}

#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 {
	text-decoration: none;
	position: static;
	display: inline;
}

#editing .slate_title {
display: block;
width: 450px;
padding: 0;
}


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

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

#cart {
font-size: 16px;
color: #c3600b;
background: #c3600b;
background: #bcdc00;
height: 30px;
padding-top: 10px;
margin-bottom: 10px;
border: 3px solid #c3600b;
}

#cart a{
font-size: 16px;
color: #c3600b;
}

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

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

#feed_box{
display: block;
position: relative;
width: 100%;
float: left;
padding: 0;
margin: 0;
overflow: hidden;
/* border: 1px solid red; */
}


.rss_item { 
display: block;
position: relative;
padding: 0;
margin: 0;
font-size: 10px!important; 
color: #d61b70; 
line-height: 1.1;
}

.rss_item a { 
display: block;
position: relative;
font-size: 12px!important; 
color: #000!important;
font-weight: bold; 
margin: 0;
padding: 0;
right: 14px;
margin-bottom: -6px;
margin-top: 6px;

}

.rss_item a:hover { 
color: #d61b70!important; 
}

#blog_content #archive_link
{
display:none;

}


#blog_right a
{
color:#FB03A6;

}
