/* unvisited link */
a:link {
    color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #0000AA;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #0033FF;
}

/* selected link */
a:active {
    color: #0000FF;
	text-decoration: none;
}

/* Scrollbar shit */

::-webkit-scrollbar { width: 28px; height: 28px; }
::-webkit-scrollbar-corner { background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png'); }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,1); background: #444444; }
::-webkit-scrollbar-thumb:vertical { border: 2px solid #000000;
-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,1);
background: linear-gradient(to right, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); }
::-webkit-scrollbar-thumb:horizontal { border: 2px solid #000000;
-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,1);
background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); }

::-webkit-scrollbar-button       {  }
::-webkit-scrollbar-button:horizontal:decrement { height: 28px; width: 28px; background-image: linear-gradient(to right, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 20%,rgba(0,0,0,0) 15%,rgba(0,0,100,0.8) 100%), url('/common/img/hleft.png'); border: 2px solid #000000; }
::-webkit-scrollbar-button:horizontal:increment { height: 28px; width: 28px; background-image: linear-gradient(to right, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 20%,rgba(0,0,0,0) 15%,rgba(0,0,100,0.8) 100%), url('/common/img/hright.png'); border: 2px solid #000000; }
::-webkit-scrollbar-button:vertical:decrement { height: 28px; width: 28px; background-image: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 20%,rgba(0,0,0,0) 15%,rgba(0,0,100,0.8) 100%), url('/common/img/vup.png'); border: 2px solid #000000; }
::-webkit-scrollbar-button:vertical:increment { height: 28px; width: 28px; background-image: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 20%,rgba(0,0,0,0) 15%,rgba(0,0,100,0.8) 100%), url('/common/img/vdown.png'); border: 2px solid #000000; }


@font-face {
	font-family: storyFont;
	src: url("/common/fnt/MetroCity.ttf");
}

@font-face {
	font-family: aboutFont;
	src: url("/common/fnt/FinalFight.ttf");
}

@font-face {
	font-family: headerFont;
	src: url("/common/fnt/Grand Stylus.ttf");
}

@font-face {
	font-family: titleFont;
	src: url("/common/fnt/Capture_it.ttf");
}


/* Left side shit */

div.gamebodyleft {
	background: #222222;
	z-index: 20;

	width: 576px;
	
	display: inline;
	float:left;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
}

div.gameheader {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 556px;
}

/* Arcade look shit */

div.gamemarquee {
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: block;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 183px;
	width:576px;
}

div.gamescreen {
	
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	
	display: block;
	
	height: 450px;
	width:576px;
	
	padding: 0px;
	margin: 0px;
	
	background-size: 100% 100%;
}

iframe.gameintro {
	margin-top: 72px;
	margin-left: 88px;
	border: 2px solid #000000;
}

/* About shit */

div.gameabout {
	background-image: url("/common/img/descriptionbg.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/descriptionbg.png");
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #32DDFF;
	
	display: block;
	position: relative;
	text-align: center;
	
	height: 353px;
	width:576px;
	
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
}

div.gameabout p {
	font-family: storyFont;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 2px rgba(0,0,66,1);
	text-indent: 30px;
	
	margin-left: 40px;
	margin-right: 210px;

    z-index:100;
    position:absolute;
}

img.gamechar {
	height: 350px;
	float: right;
	position: absolute;
	right:20px;
	bottom:30px;
}

/* Story shit */

div.gamestory {
	background-image: url("/common/img/storybg.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,0.8) 100%), url("/common/img/storybg.png");
	background-repeat:repeat-y;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #32DDFF;
	
	display: block;
	position: relative;
	text-align: center;
	
	height: 320px;
	width:576px;
	overflow-y:auto;
	background-attachment:local;
	
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
}

div.gamestory p {

	font-family: storyFont;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 2px rgba(0,0,66,1);
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}

div.gamestory img {
	border: 2px solid #000000;
	box-shadow: 8px 8px 1px #000000;
	margin-top: 16px;
}

div.gamestory img:first-child {
	margin-top: 0px;
}

/* Trivia shit */

div.gametrivia {
	background-image: url("/common/img/storybg.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,0.8) 100%), url("/common/img/storybg.png");
	background-repeat:repeat-y;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #32DDFF;
	
	display: block;
	position: relative;
	text-align: center;
	
	height: 372px;
	width:576px;
	overflow-y:auto;
	background-attachment:local;
	
	padding: 0px;
	padding-top: 38px;
	padding-bottom: 10px;
	margin: 0px;
}

div.gametriviainfo {
	width: 100%;
	position: relative;
	
	display: block;
	margin-bottom: 32px;
}

div.gametrivia p {
	font-family: storyFont;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 2px rgba(0,0,132,1);
	text-indent: 30px;
	text-align: center;
	
	margin-right: 50px;
	margin-left: 50px;
}

div.gametriviabullet {
	height: 44px;
	width: 64px;
	float: left;
}

div.gametriviabullet img {
	position: fixed;
	right:0;
	bottom:0;
}

div.fightertrivia {
	background-image: url("/common/img/storybg.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,0.8) 100%), url("/common/img/storybg.png");
	background-repeat:repeat-y;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #32DDFF;
	
	display: block;
	position: relative;
	text-align: center;
	
	height: 292px;
	width: 476px;
	overflow-y:auto;
	background-attachment:local;
	
	padding: 0px;
	padding-top: 38px;
	padding-bottom: 10px;
	margin: 0px;
}

div.fightertriviainfo {
	width: 100%;
	position: relative;
	
	display: block;
	margin-bottom: 32px;
}

div.fightertrivia p {
	font-family: storyFont;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 2px rgba(0,0,132,1);
	text-indent: 30px;
	text-align: center;
	
	margin-right: 50px;
	margin-left: 50px;
}

div.fightertriviabullet {
	height: 44px;
	width: 64px;
	float: left;
}

div.fightertriviabullet img {
	position: fixed;
	right:0;
	bottom:0;
}

/* Right side shit */

div.gamebodyright {
	background: #000066;
	z-index: 19;

	width: 378px;
	
	padding: 0px;
	margin: 0px;
	
	display: inline;
	float: right;
	position: relative;
	
	left: -4px;
}

/* Separators shit */

div.gamehbar {
	background-image: url("/common/img/hborder.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/hborder.png');
	background-repeat: repeat-x;
	border: 2px solid #000000;
	
	display: block;
	margin: 0px;
	padding: 0px;
	
	height: 23px;
	width: 100%;
	
	clear:both;
}

div.gamevbar {
	background-image: url("/common/img/vborder.png");
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	background-repeat: repeat-y;

	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	width: 25px;
}

/* Poster shit */

div.gameposter {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	
	display: block;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	
	height: 420px;
	width: 100%;
}

img.poster {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	display: inline;
	width: 324px;
	height: 420px;
	float: left;
}

/* Stats shit */

div.gamestats {
	background: #ffff00;
	border: 2px solid #000000;
	
	display: block;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
	
	width: 378px;
	
	clear:both;
}

div.gamestatsheader {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-bottom: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	box-sizing: border-box;
	
	height: 40px;
	width: 100%;
}

div.gamestatinfo {
	background-image: url("/common/img/gamestatsbg.png");
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	background-repeat: repeat-x;
	color: #ffffff;
	/* border-bottom: 2px solid #000000; */
	font-family: titleFont;
	font-size: 26px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	background-repeat: repeat;
	overflow-y: hidden;
}

div.gamestattype {
	background-image: url("/common/img/gameheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gameheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-right: 2px solid #000000;
	-webkit-transform: skew(-25deg);
       -moz-transform: skew(-25deg);
         -o-transform: skew(-25deg);
	font-family: titleFont;
	font-size: 26px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	display: inline;
	float: left;
	position: relative;

	left: -40px;
	
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 10px;
	
	height: 30px;
}

div.gamestattypetext {
	-webkit-transform: skew(25deg);
       -moz-transform: skew(25deg);
         -o-transform: skew(25deg);
		 
	padding-top: 1px;
	cursor: help;
}

div.gamestattext {
	padding-top: 1px;
}

div.gamecredittext {
	font-size: 18px;
	padding-top: 5px;

	position: absolute;
	width: 97%;
}

div.gamestatedge {
	background-image: url("/common/img/gameheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gameheaderbg.png');
	background-repeat: repeat-x;
	display: inline-block;
	position: relative;
	float: left;
	
	height: 30px;
	width: 40px;
}

/* Footer shit */

div.gamefooterborder {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	position: static;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
	
	clear: both;
}

div.gamefooter {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border: 2px solid #000000;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	
	height: 243px;
	width: 956px;
}

div.tryleft {
	display: inline-block;
	height: 100%;
	width: 314px;
	
	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
}

div.trymid {
	display: inline-block;
	height: 100%;
	width: 318px;
	
	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
}

div.tryright {
	display: inline-block;
	height: 100%;
	width: 314px;
	
	margin: 0px;
	padding: 0px;
	
	vertical-align: top;
}

img.tryimg {
border: 2px solid #000000;
	margin: 0 auto;
	margin-top: 30px;
	
	box-shadow: 8px 8px 1px #000000;
	
	display: block;
	
	height: 146px;
	width: 250px;
}

div.trytext {
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 32px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	display: block;
	
	padding-top: 16px;
	
	width: 100%;
}

/* Fighters shit */

img.fighterselect {
	margin: 0 auto;
	padding: 40px 0px 50px 0px;
	
	display: block;
	
	height: 60px;
}

div.fightertabs {
	width: 956px;
	position: relative;
}

div.fightertabs input {
    position: absolute;
    z-index: 1000;
    width: 250px;
    height: 292px;
    left: 0px;
    opacity: 0;
    cursor: pointer;
	padding: 0px;
	margin-right: 30px;
}

div.fightertabs input#fightertab-1{
    left: 52px;
}
div.fightertabs input#fightertab-2{
    left: 354px;
}
div.fightertabs input#fightertab-3{
    left: 656px;
}
div.fightertabs input#fightertab-4{
    left: 800px;
}

div.fightertabs label {
	margin: 0px;
	padding: 0px;
	
	position: absolute;
	opacity: 1;
	transition: all ease-out 0.5s 0.4s;
}

div.fightertabs input#fightertab-1 + label {
	left: 52px;
}

div.fightertabs input#fightertab-2 + label {
	left: 354px;
}

div.fightertabs input#fightertab-3 + label {
	left: 656px;
}

div.fightertabs input#fightertab-4 + label {
	left: 800px;
}

img.fightericon {
	width: 246px;
	margin: 0px;
	padding: 0px;
	
	border: 2px solid #000000;
	
	transition: all .5s ease-in-out;
	opacity: 0;
	
	position: absolute;
	top: 25px;
	left: 25px;
}

img.fightericonoff {
	width: 246px;
	margin: 0px;
	padding: 0px;
	
	border: 2px solid #000000;
	
	position: absolute;
	top: 25px;
	left: 25px;
	
	box-shadow: 8px 8px 1px #000000;
}

div.fightericonspacer {
	width: 248px;
	height: 100%;
	display: inline-block;
	float: left;
}

div.fselect {
	width: 304px;
	height: 342px;
	
	display: inline-block;
	
	position: absolute;
	
	top: -25px;
	left: -25px;
}

div.fightermiddle {
	width: 304px;
	height: 288px;
	
	padding: 0px;
	margin: 0px;
}

div.fselect div.fighterhbar, div.fselect div.fightervbar {
	transition: all .5s ease-in-out;
	opacity: 0;
}

div.fightertabs input:checked + label {
    background: linear-gradient(to bottom, rgba(0,93,193,1) 0%,rgba(0,93,224,1) 12%,rgba(0,152,247,1) 25%,rgba(0,93,224,1) 39%,rgba(0,93,193,1) 50%,rgba(0,80,209,1) 54%,rgba(0,85,170,1) 63%,rgba(0,6,196,1) 100% );
    z-index: 6;
}

div.fightertabs input:checked + label div.fighterhbar, div.fightertabs input:checked + label div.fightervbar {
    opacity: 1;
}


div.fightertabs > input:hover + label img.fightericon {
	opacity: 1;
}

div.fightertabs > input:checked + label img.fightericon {
	opacity: 1;
}

div.fightertabs > input:checked + label img.fightericonoff {
	box-shadow: 0px 0px 0px;
}

div.fightertabs > input:checked + label div.fightername {
	color: #ffffff;
}

div.fightername {
	color:#999999;
	
	font-family: titleFont;
	font-size: 58px;
	text-shadow: 8px 8px #000000;
	text-align: center;
	
	transition: all .5s ease-in-out;
	
	padding: 0px;
	margin: 0 auto;
}

div.fighterhbar {
	background-image: url("hborder2.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/hborder2.png');
	background-repeat: repeat-x;
	border: 2px solid #000000;
	
	display: block;
	margin: 0px;
	padding: 0px;
	
	height: 23px;
	width: 298px;
	
	clear:both;
}

div.fightervbar {
	background-image: url("vborder2.png");
	background: linear-gradient(to right, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder2.png');
	background-repeat: repeat;

	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	width: 25px;
}

div.fighterportraits {
	width: 956px;
	height: 555px;
	
	background-color: #000000;
	background-image: url("/common/img/pp.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,0.8) 100%), url("/common/img/pp.png");
	
	border-top: 2px solid #000000;
}

div.fighterspacer {
	display: inline-block;
	width: 956px;
	height: 400px;
}

div.fighterheader {
	background-image: url("gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
}

div.fightermoveheader {
	background-image: url("gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	position: relative;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
}

div.fightermovename {
	background-image: url("gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: inline-block;
	
	float: left;
	position: relative;
	
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	padding-right: 30px;
	padding-left: 10px;
	
	height: 40px;
	z-index: 1000;
}

div.fightermoveinput {
	background-image: url("gamestatsheaderbg2.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatsheaderbg2.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	
	-webkit-transform: skew(-25deg);
       -moz-transform: skew(-25deg);
         -o-transform: skew(-25deg);
	
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: inline-block;
	
	float: left;
	position: relative;
	
	left: -10px;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
	
	height: 40px;
	z-index: 1100;
}

div.fightermoveinput p, div.stagename p {
	-webkit-transform: skew(25deg);
       -moz-transform: skew(25deg);
         -o-transform: skew(25deg);
}

div.fightermoveinput > p, div.fightermoveheader > p {
	margin-top: 8px;
}

div.fighterinfo {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border-top: 2px solid #000000;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	
	height: 243px;
	width: 956px;
	
	overflow-x: hidden;
	overflow-y: hidden;
}

div.fightermoveinfo {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border-top: 2px solid #000000;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	
	height: 180px;
	width: 956px;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	clear: both;
}

#fightercontrols {
	height: 220px;
}

div.controllerarea {
	width: 33%;
	height: 100%;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	position: relative;
}

.helper {
	width: 100%;
    text-align: center;
    position: absolute;
    bottom: 70px;
}

div.controltext {
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 36px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	position: absolute;
	
	width: 100%;
	bottom: 10px;
}

div.fighterscreens {
	width: 296px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	display: inline-block;
	float: left;
	
	overflow-x: hidden;
	
	text-align: center;
}

div.fighterscreens iframe {
	position: absolute;
	top: 18px;
	left: 8px;
	box-shadow: 6px 6px 1px #000000;
}

div.fighterscreens img {
	position: relative;
	
	border: 2px solid #000000;
	box-shadow: 8px 8px 1px #000000;
	
	height: 160px;
	
	margin-top: 10px;
	margin-right: 10px;
	
	max-width: 98%;
}

div.fighterbio {
	width: 410px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	display: inline-block;
	float: left;
}

div.fighterbio p {
	color: #ffffff;
	font-family: storyFont;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 1px rgba(0,0,0,1);
	text-align: center;
	
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

div.fighterstats {
	width: 250px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	display: inline-block;
	float: left;
}

div.fighterstattype {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x repeat-y;
	color: #ffffff;
	border-right: 2px solid #000000;
	-webkit-transform: skew(-25deg);
       -moz-transform: skew(-25deg);
         -o-transform: skew(-25deg);
	font-family: titleFont;
	font-size: 30px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	vertical-align: text-bottom;	
	display: table-cell;
	float: left;
	position: relative;

	left: -20px;
	
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	padding-right: 6px;
	
	height: 25%;
	width: 74px;
	
	clear: both;
}

div.fightermoveinfo div.fighterstattype, div.fightermoveinfo div.fighterstars {
	height: 25%;
}

div.fighterstattypetext {
	-webkit-transform: skew(25deg);
       -moz-transform: skew(25deg);
         -o-transform: skew(25deg);
	
	padding-top: 6px;
	cursor: help;
}

div.fighterstars {
	width: 180;
	height: 25%;
	
	display: inline-block;
	
	position: relative;
	left: -10px;
}

img.statstar {
	height: 26px;
	width: 26px;
	
	display: inline;
	margin-top: 9px;
}

p.fightersmalltext {
	font-size: 20px;
}

div.fighterhalf {
	width: 478px;
	
	display: inline-block;
	float: left;
}

div.fighterhalf div.gameheader {
	width: 456px;
}

img.triviaimg {
	box-shadow: 4px 4px 2px #000000;
	border: 2px solid;
	margin-bottom: 10px;
}

/* Enemy shit */

div.enemyindex {
	background-image: url('/common/img/footer.png');
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0px,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 99%,rgba(0,0,0,0.8) 100%), url('/common/img/footer.png');
	background-repeat: repeat-y;
	width: 956px;
	display: block;
	
	margin: 0px;
	padding: 0px;
}

div.enemyrow {

	border-top: 2px solid #000000;
	height: 254px;
	width: 956px;
	
	margin: 0px;
	padding: 0px;
}

div.enemyarea {
	

	height: 250px;
	width: 191px;
	
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	position: relative;
	float: left;
}

div.enemyarea a, div.enemyarea a:visited, div.enemyarea a:active, div.enemyarea a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div.enemyarea img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
}

div.enemyarea p {
	color: #ffffff;
	
	font-family: headerFont;
	font-size: 42px;
	
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	position: absolute;
	
	width: 100%;
	bottom: -14px;
}

.helper2 {
	width: 100%;
    text-align: center;
	position: absolute;
    bottom: 72px;
}

div.bossindex {
	background-image: url('/common/img/footer.png');
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0px,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 99%,rgba(0,0,0,0.8) 100%), url('/common/img/footer.png');
	background-repeat: repeat-y;
	width: 956px;
	display: block;
	
	margin: 0px;
	padding: 0px;
}

div.bossrow {

	border-top: 2px solid #000000;
	height: 254px;
	width: 956px;
	
	margin: 0px;
	padding: 0px;
}

div.bossarea {
	

	height: 250px;
	width: 191px;
	
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	position: relative;
	float: left;
}

div.bossarea a, div.bossarea a:visited, div.bossarea a:active, div.bossarea a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div.bossarea img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
}

div.bossarea p {
	color: #ffffff;
	font-family: headerFont;
	font-size: 34px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 4px;
	line-height: 28px;
}

.helper3 {
	width: 100%;
    text-align: center;
	position: absolute;
    bottom: 72px;
}

div.enemybody div.fightermovename {
	border-right: 0px;
	background: none;
}

div.enemyinfo {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border-top: 2px solid #000000;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	
	height: 250px;
	width: 956px;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	clear: both;
}

div.enemybio {
	width: 480px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	display: inline-block;
	float: left;
}

div.enemybio p {
	color: #ffffff;
	font-family: storyFont;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 1px rgba(0,0,0,1);
	text-align: center;
	
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

div.enemyscreen {
	width: 226px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	display: inline-block;
	float: left;
	
	overflow-x: hidden;
	
	text-align: center;
}

div.enemyscreen img {
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1.9);
	-o-transform: scale(1.9);
	
	position: relative;
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
	
	bottom: -64px;
}

div.bossscreen {
	width: 226px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	display: inline-block;
	float: left;
	
	overflow-x: hidden;
	
	text-align: center;
}

div.bossscreen img {
	-webkit-transform: scale(1.9);
	-moz-transform: scale(1.9);
	-o-transform: scale(1.9);
	
	position: relative;
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
	
	bottom: -64px;
}

div.enemystattype {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x repeat-y;
	color: #ffffff;
	border-right: 2px solid #000000;
	-webkit-transform: skew(-25deg);
       -moz-transform: skew(-25deg);
         -o-transform: skew(-25deg);
	font-family: titleFont;
	font-size: 30px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	vertical-align: text-bottom;	
	display: table-cell;
	float: left;
	position: relative;

	left: -20px;
	
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	padding-right: 6px;
	
	height: 50px;
	width: 74px;
	
	clear: both;
}

div.enemystars {
	width: 180;
	height: 50px;
	
	display: inline-block;
	
	position: relative;
	left: -10px;
}

/* Stage shit */

div.stageheader {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	position: static;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
	
	clear: both;
}

div.stagebody div.enemyarea {

	height: 250px;
	width: 318px;
	
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	position: relative;
	float: left;
}

div.stagebody div.enemyarea img {
	height: 170px;
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
}

div.stagebody .helper2 {
	bottom: 52px;
}

div.stagebody div.enemyarea p {
	color: #ffffff;
	
	font-family: headerFont;
	font-size: 44px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	position: absolute;
	
	width: 100%;
	bottom: -6px;
}

div.stageinfoheader {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: block;
	position: relative;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	
	height: 40px;
	width: 936px;
	
	overflow: hidden;
}

div.stageinfoheader > p {
	margin-top: 8px;
}

div.stagename {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x;
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 38px;
	text-shadow: 4px 4px #000000;
	text-align: right;
	
	display: inline-block;
	
	float: left;
	position: relative;
	
	left: -10px;
	
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	padding-left: 20px;
	
	height: 40px;
}

div.stageinfo {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: inline-block;
	
	padding: 0px;
	margin: 0px;
	
	height: 250px;
	width: 956px;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	clear: both;
}

div.stagebio {
	width: 300px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	display: inline-block;
	float: left;
}

div.stagebio p {
	color: #ffffff;
	font-family: storyFont;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 1px rgba(0,0,0,1);
	text-align: center;
	
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

div.bonusstagebio {
	width: 550px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	display: inline-block;
	float: left;
}

div.bonusstagebio p {
	color: #ffffff;
	font-family: storyFont;
	font-size: 19px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 4px 4px 1px rgba(0,0,0,1);
	text-align: center;
	
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

div.stagescreen {
	width: 406px;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	display: inline-block;
	float: left;
	
	overflow-x: hidden;
	
	text-align: center;
}

div.stagescreen img {
	position: relative;
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
	
	bottom: -16px;
	
	max-height: 216px;
	max-width: 368px;
}

div.stagestattype {
	background-image: url("/common/img/gamestatheaderbg.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/gamestatheaderbg.png');
	background-repeat: repeat-x repeat-y;
	color: #ffffff;
	border-right: 2px solid #000000;
	-webkit-transform: skew(-25deg);
       -moz-transform: skew(-25deg);
         -o-transform: skew(-25deg);
	font-family: titleFont;
	font-size: 30px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	vertical-align: text-bottom;	
	display: table-cell;
	float: left;
	position: relative;

	left: -20px;
	
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	padding-right: 6px;
	
	height: 50px;
	width: 74px;
	
	clear: both;
}

div.stagestars {
	width: 180;
	height: 50px;
	
	display: inline-block;
	
	position: relative;
	left: -10px;
}

div.stagewaveheader {
	background-image: url("/common/img/hborder2.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/hborder2.png');
	background-repeat: repeat-x;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: block;
	margin: 0px;
	padding: 0px;
	
	height: 23px;
	width: 956px;
	
	clear:both;
	
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 2px 2px #000000;
	text-align: center;
	color: #FFFFFF;
}

div.stagewaverow {
	width: 936px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: block;
	position: relative;
	
	overflow-x: hidden;
	overflow-y: hidden;
	
	padding: 10px;
	
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
}

div.stagewavecard {
	
	display: inline-block;
	padding: 0px;
	margin: 0px;
	
	position: relative;
	float:left;
	
	margin: 4px;
}

div.stagewavecard a, div.stagewavecard a:visited, div.stagewavecard a:active, div.stagewavecard a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div.stagewavecard img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
}

div.stagewavecard p {
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 27px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	position: absolute;
	
	bottom: 6px;
	right: 4px;
	
	background-color: rgba(0,0,0,0.8);
}

.stagewavehelper {
	height: 125px;
	display: table-cell;
	vertical-align: bottom;
}

div.itemarea {
	height: 250px;
	width: 191px;
	
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	position: relative;
	float: left;
}

div.itemarea img {

	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
}

p.itemname {
	color: #ffffff;
	
	font-family: headerFont;
	font-size: 34px;
	
	text-shadow: 4px 4px #000000;
	text-align: center;
	
	position: absolute;
	
	width: 100%;
	bottom: 50px;
}

p.itemtype {
	color: #ffffff;
	
	font-family: headerFont;
	font-size: 28px;
	
	text-shadow: 3px 3px #000000;
	text-align: center;
	
	position: absolute;
	
	width: 100%;
	bottom: 27px;
	z-index: 11;
}

p.itemdescription {
	color: #ffffff;
	
	font-family: storyFont;
	font-size: 16px;
	
	text-shadow: 2px 2px #000000;
	text-align: center;
	line-height: 110%;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	
	width: 171px;
	bottom: -210px;
}

.itemhelper {
	width: 100%;
    text-align: center;
	position: absolute;
    bottom: 98px;
}

/* Media shit */

div.mediaarea {

	height: 250px;
	width: 318px;
	
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
	
	position: relative;
	float: left;
}

div.mediaarea img {
	border: 2px solid #000000;
	box-shadow: 4px 4px 1px #000000;
	
	max-width: 300px;
	max-height: 220px;
	
	margin-top: 10px;
	cursor: -webkit-zoom-in;
}

div.videohelper:before {
	content: url(/common/img/mediapbutton.png);
	opacity: 0.4;
	position: absolute;
	top: 50px;
	left: 110px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

div.videohelper:hover:before {
	opacity: 1.0;
}


div.mediabodyhelper {
	width: 318px;
	height: 250px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div.videohelper {
	width: 318px;
	height: 250px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

div.mediabody div.mediaarea p {
	color: #ffffff;
	font-family: headerFont;
	font-size: 40px;
	text-shadow: 4px 4px #000000;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -10px;
}

/* Gamenav shit */

div.gamenav {
	background-color: #000000;
	
	display: block;
	margin: 0 auto;
	padding: 0px;
	
	height: 250px;
	width: 960px;
	z-index: 1000;
}

div.gamenavleft {
	display: inline-block;
	float: left;
}

@font-face {
	font-family: titleFont;
	src: url(capture_it.ttf);
}

div.gamenavtitle {
	background-color: #333333;
	
	border: 2px solid #000000;
	color: #FFFFFF;
	
	font-family: titleFont;
	font-size: 70px;
	text-align: center;
	text-shadow: 10px 6px #000000;
	
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	position: relative;
	
	height: 140px;
	width: 576px;
}

div.aka {
	font-family: titleFont;
	font-size: 20px;
	text-align: right;
	text-shadow: 2px 2px #000000;
	position: absolute;
	display: table-cell;
	right: 5px;
	bottom: 5px;
}

div.aka img {
	bottom: -5px;
	position: relative;
}

@font-face {
	font-family: platformFont;
	src: url(ABeeZee-Regular.otf);
}

div.gamenavplatform {
	background-image: url('/common/img/vborder2.png');
	background-image: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
	border-bottom-right-radius: 80px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	box-shadow: 2px 2px 2px #000000;
	color: #FFFFFF;
	font-family: titleFont;
	font-size: 18px;
	text-align: center;
	text-shadow: 2px 2px #000000;
	display: table-cell;
	position: absolute;
	margin: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 16px;
	padding-top: 4px;
	vertical-align: text-bottom;
	height: 20px;
	top: 0px;
}

div.gamenavdevbar {
	background-image: url('/common/img/vborder2.png');
	background-image: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #FFFFFF;
	font-family: titleFont;
	font-size: 14px;
	text-align: center;
	text-shadow: 2px 2px #000000;
	display: table-cell;
	margin: 0px;
	padding: 4px 6px 0px 6px;
	height: 22px;
}

div.gamenavdev {
	border-right: 2px solid #000000;
	color: #FFFFFF;

	font-family: titleFont;
	font-size: 16px;
	text-align: left;
	text-shadow: 2px 2px #000000;

	display: table-cell;
	vertical-align: middle;
	
	margin: 0px;
	padding-left: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	
	height: 24px;
}

div.gamenavdev:last-child {
	border: none;
}

div.gamenavdev img, div.gamestattext img {
	float: left;
	margin-right: 6px;
	position: relative;
	top: -3px;
}

div.gamenavdev div {
	display: inline-block;
	position: relative;
	float: left;
	height: 20px;
	margin-left: 10px;
}

div.gamestattext div {
	display: inline-block;
	position: relative;
	float: right;
	height: 20px;
	margin-left: 10px;
	font-size: 16px;
	padding-top: 4px;
}

div.gamenavdev div:first-child{
	margin-left: 0px;
}

div.gamenavalsobar {
	background: linear-gradient(to bottom, rgba(38,27,196,1) 0%,rgba(91,135,255,1) 32%,rgba(38,27,196,1) 89%,rgba(38,27,196,1) 100%);

	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	color: #FFFFFF;

	font-family: titleFont;
	font-size: 14px;
	text-align: center;
	text-shadow: 2px 2px #000000;

	display: table-cell;
	
	margin: 0px;
	padding-top: 4px;
	
	height: 22px;
	width: 62px;
}

div.gamenavalso {
	color: #FFFFFF;

	font-family: titleFont;
	font-size: 16px;
	text-align: left;
	text-shadow: 2px 2px #000000;

	display: table-cell;
	
	margin: 0px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 5px;
	padding-bottom: 0px;
	
	height: 24px;
	width: 200px;
}

div.gamenavinfo {
	background-image: url('/common/img/vborder.png');
	background-image: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: block;
	margin: 0px;
	padding: 0px;
	
	height: 26px;
	width: 576px;
}

div.gamenavtabs {
	background-color: #666666 ;
	border-bottom: 2px solid #000000;
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
	height: 76px;
	width: 580px;
}

div.gamenavtabs > input {
background-color:#000000;
    position: absolute;
    z-index: 1000;
    width: 114px;
    height: 76px;
    left: 0px;
    opacity: 0;
    top: 2px;
    cursor: pointer;
	padding: 0px;
	margin: 0px;
}

#tab-3 {
	width: 114px;
}

div.gamenavtabs input#tab-1{
    left: 0px;
}
div.gamenavtabs input#tab-2{
    left: 114px;
}
div.gamenavtabs input#tab-3{
    left: 228px;
}
div.gamenavtabs input#tab-4{
    left: 342px;
}
div.gamenavtabs input#tab-5{
    left: 456px;
}

div.gamenavtabs > label {
	background-image: url('/common/img/vborder.png');
	background-image: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15px,rgba(0,0,0,0) 61px,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #FFFFFF;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;

	font-family: titleFont;
	font-size: 20px;
	text-align: left;
	text-shadow: 2px 2px #000000;
	text-align: center;
	vertical-align: bottom;
	
	display: inline-block;
	margin: 0px;
	padding: 0px;
	
	height: 76px;
	width: 114px;
	
	position: relative;
	
	transition: all ease-out 0.5s 0.4s;
}

#tab-1, #gamebutton, #tab-5, #mediabutton{
	width: 113px;
}

#gamebutton {
	border-left: 2px solid #000000;
}

div.gamenavtabs > input:hover + label > img.gamenavicon {
	opacity: 1;
}

div.gamenavtabs > input:checked + label > img.gamenavicon {
	opacity: 1;
}

div.gamenavtabs > input:checked + label {
	background-image: url('/common/img/vborder3.png');
    background-image: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15px,rgba(0,0,0,0) 61px,rgba(0,0,100,0.8) 100%), url('/common/img/vborder3.png');
    z-index: 6;
}

input.tab-selector-1:checked ~ .content div.gamebody {
    z-index: 6;
	opacity: 1;
}

input.tab-selector-2:checked ~ .content div.fightersbody {
    z-index: 6;
	opacity: 1;
}

input.tab-selector-3:checked ~ .content div.enemybody {
    z-index: 6;
	opacity: 1;
}

input.tab-selector-4:checked ~ .content div.stagebody {
    z-index: 6;
	opacity: 1;
}

input.tab-selector-5:checked ~ .content div.mediabody {
    z-index: 6;
	opacity: 1;
}

.content {
    width: 960px;
    z-index: 5;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

div.fightercontent {
    width: 956px;
    z-index: 5;
	margin: 0 auto;
	padding: 0px;
	display: block;
}

div.gamebody {
	width: 960px;
	
	transition: all .5s ease-in-out;
	
	display: block;

	margin: 0 auto;
}

div.fighterbody {
	width: 956px;
	
	transition: all .5s ease-in-out;
	
	display: block;
	
	margin: 0 auto;
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

div.enemybody {
	width: 956px;
	
	transition: all .5s ease-in-out;
	
	display: block;

	background-color: #000000;
	background-repeat: no-repeat;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	
	margin: 0 auto;
}

div.stagebody {
	width: 956px;
	
	transition: all .5s ease-in-out;
	
	display: block;

	background-color: #111111;
	
	margin: 0 auto;
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

div.mediabody {
	width: 956px;
	
	transition: all .5s ease-in-out;
	
	display: block;

	background-color: #111111;
	
	margin: 0 auto;
	
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

img.gamenavicon {
	position: absolute;
	left: 24px;
	top: 2px;
	transition: all .5s ease-in-out;
	opacity: 0;
}

img.gamenaviconoff {
	position: absolute;
	left: 24px;
	top: 2px;
}

#fighterbutton img {
	left: 20px;
}

div.gamenavtabtext {
	position: absolute;
	top: 50px;
	z-index: 100;
	color: #ffffff;
	
	font-family: titleFont;
	font-size: 20px;
	text-shadow: 2px 2px #000000;
	text-align: center;
	vertical-align: bottom;
	
	display: table-cell;
	margin: 0 auto;
	padding: 0px;
	
	width: 100%;
}

div.gamenavright {
	display: inline-block;
	float: right;
	height: 200px;
	width: 378px;
	margin: 0px;
	padding: 0px;
	
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;
	
}

div.gametv {
	background-color: #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	
	height: 200px;
	width: 378px;
}

div.gamenav div.gamehbar {
	background-image: url("/common/img/hborder2.png");
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/hborder2.png');
}

div.musicarea {

	border-top: 2px solid #000000;
	width: 876px;
	
	margin: 0px;
	padding: 40px;
}

* {
    margin: 0;
    padding: 0;
}

body {
	background-color: #333333;
    background: url("/common/img/sidebg.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat: repeat;
    height: 500px;
    padding: 0px;
}

h1 { color: white }

#slideshow-wrap {
    display: inline;
    height: 200px;
	width: 324px;
    margin: 0px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
	
	margin-bottom: 0px;
    position: relative;
	
	float: left;
}

#slideshow-inner {
	
    margin-top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(44,44,44);
    overflow: hidden;
    position: relative;

}

#slideshow-inner>ul {
    list-style: none;
    height: 100%;
    width: 500%;
    overflow: hidden;
    position: relative;
    -webkit-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
}

#slideshow-inner>ul>li {
    width: 20%;
    height: 320px;
    float: left;
    position: relative;
}

#slideshow-inner>ul>li>img {
    margin: auto;
    height: 204px;
	width: 324px;
	
}

#slideshow-wrap input[type=radio] {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 100;
    visibility: hidden;
}

#slideshow-wrap label:not(.arrows):not(.show-description-label) {
    position: absolute;
    left: 50%;
    bottom: -26px;
    z-index: 100;
    width: 64px;
    height: 25px;
	background-image: url('/common/img/vborder.png');
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #888888;
	text-shadow: 2px 2px #000000;
	font-size: 24px;
	font-family: titleFont;
	text-align:center;
	border-left: 2px solid #000000;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
	padding: 0px;
}

#slideshow-wrap label:not(.arrows):active { bottom: -26px }

#slideshow-wrap input[type=radio]#button-1:checked~label[for=button-1] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrap input[type=radio]#button-2:checked~label[for=button-2] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrap input[type=radio]#button-3:checked~label[for=button-3] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF;}

#slideshow-wrap input[type=radio]#button-4:checked~label[for=button-4] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrap input[type=radio]#button-5:checked~label[for=button-5] { background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png'); color: #FFFFFF; }

#slideshow-wrap label[for=button-1] { margin-left: -164px; }

#slideshow-wrap label[for=button-2] { margin-left: -99px }

#slideshow-wrap label[for=button-3] { margin-left: -34px;}

#slideshow-wrap label[for=button-4] { margin-left: 31px }

#slideshow-wrap label[for=button-5] { margin-left: 96px; border-right: 2px solid #000000; }

#slideshow-wrap input[type=radio]#button-1:checked~#slideshow-inner>ul { left: 0 }

#slideshow-wrap input[type=radio]#button-2:checked~#slideshow-inner>ul { left: -100% }

#slideshow-wrap input[type=radio]#button-3:checked~#slideshow-inner>ul { left: -200% }

#slideshow-wrap input[type=radio]#button-4:checked~#slideshow-inner>ul { left: -300% }

#slideshow-wrap input[type=radio]#button-5:checked~#slideshow-inner>ul { left: -400% }

label.arrows {
    font-family: 'WebSymbolsRegular';
    font-size: 25px;
    color: rgb(255,255,240);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    text-shadow: 0px 0px 3px rgba(0,0,0,.8);
}

label.arrows:hover { opacity: 1 }

label.arrows:active { margin-top: -23px }

input[type=radio]#button-1:checked~.arrows#arrow-2, input[type=radio]#button-2:checked~.arrows#arrow-3, input[type=radio]#button-3:checked~.arrows#arrow-4, input[type=radio]#button-4:checked~.arrows#arrow-5 {
    right: -55px;
    display: block;
}

input[type=radio]#button-2:checked~.arrows#arrow-1, input[type=radio]#button-3:checked~.arrows#arrow-2, input[type=radio]#button-4:checked~.arrows#arrow-3, input[type=radio]#button-5:checked~.arrows#arrow-4 {
    left: -55px;
    display: block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type=radio]#button-2:checked~.arrows#arrow-1 { left: -19px }

input[type=radio]#button-3:checked~.arrows#arrow-2 { left: -37px }

input[type=radio]#button-5:checked~.arrows#arrow-4 { left: -73px }

#searchbox {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	color: #ffffff;
	font-family: titleFont;
	font-size: 16px;
	text-shadow: 4px 4px #000000;
	width: 260px;
	height: 25px;
	padding-left: 10px;
	padding-right: 8px;
	position: absolute;
	top: 10px;
	right: 40px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border: 2px solid #FFFFFF;
	box-shadow: 4px 4px 2px #000000;
	text-transform: uppercase;
}

#searchbutton {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	width: 30px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border: 2px solid #FFFFFF;
	box-shadow: 4px 4px 2px #000000;
	cursor: pointer;
}

#searchbutton:hover {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
}

#searchbutton img {
	padding-top: 2px;
	padding-left: 3px;
}

.ui-autocomplete {
	color: #ff0000;
	width: 230px;
	margin-left: 10px;
	list-style-type:none;
	z-index:1000000000000;
	padding-left: 10px;
	padding-right: 10px;
}

.ui-autocomplete li {
	background: linear-gradient(to bottom, rgba(122, 122, 122, 0.8) 0%,rgba(255,255,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%), url('/common/img/vborder.png');
	width: 256px;
	height: 20px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	box-shadow: 4px 4px 2px #000000;
	cursor: pointer;
	color: #ffffff;
	font-family: titleFont;
	font-size: 16px;
	text-shadow: 4px 4px #000000;
	padding-left: 10px;
	padding-top: 2px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-autocomplete li:hover {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
}

ul.ui-autocomplete li.ui-menu-item:last-child{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: linear-gradient(to bottom, rgba(122, 122, 255, 0.8) 0%,rgba(200,200,255,0) 15%,rgba(0,0,0,0) 10%,rgba(0,0,100,0.8) 100%), url('/common/img/vborder2.png');
}

div.gamereview {
	background-image: url("/common/img/footer.png");
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0) 5%,rgba(0,0,0,0) 95%,rgba(0,0,0,0.8) 100%), url("/common/img/footer.png");
	border: 2px solid #000000;
	
	display: inline-block;
	
	overflow: hidden;
	
	padding: 0px;
	margin: 0px;
	
	height: 243px;
	width: 956px;
	
	position: relative;
}

div.gamereview div.fighterstattype, div.gamereview div.fighterstars {
	height: 20%;
}

div.gamereview div.fighterstattype {
	width: 86px;
	padding-left: 18px;
}

div.gamereview div.fighterstattypetext {
	padding-top: 12px;
	font-size: 20px;
}

img.smallslam {
	position: absolute;
	left: 708px;
	top: 28px;
}

div.bubble {
	width: 423px;
	position: relative;
	top: 18px;
	left: 264px;
}

div.bubbletop {
	background-image: url("/common/img/revtop.png");
	width: 423px;
	height: 26px;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
}

div.bubblemiddle {
	background-image: url("/common/img/revmiddle.png");
	width: 423px;
	min-height: 162px;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-repeat: repeat-y;
}

div.bubblemiddle p {
	margin: auto;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-shadow: 4px 4px #000000;
	color: #ffffff;
	text-align: center;
	line-height: 22px;
	padding: 0px 32px 10px 26px;
	position: absolute;
}

div.bubblebottom {
	background-image: url("/common/img/revbottom.png");
	width: 423px;
	height: 31px;
	display: block;
	padding: 0px;
	margin: 0px;
	position: relative;
}

img.bubblearrow {
	position: absolute;
	left: 656px;
	top: 128px;
}