/* ------------------------------------------------------------------------------------------------- */
/* ----- PAGE SECTIONS ----------------------------------------------------------------------------- */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	background: url('../images/bg_body.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: "AGP", Arial, sans-serif;
	font-size: 16px;
	color: #3d3d3d;
}

div#all {
	min-height: 100%;
	width: 100%;
	display: inline-block;
}

div#content {
	width: 900px;
	margin: 50px auto;
	/*margin-bottom: 50px;*/
	border: 20px #ffffff solid;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	background: rgba(199, 199, 199, 0.9);
}

div#header {
	display: block;
	width: 880px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}

div#header span.title {
	font-family: "AWQI", Arial, sans-serif;
	font-size: 80px;
	color: #709d3f;
	line-height: 80%;
	/*text-shadow: 1px 1px 1px #000000;*/
}

span.menu {
	font-family: "AGPb", Arial, sans-serif;
	font-size: 16px;
	color: #3d3d3d;
	text-transform: uppercase;
}

.menu a:link {
	color: #3d3d3d;
	text-decoration: none;
}
.menu a:visited {
	color: #3d3d3d;
	text-decoration: none;
}
.menu a:hover {
	color: #3d3d3d;
	text-decoration: underline;
}
.menu a:active {
	color: #3d3d3d;
	text-decoration: none;
}

div#contentbody {
	display: block;
	width: 880px;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
}

span.subheader {
	font-family: "AGPb", Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

div.block {
	display: inline-block;
	clear: both;
	width: 880px;
	margin-bottom: 20px;
}
div.blockleft {
	display: block;
	float: left;
	width: 140px;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
div.blockright {
	display: block;
	float: left;
	width: 719px;
	padding-left: 10px;
	border-left: 1px solid #3d3d3d;
}

/*
div#header_center {
    width: 280px;
	height: 150px;
    display: inline-block;
}

div#header_left {
	width: 50%;
	margin-right: -140px;
	float: left;
}

div#header_left_content {
	float: right;
	display: block;
	width: 360px;
	margin-right: 0px;
	padding-right: 160px;
	margin-top: 70px;
}

div#header_right {
	width: 50%;
	margin-left: -150px;
	float: right;
}

div#header_right_content {
	float: left;
	display: block;
	width: 360px;
	margin-left: 0px;
	padding-left: 160px;
	margin-top: 70px;
}

div#middle {
	width: 100%;
	padding: 150px 0px 80px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
div#middle_content {
	width: 1000px;
	display: block;
	margin: 0 auto;
	overflow: auto;
}

div#footer {
	position: fixed;
	width: 100%;
	height: 60px;
	background-image: url('../images/bg_footer.png');
	background-repeat: repeat-x;
	background-position: bottom;
	bottom: 0px;
}

div#footer_content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
}

div.footleft {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 350px;
}

div.footmid {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	width: 300px;
	text-align: center;
	font-family: "Lato", Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

div.footright {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 350px;
	text-align: right;
}

div.footright img {
	height: 26px;
	width: 26px;
	border: 0px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- HEADER CONTENT ---------------------------------------------------------------------------- */

/*
img#logo {
	width: 280px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: left;
	display: inline;
	border: 0px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- MENU -------------------------------------------------------------------------------------- */

/*
div.menu {
	width: 100%;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
}

span.menu_left {
	float: right;
	display: block;
	margin-right: 0px;
	margin-top: 8px;
	padding: 0px 20px 8px 20px;
}

span.menu_right {
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 8px;
	padding: 0px 20px 8px 20px;
}

span.menu_left_2 {
	float: right;
	display: block;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px 20px 5px 20px;
}

span.menu_right_2 {
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px 20px 5px 20px;
}

div.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
div.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.menu a:active {
	color: #ffffff;
	text-decoration: none;
}

span.current {
	background-image: url('../images/menu_glow.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- SUBMENU ----------------------------------------------------------------------------------- */

/*
ul#submenu {
	list-style-type: none;
	display: block;
	float: left;
	width: 286px;
	margin-top: 20px;
	margin-left: 0px;
	background-color: #ffffff;
	padding: 5px;
	border: 2px solid #19468d;
}
#submenu li {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 266px;
	padding: 10px;
	font-family: "Lato", Arial, sans-serif;
	font-size: 18px;
	color: #333e48;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #333e48;
}
#submenu li.current {
	background-color: #ff984d;
	text-shadow: 1px 1px 1px #ffffff;
}
#submenu li.bottom {
	border: 0px;
}
/*#submenu a:link {
	color: #333e48;
	text-decoration: none;
}
#submenu a:visited {
	color: #333e48;
	text-decoration: none;
}
#submenu a:hover {
	color: #333e48;
	text-decoration: underline;
}
#submenu a:active {
	color: #333e48;
	text-decoration: none;
}*/

/* ------------------------------------------------------------------------------------------------- */
/* ----- MAIN CONTENT ------------------------------------------------------------------------------ */

/*
div.title {
	display: block;
	float: left;
	width: 1000px;
	margin-top: 20px;
	margin-left: 0px;
	font-size: 36px;
	font-family: "Lato Italic";
	text-shadow: 1px 1px 1px #f36c22;
	letter-spacing: 2px;
}

div.content {
	display: block;
	float: left;
	vertical-align: text-top;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 1.2;
}

div.simplecontent {
	display: block;
	float: left;
}
div.hide {
	display: none;
}

div.m0 { margin-left: 0px; }
div.m90 { margin-left: 90px; }
div.w235 { width: 235px; }
div.w300 { width: 300px; }
div.w320 { width: 320px; }
div.w330 { width: 330px; }
div.w400 { width: 400px; }
div.w406 { width: 406px; }
div.w574 { width: 574px; }
div.w580 { width: 580px; }
div.w680 { width: 680px; }
div.w700 { width: 700px; }
div.w750 { width: 750px; }
div.w1000 { width: 1000px; }
div.w1050 { width: 1050px; }

span.button {
	display: inline-block;
	padding: 10px;
	background-color: #b8bcbf;
	border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	margin-bottom: 3px;
}

.pressreleasecontent .quote {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-left: 2px solid #19468d;
}

div.bios {
	display: block;
	float: left;
	vertical-align: text-top;
	margin-top: 20px;
	width: 480px;
	padding-left: 20px;
	background-image: url('../images/bg_bios.png');
	background-repeat: no-repeat;
	background-position: top right;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- GAMESURIDE PAGE --------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------- */
/* ----- TEAM PAGE --------------------------------------------------------------------------------- */


/*
img.team {
	float: left;
	display: block;
	padding: 5px;
	border: 2px solid #19468d;
	width: 221px;
	height: 295px;
}

img.profile {
	float: left;
	padding: 0px 5px 5px 0px;
	margin: 0px;
	height: 200px;
	width: 150px;
	border: 0px;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- PRESS PAGE -------------------------------------------------------------------------------- */

/*
div.rule {
	float: left;
	display: block;
	margin: 10px 0px 20px 150px;
	width: 400px;
	border-top: 2px solid #19468d;
}

span.quote {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	border-left: 2px solid #19468d;
}

/* ------------------------------------------------------------------------------------------------- */
/* ----- STRIKE-U-UP PAGE -------------------------------------------------------------------------- */

/*
iframe.youtube {
	padding: 5px;
	border: 2px solid #19468d;
}
	

/* ------------------------------------------------------------------------------------------------- */
/* ----- GENERAL FORMATTING ------------------------------------------------------------------------ */

.c {
	display: block;
	text-align: center;
}
.b { font-family: "AGPb", Arial, sans-serif; }
.i { font-family: "AGPi", Arial, sans-serif; }
.bi { font-family: "AGPbi", Arial, sans-serif; }

img {
	padding: 0px;
	border: 0px;
}

span.s24 {
	font-size: 24px;
}
span.s18 {
	font-size: 18px;
}
span.s12 {
	font-size: 12px;
}

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

table { border-collapse: collapse; }
td {
	padding-right: 4px;
	padding-bottom: 3px;
}
td.w175 { width: 175px; }
	

@font-face {
	font-family: "AGP";
	src: url('fonts/AGaramondPro-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "AGPb";
	src: url('fonts/AGaramondPro-Bold.otf');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "AGPi";
	src: url('fonts/AGaramondPro-Italic.otf');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "AGPbi";
	src: url('fonts/AGaramondPro-BoldItalic.otf');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: "AWQI";
	src: url('fonts/AWConquerorInline-Regular.otf');
	font-weight: normal;
	font-style: normal;
}