/* <<<<<<<<<<-	CUSTOM FONTS	->>>>>>>>>> */
@font-face 
{
    font-family: 'FundamentalBrigadeScvhlankRg';
    src: url('../../../fonts/fundamental_brigade_schlank-webfont.eot');
    src: url('../../../fonts/fundamental_brigade_schlank-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/fundamental_brigade_schlank-webfont.woff') format('woff'),
         url('../../../fonts/fundamental_brigade_schlank-webfont.ttf') format('truetype'),
         url('../../../fonts/fundamental_brigade_schlank-webfont.svg#FundamentalBrigadeScvhlankRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'FundamentalBrigadeRegular';
    src: url('../../../fonts/fundamental_brigade-webfont.eot');
    src: url('../../../fonts/fundamental_brigade-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/fundamental_brigade-webfont.woff') format('woff'),
         url('../../../fonts/fundamental_brigade-webfont.ttf') format('truetype'),
         url('../../../fonts/fundamental_brigade-webfont.svg#FundamentalBrigadeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face 
{
    font-family: 'Cyborg';
    src: url('../../../fonts/cyborg.eot');
    src: url('../../../fonts/cyborg.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/cyborg.woff') format('woff'),
         url('../../../fonts/cyborg.ttf') format('truetype'),
         url('../../../fonts/cyborg.svg#Cyborg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
	background-color:black;
	font-family: FundamentalBrigadeScvhlankRg, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	border:0px;
}
#bgImage
{
	border:0px;
	padding:0px;
	margin:0px;
}
#mainPage
{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	position:relative;
	display:block;
	width:823;
	height:192;
	margin-left:auto;
	margin-right:auto;
	top:-1070px;
}
/*==============CONTENT==============*/
#wrapperHome{height:3150px;overflow:hidden;}
.contentTable
{
	position:relative;
	top:-1100px;
	left:0px;
	background-color:rgba(1,1,1,0.6);
	min-width:1005px;
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	color:white;
	z-index:10;
}
.pageTitle{padding-left:20px;}
.textTitle{color:#dea46c;font-size:105%;}
.contentTable a{text-decoration:none;color:orange;}
.contentTable a:hover{color:yellow;}
.WPTitle
{
	text-decoration:none;color:white;
	font-size:115%;
}
/*=======================*/
#footer
{
	text-align:center;
	font-size:80%;
	padding:5px;
	margin:2px;
}
#footer img
{
	padding:1px;
}
#footer img:hover
{
	border:solid 1px;
	padding:0px;
	border-color:#5e5e5e;
}
/*=======================*/
#goToVote
{
    background: url('../images/submitHero.png');
	background-size:252px 55px;
	min-width:252px;
	min-height:55px;
	max-width:252px;
	max-height:55px;
	position:relative;
	top:-1057px;
	left:103px;
}
#goToVote:hover 
{
    background: url('../images/submitHeroHover.png');
	background-size:252px 55px;
	min-width:252px;
	min-height:55px;
	max-width:252px;
	max-height:55px;
}
#goToRules
{
    background: url('../images/contestRules.png');
	background-size:252px 55px;
	min-width:252px;
	min-height:55px;
	max-width:252px;
	max-height:55px;
	position:relative;
	top:-1112px;
	left:650px;
}
#goToRules:hover 
{
    background: url('../images/contestRulesHover.png');
	background-size:252px 55px;
	min-width:252px;
	min-height:55px;
	max-width:252px;
	max-height:55px;
}
.styled-select select
{
   background: transparent;
   width: 171px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
.styled-select
{
   width: 170px;
   height: 34px;
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
}
.rating
{
	font-size:230%;
}
.data
{
	color:green;
	font-size:150%;
}
.headerRow
{
	background:url('../images/headerRow.png') no-repeat;
}
.steamName
{
	color:gold;
	font-size: 120%;
}
.voteBtn
{
	font-size:120%;
}