/*
Author: Devin Schaffner @ DS Interactive Design, LLC.
*/


/*	----------------------------------------
	| GLOBALS
	----------------------------------------	*/

body {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background: #000000  !important;
	/*background: #ffffff url(../img/bkg.jpg) repeat-x !important;*/
	font: normal 80%/175% Arial, Helvetica, Verdana, sans-serif;
	color: #717171;
}

.blue  {
	color:#00adfd;
}

.white  {
	color:#fff;
}



/* -- Headings -- */
h1, h2, h3, h4, h5 {
	color: #fff;
	font-family: Arial, Helvetica, Tahoma sans-serif;
	font-weight:normal;
	clear:both;
	}
h1 {
	font-size:1.9em;
	letter-spacing:-0.03em;
	line-height: 1.3em;
	margin: 0em 0 0.75em 0;
	font-weight:bold;
	}
h2 {
	font-size: 1.3em;
	line-height: 1em;
	margin: 1.0em 0 .3em 0;
	color: #fff;
	}
h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin: 1.0em 0 .3em 0;
	color: #fff;
	}
h3.news	{ 
	font-size:1.4em;
	letter-spacing:-0.025em;
	margin: 0em 0 1.0em 0;
	text-transform:uppercase;
	}
h4 {
	font-size: 1.167em;
	font-weight:bold;
	line-height: 1.286em;
	margin: .5em 0 .5em 0;
	}
h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.5em 0 0.3em 0;
	
	}
	
	
 p, ol {
	line-height: 1.67em;
}  

#list li {  
padding: 0; 
list-style-type: disc; 
padding-left: 0.6em; 
margin-bottom: 10px;
margin-left: 30px; 
background-position: 2em; 
} 




/* -- Images -- */
img { border: 0; }
.imglt {
	clear: left;
	float: left;
	margin: 0 1em 0.5em 0;
	}
.imgrt, .alignright {
	clear: right;
	float: right;
	margin: 0 0 0.5em 1em;
	}
	
.alignleft {
	float:left;
	margin: 0 1em 0.5em 0;
	}


/*	----------------------------------------
	| Structure
	----------------------------------------	*/

#shell{ 
	width:1024px;
	margin: 0 auto;
	}


/* Header */

#header {
	margin: 0px 0px 0px 0px;
	background: url(../images/layout/header_bkg.jpg) repeat-x !important;
	width: 1024px;
	height: 139px;
	position:relative;
	display:block;
}


/* Logo */

#logo {
	float: left;
	height:100px;
}

/* right of logo */
#topright {
	text-align:right;
	color:#000000;
	float:right;
	height:70px;
	overflow:visible;
	width:310px;
	position:relative;
	top:10px;
	z-index:2000;
	line-height:200%;
	}

/* Navigation*/

#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	background-color:#000;
	width: 1024px;
	height: 33px;
	position:relative;
	display:block;}
	
#navigationline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #333;
	width: 1024px;
	height: 1px;
	position:relative;
	display:block;}
	
#navigation a, #navigation a:visited {
	font-size:11px;
	margin:0px 0px;
	text-decoration: none;
	color: #fff;
}

#navigation a:hover, #navigation a:hover:visited {
	
	color: #ffffff;
	font-size:11px;

	}
	
a:link{ color: #CF7F18; font-size:11px }

a:visited{ color: #db9e00; font-size:11px }

a:hover, a:focus{ color: #db9e00; font-size:11px;	text-decoration:none; }





/* Home Feature  */

#flash { 
	
	height:484px;
	background-color:#000000;
	width:1024px;
	top:0px;
	float:left;
	}
	



/* Content */

#content {
	float: left;
	width: 1024px;
	margin: 15px 0px 0px 0px;;
	background-color:#000;
}

#content_about {
	float: left;
	width: 1024px;
	margin: 15px 0px 0px 0px;;
	background-color:#000;
	background-image:url(/img/about_bkg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	overflow:visible;
}

#content .col {
	float:left;
	width:400px;
	margin: 0 45px 0 0;
	
	}
	
#content_about .col {
	float:left;
	width:400px;
	margin: 0 45px 0 0;
	
	}

/* callouts homepage */

#contenthome {
	float: left;
	width: 1024px;
	margin: 3px 0px 0px 0px;;
	background-color:#000;
}

#callouts {
	float: left;
	height:165px;
	width:495px;
}

#secondflash {
	float:right;
	height:165px;
	width:529px;
	z-index:2000;
	}


	
#content p {
	padding-left:8px; 
	}
	
#content a, #content a:visited {
	font-size:12px;
	font-weight:200;
	margin:0px 0px;
	text-decoration: none;
	color: #00adfd;
}

#content a:hover, #content a:hover:visited {
	
	color: #ffffff;
	}
	
.col1 {
	float:left;
	margin-right:100px;
	width:324px;
	}
	
.col2 {
	float:left;
	width:600px;
	}
	
#leftcontent {
	float: left;
	width:200px;
	text-align:right;
	padding: 30px 0 0 0;
}

#rightcontent {
	float:right;
	width:780px;
	z-index:2000;
	text-transform:uppercase;
	font-size:10px;
	color:#CCC;
	}


/* Post */

.post h2, .post h2 a, .post h2 a:visited {
	color:#333333; 
	margin:10px 0 2px;
	padding-top:10px;
	font-family:Georgia,Sans-Serif,Verdana;
	font-weight:normal;
	clear:both;
	font-size:26px;
	text-decoration:none;
	}

 .post h2 a:hover {
 	color:#349eda;
}

.post small  {
	color:#AAAAAA;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:0.8em;
	line-height:1.5em;
}

.entry {
	float:left;
	margin-bottom:20px;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #EEEEEE;
	line-height:1.6em;
	width:100%;
}





/* Footer */

#footer {
	/*background:#013d70 url(../img/footer_bg.jpg) repeat-x;*/
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 7px 0 3px 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	color: #414141;
	width:1024px;
	
}

#footer .links {
	
	margin:0px 0px 7px;
}

#footer .line {
	width:1024px;
	height:1px;
	background:#222222;
	margin:0px 0;
}

#footer .copyright {
	
	margin:7px 0;
	padding:0 0 0 5px;
	
}

#footer a, #footer a:visited {
	padding: 0px 7px 0px 7px;
	font-size:11px;
	margin:0px 0px;
	text-decoration: none;
	color: #00adfd;
}

#footer a:hover, #footer a:hover:visited {
	
	color: #ffffff;;

	}

/* Hacks */

.clear {
	clear: both;
	height:10px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
.clearline {
	clear: both;
	height:10px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom:1px solid #333;
	line-height:1.6em;
	}
	
.line {
	clear: both;
	height:1px;
	width: 100%;
	background:#fff;
	padding: 0;
	}

/* misc */


