@charset "utf-8";
/* CSS Document */

body {	background-color:#000000;	}
	
.bg {	background-image:url(images/mainBg.png);	background-repeat:no-repeat;	background-position:center;	width:950px;	height:600px;	margin:auto;	}
	
.bgNoBg {	width:950px;	height:600px;	margin:auto;	}
	
.imageAssemblage {float:left;	}

a:link {	color: #CCC; text-decoration:underline;}
a:visited {	color: #CCC; text-decoration:underline;}
a:hover {	text-decoration:underline;	color: #CCC; font-size:11px;}
a:active {	text-decoration:underline;	color: #CCC; font-size:11px;}
a:visited{	color:#CCC}
	
#header1 /*Navigation Div*/ {background-image:url(images/splashHeader1.png);	background-repeat:no-repeat;	width:950px;	height:69px;	}
	#filler1{float:left; display:block; width:234px; height:69px; }
	#btnPortfolio{float:left; display:block; width:101px; height:69px; background:url(images/splashNavi.png) no-repeat 0 0; background-position:-234px 0px;}
		#btnPortfolio:hover{background-position:-234px -69px;}
		#btnPortfolio span{display:none;}
	#filler2{float:left; display:block; width:42px; height:69px; }
	#btnResume{float:left; display:block; width:88px; height:69px; background:url(images/splashNavi.png) no-repeat 0 0; background-position:-377px 0px;}
		#btnResume:hover{background-position:-377px -69px;}
		#btnResume span{display:none;}
	#filler3{float:left; display:block; width:57px; height:69px; }
	#btnAbout{float:left; display:block; width:71px; height:69px; background:url(images/splashNavi.png) no-repeat 0 0; background-position:-522px 0px;}
		#btnAbout:hover{background-position:-522px -69px;}
		#btnAbout span{display:none;}	
	#filler4{float:left; display:block; width:74px; height:69px; }
	#btnBlog{float:left; display:block; width:55px; height:69px; background:url(images/splashNavi.png) no-repeat 0 0; background-position:-667px 0px;}
		#btnBlog:hover{background-position:-667px -69px;}
		#btnBlog span{display:none;}	
	#filler5{float:left; display:block; width:228px; height:69px; }

	
#header2 { background-image:url(images/splashHeader2.png);	background-repeat:no-repeat; width:210px; height:478px; }	
#header3 { background-image:url(images/splashHeader3.png);	background-repeat:no-repeat; width:539px; height:478px; }	
#header4 { background-image:url(images/splashHeader4.png);	background-repeat:no-repeat; width:201px; height:478px; }	
#header5 { background-image:url(images/splashHeader5.png);	background-repeat:no-repeat; width:950px; height:50px; }


/* Content Pages CSS */

#contentHeader { width:950px; height:308px; float:left;}
	#contentNaviLEFT { width:289px; height:308px; float:left; }
		#fillerCont1{float:right; display:block; width:289px; height:99px; }
		#btnContPort{float:right; display:block; width:100px; height:24px; background:url(images/contentNaviLEFT.png) no-repeat 0 0; background-position:0px -99px;}
			#btnContPort:hover{background-position:-100px -99px;}
			#btnContPort span{display:none;}
		#fillerCont2{float:right; display:block; width:289px; height:38px; }
		#btnContRes{float:right; display:block; width:100px; height:22px; background:url(images/contentNaviLEFT.png) no-repeat 0 0; background-position:0px -161px;}
			#btnContRes:hover{background-position:-100px -161px;}
			#btnContRes span{display:none;}

	#contentCenter { width:382px; height:308px; float:left; background-image:url(images/contentHeader2.png); background-repeat:no-repeat;}

	#contentNaviRIGHT { width:279px; height:308px; float:left;}
		#fillerCont3{float:left; display:block; width:279px; height:99px; }
		#btnContAbout{float:left; display:block; width:94px; height:24px; background:url(images/contentNaviRIGHT.png) no-repeat 0 0; background-position:0px -99px;}
			#btnContAbout:hover{background-position:-94px -99px;}
			#btnContAbout span{display:none;}
		#fillerCont4{float:left; display:block; width:279px; height:38px; }
		#btnContBlog{float:left; display:block; width:94px; height:22px; background:url(images/contentNaviRIGHT.png) no-repeat 0 0; background-position:0px -161px;}
			#btnContBlog:hover{background-position:-94px -161px;}
			#btnContBlog span{display:none;}

	#mainContentBg {/*ackground-image:url(images/w20.png); background-repeat:repeat;*/ background-color:#141414; border:1px solid; border-color:#222222; width:800px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; float:left; margin-left:75px;}
		#mainContentArea {width:768px; margin:auto; font-family:Verdana, Geneva, sans-serif; font-size:10px; line-height:15px; color:#FFF; }
		#zuneCard {width:768px; height:280; float:left; padding-bottom:13px; padding-top:13px;}
		
		
/* Misc */
		#customizedH1 { font-family:BirthOf;}
		
/*	Spans */

	.quote { font-style:italic; font-size:12px; line-height:25px; padding:10px 0px 10px 50px;}
	.first { font-weight:bold; font-size:12px; font-family: Verdana, Geneva, sans-serif; padding-bottom:6px; color:#7B1514;}
	.centered { text-align:center;}
	.highlighted {color:#7B1514; font-weight:700;}
	
/* Embedded Font(s) */

	@font-face {font-family: BirthOf; src: url("http://www.brigham.net/~jacobh/lunacium/storage/BIRTH_OF_A_HERO.eot") /* EOT file for IE */}
	@font-face { font-family: BirthOf; src: url("http://www.brigham.net/~jacobh/lunacium/storage/BIRTH_OF_A_HERO.ttf") /* TTF file for CSS3 browsers */}
