@charset "utf-8";
/* CSS Document */
/********* Default Style Sheet *********/


/********* Main Settings *********/

body{
	color:				#ffffff;
	font-family:		Arial, Helvetica, sans-serif;
	background-color: 	#000000;
	margin:				0px;
}


/********* Div Control *********/

.absolute{
	position:			absolute;
}

.centered{
	margin-left:		auto;
	margin-right:		auto;
}

.faded{
	color:				#666666
}

.flashHolder{
	width:			850px;
	height:			500px;
}

.fullwidth{
	width:				100%;
	z-index:			-1;
}

.head{
	height:				159px;
}

.nav_bar{
	position:			absolute;
	top:				133px;
	height:				25px;
	background-image: 	url(../images/navBar/nav_bar.png);
	font-family:		"Franklin Gothic Medium Cond", Verdana, Ariel, sans-serif;
	font-size:			1.25em;
	font-weight:		800;
	color:				#939393;
}

.right{
font-size:	10px;
	text-align:			left;
	position:			relative;
}

.smaller{
	font-size:			smaller;
}

.wrapper{
	width:				1000px;
	margin:				auto;
	position:			relative;
}

#body{
	min-width:			1000px;
	padding-top:		25px;
}

#blurb{
	position:			absolute;
	width:				400px;
	top:				35px;
	right:				10px;
	color:				#000000;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-weight:		bold;
}

#search{
	position:			absolute; 
	top:				133px; 
	right:				-120px; 
	width:				400px; 
	height:				20px;
}


/********* General Element Control *********/

.archiveBlurb{
	font-size:		.75em;
	font-family:	Arial, Helvetica, sans-serif;
}

.archivePic{
	width:			150px;
	padding:		15px 5px 15px 15px;
}

.archiveText{
	width:			250px;
	padding:		15px 5px 65px 15px;
	vertical-align:	bottom;
}

.archiveTitle{
	font-size:		1.25em;
	font-weight:	bold;
	font-family:	"Arial Narrow", Arial, Helvetica, sans-serif;
}

.blogLink{
	padding:		3px;
	width:			250px;
	vertical-align:	bottom;
}

.bold{
	font-weight:	bold;
}

.breadcrumb{
	position:			absolute;
	display:			block;
	z-index:			-1;
	right:				25px;
	top:				50px;
}

.date{
	font-size:			11px;
	color:				#666666;
}

fieldset{
	border:				thin #000000 solid;
	width:				500px;
}

h3{
	margin:			.5em;
}

.navDiv{
	float:			left;
	margin:			0px 22px;
	position:		relative;
}

img.navOver{
	position:		absolute;
	left:			-15px;
	visibility:		hidden;
}

.noBorder{
	border:			none;
}

.spacer{
	40px;
}

textarea{
	width:			250px;
}

.textCentered{
	text-align:		center;
}


/********* Specific Element Control *********/

div#authorBlurb{
	float:				right;
	text-align:			right;
	font-style:			italic;
	color:				#666666;
	font-size:			smaller;
}

div#header{
	background-image:	url(../images/header.png);
	height:				134px;
}

div#gearbox{
	height:					200px;
	width:					1000px;
}

div#gearboxfiller{
	height:					201px;
	background-image:		url(../images/gearbox_filler.png);
	background-repeat:		repeat-x;
}

img#logo{
	position:			absolute;
	top:				10px;
	left:				30px;
}

img#red_strip{
	position:			absolute;
	top:				30px;
	right:				420px;
	
}

#toolbox{
	position:			relative;
	width:				840px;
	padding:			5px;
	border-top:			#000000 medium solid;
	background-color:	#FFFFFF;
	color:				#000000;
}


/********* Links *********/

a:link{
	color:				#FFF;
	text-decoration:	underline;
}

a:visited{
	color:				#FFF;
	text-decoration:	underline;
}

a.navigation{
	color:				#777;
}

a.archiveTitle:link{
	text-decoration:	none;
}

a.archiveTitle:visited {
	color:				#777;
	text-decoration:	none;
}

a.archiveTitle:hover{
	text-decoration:	underline;
}

/*Controls ShareThis Text*/
.stbuttontext{
	color:				#666666;
} 

