@charset "utf-8";
/* CSS Document */
body
{
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #35352c;
}

#wrapper
{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#footer
{
	width: 770px;
	padding: 15px;
	height: 49px;
}
#footer .left
{
	width: 604px;
	float: left;
	padding: 0px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}
#footer .right
{
	width: 166px;
	height: 49px;
	float: left;
	padding: 0px;
}
#steamUrl
{
	width: 800px;
	height: 107px;
	background-image: url(../img/steamUrl.png);
}
#steamUrl_container
{
	position: relative;
	left: 482px;
	top: 31px;
	width: 315px;
}
.steamUrl
{
	width: 290px;
	height: 30px;
	color: #FFF;
	background-color: #202122;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	
}
#steamTheme
{
    width: 770px;
	height: 60px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #202122;
	padding: 15px;
}
#steamTheme_top
{
    width: 350px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #FFF;
}
.steamTheme
{
	width: 325px;
	height: 25px;
	background-color: #1b2838;
	color: #FFF;
	border: 0px;
	font-weight: bold;
	margin-left: 10px;
}
#steamOutput
{
	text-align: center;
    width: 770px;
	height: 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #202122;
	padding: 15px;
}
.steamOutput
{
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 550px;
	background-color: #333333;
	color: #FFF;
	padding: 4px;
}
.previewuseButton
{
	margin-bottom: -12px;
}
#aboutCover
{
	display: none;
	position: absolute;
	z-index: 3000;
	width: 770px;
	height: 600px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 15px;
	background-color: #2b241e;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 14px;
}
#aboutCover a
{	
	color: #e0b502;
	text-decoration: none;
}
#aboutCover p
{
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
.aboutButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2a4362), color-stop(1, #1c2a3c));
	background:-moz-linear-gradient(top, #2a4362 5%, #1c2a3c 100%);
	background:-webkit-linear-gradient(top, #2a4362 5%, #1c2a3c 100%);
	background:-o-linear-gradient(top, #2a4362 5%, #1c2a3c 100%);
	background:-ms-linear-gradient(top, #2a4362 5%, #1c2a3c 100%);
	background:linear-gradient(to bottom, #2a4362 5%, #1c2a3c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a4362', endColorstr='#1c2a3c',GradientType=0);
	background-color:#2a4362;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #1c2a3c;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	float: right;
}
.aboutButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1c2a3c), color-stop(1, #2a4362));
	background:-moz-linear-gradient(top, #1c2a3c 5%, #2a4362 100%);
	background:-webkit-linear-gradient(top, #1c2a3c 5%, #2a4362 100%);
	background:-o-linear-gradient(top, #1c2a3c 5%, #2a4362 100%);
	background:-ms-linear-gradient(top, #1c2a3c 5%, #2a4362 100%);
	background:linear-gradient(to bottom, #1c2a3c 5%, #2a4362 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2a3c', endColorstr='#2a4362',GradientType=0);
	background-color:#1c2a3c;
}
.aboutButton:active {
	position:relative;
	top:1px;
}

		
