/*--------------------------
KNOCK KNOCK DOC STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 2/14/08
---------------------------*/

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

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

.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: 20px auto 0;
padding: 0;
border: 2px solid #000;
position: relative;
width: 960px;
}

.hide{
display: none;
}

.clearboth{
clear: both;
}

/* HEADER WITH LOGO, ETC. */

#header{
float: left;
}

#toplinks{
width: 500px;
float: right;
padding:20px 10px 0 0;
color: #888;
}

#toplinks a{
color: #888;
text-decoration: none;
}

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

/* NAVIGATION */

#tabs{
list-style: none;
margin: 0;
padding: 5px 0 5px 35px;
background: #a3be95;
clear: both;
position: relative;
}

ul#tabs li{
display: inline;
padding:0 10px;
margin: 0;
}

ul#tabs li a, ul#tabs li span{
color:#ffffff;
font-family:Georgia, "Times New Roman", Times, serif;
/*font-weight: 700;*/
font-size: 17px;
text-decoration: none;
}

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

ul#tabs li.tab_2{
display: none;
}

/* CONTENT */

#content{
padding: 10px 0 0 43px;
height: 412px;
}

#content h3{
margin: 0;
padding: 15px 0 20px;
font-size: 18px;
width: 420px;
font-weight: normal;
font-family: Georgia, Times, serif;
}

/* CROSS IN THE MIDDLE OF BOXES */

#boxwrap{
position: relative;
width: 430px;
}

#cross{
background: transparent url(/templates/knockknockdoc/images/cross.gif) no-repeat;
width: 30px;
height: 30px;
position: absolute; 
z-index: 99;
overflow: hidden;
top: 139px;
left: 201px;
}

#fullpagecontent{
padding: 25px;
}

/* COLORED BOXES IN THE LEFT */

#bluebox, #yellowbox, #orangebox, #greenbox{
width: 194px;
height: 136px;
border: 1px solid #fff;
position: absolute;
overflow: hidden;
font-size: 12px;
padding: 8px 10px;
z-index: 1;
}

#bluebox a, #yellowbox a, #orangebox a, #greenbox a{
color: #fff;
text-decoration: none;
}

#bluebox{
background: #489fc4;
}

#yellowbox{
left: 216px;
background: #f4bd12;
}

#orangebox{
top: 154px;
background: #e68e28;
}

#greenbox{
top: 154px;
left: 216px;
background: #a6bd93;
}

#underbox{
width: 440px;
position: absolute;
top: 320px;
}

#fullpageunderbox{
padding-top: 20px;
position: static;
}

/* RIGHT HAND PICTURE AND BLURB */

#docblurb{
float: right;
width: 470px;
overflow: hidden;
font-size: 18px;
line-height:1.25;
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
}

/* FOOTER */

#footer{
width: 960px;
margin: 0 auto;
padding: 3px 0;
}

/* CONTACT FORM */

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

.contactform th{
background: #a3be95;
}