@charset "iso-8859-1";

/* ---------------------------------------------------------------------------------------------- */
/*  Global stylesheet customized for Bethany Gainey                         			  */
/* ---------------------------------------------------------------------------------------------- */
/*  General styles for HTML elements & overall page structure                                     */
/* ---------------------------------------------------------------------------------------------- */

body {
	text-align: 			center;
	margin: 			0;
	padding:			0;
	background-color: 		#000;
	color:				#FFF;
	font:				normal 11px arial,helvetica,sans-serif;
	}

form {
	margin: 			0;
	padding: 			0;
	}

a {
	color:				#DDD;
	}

p {
	padding:			0 0 16px 0;
	margin:				0;
	}

img {
	border:				none;
	}
	

input,select,textarea {
	font: 				normal 12px arial,helvetica,sans-serif;
	background-color: 		#EEE;
	color:				#555;
	}

.btn {  
  	color:				#404040;
  	font: 				bold 7pt verdana,arial,helvetica,sans-serif;
  	background:			#c9c9c9 url(imgs/inactive.gif) no-repeat;
  	border:				1px solid #AEACA8;
  	padding:			2px 4px 1px;
	}
	
	
#wrapper {
	width: 				984px;
	background-color:		transparent;
	padding:			0;
	margin: 			58px auto 20px auto;
	text-align: 			left;
	height:				auto;
	}

#logo {
	width:				462px;
	height:				54px;
	margin:				0;
	padding:			0 0 0 30px;
	float:				left;
	vertical-align: 		top;
	}

#date {
	width:				472px;
	height:				44px;
	margin:				0;
	padding:			10px 20px 0 0;
	float:				right;
	text-align:			right;
	vertical-align: 		top;
	font-weight:			bold;
	}

#content-space {
	width:				980px;
	height:				auto;
	border:				1px solid #252525;
	padding:			1px;
	background-color:		#000;
	float:				left;
	text-align:			left;
	}

#content-img {
	width:				980px;
	padding:			0;
	background-color:		#252525;
	height:				604px;
	float:				left;
	vertical-align: 		top;
	}

#nav {
	width:				680px;
	height:				40px;
	margin-bottom:			10px;
	padding:			0 280px 0 20px;
	float:				left;
	}

#content {
	width:				530px;
	height:				auto;
	margin:				0;
	float:				left;
	padding-left:			30px;
	color:				#DDD;
	}

#footer {
	width:				984px;
	height:				auto;
	color:				#555;
	padding:			20px 20px 20px 30px;
	font:				normal 11px arial,helvetica,sans-serif;
	float:				left;
	}

#footer p {
	padding-bottom:			3px;
	margin:				0;
	}

	
#footer a:link { text-decoration: none; background: transparent; color: #555; }
#footer a:visited { text-decoration: none; background: transparent; color: #555; }
#footer a:hover { text-decoration:underline; background: transparent; color: #FFF;}
#footer a:active { text-decoration: none; background: transparent; color: #555; }
	
/* ------ Ancillary Classes ------------------------------------------------------------------- */

.font8pt {
	font-size:			11px;
	}

.font7pt {
	font-size:			10px;
	
	}

/* --------------------------------------------- */
/*  Clear floats without structural markup hack  */
/* --------------------------------------------- */
	
.clearfix:after {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ----------------------------------------------------------------------------------------------- 
	These are standard sIFR styles... do not modify
   -------------------------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: 		visible !important;
	margin: 		0;
}

.sIFR-replaced {
	visibility: 		visible !important;
}

span.sIFR-alternate {
	position: 		absolute;
	left: 			0;
	top: 			0;
	width: 			0;
	height: 		0;
	display: 		block;
	overflow: 		hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash h1 {
	visibility: 		hidden;
	font-size: 		24px;
	padding:		0;
	margin-bottom:		10px;
	color:			#FFF;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 		11px;
	padding:		0;
	margin:			0;
}



.sIFR-hasFlash h3 {
	visibility: 		hidden;
	padding:		0;
	margin:			0 0 7px 0;	
	font-size: 		18px;
}

/* //////////////////////////////////////////////////

.sIFR-hasFlash h4 {
	visibility: 		hidden;
	letter-spacing: 	-5px;
	font-size: 		21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: 	-4px;
	visibility: 		hidden;
	font-size: 		24px;
}

////////////////////////////////////////////////// */
/* ----------------------------------------------------------------------------------------------- */