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


/* ---- General Content ---- */
body {
  	background-color: #000000;
  	font-size: 12px;
  	color:#000000;  
  	padding:0px;
  	margin:0px;
  	text-align: left;
}


#background { 	
  	position: relative;
  	text-align: left;
  	vertical-align: middle;	
  	margin: 25px auto;
  	padding: 0px;
  	width: 1023px;
  	height: 710px;
  	background-image:url(images/bg.gif);
}

#title {
  	text-align: left;
  	vertical-align: middle;
  	position: absolute;
  	left: 0px;
  	margin: 0px auto;
  	padding: 0px;
  	width: 580px;
  	height: 226px;
  	background-image:url(images/title.png);
  	background-repeat:no-repeat;
}

#navGame { 	
  	position: absolute;
  	right: 0px;
	top: 10px;
  	margin: 0px auto;
  	padding: 0px;
  	width: 470px;
  	height: 226px;
    background-image:url(images/navGame.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navTeam { 	
  	position: absolute;
  	right: 0px;
	top: 10px;
  	margin: 0px auto;
  	padding: 0px;
  	width: 470px;
  	height: 226px;
    background-image:url(images/navTeam.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#bordered-thumbnail {
	border: thin;
	border-color: #990000;
	height: 68px;
	width: 68px;
}

a {
	color: #E10000;
}

a:hover {
	color:#39100d;
}

a:visited {
	color: #E10000;
}

a:active {
	color:#39100d;
}

a#game {
	position: absolute;
	left: 18px;
	top: 103px;
	display: block;
	width: 220px;
	height: 106px;
	background-image: url(images/game.png);
	background-position: 0px 0px;
}

a#game:hover {
	background-position: 0px -106px;
}

a#team {
	position: absolute;
	right: 20px;
	top: 103px;
	display: block;
	width: 182px;
	height: 84px;
	background-image: url(images/team.png);
	background-position: 0px 0px;
}

a#team:hover {
	background-position: 0px -81px;
}

#content { 	
  	position: absolute;
	padding: 0px 12px;
  	right: 12px;
	top: 206px;
  	width: 682px;
  	height: 504px;
	color: #39100d;
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	background-image:url(images/textbg.png);
	background-repeat:no-repeat;
	background-position: -5px 18px;
}

#readme {
	font-size:20px;
	overflow: auto;
	width: 680px;
	height: 380px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

p.main {
	padding: 26px 0px 0px 0px;
	margin: 0px 0px 0px -4px;
}
p.mainfollowing {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px -4px;
}

#copyright { 	
  	position: relative;
	color: #999999;
  	text-align: center;
  	vertical-align: middle;	
  	margin: 25px auto;
  	padding: 0px;
  	width: 1023px;
  	height: 100%;
}

p#copyright {
 padding: 0px 0px;
 margin: 0px;
}


/* ---- Game Page Content ---- */
#sidenavGame {
  	text-align: left;
  	vertical-align: middle;
  	position: absolute;
  	left: 0px;
	top: 226px;
  	width: 341px;
  	height: 484px;
  	background-image:url(images/sidenavGame.png);
  	background-repeat:no-repeat;
}

a#about {
	position: absolute;
	left: 30px;
	top: 0px;
	display: block;
	width: 206px;
	height: 90px;
	background-image: url(images/about.png);
	background-position: 0px 0px;
}

a#about:hover {
	background-position: 0px -100px;
}

#sidenavEmblemAbout {
  	position: absolute;
  	left: 25px;
	top: 226px;
  	width: 341px;
  	height: 484px;
  	background-image: url(images/emblemAbout.png);
  	background-repeat:no-repeat;
}

a#screenshots {
	position: absolute;
	left: 4px;
	top: 130px;
	display: block;
	width: 278px;
	height: 93px;
	background-image: url(images/screenshots.png);
	background-position: 0px 0px;
}

a#screenshots:hover {
	background-position: 0px -100px;
}

#sidenavEmblemScreenshots {
  	position: absolute;
  	left: 73px;
	top: 230px;
  	width: 341px;
  	height: 484px;
  	background-image: url(images/emblemScreenshots.png);
  	background-repeat:no-repeat;
}

a#videos {
	position: absolute;
	left: 25px;
	top: 250px;
	display: block;
	width: 174px;
	height: 91px;
	background-image: url(images/videos.png);
	background-position: 0px 0px;
}

a#videos:hover {
	background-position: 0px -100px;
}

#sidenavEmblemVideos {
  	position: absolute;
  	left: 0px;
	top: 228px;
  	width: 341px;
  	height: 484px;
  	background-image: url(images/emblemVideos.png);
  	background-repeat:no-repeat;
}

a#download {
	position: absolute;
	left: 15px;
	top: 365px;
	display: block;
	width: 286px;
	height: 88px;
	background-image: url(images/download.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

a#download:hover {
	background-position: 0px -100px;
}

#sidenavEmblemDownload {
  	position: absolute;
  	left: 88px;
	top: 226px;
  	width: 341px;
  	height: 484px;
  	background-image: url(images/emblemDownload.png);
  	background-repeat:no-repeat;
}


/* ---- Team Page Content ---- */
#sidenavTeam {
  	text-align: left;
  	vertical-align: middle;
  	position: absolute;
  	left: 0px;
	top: 138px;
  	width: 341px;
  	height: 480px;
  	/*background-image:url(images/sidenavTeam.png);
  	background-repeat:no-repeat;*/
}

#sidenavEmblem1 {
  	position: absolute;
  	right: -15px;
	top: 10px;
  	width: 26px;
  	height: 39px;
  	background-image: url(images/emblem1.png);
  	background-repeat:no-repeat;
}

#sidenavEmblem2 {
  	position: absolute;
  	right: -15px;
	top: 10px;
  	width: 26px;
  	height: 30px;
  	background-image: url(images/emblem2.png);
  	background-repeat:no-repeat;
}

#sidenavEmblem3 {
  	position: absolute;
  	right: -23px;
	top: 10px;
  	width: 34px;
  	height: 34px;
  	background-image: url(images/emblem3.png);
  	background-repeat:no-repeat;
}

#sidenavEmblem4 {
  	position: absolute;
  	right: -25px;
	top: 10px;
  	width: 38px;
  	height: 33px;
  	background-image: url(images/emblem4.png);
  	background-repeat:no-repeat;
}

a.base {
	position: absolute;
	left: 15px;
	display: block;
	height: 50px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

a.base:hover {
	background-position: 0px -100px;
}

a.base#andres {
	top: 0px;
	width: 214px;
	background-image: url(images/andres.png);
}


a.base#ben {
	top: 35px;
	width: 149px;
	background-image: url(images/ben.png);
}

a.base#celes {
	top: 70px;
	width: 189px;
	background-image: url(images/celes.png);
}

a.base#cody {
	top: 105px;
	height: 68px;
	width: 186px;
	background-image: url(images/cody.png);
}

a.base#dan {
	top: 140px;
	height: 68px;
	width: 190px;
	background-image: url(images/dan.png);
}

a.base#jon {
	top: 175px;
	width: 215px;
	background-image: url(images/jon.png);
}

a.base#jonny {
	top: 210px;
	height: 65px;
	width: 217px;
	background-image: url(images/jonny.png);
}

a.base#luis {
	top: 250px;
	width: 174px;
	background-image: url(images/luis.png);
}

a.base#nicholas {
	top: 285px;
	width: 228px;
	background-image: url(images/nicholas.png);
}

a.base#ramon {
	top: 320px;
	height: 55px;
	width: 296px;
	background-image: url(images/ramon.png);
}

a.base#steve {
	top: 355px;
	width: 202px;
	background-image: url(images/steve.png);
}

a.base#terrick {
	top: 390px;
	width: 215px;
	background-image: url(images/terrick.png);
}

a.base#toby {
	top: 425px;
	height: 70px;
	width: 204px;
	background-image: url(images/toby.png);
}

a.base#trey {
	top: 460px;
	height: 70px;
	width: 186px;
	background-image: url(images/trey.png);
}

a.base#will {
	top: 495px;
	height: 70px;
	width: 214px;
	background-image: url(images/will.png);
}

img.biopic {
	float: left;
	margin: -8px 0px 0px 0px;
}

p.main#bio {
	position:absolute;
	top: 0px;
	padding: 35px 5px 0px 0px;
	font-size: 24px;
	width: 691px;
	background-image: url(images/biotitle.png);
	background-repeat: no-repeat;
	background-position: 218px 12px;
}

p.mainfollowing#contributions {
	position:absolute;
	top: 203px;
	padding: 50px 0px 0px 0px;
	font-size: 24px;
	width: 690px;
	background-image: url(images/contributiontitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

p.mainfollowing#contact {
	font-size: 20px;
	position:absolute;
	top: 365px;
	width: 670px;
	padding: 50px 20px 0px 10px;
	background-image: url(images/contacttitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
