/* ------------------------------------------------------------ *
*                          DESIGNED BY                           *
* -------------------------------------------------------------- *
*                          ____   ____                           *
*                ______ ___\   \ /   /____   ____                *
*               /  ___// __ \   Y   // __ \ /    \               *
*               \___ \\  ___/\     /\  ___/|   |  \              *
*              /____  >\___  >\___/  \___  >___|  /              *
*                   \/     \/            \/     \/               *
* -------------------------------------------------------------- *
*                           unknown ?!                           *
* -------------------------------------------------------------- *
*            HTML / CSS AND CODED FOR FUSION CMS BY              *
* -------------------------------------------------------------- *

* -------------------------------------------------------------- *
*                    http://conquer-hub.cf                       *
* -------------------------------------------------------------- *
*                      Mr.Magic © Copy Right                      *
 * ------------------------------------------------------------ */

 
 
@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;
}

@font-face {
	font-family:'SYekan';
	src: url('../fonts/calibri.eot');
	src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#SYekan') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'BYekan';
	src: url('../fonts/calibrib.eot');
	src: url('../fonts/calibrib.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibrib.woff') format('woff'),
         url('../fonts/calibrib.ttf') format('truetype'),
         url('../fonts/calibrib.svg#BYekan') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* =========== General =========== */
body {
	font-family:SYekan, Arial, Helvetica, Sans-seif;
	font-size:13px;
	color:#4d5154;
	background-image: url(../images/footer.png),url(../images/background.png);
	background-repeat:no-repeat;
	background-position:bottom center, top center;
	background-color:#ececec;
	overflow-x:hidden;
}

*, ul, li, h1, h2, p, b {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5;
	font-weight: normal;
}

*: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: #000000;
        font-weight: bold;
}

a:hover {
	text-shadow: 0px 0px 19px rgba(255, 196, 55, 0.5);
}

a img {
	border:none;
}

#left #left_menu li a {
	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 =========== */
#wrapper {
	width:1034px;
	margin-top:70px;
	margin-bottom:169px;
	margin-left:auto;
	margin-right:auto;
}

#top_menuholder {
	width:1071px;
	margin-top:315px;
	margin-left:auto;
	margin-right:auto;
}

#main {
	min-height:1000px;
}

.sword {
	top:auto;
	left:116px;
	z-index:999;
	width:924px;
	height:131px;
	position:absolute;
	background:url(../images/frostmourne.png) no-repeat;
}

/* =========== Top menu =========== */
#top_menuholder .top_menu {
	position:relative;
	width:1071px; height:99px;
	background:url(../images/menu.png) no-repeat;
	text-align:center;
	z-index:99999;
}

#top_menuholder #top_menu {
	width:974px;
	height: 93px;
	margin:0 auto 0 auto;
	position:relative;
	overflow: hidden;
}

#top_menu div.custom {
	width: 100%;
	height: 62px;
	position: absolute;
	margin: 30px 0 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#top_menu li {
	display:inline-block;
	position:relative;
	margin-top:2px;
}

#top_menu li a {
	display:block;
	font-family:BYekan;
	font-size:16px;
	font-weight:bold;
	color:#2f3032;
	padding:19px 35px;
	text-shadow:0 0 10px rgba(255, 255, 255, 1), 1px 1px 0 rgba(255, 255, 255, 1);
}

#top_menu li a:hover {
	color:#000;
	
	-webkit-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow:inset 0px 0px 2px 1px rgba(0,0,0,0.2);
}

#top_menu .menu-sep {
	width:3px;
	height:63px;
	background:url(../images/menu_sep.png) no-repeat center;
	display:inline-block;
	position:relative;
	top:28px;
}

#top_menu .menu-sep:last-child {
	display:none;
}

/* =========== Left =========== */
#left {
	width:285px;
	float:left;
}

#left article {
	background:#f0f0f0;
	border:1px solid #eeeeee;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	margin:10px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#left article .top {
	height:38px;
	width:283px;
	background:-moz-linear-gradient(top,#ededed 0%,#ebebeb 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#ebebeb));
	background:-webkit-linear-gradient(top,#ededed 0%,#ebebeb 100%);
	background:-o-linear-gradient(top,#ededed 0%,#ebebeb 100%);
	background:-ms-linear-gradient(top,#ededed 0%,#ebebeb 100%);
	background:linear-gradient(top,#A5A5A5 0%,#EDEDED 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ebebeb',GradientType=0);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.20);
	padding-top:12px;
	text-align:center;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 0.9);
	color:#000000;
	font-size:16px;
	font-family:BYekan;
	font-weight:bold;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

#left article .body {
	background:-moz-linear-gradient(top,#eeeeee 0%,#dcdcdc 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#dcdcdc));
	background:-webkit-linear-gradient(top,#eeeeee 0%,#dcdcdc 100%);
	background:-o-linear-gradient(top,#eeeeee 0%,#dcdcdc 100%);
	background:-ms-linear-gradient(top,#eeeeee 0%,#dcdcdc 100%);
	background:linear-gradient(top,#eeeeee 0%,#dcdcdc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#dcdcdc',GradientType=0);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
	color:#878686;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
	padding:15px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

/* Left Menu */
#left #left_menu {
	width:284px;
	position:relative;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.30);
}

#left #left_menu li {
	display:block;
	position:relative;
}

#left #left_menu li a {
	position:relative;
	display:block;
	font-family:BYekan;
	padding:15px 13px 14px 13px;
	font-size:14px;
	color:#4e5253;
	background:url(../images/sidebar-menu.png) no-repeat;
	z-index:3;
}

#left #left_menu li a img {
	float:right;
	left:10px;
	opacity:.0;
	position:relative;
	top:3px;
	z-index:2;
}

#left #left_menu li p {
	display:block;
	width:97%; height:38px;
	position:absolute;
	top:0; left:0;
	background:rgba(255,255,255,.03);
	z-index:1;
	margin:5px 0 0 5px;
	box-shadow:0 0 6px rgba(255,255,255,.1);
	opacity:0;
}

#left #left_menu li:hover p {
	opacity:1;
}

#left #left_menu li a:hover {
	color:#d0a53d;
	text-shadow: 0px 0px 19px rgba(255, 196, 55, 0.5);
	background:url(../images/sidebar-menu.png) no-repeat;
	background-color:rgba(0,0,0,.15);
}

#left #left_menu a:hover img {
	margin-right:10px;
	opacity:1;
}

#left .side_divider {	
	position:relative;
	background:url(../images/side_divider.png) no-repeat;
	height:25px;
	width:258px;
	margin:0 auto 0 auto;
}

/* =========== Right =========== */
#right {
	width:748px;
	float:right;
}

#right article {
	width:714px;
	background:#f0f0f0;
	border:1px solid #f6f6f6;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	margin:10px 0 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#right article .top {
	background:url(../images/main_top.png) no-repeat;
	height:47px;
	width:704px;
	margin-top:-3px;
	margin-left:-10px;
	padding-top:20px;
	padding-left:30px;
	color:#990C0C;
	font-size:20px;
	font-family:BYekan;
	font-weight:bold;
	text-align:left;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
	display:block;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

#right article .body {
	color:#000000;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
	padding:15px;
}

#right article .divider {
	background-image:url(../images/divider.png);
	background-position:center;
	height:32px;
	margin-top:15px;
}

#right article .news_bottom {
	height:15px;
	background:url(../images/news-bot-border.png) repeat-x;
	margin-top:15px;
	padding-top:17px;
}

#right article .news_bottom a {
	/*color:#2b2f3f;*/
	color: #000000;
}

#right article .news_bottom a:hover {
	/*color: #000000;*/
	text-shadow: 0px 0px 19px rgba(255, 196, 55, 0.5);
	
}

#right article .comments_button {
	float:right;
	display:block;
}

.avatar {
	float:left;
	position:relative;
	margin:3px 15px 3px 5px;
	border:none;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}

.avatar img {
	position:relative;
	display:block;
}

/* =========== Footer =========== */
footer {
background:url(../images/footer.png);
	height:10px;
	font-size:14px;
	position:relative;
	top:147px;
	padding:0 40px 0 58px;
}

footer ul li {
	text-shadow:none;
	color:#000000;
	opacity:0.5;
	display:inline-block;
}

footer ul li.copyright {
	width:54.6%;
}

footer ul li.design {
	width:14.8%;
}

footer ul li.code {
	width:16.7%;
}

/* =========== CMS: general =========== */
#slider_bg {
	width:1034px;
	height:171px;
	margin-bottom:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#slider {
	width:1034px;
	height:171px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/* Fix slider fall */
#slider .images {
	width:1034px !important;
	height:171px !important;
	background:url(../images/slides/1.jpg) !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.caption {
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

#slider_next, #slider_previous {
	display:none;
}

/* =========== CMS: general =========== */
.nice_button, input[type="submit"] {
	height:18px;
	background:url(../images/submit_bg.png) repeat-x;
	border-radius:3px;
	text-align:center;
	padding:8px;
	font-size:14px;
	font-family:BYekan !important;
	color:#444343;
	text-shadow:0 1px 1px rgba(0,0,0,.4), 0 0 3px rgba(0,0,0,.4);
	margin-top:10px;
	background-position:middle;
	border:none;
	cursor: pointer;
	transition:all 400ms;-webkit-transition:all 400ms;-moz-transition:all 400ms;-ms-transition:all 400ms;-o-transition:all 400ms;
	box-shadow:inset 0 2px 0 rgba(255,255,255,.04), inset 0 0 0 1px rgba(255,255,255,.02), 0 0 4px rgba(0,0,0,.7);
	text-decoration: none;
}

.nice_button:hover, .nice_active, input[type="submit"]:hover {
	background-position:0px -34px;
	text-decoration: none;
}

/* =========== Announcements =========== */
.announcements {
	width:734px;
	height:159px;
	background:url(../images/announcements.png) no-repeat;
	margin-bottom:16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.announcements .title {
	width:435px;
	height:45px;
	margin:0 auto 0 135px;
	color:#323232;
	opacity:0.5;
	text-align:center;
	font-size:32px;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
}

.announcements .title p {
	position:relative;
	font-weight:bold;
	top:-5px;
}

.announcements .anns {
	padding:10px 15px 0 15px;
	text-shadow:none;
}

/* =========== Custom Login / Info =========== */
.customsidebox {
	
	height:155px;
	background:#ebebeb;
	margin-bottom:43px;
	-webkit-box-shadow:0px 0px 5px 0.5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 5px 0.5px rgba(0,0,0,0.3);
	box-shadow:0px 0px 5px 0.5px rgba(0,0,0,0.3);
	padding-top:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.customsidebox input[type=text], .customsidebox input[type=password] {
	width:180px;
	height:37px;
	color:#323232;
	font-size:12px;
	text-align:left;
	background:#efefef;
	border:none;
	overflow:hidden;
	padding:0 10px 0 45px;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.4);
	opacity:0.7;
}

.customsidebox input[type='text'] {
	width:180px;
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,-moz-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#efefef));
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,-webkit-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,-o-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,-ms-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px 4px,linear-gradient(top,#efefef 0%,#efefef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#efefef',GradientType=0);
}

.customsidebox input[type='password'] {
	width:180px;
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,-moz-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#efefef));
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,-webkit-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,-o-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,-ms-linear-gradient(top,#efefef 0%,#efefef 100%);
	background:url(../images/membership_inp_text.png) no-repeat 4px -29px,linear-gradient(top,#efefef 0%,#efefef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#efefef',GradientType=0);
}

.customsidebox input[type=text]:focus, .customsidebox input[type=password]:focus {
	opacity:1;
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
	box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.6);
}

.customsidebox input[type=submit] {
	width:96px;
	height:40px;
	margin-top:2px;
	font-weight:bold;
	font-size:20px;
	color:#323232;
	opacity:0.5;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
	border:none;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	background:-moz-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#e3e3e3));
	background:-webkit-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-o-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-ms-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#e3e3e3',GradientType=0);
}

.customsidebox input[type=submit]:hover {
	opacity:1;
	background:-moz-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#eeeeee));
	background:-webkit-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-o-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-ms-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#eeeeee',GradientType=0);
}

.customsidebox #links {
	padding:10px 0 0 8px;
	text-align:left;
}

.customsidebox #links a {
	width:158px;
	height:19px;
	display:block;
	color:#323232;
	opacity:0.5;
	text-shadow:0px 0px 10px rgba(150, 150, 150, 1);
	position:relative;
	margin-bottom:9px;
	top:-7px;
	font-size:11px;
	padding-top:4px;
	text-align:center;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.6);
	background:-moz-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(100%,#e3e3e3));
	background:-webkit-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-o-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:-ms-linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	background:linear-gradient(top,#eeeeee 0%,#e3e3e3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#e3e3e3',GradientType=0);
}

.customsidebox #links a:hover {
	opacity:1;
	background:-moz-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#eeeeee));
	background:-webkit-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-o-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:-ms-linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	background:linear-gradient(top,#e3e3e3 0%,#eeeeee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3',endColorstr='#eeeeee',GradientType=0);
}

/* =========== Light =========== */
.mainlight {
	background:url(../images/light.png) no-repeat;
	width:1034px;
	height:41px;
	position:absolute;
	margin-top:160px;
}

/* =========== custom scrollbar =========== */
::-webkit-scrollbar {
	width: 17px;
	height: 10px;
}

::-webkit-scrollbar-button:start:decrement {
	background: #191816 url(../images/scrollbar_arrow_up.png) no-repeat center;
}

::-webkit-scrollbar-button:end:increment {
	background: #191816 url(../images/scrollbar_arrow_down.png) no-repeat center;
}

::-webkit-scrollbar-track-piece  {
	background-color: #b6b6b6;
}

::-webkit-scrollbar-thumb:vertical {
	background: #191816 url(../images/scrollbar_thumb_bg.png) no-repeat center;
}

::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover, ::-webkit-scrollbar-thumb:vertical:hover {
	background-color:#3c3a36;
}

/*-------------------OVERWRITE-------------------*/
/*-----------------------------------------------*/

	/* Realm */
	
	div.realm {
		margin:0 auto 0 auto;
		color:#eba215 !important;
		height:99px;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
		color:#979489 !important;
		direction:ltr !important;
	}
	
	div.realm h1 {
		color:#979489 !important;
	}
	
	div.realm_online {
		color:#5f6971 !important;
		font-weight: normal !important;
	}
	
	/* Realm Custom */
	div.realm #statustop {
		margin-top:-7px;
	}
	
	div.realm #statustop li {
		width:32%;
		display:inline-block;
		position:relative;
	}
	
	div.realm #statustop li:first-child {
		color:#4e4e4e;
	}
	
	div.realm #statustop li .offline {
		color:red;
		text-shadow: 0px 0px 19px rgba(255, 0, 0, 1);
	}
	
	div.realm #statustop li .online {
		color:green;
		text-shadow: 0px 0px 19px rgba(0, 255, 0, 1);
	}
	
	div.realm .statusonline {
		height:28px;
		width:31px;
		background:url(../images/serverstatus-status.png) no-repeat;
		background-position:0 0;
		margin:0 auto -10px auto;
	}
	
	div.realm .statusoffline {
		height:28px;
		width:31px;
		background:url(../images/serverstatus-status.png) no-repeat;
		background-position:0 -33px;
		margin:0 auto -10px auto;
	}
	
	div.realm #statusmid {
		width:315px;
		height:112px;
		position:relative;
		background:url(../images/serverstatus-middle.png) no-repeat;
		margin:0 auto 0 auto;
		left:-29px;
	}
	
	div.realm #statusmid li {
		width:32%;
		display:inline-block;
		position:relative;
		top:7px;
		left:-2px;
	}
	
	div.realm #statusmid .ah {
		font-weight: bold;
  font-size: 12px;
  color: #028937;
  position: relative;
  top: 18px;
left: 53px;
	}
	
	div.realm #statusmid .all {
		font-weight: bold;
  font-size: 12px;
 
  position: relative;
  top: 1px;
left: 255px;
		color:#AB0A0A;
	}
	/* Realm Custom.End */
	
	#left .realm .realm_bar, .poll_bar {
		width:100%;
		margin:0 !important;
		height:19px !important;
		border-radius:3px !important;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.6), inset 0 0 6px rgba(255,255,255,.02), 0 0 4px rgba(255,255,255,.03), 0 1px 0 rgba(255,255,255,.04);
		border:none !important;
		background:#efedea;
		padding:1px;
		overflow: hidden;
		margin:0;
		position:relative;
		top:6px;
	}
	
	#left .realm .realm_bar .realm_bar_fill, .poll_bar_fill {
		width:auto; height:17px !important;
		background: url(../images/bar_fill_repeat.png) repeat-x, url(../images/bar_fill_left.png) no-repeat left,url(../images/bar_fill_right.png) no-repeat right, url(../images/pull-fill.gif) repeat-x;
		margin:0 !important;
		border-radius:2px !important;
		box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
	}
	
	div#realmlist {
		position:relative;
		margin:0 !important;
		border: none !important;
		background:rgba(0,0,0,0.05) !important;
		-webkit-box-shadow:inset 0px 2px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow:inset 0px 2px 5px 0px rgba(0,0,0,0.3);
		box-shadow:inset 0px 2px 5px 0px rgba(0,0,0,0.3);
		padding:7px 0 8px 0 !important;
		color:#3e332c !important;
		font-family:Arial,Helvetica,sans-serif;
		font-size:13px !important;
		top:17px;
	}
	
	div#realmlist p {
		color:#6a6967 !important;
	}
	
	/* Comments */
	
	.comment, .message_box {
		background:rgba(0,0,0,0.05) !important;
		border: none !important;
		box-shadow:0px 1px 0px rgba(255, 255, 255, 0.7), inset 0 1px 1px 1px rgba(0,0,0, 0.15) !important;
	}
	
	/* Account Panel */
	
	.item_group {
		background:none !important;
		border:none !important;
	}
	
	.item_group .store_item {
		background:rgba(0,0,0,0.09) !important;
	}
	
	.location {
		background:rgba(0,0,0,.7);
		transition:all 700ms;-webkit-transition:all 700ms;-moz-transition:all 700ms;-ms-transition:all 700ms;-o-transition:all 700ms;
	}
	
	.location:hover {
		background:rgba(0,0,0,.7);
		box-shadow:0 0 3px 1px rgba(0,0,0,.8), 0 0 25px rgba(255,204,0,.4);
	}
	
	#shoutbox {}
	
	.shout_characters_remaining {
		position:relative;
		position:relative;
		left:75px; top:4px;
	}
	
	#shoutbox form input[type="submit"] {
		position:relative;
		margin:7px 4px 0 0 !important;
		float:right;
		padding:7px 8px 9px 8px !important;
	}
	
	#shoutbox form textarea {
		display:block;
		position:relative;
		overflow:hidden;
		height:17px !important;
		max-width:92%;
		min-width:92%;
		max-height:17px;
		min-height:17px;
	}
	
	#shoutbox form textarea:focus {
		height:70px !important;
		max-height:70px;
		min-height:70px;
	}
	
	#left #the_shouts .shout {
		position:relative;
		border: none !important;
		background:url(../images/shout_sep.png) no-repeat center bottom;
		padding: 8px;
	}
	
	#left #the_shouts .shout:last-child {
		background: none !important;
		margin:0 !important;
		padding:8px 8px 4px 8px !important;
	}
	
	#left #the_shouts .shout:first-child {
		padding:0 8px 8px 8px !important;
		margin:-4px 0 0 0 !important;
	}
	
	.shout_author {
		font-family:SYekan;
		font-size:13px;
	}
	
	.shout_date {
		font-family:SYekan;
		font-size:11px;
		color:#323437;
	}
	
	.shout_date a {
		position:relative;
		top:-1px;
	}
	
	.shout_date a img {
		width:11px;
		height:11px;
		z-index:999;
	}
	
	.nice_active {
		position:relative;
		transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-ms-transition:background 400ms;-o-transition:background 400ms;
		box-shadow:0 0 3px 1px rgba(0,0,0,.8), 0 0 25px rgba(255,204,0,.4);
	}
	
	.filter_field:nth-child(4) a {
		padding:9px 6px 9px 6px !important;
	}
	
	#cart_items .store_item {
		border-radius:5px;
		box-shadow:inset 0 0 8px rgba(255,255,255,.04), 0 0 5px rgba(0,0,0,.5);
		border:none !important;
		margin:0 0 8px 0;
		position:relative;
	}
	
	#checkout .realm_items .store_item {
		width:94% !important;
	}
	
	.store_item {
		border-radius:5px;
		border:none !important;
		background:rgba(255,255,255,.01);
		margin:0 0 8px 0;
		box-shadow:inset 0 0 8px rgba(255,255,255,.04), 0 0 5px rgba(0,0,0,.5);
	}
	
	.store_item .nice_button {
		position:relative;
		top:-5px;
	}
	
	/* Item Store LONG NAME item hover fix */
	
	#cart #cart_items .store_item {
		width:91%;
	}
	
	#cart_items .store_item {
		height:auto;
	}
	
	#cart .store_item:hover .item_name, #cart .store_item:hover .item_realm {
		margin-left:0 !important;
	}
	
	#cart .delete_item {
		float:right;
		display:block;
		width:17px !important;
		opacity:0;
		overflow:hidden;
		position:absolute;
		bottom:8px; right:-2px;
		-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;transition:0.5s all;
	}
	
	#cart .store_item .item_name {
		font-size:11px !important;
		line-height:1px !important;
		float:none !important;
	}
	
	#cart .store_item .item_realm {
		float:none !important;
	}
	
	#cart .store_item:hover .delete_item {
		width:17px;
		opacity:1;
	}
	
	/* Teleporter */
	
	.select_character {
		margin:0 0 8px 0 !important;
	}
	
	.character {
		margin:0 !important;
	}
	
	#select_character .item_group {
		border-radius:5px;
		margin:0 0 8px 0 !important;
	}
	
	/* Armory */
	
	.talents-tree-bg {
		opacity:0.9 !important;
	}
	
	.talents-glyphs {
		background: rgba(0,0,0,.1) !important;
	}