/*--------------------------
IPPS 2 STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 7/20/07
REVISED: 062408bt
---------------------------*/

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

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

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;
border-top: 20px solid #445b87;
background: #fff;
border-bottom: 14px solid #eee;
/*border-left: 2px solid #eee;
border-right: 2px 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;
height: 125px;
width: 910px;
margin: 0 15px;
padding: 0;
color: #314310;
/*background: #fff url(/templates/ippsna/images/IPPSLogo.gif) no-repeat top right;*/
}

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: 1.2em;
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: #445b87;
display:block;
padding: 4px;
margin: 0;
}

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

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

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

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:#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: #314310;
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;
}

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