/*--------------------------
Will Combs
based on Jed Best STYLESHEET
VALID CSS 2.0
COPYRIGHT 2012 WILDFIREWEB
AUTHOR: wildfireweb.com
021512 mt
---------------------------*/

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

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

a {
color: #eee;
text-decoration: none;
font-style: italic;
}

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

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



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


#wrapper{
font-size: 1.2em;
margin: 1em auto 0;
padding: 10px 0 10px 0;
background: #000;
border-bottom: 1px solid #000;
position: relative;
width: 920px;
/* border: 1px solid red; */
}


#header{
position: relative;
width: 910px;
margin: 0 15px;
padding: 0;
color: #666;

}

p.clearboth{
clear: both;
}

#container{
margin: 1em 0 0 0;
padding: 0;
border-top: 5px dotted #eeeeee;
border-top: thin #000;
/* border: 1px solid blue; */
}

/* NAVIGATION */

#nav{
float: left;
position: relative;
margin: 0;
padding: 0;
width: 165px;

/* border: 1px solid yellow; */
}

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

ul#tabs li{
font-size: 1.2em;
padding: 0;
margin: 0;
font-weight: 700;
font-family:Arial, Helvetica, sans-serif;
position: relative;
width: 165px;
}

/* unselected tab */
ul#tabs li a {
text-decoration: none;
color: #999;
background: #000 url(/templates/willcombs2/images/orange_dot.png) no-repeat left;
display:block;
padding: 4px 0px 4px 25px;
margin: 0;
}

/* selected tab */
ul#tabs li span {
color: #fff;
display:block;
padding: 4px;
margin: 0;
}

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

ul#tabs li a:hover{
color: #fff;
background: #000 url(/templates/willcombs2/images/orange_dot.png) no-repeat left;
}

ul#tabs li.tab_2{
padding: 0.1em 0 0.1em 1.5em;
margin: 0;
font-weight: 400;
font-size: 1.0em;
}

/* CONTENT */

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

#content{
margin: 4em 0 0 0;
padding: 0px;
position: relative;
z-index: 1;
width: 700px;
float: right;
color: #e6e6e6;
min-height:641px;
height:auto !important;
height:500px;
}

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

}

/*Left Sidebar*/

#leftsidebar{
display: block;
float: left;
position: relative;
margin: 0;
margin-top: 30px;
padding: 0;
width: 165px;
}

div.contactform {
text-align:left;
}

 
.contactform {
margin: 1.5em 0 1.5em 0;
}

.contactform table {
width: 520px;
border: 2px solid #AAA;
margin: 0;
}

.contactform td {
padding: .3em;
}

.contactform th {
padding: .3em;
background-color: #AAA;
color: #FFF;
}
/* FOOTER */

#footer{
padding: 0;
color: #999;
font-size: 0.9em;
margin: 4em 0 0 2em;
}

#footer a{
color: #999;
}

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

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

.rss_feed {
display:none;
}

#login {
width:50px;
position:relative;
display:inline-block;
left:0;
clear:both;
margin:0;
padding: 10px 0 10px 0px;
z-index:10;
}

#loginbox.login_hidden {
    left: 0px;
	z-index:15;
}

#loginbox input
{
margin-bottom:5px;
}

#loginbox a
{
color:#000!important;
}

