@charset "utf-8";

/*
 * TODO: RUN THROUGH PREFIXR
 */

 
/* =========== Fonts =========== */
@font-face {
	font-family:'MuseoSans';
	src:url('../../../fonts/MuseoSans_500-webfont.eot');
	src:url('../../../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/MuseoSans_500-webfont.woff') format('woff'),
		url('../../../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
		url('../../../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'MuseoSlab';
	src:url('../../../fonts/Museo_Slab_500-webfont.eot');
	src:url('../../../fonts/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
		url('../../../fonts/Museo_Slab_500-webfont.woff') format('woff'),
		url('../../../fonts/Museo_Slab_500-webfont.ttf') format('truetype'),
		url('../../../fonts/Museo_Slab_500-webfont.svg#Museo_Slab500') format('svg');
	font-weight:normal;
	font-style:normal;
}

/* =========== General =========== */
body {
	font-family:MuseoSans, Arial, Helvetica, Sans-seif;
	font-size:12px;
	color:#FFF;434749;
	background-image:url(../images/lower_bg.jpg), url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center, top center;
	background-color:#100f12;
	text-shadow:1px 1px 0px #000;
	
}

*, ul, li, h1, h2, p, b {
	font-weight:normal;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:1.5;
}

*:focus {
	outline:none;
}

.clear {
	clear:both;
}

input, select, textarea {
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}

a {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	color:#434749;
}

a img {
	border:none;
}

#left #left_menu li a, #top_menu li a, footer #logo {
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-ms-transition:0.3s all;
	-o-transition:0.3s all;
}

/* =========== Main =========== */
#bottom_bg {
	position:absolute;
	background-image:url(../images/lower_bg.jpg);
	height:913px;
	width:1650px;
	left:50%;
	margin-left:-825px;
	z-index:1;
}

#wrapper {
	width:1030px;
	margin-bottom:119px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/body_bg.png);
}

#main {
	min-height:1700px;
}

/* =========== Top menu =========== */
#wrapper #top_menu {
	height:75px;
	background-image:url(../images/menu.png);
	text-align:center;
	margin-top:160px;
}

#top_menu li {
	display:inline-block;
}

#top_menu li a {
	display:block;
	font-family:Georgia;
	font-size:14px;
	color:#ffffff;
	text-shadow: 2px 2px 2px #00000;
	padding:22px 26px;
	background-image: url(../images/navbar-seperator.png);
	background-position:right;
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-weight:bold;
}

#top_menu li a:hover {
	color:#fffff;
	text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

/* We don't want half borders on the first and last ones */
#top_menu li:last-child a {
	background-image:none;
}

.votebanner {
	margin-left:2px;
	background: url(../images/banner-vote-now.png);
	width: 281px;
	height: 86px;
	margin-bottom:-10px;
	margin-top: -15px
}

.votebanner:hover {
   box-shadow: 0 0 7px rgba(255, 255, 255,.5);
   border-radius: 5px;
   -moz-transition: all 500ms;
   -o-transition: all 500ms;
   -webkit-transition: all 500ms;
   transition: all 500ms;
}
		
.joinbanner {
	margin-left:2px;
	margin-bottom:-10px;
	background: url(../images/banner-join-now.png);
	width: 281px;
	height: 86px;
	margin-top: 4px
}
.joinbanner:hover {
    box-shadow: 0 0 7px rgba(255, 255, 255,.5);
    border-radius: 5px;
	-moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
		
/* =========== Left =========== */
#left {
    width: 280px;
    float: right;
    padding: 1px;
    margin-top: -9px;
    margin-right: 8px;
}

#left article {
   	box-shadow:1px 1px 0px #020508;
    border-radius: 3px;
    margin-top: 12px;
}

#left article .top {
	background-image:url(../images/side_top.png);
	height:34px;
	width:283px;
	padding-top:13px;
	text-align:center;
	color:#fff;
	font-size:14px;
	font-family:Arial;
}

#left article .body {
	padding:15px;
}

#left #left_menu li:nth-child(even) a {
	background-color:#0c0c0c;
}

#left #left_menu li a {
	display:block;
	padding:10px;
	font-size:14px;
	color:#FFF;
	padding-left:10px;
}

#left #left_menu a img {
	margin-right:15px;
}

#left #left_menu li a:hover {
	color: #F8D480;;
	padding-left:30px;
}

#left .side_divider {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/side_divider.png);
	height:25px;
	width:258px;
	margin-top:15px;
}

/* =========== Right =========== */
#right {
	width:734px;
	float:left;
	margin-right:1px;
}

#right article {
	box-shadow:1px 1px 0px #020508;
	background-image:url(../images/article_bg.jpg);
	
}

#right article:last-child {
	border-bottom:1px solid #080d11;
	margin-bottom:20px;
}

#right article .top {
	background-image:url(../images/main_top.png);
	background-repeat:no-repeat;
	height:37px;
	width:715px;
	padding-top:15px;
	padding-left:15px;
	color:#fff;
	font-size:13px;
	font-family:Arial;
	display:block;
	margin-top: 5px;
}

#right article .body {
	padding:15px;
}

#right article .divider {
	background-image:url(../images/divider.png);
	background-position:center;
	height:32px;
	margin-top:15px;
}

#right article .news_bottom {
	margin-top:15px;
}

#right article .news_bottom a {
	color:#fff;
}

#right article .news_bottom a:hover {
	color:#fff;
}

#right article .comments_button {
	float:right;
	display:block;
}

.avatar {
	float:left;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;
}

/* =========== Footer =========== */
footer {
	background-image:url(../images/footer.png);
	height:10px;
	color: #FFFFFF;
	font-size:14px;
}

footer p {
	display:block;
	padding:24px;
}

footer #logo {
	float:right;
	display:block;
	width:112px;
	height:43px;
	margin-top:24px;
	margin-right:24px;
}

footer a {
	color: #FFFFFF;
}


/* =========== CMS: general =========== */
#slider_bg {
	padding:5px;
}

#slider {
	width:725px;
	height:260px;
}

#slider .images div {
	background-width:100%;
	background-height:100%;
	border-radius:5px;
}

#slider a {
	display:none;
}

/* =========== CMS: general =========== */
.nice_button, input[type="submit"] {
	background-image:url(../images/button_bg.png);
	height:15px;
	border:1px solid #090f15;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:0px;
	text-align:center;
	padding:8px;
	font-size:11px;
	color:#fceecd;
	box-shadow:1px 1px 0px #020508;
	-webkit-box-shadow:1px 1px 0px #020508;
	-ms-box-shadow:1px 1px 0px #020508;
	-o-box-shadow:1px 1px 0px #020508;
	-moz-box-shadow:1px 1px 0px #020508;
	text-shadow:1px 1px 1px #000000;
	font-family:Arial;
}

.nice_button:hover, .nice_active, input[type="submit"]:hover {
	color: #FFFFF;
}

.nice_button:active, input[type="submit"]:active {
	box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-webkit-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-moz-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-ms-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
	-o-box-shadow:1px 1px 0px #020508, 0px 2px 5px #000 inset;
}

#sidebox_login input[type=text], #sidebox_login input[type=password] {
	padding-right:38px;
	padding-top:8px;
	padding-bottom:8px;
	-webkit-box-shadow: inset 9px 9px 10px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 9px 9px 10px -8px rgba(0,0,0,0.75);
	box-shadow: inset 9px 9px 10px -8px rgba(0,0,0,0.75);
	color: #474036;
	background-color: #090B0D;
	border: 1px solid #111315;
}

::-webkit-input-placeholder {
	color: #665e4f;
}

.online_realm_button, #ucp_characters h1 {
	height:20px;
}