/*--------------------------
James Geagan 2 STYLESHEET
VALID CSS 2.0
COPYRIGHT 2008 WILDFIREWEB
AUTHOR: wildfireweb.com
Orig CREATED: 7/20/07
REVISED: 041808bt
---------------------------*/

@import url(http://wildfireweb.com/css/wildfirecommon.css);
@import url(/templates/geagan2/css/slatesblogs.css);

body{
font-size: 62.5%;
margin: 0;
padding: 0;
font-family: Arial, Verdana, sans-serif;
background: #fff url(/templates/geagan2/images/bgfade.png) repeat-x top;
}

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

#wrapper{
font-size: 1.2em;
margin: 1em auto 0;
padding: 10px 0 10px 0;
border-top: 20px solid #6f2959;
background: #fff;
/*border-bottom: 14px solid #999;
border-left: 2px solid #eee;
border-right: 2px solid #eee;*/
position: relative;
width: 940px;

}
#header{
margin: 0 0 0 0;
padding: 0 0 0px 11px;
position: relative;
width: 860px;
}

p.clearboth{
clear: both;
}

#container{
margin: 0;
padding: 0;
border-top: 5px dotted #6f2959;
}

/* NAVIGATION */

#nav{
float: left;
position: relative;
margin: 1em 1.5em 0 0;
padding: 0 .5em 1em .5em;
width: 14em;
background:#eeeeee;
}

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

ul#tabs li{
font-size: 1.2em;
padding: 0;
font-weight: 700;
font-family:Arial, Helvetica, sans-serif;
/*border: 1px solid #517d26;
border-bottom:1px solid #dbb51b;*/
border-bottom:1px solid #666666;
position: relative;
}

ul#tabs li a, ul#tabs li span{
text-decoration: none;
color: #000;
display:block;
padding:4px;
background: #eee;
}

ul#tabs li span, ul#tabs li a:hover{
/*color: #dbb51b;
color: #6f2959;*/
color: #eee;
background:#6f2959;
}

ul#tabs li.tab_2{
padding-left: 2em;
font-weight: 400;
font-size: 1.0em;
}

/* CONTENT */

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

#content{
margin: 0;
padding: 1em 0 0;
position: relative;
z-index: 1;
width: 700px;
overflow: hidden;
}

#title1{
font-family:verdana;
font-size:1.4em;
/*color:#dcb51c;*/
color: #6f2959;
font-weight:700;
font-style:italic;
}

/*Left Sidebar*/

#leftsidebar{
clear: left;
float: left;
position: relative;
margin: 2em 1em 0 0;
padding: 1em 1em 0 .5em;
width: 14em;
background-color:#fff;
}

/* FOOTER */

#footer{
padding: 0em 0em 0em 1.4em;
color: #333333;
font-size: 0.9em;
width: 860px;
}

#footer a{
color: #999;
}

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