/*--------------------------
4G STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Blaine Transue - blaine@wildfireweb.com
CREATED: 7/20/07 (ipps orig)
REVISED: 102708bt
---------------------------*/

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

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

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

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

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

.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;
background: #fff;
border-bottom: 14px solid #eee;
position: relative;
width: 940px;

}
#header{
margin: 0 0 0 0;
padding: 0 0 0 0;
position: relative;
width: 940px;
overflow: hidden;

}

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

}

p.clearboth{
clear: both;
}

#container{
margin: 0;
padding: 0;
border-top: 5px dotted #eeeeee;
border-top: thin #000;
}

/* NAVIGATION */

#nav{
float: left;
position: relative;
margin: 1.0em 1.0em 0 0;
padding: 0 .5em 1.0em .5em;
width: 14em;
background:#fff;
}

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

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

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

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

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

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

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: 0 0 0 0;
padding: 2em 0 0 0;
position: relative;
z-index: 1;
width: 700px;
overflow: hidden;
}

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

}

/*Left Sidebar*/

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


/* Start  columns from SVCHC*/ 

#leftcolumntop{
background: #fff;
width: 310px;
margin: 18px 0 0 200px;
}

#leftcolumntop div{
font-size: 11px;
/* padding: 0 13px; */
color: #555;
}

/*
#leftcolumntop span.cap{
display: block;
width: 310px;
height: 29px;
background: transparent url(/templates/svchc/images/eventscap.gif) no-repeat top center;
}

#leftcolumntop span.foot{
display: block;
width: 310px;
height: 29px;
background: transparent url(/templates/svchc/images/eventsfoot.gif) no-repeat top center;
}
*/

/* right column on home page*/

#rightcolumntop{
background: #fff;
width: 305px;
float: right;
overflow: hidden;
margin-right:50px;
}

#rightcolumntop div{
font-size: 11px;
/* padding: 20px 13px 0 13px; */
color: #555;
}

/*
#rightcolumntop span.cap{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/svchc/images/pomcap.gif) no-repeat top center;
}

#rightcolumntop span.foot{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/svchc/images/pomfoot.gif) no-repeat top center;
}
*/

/*Left column on home page lower*/

#leftcolumnlower{
background: #fff;
width: 305px;
margin: 0px 0 0 200px;
overflow: hidden;
}

#leftcolumnlower div{
font-size: 11px;
/* padding: 0 13px; */
color: #555;
}

/*
#leftcolumnlower span.cap{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/svchc/images/pomcap.gif) no-repeat top center;
}

#leftcolumnlower span.foot{
display: block;
width: 305px;
height: 26px;
background: transparent url(/templates/svchc/images/pomfoot.gif) no-repeat top center;
}
*/

/* End columns from SVCHC*/

/* FOOTER */

#footer{
padding: 0;
color: #666;
font-size: 0.9em;
width: 860px;
margin: 4.0em 0 0 4.0em;
}

#footer a{
color: #999;
}

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

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