/* 
	Charged layout - basic styles
*/

body{
	margin:0; padding:20px 0 0 0;
	width:100%;  height:100%;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #DCDDDF url('../images/bg/body.jpg') top center repeat-x;
	color: #222;
}

#wrap{
}

#page{
	width: 1012px;
	margin:0 auto; padding:0px 0;
}

/* Header Styles */

#header{
	display:block;
	margin:0; padding:5px 72px 0px 0;
	position:relative;
	width: 1012px; height: 270px;
	background: url('../images/bg/header.jpg') top right no-repeat;
	z-index: 2000;
}

body.home #header{
	height: 379px;
}

#header br{
	display:none;
}

#header  #logo{
	display:block;
	padding:10px 0 0 0; margin:0;
	border: 0px solid white;
	position:absolute;
	z-index: 2000;
	float:left;
	width:283px; height: 134px;
}

#logo_ie{
	position:absolute;
	width:283px; height: 134px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://sites.legitify.com/chargedstudios.com/images/charged.png');
	z-index:1900;
	padding:10px 0 0 0; margin:0;
	border: 0px solid white;
}

#header #logo h1{ 
	display:none; 
}

#header .element,
#content .element,
#footer .element{
	z-index: 1000;
	position:relative;
	margin:0; padding:0;
}

#header .main_menu_dropdown{
	width: 650px;
	padding: 10px 0 0 360px; margin:0;
	height:35px;
	position:relative;
}

#menu{
	padding:0; margin:0;
	height:35px;
}

#menu li{
	list-style:none;
	float:left;
}

#menu li a:link,
#menu li a:visited{
	display:block;
	color: #1A75BC;
	font-size: 15px;
	text-decoration:none;
	padding: 5px 12px 9px 12px; margin:0;
	position:relative;
	z-index: 2000;
	font-weight:bold;
	
}

#menu li a:hover,
#menu li a:active, 
#menu li a.over,
#menu li a.selected:link,
#menu li a.selected:visited{
	color: #5592C4;
	padding: 5px 12px 9px 12px; margin:0;
	background: url('../images/bg/menu.gif') bottom center no-repeat;
	display:block;
}

#menu li ul{
	position:absolute;
	display:none;
	top:40px; left: 0px;
	width: 200px;
	padding-bottom:15px;
}

#menu li li{
	width: 200px;
	float:none;
	display:none;
}

#menu li li a:link,
#menu li li a:visited{
	padding: 0px 15px; margin:0;
	float:none;
	display:none;
}

#menu li li a:hover,
#menu li li a:active, 
#menu li li a.over,
#menu li li a.selected:link,
#menu li li a.selected:visited{
	padding: 0px 15px; margin:0;
}

#menu li li ul{
	left:200px; top: 0;
	display:none;
}

#header .random{
	width: 868px; height: 197px;
	margin:0 72px; padding: 2px 0 0 0;
	position:absolute;
	border-top: 3px solid #686868;
	overflow:hidden;
	bottom: 0;
	z-index:200;
}

body.home #header .random{
	height: 306px;
}

#header .random img{
	width: 868px;
	padding:0; margin:0;
	z-index:200;
}


/* Content Area Styles */

#content{
	clear:both;
	float:none;
	width: 868px;
	margin:0 auto; padding:15px 0 20px 0;
	line-height: 22px;
	background-color:white;
	border-bottom: 3px solid #686868;
}

#content .element{
	z-index: 500;
}

.nav, .main, .secondary{
	display:block;
}

.leftnav .nav{
	width: 235px;
	padding: 0 0 0 15px; margin:0;
}

.leftnav .main{
	width: 550px;
	padding:0 28px 0 40px; margin:0;
}

.rightnav .nav{
	width: 235px;
	padding: 0 15px 0 0; margin:0;
}

.rightnav .main{
	width: 550px;
	padding:0 40px 0 28px; margin:0;
}

.threecolumn .nav{
	width: 235px;
	padding: 0 15px; margin:0;
}

.threecolumn .main{
	width: 300px;
	padding: 0; margin:0 0 0 10px;
}

.threecolumn .secondary{
	width: 300px;
	padding: 0; margin:0 0 0 10px;
}

.fullpage{
	display:block;
	width: 100%;
}

/* Generic Font styles */

#blog-template .post img,
#content .magic img,
#content .default img{
	margin: 5px 10px;
	border: 5px solid #DCDDDF;
}

.current_post h1 a:link,
.current_post h1 a:visited,
h1{
	font-size: 18px;
	color: #0863A9;
}


h2{
	color: #333;
	font-size: 14px;
}

h3{

}

h4{
	color: #A30000;

}

a:link,
a:visited{
	color: #222;
}

a:hover,
a:active,
a.over,
a.selected:link,
a.selected:visited{
	
}

blockquote{
	background-color: #DCDDDF;
	padding: 10px 20px;
}

/* Footer */
#footer{	
	width: 868px;
	margin: 0 auto; padding:5px 0 0 0;
	clear:both; float:none;
	display:block;
	position:relative;
}

#footer .callout{	
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}
#footer .callout h4{
	padding:0; margin:0;
}
#footer .menu,
#footer .menu a:link,
#footer .menu a:visited{
	color: #0063A6;
	font-size:11px;
}

#footer .menu{
	width: 470px;
	margin:0 auto;
}

#footer .menu li{
	list-style:none;
	float:left;
}

#legitify{
	width: 120px; height: 30px;
	margin:0 0px 0 10px;
	position: absolute;
	top:10px;
	right:10px;
}

/* -------------- Menu Elements ------------------ */

#content .nav .menu{
	padding: 0 10px 10px 5px;margin:0 0 10px 0; 
}

#content .nav .menu .root-menu-link{	
	color: #0863A9;
	font-weight:bold;
}
#content .nav .menu ul{
	margin:0; padding:0;
}
#content .nav .menu li{
	display:block;
	clear:both;
	padding:0; margin:0;
}

#content .nav .menu li a:link,
#content .nav .menu li a:visited{
	display:block;
	padding:0; margin:0;
	font-size: 12px;
	font-weight:bold;
}

#content .menu li a:hover,
#content .menu li a:active,
#content .menu li a.over,
#content .menu li a.selected:link,
#content .menu li a.selected:visited{
	text-decoration:underline;
}

#content .menu li{
	list-style:none;
	float:left;
}

/* -------------- Content Elements -------------*/

#header .random_callout,
#header .page_summary{
	right:172px;
	bottom: 0;
	position:absolute;
	z-index:2000;
}

#header .page_summary h1{
	display:none;
}

#header .random_callout h2,
#header .page_summary .summary h2{
	display:block;
	color: white;
	font-size: 20px;
}
.magic a:link,
.magic a:visited,
.default a:link,
.default a:visited{
	color: #0063A6;
	text-decoration:underline;
}

/*------------- Photo Elements -------------*/

.gallery{
	height: 400px;
}

/*-------------Callout Elements ------------*/

#header .callout{
	color: #A30100;
	font-size: 20px;
	width: 620px; height: 25px;
	padding: 0 72px 0 300px; margin:0;
	overflow:hidden;
}

#header .callout a:link,
#header .callout a:visited{
	color: #A30100;
	padding: 0; margin:0;
}

#content .nav .callout{
	background-color: #A30100;
	color: white;
	width: 195px;
	padding: 5px 20px;
	clear:both;
}
#content .nav .callout img{
	padding-top: 10px;
}

/*-------------Blog Elements ------------*/

#blog-template .post{
	padding-bottom: 20px;
}

#content .current_headlines{
	padding: 0 10px 10px 10px;
}

#content .current_headlines img{
	display:none;
}

#content .current_headlines .post{
	padding-bottom: 10px;
}


#content .current_headlines h2{
	padding:0; margin:0;
	line-height: normal;
}

#content .current_headlines a:link,
#content .current_headlines a:visited{
	font-weight: bold;
	text-decoration:underline;
	font-size: 12px;
	padding:0; margin:0;
}

#content .current_headlines .date{
	color: #999999;
	padding:0; margin:0;
	line-height: normal;
}

#content .nav .blog_link{
	padding: 20px 10px 10px 10px;
}

#content .nav .blog_link a:link,
#content .nav .blog_link a:visited{
	color: #5592C4;
	font-size: 16px;
	font-weight:bold;
	padding: 10px 0;
}

#content .nav a.read-more{
	background: url('../images/bg/triangle.gif') top right no-repeat;
	text-decoration: none;
	padding: 0 15px 0 0;
}


/*-------------Form Elements ------------*/

#header .email_signup{
	z-index: 1000;
	margin: 146px 0 0 72px; padding:0 0 0 13px;
	color: white;
	background: url('../images/bg/email-signup.png') top left no-repeat;
	height: 55px;
}

body.home #header .email_signup{
	margin-top: 255px;
}

#header .signup input{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#header .signup input.submit{
	background: url('../images/bg/email-submit.gif') top left no-repeat;
	width: 83px;
	height: 18px;
	border: 0px solid white;
	color: white;
	padding:0 0 4px 0; margin:3px 0 0 0;
}

#header .email_signup p{
	padding:4px 0 3px 0; margin:0;
	
}	

#header .email_signup .signup form{
	padding:0; margin:0;
}

/* media enlargement styles */

.photomatte{
		display:none; 
		position:absolute;
		top:0; left:0; 
		width:100%; height:100%; 
		z-index:6000; 
		background-color:#000;
}
.photomatte span{
		position:absolute; top:370px;
	 	width:100%;		
		text-align:center;
		color:#FFF;
		letter-spacing:15px;
}

/* notifications */
.error{
	color:#FFF;
	background-color:#CC0000;
	padding:5px;
}
.notify{
	display:none;
	color:#FFF;
	background-color:#FF9900;
}


/*   forms   */

#contact-page{
	padding: 10px;
}

label{
	display:block;
	width:140px;
	float:left;
	padding-right: 10px;
	font-size: 12px;
}

input, textarea{
	float:left; margin:2px 6px 10px 0;
	padding:2px; font-size:15px; 	
	font-family:"Trebuchet MS",Verdana, Sans-serif;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:300px;
}

.fieldwrap{
	clear:both;
}

.textareawrap{
	clear:both;
}


.checkboxwrap{
	clear:both;
	margin:5px 0 5px 140px;
}
.checkboxwrap input, .checkboxwrap label{
	width:auto; font-size:12px;
	cursor:pointer;
}

.signupfield{
	width: 150px;
}

.submit { clear:both; margin:0 0 0 150px; }
.submit input{ 
	width:auto;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC; 
}

input.submit{
	float:left; width:auto; clear:none;
	font-size:13px;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:2px 0 0 0;
}
.disabled{
	color:#888;
}

.clear{
	clear:both; 
	margin:0; padding:0;
	width:0; height:0;
}