

/*--------------------------
Rob Macabre CSS
based on Design 1
VALID CSS 2.0
COPYRIGHT 2009 WILDFIREWEB
AUTHOR: Blaine Transue - blaine@wildfireweb.com
CREATED: 03/10/09
Modified: 07/20/09 s.s.122109bt
---------------------------*/

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

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background: #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:hover{
color: blue;
text-decoration: underline;
}

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

#wrapper{
display: block;
position: relative;
font-size: 1.2em;
margin: 0 auto 0 auto;
padding: 0 0 10px 0;
background: #000;
border-top: 0 solid #000;
border-bottom: 20 solid #fff;
width: 980px;
overflow: hidden;
}

#header{
display: block;
position: relative;
float: left;
width: 980px;
margin: 0 0 0 0;
padding: 0 0 20px 0;
color: #666;
font-size: 20px;
border: 0;
/* border-bottom: 1px solid #999; */
clear: both;
background: #000;
}

p.clearboth{
clear: both;
}

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

/* NAVIGATION */

#nav{
float: left;
position: relative;
margin: 0 10px 0 0;
padding: 0 0 10px 10px;
width: 150px;
background:#000;
}

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

ul#tabs li{
font-size: 14px;
padding: 0;
margin: 0;
font-weight: 700;
font-family:Arial, Helvetica, sans-serif;
position: relative;
width: 140px;
/* border-bottom: 1px solid #999999;  */
}

/* unselected tab */
ul#tabs li a {
text-decoration: none;
color: #9b110e;
display:block;
padding: 4px;
margin: 0;
}

/* selected tab in edit mode */
ul#tabs li span {
color: #8cc63e;
display:block;
background:#fff;
padding: 4px;
margin: 0;
}

/* selected tab in preview mode */
ul#tabs li a span {
color: #e9c831;
display:block;
background:#000;
padding: 0;
margin: 0;
}

ul#tabs li a:hover{
color: #fff;
}

ul#tabs li.tab_2{
padding: 2px 0 2px 15px;
margin: 0;
font-weight: 400;
font-size: 12px;
width: 125px;
}

/* CONTENT */


#content a {
color: #9b110e;
text-decoration: none;
}

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

/*
#content a:visited {
color: #ff4000;
}
*/

#toptitle{
font-family:Georgia, "American Typwriter", Times, serif;
font-size:1.4em;
color:#666;
height:25px;
width:860px;
text-align:center;
line-height: 1.2;
}

#content{
display: block;
position: relative;
float: left;
margin: 0;
padding: 16px 20px 0 20px;
z-index: 1;
width: 740px;
overflow: hidden;
font-size: 14px;
color: #9b110e;
/* border-left: 1px #999 dotted; */
background: #000;
}

#content_title {
font-family:Georgia, "American Typwriter", Times, serif;
font-size: 18px;
color: #fff;
font-weight: 700;
}

#title1{
font-family:verdana;
font-size: 18px;
color: #d18fb9;
font-weight:700;
font-style:italic;

}
#wfw_blog_wrapper{
display: block;
position: relative;
float: left;
margin: 0;
padding: 0px 0px 0 0px;
z-index: 1;
overflow: hidden;
font-size: 14px;
color: #9b110e;
/* border-left: 1px #999 dotted; */
background: #000;
}

#wfw_blog_title{
color: #fff;

}
/*Left Sidebar*/

#leftsidebar{
float: left;
position: relative;
margin: 0;
font-size: 12px;
padding: 10px 0 0 5px;
width: 130px;
background-color:#000;
overflow: hidden;
}

/* CONTACT FORM */

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

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

/* FOOTER */

#footer{
padding: 0;
color: #666;
font-size: 12px;
width: 860px;
margin: 40px 0 0 40px;
}

#footer a{
color: #999;
}

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

#loginform {
position:relative;
height: 2em;
overflow:hidden;
}
