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

@import "fonts/font.css";
@import "cform.css";
@import "buttons.css";

/*Margin*/

* { margin: 0; padding: 0; border: 0; }

body {
	background-color: #323232;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 11px; 
	color: #999; 
	
	text-shadow: 2px 2px 2px #000;
}

#wrapper {
	position: relative;
	top: 170px;
	height: 400px;
	width: 3800px;
}

#wrapperlong {
	position: relative;
	top: 170px;
	height: 400px;
	width: 17500px;
}

#wrappershort {
	position: relative;
	top: 170px;
	height: 400px;
	width: 2000px;
}

/*Content*/

.content { 
	float:left; 
	height: 366px; 
	width: 500px; 
	overflow-y: auto;
	
	margin-right: 10px; 
	margin-top: 24px;
	padding-right: 20px;
}

.contentlong { 
	float:left; 
	height: 366px; 
	width: 500px; 
	overflow-y: auto;
	
	margin-right: 66px; 
	margin-top: 24px;
	padding-right: 20px;
}


.contentfirst{ 
	float:left; 
	height: 366px;
	width: 444px;  
	overflow-y: auto;
	
	margin-left: 404px;
	margin-right: 10px; 
	margin-top: 24px;
	padding-right: 20px;
}

.fcredits { 
	margin-top: 28px;
	margin-left: 252px;
	height: 116px;
}

.bci {margin-top: 110px;}

/*Images*/

.imgcor {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: 1px solid #151515;
	
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;

	margin-right: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	
	float: left;
}

.imgcv {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	
	-moz-box-shadow: 2px 3px 6px #000;
	-webkit-box-shadow: 2px 3px 6px #000;
	box-shadow: 2px 3px 6px #000;
	
	margin-top: 10px;
	margin-right: 120px;
	
	float: right;
}

#return {
	float: right;
	position: absolute;
}

#returnlong {
	float: right;
	position: relative;
}

.network {
	margin-left: 36px;
	margin-top: 16px;
}

/*Navigation*/

#nav { 
	position: fixed;
	top: 262px;
	left: 174px;
	z-index: 8;
	
	padding: 0;
	
	/*top: 260px;
	left: 180px;
	font-size: 34px;*/ /*Different Settings for non Custom Font*/
	
	font-size: 30px;
	list-style-type: none;
	line-height: 62px;
	
	font-family: 'RingbearerMedium', 'Lucida Grande', Helvetica, sans-serif;
}

/*Banner & Footer*/

#banner {
	position: fixed;
	top: 170px;
	z-index: 6;
	
	float:left;
	
	width: 400px;
	height: 400px;
	background-image: url(../images/banner.png);
	background-repeat: none;
}

#footer {
	float: left;
	position:fixed;
	top: 580px;
	left: 8px;
	
	color: #888;
	text-align: left;
	font-size: 12px;
	
	text-shadow: 1px 1px 1px #000;
}

#footer a {color: #888;}

/*Type*/

p { font-size: 13px; line-height: 17px; margin: 6px 0 15px 0; }
h1 { font-family: Helvetica, sans-serif; font-size: 36px; color: #ccc; }
h2 { font-family: Helvetica, sans-serif; font-size: 33px; color: #ccc; }
ul { padding-left: 20px; padding-bottom: 14px; list-style-type: square; font-size: 12px;  }
tr { vertical-align: top; }

/*Links Css*/

a:link { text-decoration: none; color: #adadad; }
a:visited { text-decoration: none; color: #adadad; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline;  color: #ccc; }