/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Util */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* Page */
body {
	font-family: sans-serif;
	background: #300000;
}
.btn {
	display: inline-block;
	*display: inline;
	border-bottom: 1px solid #000\9;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
	zoom: 1;
}
.btn:nth-child(n) {
	filter: none;
}
a.btn {
	text-decoration: none;
}
.wrap {
	width: 956px;
	margin: 0 auto;
}
.userpref {
	display: none;
}
.header {
	position: relative;
	height: 66px;
	background: #c30403; /* Old browsers */
	background: -moz-linear-gradient(top,  #c30403 0%, #a00302 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c30403), color-stop(100%,#a00302)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c30403 0%,#a00302 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c30403 0%,#a00302 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c30403 0%,#a00302 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c30403 0%,#a00302 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c30403', endColorstr='#a00302',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	z-index: 1;
}
.header .wrap {
	position: relative;
	height: 100%;
}
.logo,
.buttons {
	display: table;
	position: absolute;
	top: 0;
	height: 100%;
}
.logo {
	left: 0;
}
.buttons {
	right: 0;
}
.logolink,
.btnwrap {
	display: table-cell;
	vertical-align: middle;
}
.logolink img {
	*margin-top: 17px;
}
.btnwrap {
	font-size: 0;
	*margin-top: 12px;
}
.btn-login,
.btn-signup,
.btn-next {
	text-transform: uppercase;
	color: #441f00;
	padding: 13px 20px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.7);
	cursor: pointer;
}
.btn-login {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d5cdcd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5cdcd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d5cdcd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d5cdcd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d5cdcd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d5cdcd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5cdcd',GradientType=0 ); /* IE6-9 */
	margin-right: 8px;
}
.btn-login:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e2d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e2d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2d9d9',GradientType=0 ); /* IE6-9 */
}
.btn-signup,
.btn-next {
	background: #ffc62d; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc62d 0%, #f88306 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc62d), color-stop(100%,#f88306)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc62d 0%,#f88306 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc62d 0%,#f88306 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc62d 0%,#f88306 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc62d 0%,#f88306 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc62d', endColorstr='#f88306',GradientType=0 ); /* IE6-9 */
}
.btn-signup:hover,
.btn-next:hover {
	background: #ffdb74; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffdb74 0%, #f88306 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdb74), color-stop(100%,#f88306)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdb74 0%,#f88306 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdb74 0%,#f88306 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdb74 0%,#f88306 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdb74 0%,#f88306 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb74', endColorstr='#f88306',GradientType=0 ); /* IE6-9 */
}
.content {
	height: 520px;
	border-bottom: 1px solid #610000;
	background: #3f0000 url(//static.awempire.com/imgs/pu/li/jsm/bg_content.jpg) repeat-x center top;
	margin-left: -12px;
}
.content .wrap {
	position: relative;
	top: 2px;
	height: 100%;
	background: url(//static.awempire.com/imgs/pu/li/jsm/bg_applet.jpg) no-repeat left bottom;
	padding-left: 12px;
}
.freechat,
.sidebar {
	position: absolute;
	bottom: 2px;
}
.freechat {
	width: 704px;
	padding: 0 17px;
}
.applet {
	width: 100%;
	height: 396px;
	overflow: hidden;
	zoom: 1;
}
.btn-next {
	width: 100%;
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
	margin-top: 12px;
	padding: 25px 0;
}
.sidebar {
	right: 0;
	width: 195px;
	text-align: center;
}
.sidebar-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
}
.btn-category,
.btn-more {
	width: 100%;
}
.btn-category {
	background: #ac0302; /* Old browsers */
	background: -moz-linear-gradient(top,  #ac0302 0%, #7b0201 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac0302), color-stop(100%,#7b0201)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ac0302 0%,#7b0201 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ac0302 0%,#7b0201 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ac0302 0%,#7b0201 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ac0302 0%,#7b0201 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0302', endColorstr='#7b0201',GradientType=0 ); /* IE6-9 */
	color: #fff;
	margin-bottom: 12px;
	padding: 9px 0;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
}
.btn-category:hover {
	background: #e00403; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00403 0%, #a00301 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00403), color-stop(100%,#a00301)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00403 0%,#a00301 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00403 0%,#a00301 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00403 0%,#a00301 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00403 0%,#a00301 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00403', endColorstr='#a00301',GradientType=0 ); /* IE6-9 */
}
.btn-more {
	background: #b7bfc1; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #b7bfc1 0%, #5c6e74 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b7bfc1), color-stop(100%,#5c6e74)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #b7bfc1 0%,#5c6e74 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #b7bfc1 0%,#5c6e74 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #b7bfc1 0%,#5c6e74 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #b7bfc1 0%,#5c6e74 100%); /* W3C */
	font-size: 15px;
	text-transform: uppercase;
	color: #283142;
	margin-bottom: 20px;
	padding: 13px 0;
}
.btn-more:hover {
	background: #dce5e8; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #dce5e8 0%, #6e848b 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#dce5e8), color-stop(100%,#6e848b)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #dce5e8 0%,#6e848b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #dce5e8 0%,#6e848b 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #dce5e8 0%,#6e848b 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #dce5e8 0%,#6e848b 100%); /* W3C */
}
.bottom {
	border-top: 1px solid #880000;
	border-bottom: 1px solid #aa0000;
	background: #6b0000;
	text-align: right;
	font-size: 0;
	padding: 13px 0;
}
.footer {
	border-top: 1px solid #060000;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	padding: 20px 0;
}
.footer .copyright,
.footer .rules {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .rules {
	color: #ff6666;
}
.footer .copyright,
.footer .link {
	color: #fff;
}
.footer .link {
	font-weight: normal;
}