/* @override http://www.v12studios.com/templates/v12_dup/css/style.css */

/* @override http://www.v12studios.com/templates/v12_dup/css/style.css */

/*--------------------------
V12 STUDIOS STYLESHEET
VALID CSS 2.0
COPYRIGHT 2007 WILDFIREWEB
AUTHOR: Ryan McLaughlin - ryan@wildfireweb.com
CREATED: 7/20/07
REVISED: 10/25/07
---------------------------*/
@import url(/css/wildfirecommon.css);
@import url(/templates/v12/css/slatesblogs.css);
body {
	margin:0; 
	padding:0; 
	height:100%;/* this is the key! */ 
	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;
}


#adminCopy {
	color: #000;
 	/*border: 1 px solid red; */
	font-size: 10px;
}

#wrapper {
    /*blaine added 121608 */
    position: absolute;
	margin: 0 auto;
	padding: 0 auto;
	width:100%;
    height:100%;
}

#leftContainer {
	position:absolute;
	width:10%;
	height:100%;
	background-image:  url(/templates/v12_dup/images/leftDS.gif);
    background-color: #EDDCCB;
	background-repeat: repeat-y;
	background-position: right;
	clear: both;
}

#Engine {
	left:0;
	top:0;
	padding:0;
	width: 100px;
	height: 156px;
	float: right;
} 

#rightContainer {
	position:absolute;
    left:10%;
	width:90%;
	height:100%;
	background-color: #fff;
	clear: both;
}

p.clearboth {
	clear: both;
}

/* NAVIGATION */

#navCol {
	display: table;
	position:absolute;
	left: 0;
	top:0;
	padding:0;
	width:200px;
	height: 100%;
	background-color: #92BBBA;
	clear: both;
}

#logo {
	background-image: url(/templates/v12_dup/images/v12logo.png);
	padding:0;
	width:126px;
	height:104px;
	float: left;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 80%;
	margin-left: 8px;
}
#nav {
	padding:0;
	text-align: right;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 40px;
	position: absolute;
	top: 135px;
	clear: both;
}

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

ul#tabs li {
	padding: 2px 0 0 0;
}

ul#tabs li a, ul#tabs li span {
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
	font-weight: lighter;
}

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

ul#tabs li.tab_2 {
	padding-left: 2px;
	font-size: 16px;
}

ul#tabs li.tab_2 a {
	padding-left: 2px;
	font-size: 16px;
	color: #D3E4E3;
}

ul#tabs li.tab_2 a:hover {
	padding-left: 2px;
	font-size: 16px;
	color: #000;
}

/* CONTENT */

.content { 
	width: 640px;
	margin-top: 50px;
	margin-left: 200px; 
	margin-right: auto; 
	margin-bottom:20px;   
	padding:0 50px; 
}

.contentPort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin: 3px 0 0 6px;
}

.contentPort2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	margin: 8px 0 0 6px;
}

.content a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin: 0 0 0 0;
}

.content a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	margin: 0 0 0 0;
}

.content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C60;
	text-decoration: none;
	margin: 0 0 0 0;
}

.content a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C60;
	text-decoration: none;
	margin: 0 0 0 0;
}

.contentHeader {
	padding-top: 20px;
	margin-right: auto;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	line-height: 44px;
	color:#BFBFBF;
	font-weight:bolder;
}

.contentSubHeader {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	color:#000;
	font-weight: lighter;
}

.contentCopy {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#333;
	font-weight: lighter;
}

/* FOOTER */


#footer {
	position: absolute;
	bottom: 0;
	width: 180px;
	height:40px;
	color: #668484;
	margin-left: 8px;
	margin-bottom:20px;
	font-size: 10px;
}

#footer a {
	color: #445858;
	text-decoration: none;*/

}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

/* forms */
form { border: 0; padding: 0; margin: 10px 0; }
form fieldset { border: 0; padding: 8px 18px 8px 0; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {
	text-align: left;
	font-size: 1em;
	color: #333;
	float: left;
	display: block;
	width: 75px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #666; 
	border: 1px solid #ddd; 
	padding: 4px; 
	background-color: #eee; 
	width: 350px; 
	font-family: Arial, Helvetica, sans-serif; 
	}
form p select { width: 360px; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #666; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn {
	background-image: none;
	width: 100px;
	overflow: visible;
	border: 1px solid #666;
	padding: 4px 6px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #999;
	}
a.btn:hover {
    background-image: none;
	background-color: #C60; 
	border-color: #000; 
}	

#candid {
	width: 586px;
	height: 140px;
	padding: 6px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
#clear {
	clear: both;
}
