/* /#ffffff/;/#999966/;/#000000/ */

/* the line above is for color substitution from the site color field in the DB */

/*--------------------------
Design1 CSS 
based on VLE based
VALID CSS 2.0
COPYRIGHT 2009 WILDFIREWEB
AUTHOR: Blaine Transue - blaine@wildfireweb.com
CREATED: 03/10/09
Modified: 07/20/09 s.s.
---------------------------*/

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

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

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

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: 10px auto 0 auto;
padding: 10px 0 10px 0;
background: #fff;
border: 0;
border-bottom: 14px solid #999966;
border-top: 24px solid #999966;
border-left: 1px solid #999966;
border-right: 1px solid #999966;
width: 980px;
overflow: hidden;
}

#header{
display: block;
position: relative;
float: left;
width: 950px;
margin: 0 15px 0 15px;
padding: 0 0 20px 0;
color: #666;
font-size: 14px;
border: 0;
border-bottom: 1px solid #999;
clear: both;
}

p.clearboth{
clear: both;
}

#container{
display: block;
position: relative;
width: 980px;
overflow: hidden;
float: left;
margin: 0;
padding: 0;
border: 0;
border-top: 6px solid #000;
margin-top: -10px;
padding-top:10px;
}

/* NAVIGATION */

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

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: #000000;
display:block;
padding: 4px;
margin: 0;
}

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

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

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

ul#tabs li.tab_2{
padding: 2px 0 2px 8px;
margin: 0;
font-weight: 500;
font-size: 13px;
width: 125px;
}

/* 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{
display: block;
position: relative;
float: left;
margin: 0;
padding: 16px 20px 0 20px;
z-index: 1;
width: 740px;
overflow: hidden;
font-size: 14px;
border-left: 1px #999 dotted;
}

#content_title {
font-size: 18px;
color: #666;
font-weight: 700;
}

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

}

/*Left Sidebar*/

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

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

/* Contact Form */

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

.contactform th{
background: #999966;
color: #333333;
}


