@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url("../../../cms/assets/redmond/jquery-ui.css");

/* 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;
}

body {

	line-height: 1;
}

ol, ul {

	list-style: none;
}

blockquote, q {

	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {

	content: '';
	content: none;
}

table {

	border-collapse: collapse;
	border-spacing: 0;
}

/* Vertical Rhythm */

body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
p {
	color: #efefef;
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

h1 {
	color: #111;
	font-size: 2.3333em; /* 24px */
	line-height: 1.5em !important; /* 36px */
	margin-bottom: 0.75em;
	margin-top: 0em;
	text-transform: uppercase;
}

h2 {
	color: #111;
	font-size: 2em; /* 22px */
	line-height: 1.6364em !important; /* 36px */
	margin-bottom: 0.8182em;
	margin-top: 0em;
	text-transform: uppercase;
}

h3 {
	color: #111;
	font-size: 1.8333em; /* 20px */
	line-height: 1.8em !important; /* 36px */
	margin-bottom: 0.9em;
	margin-top: 0em;
	text-transform: uppercase;
}

h4 {
	color: #111;
	font-size: 1.5em; /* 18px */
	line-height: 1em !important; /* 18px */
	margin-bottom: 1em;
	margin-top: 0em;
	text-transform: uppercase;
}

h5 {
	color: #111;
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em !important; /* 18px */
	margin-bottom: 1.125em;
	margin-top: 0em;
	text-transform: uppercase;
}

h6 {
	color: #111;
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em !important; /* 18px */
	margin-bottom: 0.8em;
	margin-top: 0em;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {

	font-family: "Cinzel";
	font-weight: 700;
}

a { color:#ffab3d; text-decoration:none; }
a:hover { color:#f9b55b; }
strong { font-weight:bold; }

.clear:before,.clearfix:before,.clear:after,.clearfix:after,.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.clear:after,.clearfix:after,.cf:after{
    clear:both;
}
 
.clear,.clearfix,.cf{
    zoom:1;
} 

/* Typography */

.em {
	color:#FFAB3D;
	text-transform:uppercase;	
	font-family: "Cinzel";
	font-weight: 700;
	font-size:16px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: relative;
	background: #000 url("../images/background.jpg") no-repeat 50% 40px;
}

hr,.hr2 {border: 0;height:1px; margin-top: 10px;margin-bottom:15px;background: #ffab3d; }
.hr2{margin-top:30px;margin-bottom:30px}

.colred{color:#BA433F}
.colblue{color:#3F95AE}
.colyellow{color:#D38E2C}
.colgreen{color:#4D9B4D}
.relative{position:relative} 

/* == Lists, Progress Bars, Labels== */
ul.bullets li,ul.check li,ul.star li{background-image: url(../images/bullet.png); background-repeat: no-repeat; background-position: left center; padding-left:20px; }
ul.check li{background-image: url(../images/check.png)}
ul.star li{background-image: url(../images/star.png)}
ol.numbers li{margin-left:15px}

.label{border-radius:3px 3px 3px 3px;padding:1px 4px 2px}
.label,.badge{background-color:#999;color:#FFF;font-size:12px;font-weight:700;line-height:14px;vertical-align:baseline;white-space:nowrap}
.label-ok,.badge-ok{background-color:#4D9B4D}
.label-info,.badge-info{background-color:#3F95AE}
.label-alert,.badge-alert{background-color:#D38E2C}
.label-error,.badge-error{background-color:#BA433F}

.progress-bar{height:20px;border-radius:4px;overflow:hidden;background-color:rgba(0,0,0,0.1);border:1px solid rgba(0,0,0,0.1)}
.progress-bar>div{border-radius:3px;height:20px;line-height:20px;font-size:11px;text-align:center;height:100%;background-size:16px 16px;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);background-image:-moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);background-image:-ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);box-shadow:inset 0px 2px 8px rgba(255, 255, 255, .5), inset -1px -1px 0px rgba(0, 0, 0, .2)}
.progress-bar>div.green{background-color:#4D9B4D;color:#000}
.progress-bar>div.yellow{background-color:#D38E2C;color:#000}
.progress-bar>div.blue{background-color:#3F95AE;color:#000}
.progress-bar>div.red{background-color:#BA433F;color:#000}

/* == Forms == */  

.dataTables_wrapper input, .placeholder input, .placeholder .jstyling-select, .placeholder textarea{
    padding: 6.5px 5px;
    font-size: 13px;
    border: 0;
    background:#111;
    border-radius: 2px;    
    color:#efefef;
    
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 0 1px rgba(255,255,255,0.4);
    /*box-shadow: 0 0 1px rgba(0,0,0,.4) inset, 0 0 5px rgba(255,255,255,0.4);*/
}
.placeholder .jstyling-select { padding: 0px !important; }
.dataTables_wrapper input:focus, .dataTables_wrapper input:hover, .placeholder input:focus, .placeholder input:hover, 
.placeholder button:focus, .placeholder button:hover,
.placeholder .jstyling-select:focus, .placeholder .jstyling-select:hover,
.placeholder textarea:focus, .placeholder textarea:hover {
    outline: 0;
    /*
background: rgb(122,49,138);

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhMzE4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzZjMmI3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZjI3NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(122,49,138,1) 0%, rgba(108,43,119,1) 48%, rgba(95,39,109,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,49,138,1)), color-stop(48%,rgba(108,43,119,1)), color-stop(100%,rgba(95,39,109,1)));
background: -webkit-linear-gradient(top,  rgba(122,49,138,1) 0%,rgba(108,43,119,1) 48%,rgba(95,39,109,1) 100%);
background: -o-linear-gradient(top,  rgba(122,49,138,1) 0%,rgba(108,43,119,1) 48%,rgba(95,39,109,1) 100%); 
background: -ms-linear-gradient(top,  rgba(122,49,138,1) 0%,rgba(108,43,119,1) 48%,rgba(95,39,109,1) 100%);
background: linear-gradient(to bottom,  rgba(122,49,138,1) 0%,rgba(108,43,119,1) 48%,rgba(95,39,109,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a318a', endColorstr='#5f276d',GradientType=0 );

    */
box-shadow: 0 0 1px rgba(0,0,0,.4) inset, 0 0 5px rgba(255,255,255,0.4);
}
 
input[type="submit"], button {
    overflow: visible;
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #efefef;
	font-family: "Cinzel";
	font-weight: 700;
    background: url("../images/button-gradient.png") 0 0;
    border-radius: 5px;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    padding:7px 10px 5px 10px;
    -webkit-transition:all .35s ease;
    -moz-transition:all .35s ease;
    -o-transition:all .35s ease;
    transition:all .35s ease;
    
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 0 1px rgba(255,255,255,0.4);
    /*box-shadow: 0 0 1px rgba(0,0,0,.4) inset, 0 0 5px rgba(255,255,255,0.4);*/
}   
input[type="submit"]:hover, button:hover {
	background:#111;	
    box-shadow: 0 0 1px rgba(0,0,0,.4) inset, 0 0 5px rgba(255,255,255,0.4);
}
   
.placeholder { 
	border: 1px solid transparent;
	margin-bottom:5px;
}
.placeholder.nopad{padding:0}
.inputbox{width:95%;}

img.captcha{display:inline-block!important;width:auto;position:absolute;top:5px;right:5px}
.fbbutton{width:33px;height:33px;display:inline-block;vertical-align:bottom;margin-left:10px}


/* == Select Box == */
.jstyling-select{position:relative;z-index:0;margin:0;padding:0}
.jstyling-select-t{white-space:nowrap;overflow:hidden}
.jstyling-select-l{width:100%;display:none;position:absolute;overflow-y:auto;z-index:1000;margin:0;padding:0}
.jstyling-select-l div{list-style:none;display:block;white-space:nowrap;overflow:hidden}
.jstyling-select.active{z-index:700}
.jstyling-select.active .jstyling-select-l{display:block}
.jstyling-checkbox,.jstyling-radio{display:inline-block;z-index:1;margin:0;padding:0}
.jstyling-checkbox input[type=checkbox],.jstyling-radio input[type=radio]{opacity:0;filter:alpha(opacity=0);z-index:0}
.jstyling-file{display:inline-block;position:relative;margin:0;padding:0}
.jstyling-file-f{overflow:hidden;white-space:nowrap}
.jstyling-file-b{position:relative;overflow:hidden}
.jstyling-file input[type=file]{opacity:0;filter:alpha(opacity=0);z-index:1;position:absolute;top:0;right:0;margin:0;padding:0}

/* == Select wrapper  == */
.jstyling-select{width:98%;cursor:pointer}
/*.dataTables_wrapper select { display:none; }*/
.pcs-character-list td, .pcs-character-list th, .dataTable td, .dataTable th { text-align:center; }
.dataTables_wrapper .jstyling-select{width:100%;}
.dataTables_paginate { text-align:center; font-size:32px; font-weight:bold; }
.dataTables_paginate a { color:#efa03b; cursor:pointer; }
.dataTables_paginate a:hover { text-decoration:none; color:#efefef; }
.dataTables_paginate a:first-child { margin-right:20px;}
.dataTables_paginate a:last-child { margin-left:20px;}
.jstyling-select{
	box-shadow: 0 0 1px rgba(255,255,255,0.2);
	background-color: #111;
	background-color: rgba(0,0,0,0.4);		
}
.dataTables_wrapper { display:none; }
.jstyling-select-s{padding-left:8px;line-height:35px;color:rgba(255,255,255,0.8);background-image:url(../images/select-nav.png);background-repeat:no-repeat;background-position:100% top}
.jstyling-select-t{width:100%}
.jstyling-select-l{max-height:250px;color:#fff;top:35px;left:-1px;background-color:#111;border:1px solid #000}
.jstyling-select-l div{box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);color:rgba(255,255,255,0.8);padding:5px}
.jstyling-select-l div:hover{background:rgba(255,255,255,0.1)}
.jstyling-select-l div.disabled{background:#E5E5E5}
.jstyling-select-l div.disabled:hover{color:#000}
.jstyling-select-l div:first-child{border-top:0}
.jstyling-select.active{background:rgba(255,255,255,0.2)}
.jstyling-select.disabled{background-color:#E5E5E5}

/* == Checkbox Ratio == */
.jstyling-checkbox{width:25px;height:21px;background:url(../images/input-sprite.png) no-repeat;background-position:0 0;vertical-align:middle}
.jstyling-checkbox.active{background-position:0 -21px}
.jstyling-checkbox.disabled{background-position:0 -42px}
.jstyling-checkbox.active.disabled{background-position:0 -63px}
.jstyling-radio{width:25px;height:21px;background:url(../images/input-sprite.png) no-repeat;background-position:0 -84px;vertical-align:middle}
.jstyling-radio.active{background-position:0 -105px}
.jstyling-radio.disabled{background-position:0 -126px}
.jstyling-radio.active.disabled{background-position:0 -147px}

/* == File input == */  
.jstyling-file-f{float:left;height:35px;box-shadow:0 0 1px rgba(255,255,255,0.2);color:#fff;background-attachment:scroll;background-image:url(../images/trans.png);background-repeat:repeat;width:250px}
.jstyling-file-b{margin-left:-1px;width:80px;float:left;height:35px;text-align:center;line-height:35px;box-shadow:0 0 1px rgba(255,255,255,0.2);color:#fff;background-attachment:scroll;background-image:url(../images/trans.png);background-repeat:repeat;padding-right:5px;padding-left:5px;cursor:pointer;background:rgba(0,0,0,0.4);-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.jstyling-file-b:hover{background:rgba(0,0,0,0.6);-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}

/* == Images and Media== */  
figure{line-height:0}
img{max-width:100%;height:auto}
.ie8 img{max-width:none!important}
.flright{float:right}
.flleft{float:left}
.doleft{text-align:left}
.doright{text-align:right}
.img-left{float:left; margin:0 20px 20px 0;}
.img-right{float:right; margin:0 0 20px 20px;}
img::selection,img::-moz-selection{background:transparent}
.zoomOverlay{position:absolute;top:0;left:0;bottom:0;right:0;display:none;background-image:url(../images/zoom.png);background-repeat:no-repeat;background-position:center}
.zoom{width:auto;height:auto;display:block;position:relative;overflow:hidden}
.thumb{position:relative;float:left;max-width:33%;height:auto;box-shadow:0 0 1px rgba(255,255,255,0.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 20px 10px 0}
.thumb img{position:relative;z-index:1;vertical-align:top;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}
.thumb a:hover img{opacity:.5}
.thumb.max-width{max-width:100%;margin:0 0 20px}
.media{position:relative;padding-bottom:51%;padding-top:30px;height:0;overflow:hidden;border:1px solid rgba(255,255,255,0.2);margin:0 0 15px}
.media iframe,.media object,.media embed{position:absolute;top:0;left:0;width:100%;height:100%}
.box{padding:20px;border:1px solid rgba(0,0,0,0.1);background-color: rgba(0,0,0,0.03)}


/* == Search == */
#search-box{
	background-image:url(../images/search_icon.png);
	background-repeat:no-repeat;
	background-position:right center;
	width:300px;
	margin-top:10px;
	height:40px;
	position:relative;
	background-color:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.2)
}
#search-box input{color:#fff;background-color:transparent;border:0;width:100%;text-indent:10px;outline:none;line-height:30px;height:30px;margin:0;padding:5px 0}
#suggestions{position:absolute;z-index:10000;left:-1px;}
#searchresults{background-color:#eee;position:relative;width:100%;margin-top:1px;left:0;z-index:800;box-shadow:0 0 1px #00;}
#searchresults .search-odd,#searchresults .search-even{margin-top:1px;margin-bottom:1px;}
#searchresults .search-even{background-color:rgba(255,255,255,0.5)}
#searchresults a small{display:block;line-height:1.2em;color:#777}
#searchresults a{ display: block; text-decoration: none; padding: 5px }
#searchresults a:hover{text-decoration:none}

/* == Crumbs Navigation == */
#crumbs{height:50px;line-height:50px;background-color:#F3F3F3}
#crumbs nav span.bread-home a{background-image:url(../images/home-icon.png), url(../images/breads.png);background-position:left center, right center;background-repeat:no-repeat;color:transparent;display:inline-block;text-indent:-9999px;margin:0 20px 0 0;padding:0 50px 0 0}
#crumbs nav a{background:url(../images/breads.png) no-repeat scroll right 0 transparent;color:#777;float:left;font-size:100%;height:auto;text-decoration:none;margin:0 30px 1px 0;padding:0 30px 0 0}
#crumbs h3{text-transform:none;text-indent:-1px;margin:0}
/* == Tables == */
.migration-list,.pcs-character-list,.display,.datatable{ width: 100%; border: 0; border-collapse: collapse;}
.migration-list,.pcs-character-list,.datatable { box-shadow: 0 1px 1px rgba(0,0,0,0.3); } 
.migration-list thead tr th,.pcs-character-list thead tr th,.display thead tr th,.datatable thead tr th{border-bottom:1px solid #efefef;background-color:rgba(200,200,200,0.5);font-variant:normal;font-size:14px;font-weight:200;padding:10px 5px}
.migration-list tr td img,.pcs-character-list tr td img,.display tr td img,.datatable tr td img{padding-right:2px;padding-left:2px}
.migration-list tbody tr td,.pcs-character-list tbody tr td,.display tbody tr td,.datatable  tbody tr td{padding:10px;}
.migration-list tbody tr,.pcs-character-list tbody tr,.display tbody tr,.datatable tbody tr{/*border-top:1px solid rgba(0,0,0,0.1);*/}
.migration-list tbody tr th,.pcs-character-list tbody tr th,.display tbody tr th,.datatable tbody tr th{text-align: left; font-variant: normal;font-weight: normal;padding:10px;white-space:nowrap; }
.migration-list tfoot tr td,.pcs-character-list tfoot tr td,.display tfoot tr td,.datatable tfoot tr td{padding:10px}

.migration-list thead tr th,.pcs-character-list thead tr th,.datatable thead tr th { 
	background-color:#57246b;
	background-color:rgba(87,36,107,0.5);
	border:1px solid #333333;
}
.migration-list td, .migration-list th { text-align:left !important; }
.migration-list tbody tr:hover {
	background:#111; background:rgba(0, 0, 0, 0.4);
}
.pcs-character-list tbody tr:hover { background:#111; background:rgba(0, 0, 0, 0.4);cursor:pointer; }

.pcs-sheet { display:none;}
/*.pcs-sheet table tbody tr:nth-child(even) { background:#221b3b; }*/
#pcs ul { overflow:hidden;margin-bottom:15px;}
#pcs ul li { float:left; }
#pcs a { display:block; padding:5px 11px; }     
.pcs-character-list.pcstable tbody tr td { padding:2px 10px;}
.pcs-character-list.pcstable tr:hover { background:none; cursor:default; } 

.pcs-dual-column-wrapper { overflow:hidden }
.pcs-dual-column-wrapper li {
    float:left;
    width:292px;
}
/*.pcs-dual-column-wrapper li:nth-child(1n+1) { background:#221b3b; }*/
#sidebar .widget-wrap.noclass,#sidebar2 .widget-wrap.noclass,#botplugin .widget-wrap.noclass,#topplugin .widget-wrap.noclass{background-image:none}
#sidebar .widget-wrap.nowrap,#topplugin .widget-wrap.nowrap,#botplugin .widget-wrap.nowrap{background-image:none;box-shadow:none;padding:0}


/* == Comments == */
#comments .commentWrap{margin-bottom:15px;}
#comments .comment-info{box-shadow:0 0 1px rgba(255,255,255,0.3);padding:10px;background-color: rgba(0,0,0,0.02);}
#comments li ul li,#comments li.child{margin-left:15px}
#comments .avatar{padding:2px;box-shadow:0 1px 2px rgba(0,0,0,0.2)}
pre,code{font:13px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace}
pre{border:1px solid rgba(255,255,255,0.2);overflow-x:visible;overflow-y:hidden;margin:15px 0 20px;padding:5px}
blockquote{font-size:15px!important;padding-left:105px;line-height:22px;font-style:italic;background-image:url(../images/quote.png);background-repeat:no-repeat;background-position:60px 0;margin:30px 0}
blockquote.nobg{background-image:none;padding-left:30px;}
.char-alert{color:#C30}

/* == Pagination == */
#pagination{ text-align: center; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: 600; }
#pagination a{ text-align:center; text-decoration: none; outline: none; display: inline-block; text-shadow: none; line-height: 30px; height: 30px; width: 30px; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 0;border-radius:2px }
#pagination a.number{background-color: rgba(0,0,0,0.1);color:#FFF}
#pagination a.number:hover{color:#fff;background:#111;background:rgba(0,0,0,0.7);text-decoration:none}
#pagination a.current{color:#FFF;background:#111;background:rgba(0,0,0,0.7)}
#pagination a.current:hover{text-decoration:none}

/* == Tabs == */
.tabs{overflow:auto;max-width:100%;list-style:none;margin:0;padding:0}
.tabs li{margin:0;padding:0;float:left;}
.tabs a{background:#ad1c1c;color:#fff;float:left;font:bold 12px/35px 'Open Sans', sans-serif;;height:35px;padding:0 30px;text-decoration:none}
.tabs a:hover{background:#c93434;}
.tabs a:focus{outline:0}
.tabs #current a{background:rgba(0,0,0,0.05);color:#333}
.tab-content{color:#444;background-color:rgba(0,0,0,0.05);padding:30px;min-height:50px}


/* == Carousel == */
.carousel{position:relative;margin:0;padding:0}
.carousel .flex-direction-nav{position: absolute; top: -51px; right:0;z-index: 9;width: 32px; height: 16px;}
.carousel .flex-direction-nav li{display:inline-block;float:left}
.carousel .flex-direction-nav a,#botplugin .carousel .flex-direction-nav a{cursor:pointer;display:block;width:16px;height:16px;text-indent:-9999px;border:0;background-image:url(../images/carousel_nav_dark.png);background-repeat:no-repeat}
#botplugin .carousel .flex-direction-nav a{background-image: url(../images/carousel_nav.png)}
.carousel .flex-direction-nav .flex-next{background-position:-16px 0!important}
.carousel .flex-direction-nav .flex-prev{background-position:0 0!important}
.carousel .flex-direction-nav .flex-next:hover{background-position:-16px -16px!important}
.carousel .flex-direction-nav .flex-prev:hover{background-position:0 -16px!important}
.carousel .flex-direction-nav .flex-disabled{opacity:.3;filter:alpha(opacity=30);cursor:default}

/* == Accordion == */
.accordion{}
.accowrap h4{display:block;position:relative;overflow:hidden;height:40px;background:#3F95AE;cursor:pointer;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;line-height:40px;margin:0 0 1px;padding:0 0 0 20px;text-shadow:none;color:#fff}
.accowrap h4 span{position:absolute;right:10px}
.accowrap h4:hover{background:#CC413E;color:#fff}
.accowrap h6:hover span{color:#fff}
.accowrap .acco-content{display:none;background-color:rgba(0,0,0,0.02);padding:20px}
.accowrap.current h4{background:#E8641B;color:#fff}
.accowrap.current .acco-content{display:block}
.accowrap.current .chevron{width:40px;height:40px;background-image:url(../images/acconav.png);background-repeat:no-repeat;background-position:0 -40px}
.accowrap .chevron{width:40px;height:40px;background-image:url(../images/acconav.png);background-repeat:no-repeat;background-position:0 0}

/* == Notifications and Messages == */
.msgAlert,.msgInfo,.msgError,.msgOk,.msgSys{text-shadow:none;color:#FFF;background-image:url(../images/msg-bg.png);background-repeat:no-repeat;background-position:left top;padding:10px;margin-bottom:5px}
.msgError, .butred{background-color:#BA433F}
.msgInfo, .butblue{background-color:#3F95AE}
.msgAlert,.butyellow{background-color:#D38E2C}
.msgOk,.butgreen{background-color:#4D9B4D;color:#fff}
.msgSys,.butorange{background-color:#E8641B}
.msgError span,.msgOk span,.msgAlert span,.msgInfo span,.msgSys span{margin-left:5px;display:inline-block;margin-right:10px;font-weight:700}
.msgError .error li{background-image:url(../images/error-li.png);background-repeat:no-repeat;background-position:left center;padding-left:15px;margin-left:15px}
.info{margin-bottom:10px;background-image:url(../images/msg-infop.png);background-repeat:no-repeat;background-position:10px 10px;line-height:1.4em;border-radius:2px;box-shadow:0 0 1px rgba(255,255,255,0.3);color:rgba(255,255,255,0.7);background-color:rgba(0,0,0,0.6);padding:10px 10px 10px 35px}
.info span{padding-left:10px}
.loader2{background-image:url(../images/loader.gif);background-repeat:no-repeat;background-position:50% 50%;height:20px;width:20px;display:inline-block}
.preloader{background-color:#fff;background-image:url(../images/preloader.gif);background-repeat:no-repeat;background-position:center center}

#tooltip{text-align:center;color:#fff;background:#111;position:absolute;z-index:100;padding:10px;font-size:12px}
#tooltip:after{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #111;content:'';position:absolute;left:50%;bottom:-10px;margin-left:-10px}
#tooltip.top:after{border-top-color:transparent;border-bottom:10px solid #111;top:-20px;bottom:auto}
#tooltip.left:after{left:10px;margin:0}
#tooltip.right:after{right:10px;left:auto;margin:0}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 100%;
	position: relative;
}

.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.container:before, .container:after {

	content: "";
	display: table;
}

.container:after {

	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.container {

	zoom: 1;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.content-padding {

	padding: 15px;
}

.column {

	width: 960px;
	float: left;
	margin: 15px 10px 15px 10px;
	background: #fdfdfd;
	outline: 1px solid #dedede;
	overflow: hidden;
}

.column.onethird {
	width: 306px;
}

.column.twothird {
	width: 626px;
}

.column.onefourth {
	width: 226px;
}

.column.onehalf {
	width: 466px;
}

.column.threefourth {
	width: 706px;
}

.last {
	margin-right: 0;
}

.first {
	margin-left: 0;
}

/* Header */

#header {

	background: url("../images/top-bar.png") repeat-x;
	height: 108px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
}

#logo {

	background: url("../images/logo.png") no-repeat;
	width: 380px;
	height: 171px;
	position: absolute;
	top: 0;
	left: -28px;
	text-indent: -9999px;
	z-index: 16;
	overflow:hidden;
}
#logo h1, #logo h2 { line-height:0; }
#logo a { display:block; width:100%; height:100%; }
#account-wrapper {
	position:absolute;
	right:0;color:#efa03b;
	text-align: right;
	width:520px;
	height:65px;
}
#account-wrapper .avatar { width:55px; height:55px; float:right; margin:5px 15px 0 0; }
#account-wrapper .account-info { margin-top:11px; margin-right:100px;}
#account-wrapper a { color:#efefef;}
#account-wrapper a:hover { text-decoration:none !important; }
#account-wrapper .account-info .name a { font-family: "Cinzel"; color:#a9dee7; font-size:20px;}
#account-wrapper .account-credits { margin-right:100px; margin-top:5px;}
#account-wrapper .account-credits a{ font-size:18px; padding-left:28px; background:url('../images/4gold.jpg') no-repeat 0 45%; color:#ffcd00; font-family: "Cinzel"; font-weight:700;}
#server-status-wrapper { width:645px; position:absolute; right:0; top:60px; color:#efa03b;}
#server-status-wrapper li { position:relative; margin:0 6px; float:left; }
#server-status-wrapper img.server-icon { position:absolute; top:10px; }
#server-status-wrapper .server-status { line-height:52px; margin-left:35px;}
#navigation {

	position: absolute;
	top: 108px;
	right: 15px;
	z-index: 14;
	width: 655px;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li .navigation-item-container {
	position: relative;
	height: 68px;
	width: 131px;
}

#navigation ul li a {

	font-family: "Cinzel";
	display: block;
	width: 131px;
	background: url("../images/button.png") no-repeat 50% 50%;
	color: #ffd394;
	text-shadow: #111 1px 1px 5px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 22px;
	font-weight: 700;
	position: absolute;
	z-index: 5;
}

#navigation ul li li a, #navigation ul li div.drop-down a { font-weight:400 !important; } 

/*#navigation ul li a:hover { */

/*}*/

#navigation ul li a:hover {

	text-decoration: none;
	text-shadow: #a320c0 0px 0px 15px;
	color: #fff;
}

#navigation ul li .navigation-item-container:hover > a:not(.single-level) {
	background: none;
}

#navigation ul li .navigation-item-container:hover > .drop-down {
	display: block;
}

#navigation ul li a span {
	font-size: 16px !important;
}

#navigation ul li .drop-down {

	background: url("../images/sub-nav-menu-wrapper.png") no-repeat 50% 50%;
	width: 408px;
	height: 310px;
	position: absolute;
	top: -20px;
	left: -13px;
	display: none;
	z-index: 4;
}

#navigation ul li .drop-down.right {

	left: auto;
	right: -13px !important;
}

#navigation ul li .drop-down .content-wrap {
	position:relative;
	top:90px;
	left:30px;
}

#navigation ul li .drop-down .content-wrap .forum-link-wrap a {
	background: url("../images/lightning-bolt-sm.png") no-repeat 0 center;
	padding-left:48px;
	line-height:32px;
	float:left;
	width:100px;
}

#navigation ul li .drop-down ul {

	position: relative;
	background: url("../images/sub-nav-item-spacer.png") no-repeat 0% 27px;
	width: 170px;
}

#navigation ul li .drop-down ul li {

	float: none;
}

#navigation ul li .drop-down a {

	position: static;
	background: none;
	margin: 0;
	padding: 7px 0 8px 0;
	text-align: left;
	font-size: 15px;
	padding-left: 7px;
	padding-right: 28px;
}

/*#navigation ul li .drop-down ul li a:hover {*/

/*}*/

#navigation ul li .drop-down .second-drop-down {

	display: none;
	position: absolute;
	top: 0;
	right: 50px;
}

#navigation ul li .drop-down .second-drop-down ul {

	background: none;
}

#navigation ul li .drop-down .second-drop-down a {

	font-size:12px !important;
	text-transform: none;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 5px 0 5px 0;
}

#navigation ul li .drop-down .second-drop-down a:hover {

	text-decoration: underline;
	color: #a6fffc !important;
}

/* Content Area Sidebar */

#ornate-frame {

	pointer-events: none;
	background: url("../images/content-top.png") no-repeat 50% 0;
	width: 1088px;
	height: 251px;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 375px;
	left: 50%;
	margin-left: -544px;
	z-index: 5;
}

.ornate-frame-links { width:1088px; position: absolute; top:525px; left:50%; margin-left:-500px;}
.ornate-frame-links a { display:block; position:absolute; z-index:9; }
.ornate-frame-links .signup-link { left:85px; }
.ornate-frame-links .story-link { left:310px; }
.ornate-frame-links .help-link { left:550px; }
.ornate-frame-links .support-link { left:790px; }
.ornate-frame-links .content-link { left:75px; }
        

#ornate-frame-left {

	pointer-events: none;
	background: url("../images/left-ornate-frame.png") no-repeat 50% 0;
	width: 45px;
	height: 290px;
	position: absolute;
	top: 625px;
	left: 50%;
	margin-left: -477px;
	z-index: 5;
}

#ornate-frame-right {

	pointer-events: none;
	background: url("../images/right-ornate-frame.png") no-repeat 50% 0;
	width: 45px;
	height: 290px;
	position: absolute;
	top: 625px;
	right: 50%;
	margin-right: -477px;
	z-index: 5;
}

#ornate-frame-inner {

	pointer-events: none;
	background: url("../images/content-top.png") no-repeat 50% 0;
	width: 1088px;
	height: 251px;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -544px;
	z-index: 5;
}

#ornate-frame-inner-left {

	pointer-events: none;
	background: url("../images/left-ornate-frame.png") no-repeat 50% 0;
	width: 45px;
	height: 290px;
	position: absolute;
	top: 430px;
	left: 50%;
	margin-left: -477px;
	z-index: 5;
}

#ornate-frame-inner-right {

	pointer-events: none;
	background: url("../images/right-ornate-frame.png") no-repeat 50% 0;
	width: 45px;
	height: 290px;
	position: absolute;
	top: 430px;
	right: 50%;
	margin-right: -477px;
	z-index: 5;
}

#ornate-frame-pieces a {

	font-family: "Cinzel";
	color: #ffd394;
	text-shadow: #111 1px 1px 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}

#ornate-frame-pieces a:hover {

	text-decoration: none;
	text-shadow: #fff 0px 0px 5px;
	color: #fff;
}

.play-for-free-text, .play-for-free-text-inner {
	position: absolute;
	left: 50%;
	margin-left: -51px;
	z-index: 5;
}
.play-for-free-text { top:421px; }
.play-for-free-text-inner {
	top: 226px;
}


.play-for-free-text a span {

	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.download-text, .download-text-inner {

	position: absolute;
	left: 50%;
	margin-left: -43px;
	z-index: 5;
}

.download-text {
	top: 444px;
	margin-left: -38px;
}
.download-text-inner {
	top: 249px;
}
.download-text a {

	font-size: 11px !important;
}

#content {
	min-height: 0;
	position: absolute;
	z-index: 2;
	top: 585px;
	width: 939px;
	left: 50%;
	margin-left: -469.5px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	background: url("../images/content-background.jpg");
	padding-bottom:100px;
}
#content h3.page-title { color:#f5ca90; text-shadow:0 0 4px #836949; margin:10px 0 0 10px; font-size:18px; }
#content .article-no-head h3.page-title { color:#f5ca90; text-shadow:0 0 4px #836949; margin:10px 0 0 1px; font-size:18px; }

#content.inner { top:390px; }
#content .left {
	width: 632px;
	float: left;
	margin-left: 17.5px;
	margin-right: 10px;
	margin-top: 30px;
	position: relative;
}

#content .left .article {
	width: 100%;
	position: relative;
}
/*.article-no-head .article-content-wrapper { margin-left:8px; }*/
#content.inner .left .article .middle,
#content .left .article .middle {
	position: relative;
	padding-bottom: 20px;
	top: 15px;
	z-index: 5;
	overflow: hidden;
}
#content .article-information-wrapper { margin:5px 0 0 5px; }
#content .article-information-wrapper h4 { margin-left:65px; margin-top:15px; }
#content.inner .left .middle { left:100px; width: 540px }
#content .left .article .middle { left: 20px; width: 615px; }
#content .left .article .top-featured {
	
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -316px;
	background: url("../images/article-top-featured.png") no-repeat 50% 0;
	width: 100%;
	height: 237px;
}
#content .left .article .middle .lightning-bolt {
	padding-right:15px; padding-bottom:10px;
	width:98px;
	height:98px;
	float:left; 
	background: url("../images/lightning-bolt.png") no-repeat 0 0;
}
#content .left .article .top {

	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -316px;
	background: url("../images/article-top.png") no-repeat 50% 0;
	width: 100%;
	height: 87px;
}

.article-content-wrapper {
	margin-left:4px;
}

.desc {
	list-style-image: none;
	margin: 0 0 10px;
	padding: 10px;
	box-shadow: 0 0 1px rgba(255,255,255,0.2);
	color: #efefef;
	background-color: #111;
	background-color: rgba(0,0,0,0.4);	
	line-height:18px;
}
.left .article:first-child { margin-top:20px; }
.desc2 {
	margin-top:-10px;
	list-style-image: none;
	margin: 0 0 25px;
	padding: 10px;
	color: #efefef;
	width:587px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	
	background-color: #111;
	background-color: rgba(0,0,0,0.1);	
	line-height:18px;
}
.article-content-wrapper p { font-size:14px; }
#content .left h5 {
	color: #ffab3d;
}
#content .left h4 {
	font-size:16px;
	color: #ffab3d;
	text-shadow: #000 1px 1px;
	margin-top: 7px !important;
	margin-bottom: 3px !important;
	line-height: 1.2em !important;
}

.article-information {

	color: #efefef;
	font-size: 12px;
	text-shadow: #000 1px 1px;
	display: block;
	line-height: 18px;
	margin-left:68px;
}
.article-information a { color: #68e4fa; }


.article-comments {

	color: #68e4fa;
	font-size: 12px;
	text-shadow: #000 1px 1px;
	float:right;
	line-height: 18px;
	margin-right:25px;
}

.article-comments img {

	margin-right: 5px;
	vertical-align: middle;
}
#sidebar {

	position: absolute;
	top: 25px;
	right: 10px;
	width: 250px;
	min-height:499px;
}

#sidebar .sidebar-section {

	margin-bottom: 25px;
	overflow: hidden;
}

#sidebar .spacer {

	background: url("../images/spacer.jpg") no-repeat 0 0;
	width: 100%;
	height: 2px;
	margin-bottom: 7px;
}

#sidebar h5 {

	color: #efa03b;
	display: inline-block;
	background: url("../images/right-arrow-button.png") no-repeat 100% 50%;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#sidebar h6 {
	color: #efa03b;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size:1.1em;
}

#sidebar ul {

	margin-top: 15px;
}

#sidebar ul li a {

	color: #a9dee7;
	font-family: "Cinzel";
	font-weight: 700;
	font-size: 13px;
}

#sidebar ul li {

	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-top: 5px;
	border-bottom: 1px solid #59412a;
}

#content-footer {
    position: relative;
    z-index: 2;
    width: 666px;
    height: 93px;
    margin: 40px auto 0 auto;
    background: url("../images/footer-frame.png") no-repeat center top;
}

#footer {

	width: 100%;
	height: 450px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: url("../images/footer.png") no-repeat 50% 0;
}
#footer .credits {
	background: url("../images/footer-credits.png") no-repeat 48% 50%;
	height:90px;
	padding:15px 0;
	width:100%;
	position:absolute;bottom:0;
}

#footer .credit-text { width:475px; margin:12px auto 0 auto; }
#footer .credit-text p { text-align:center; font-size:11px;color:#efefef; }
/* Slider */

#slideshow {

}

#featured-container {

	background: url("../images/featured-area.png") no-repeat;
	width: 1076px;
	height: 325px;
	margin: 0 auto;
	position: absolute;
	z-index: 2;
	top: 106px;
	left: 50%;
	margin-left: -538px;
	/*pointer-events: none;*/

}

.slider-wrapper {

	width: 980px;
	height: 325px;
	position: absolute;
	z-index: 1;
	top: 106px;
	left: 50%;
	margin-left: -490px;
}
#slider img { width:980px; height:310px; }
/*.nivoSlider {

 position:relative;

 background:url(img/loader.gif) no-repeat 50% 50%;

 }

 .nivoSlider img {

 position:absolute;

 top:0px;

 left:0px;

 display:none;

 }*/

.nivoSlider a {

	border: 0;
	display: block;
}

/* The Nivo Slider styles */

.nivoSlider {

	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 1px;
}

.nivoSlider img {

	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}

.nivo-main-image {

	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {

	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {

	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

/* Caption styles */

.nivo-caption {

	position: absolute;
	left: 0px;
	bottom: 0px;
	background: transparent;
	color: inherit;
	width: 100%;
	z-index: 8;
	padding: 15px 10px 40px 35px;
	font-family: 'Cinzel';
	font-weight: 700;
	font-size:1.4em;
	color:#ffab3d;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter: alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {

	padding: 5px;
	margin: 0;
}

.nivo-caption a {

	display: inline !important;
}

.nivo-html-caption {

	display: none;
}

.custom-directionNav a {

	position: absolute;
	top: 220px;
	z-index: 9;
	cursor: pointer;
	color: #fff;
	text-indent: -9999px;
	/*font-size:30px;*/

	width: 58px;
	height: 77px;
	/*display:none;*/

}

.custom-prevNav {

	left: -6px;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/featured-left-arrow.png") no-repeat 50% 50%;
}

.custom-nextNav {

	right: -6px;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/featured-right-arrow.png") no-repeat 50% 50%;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	display: none;
}

.nivo-prevNav {

}

.nivo-nextNav {

}

.custom-prevNav:hover {

	background: url("../images/featured-left-arrow-hover.png") no-repeat 50% 50%;
}

.custom-nextNav:hover {

	background: url("../images/featured-right-arrow-hover.png") no-repeat 50% 50%;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {

	text-align: center;
	padding: 15px 0;
}

.nivo-controlNav a {

	cursor: pointer;
}

.nivo-controlNav a.active {

	font-weight: bold;
}

/*TIPSY*/

.tipsy {
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	padding: 5px;
	z-index: 100000;
	text-shadow: #111 1px 1px;
}

.tipsy-inner {
	background: #e84d8c;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px 8px;
	text-align: left;
}

/* Rounded corners */

.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Uncomment for shadow */

.tipsy-inner {
	box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	-moz-box-shadow: 0 0 5px #000000;
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #e84d8c;
}

/* Rules to colour arrows */

.tipsy-arrow-n {
	border-bottom-color: #e84d8c;
}

.tipsy-arrow-s {
	border-top-color: #e84d8c;
}

.tipsy-arrow-e {
	border-left-color: #e84d8c;
}

.tipsy-arrow-w {
	border-right-color: #e84d8c;
}

.tipsy-n .tipsy-arrow {
	top: 0px;
	left: 50%;
	margin-left: -5px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
	top: 0;
	left: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
	bottom: 0;
	left: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
	bottom: 0;
	right: 10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
	right: 0;
	top: 50%;
	margin-top: -5px;
	border-left-style: solid;
	border-right: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
	left: 0;
	top: 50%;
	margin-top: -5px;
	border-right-style: solid;
	border-left: none;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.character-info { display:none; }
.mall-groups {overflow:hidden;}
.mall-groups li { float:left;}
.mall-groups li a { display:block; padding:5px; }

.mall-items li { margin:5px; }
.mall-items li.mall-grid { 
    float:left; 
    width:202px;
    max-height:185px; 
    min-height:185px; 
    background:rgb(0,0,0); 
    background:rgba(0,0,0,0.5); 
    padding: 10px 0 0 0; 
    cursor:pointer; 
    position:relative; 
}
    
.mall-items li { text-align:center; }

.mall-items .mall-title, .mall-item-inner-info span.title {
    font-family: "Cinzel";
    font-weight: 700;
    color:#9a48b5;
    margin-bottom:8px;
}
.mall-items .mall-title { display:block; }
    
.item-preview-desc { 
    list-style-image: none;
    box-shadow: 0 0 1px rgba(255,255,255,0.2);
    color: #efefef;
    background-color: #111;
    background-color: rgba(0,0,0,0.4);
    line-height: 18px;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    padding:5px;
    min-height:35px;
    font-size:10px;
}

.mall-items li.mall-grid .item-buy-btn { 
    display:none; 
    position:absolute;
    bottom:0;
    width:100%;
    padding:10px 0 10px 0; 
    border-top:3px solid #9a48b5;
    height:35px;
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.95);
}
.mall-items li.mall-grid:hover > .item-buy-btn { display:block;}

.mall-item-info{ display:none; }


div.mall-item-info { 
    position:absolute; 
    outline:4px solid #111;
    width:350px; 
    display:none; 
    z-index:1000; 
    background:rgb(0,0,0); 
    background:rgba(0,0,0,0.85);
}
div.mall-item-inner-info .item-image { max-width:65px !important; float:left !important; display:inline-block; }
div.mall-item-inner-info hr { background:#9a48b5;}
div.mall-item-inner-info { padding:10px;}
div.mall-item-inner-info .description { display:inline; width:255px; color:#efefef; float:right; }
div.mall-item-inner-info .credit { float:right; color:green; font-weight:bold;}
.req-wrap {
    color:#efefef;
    margin-top:15px;
    display:block;
}
.req-wrap ul {overflow:hidden;margin-top:7px;}
.req-wrap ul li { float:left; margin-right:7px; }


#notLogged, #transactionMessage, #not-enough-credits, #transactionOverview {
    outline:4px solid #000;
    width:450px; 
    display:none; 
    z-index:1000;
    background: url("../images/content-background.jpg"); 
    }
    #transactionOverview .inner-character { padding:20px 10px 10px 20px; overflow:hidden; line-height:24px;}
   

    #transactionOverview .checkout-item {
        box-shadow: 0 0 1px rgba(255,255,255,0.2);
        color: #efefef;
        background-color: #111;
        background-color: rgba(0,0,0,0.4);   
        padding:10px 10px 5px 10px;
        overflow:hidden;
        margin-top:10px;
        width:94%;
    }
    #transactionOverview .checkout-img { float:left; margin-right:10px;}
    #transactionOverview .checkout-title { float:left; }
    #transactionOverview .checkout-credit { float:right; }
    .checkout-total { margin-top:15px; margin-right:10px; float:right; min-width:215px;
        box-shadow: 0 0 1px rgba(255,255,255,0.2);
        color: #efefef;
        background-color: #111;
        background-color: rgba(0,0,0,0.4);   
        padding:10px;
        overflow:hidden;
    }
    /*.purchase-now { float:right; display:none; }*/
.line-item { width:150px;margin-right:7px;display:block;float:left;text-align:right;}
.credit-remaining { float:right;display:block;margin-right:50px; }

.account-must-be-logged { display:block; text-align:center; font-size: 0.75em;}
.line-item-red { color:red; }
.line-item-green { color:green; }
.checkout-code { float:right; margin-right:10px;}
 
.dataTables_info { text-align:center; font-size:14px; color:#efa03b; margin-top:10px; }
.dataTables_paginate { display:none; }
.server-selection-wrapper { margin-top:15px; }
.server-selection-wrapper img { cursor:pointer; margin-right:5px;}
.server-selection-wrapper img:last { margin-right:0; }
#latest-articles li { border-bottom:none !important; }
#latest-articles .image-holder{border:1px solid rgba(255,255,255,0.1);padding:5px;background-color: rgba(0,0,0,0.1);line-height:0}
#latest-articles .toolbar{padding-top:5px;padding-bottom:5px}
#latest-articles .toolbar a{display:inline-block;margin-top:5px}
#latest-articles .toolbar span a{font-weight:normal} 

#player-wrapper{width:250px; overflow:hidden;}
#ytvideo{float:left}
#player-wrapper ul{width:250px;margin:0;padding:0}
#player-wrapper ul li{list-style-type:none;display:block;margin-bottom:5px;overflow:hidden;}
#player-wrapper ul li img{width:50px;float:left;margin-right:5px;border:1px solid #999}
#player-wrapper ul li a{text-decoration:none;display:block;color:#efa03b;}
#player-wrapper ul li a span{display:block;font-size:18px;color:#222;}
#player-wrapper ul li a small{color:#555}
#player-wrapper ul li:hover,#player-wrapper .currentvideo{background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4) }
.content-loader { text-align:center;margin-top:75px;margin-bottom:75px; }
#scrollbar{width:250px;float:right;margin:0}
#scrollbar .viewport{width:250px;height:300px;overflow:hidden;position:relative}
#scrollbar .overview{position:absolute;left:0;top:0}
#scrollbar .scroll-thumb .end,#scrollbar .scroll-thumb{background-color:#ccc}
#scrollbar .scrollbar{position:relative;float:right;width:20px}
#scrollbar .track{background-color:#ddd;height:100%;width:20px;position:relative;padding:0}
#scrollbar .scroll-thumb{height:20px;width:18px;cursor:pointer;overflow:hidden;position:absolute;top:0;border:solid 1px #fff;background:#fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee}
#scrollbar .scroll-thumb .end{overflow:hidden;height:5px;width:20px}
#scrollbar .disable{display:none}

/* Preloader */

body {

	display: none;
}

#jpreOverlay {

	background-color: #000000;
}

#jpreSlide {

	font-size: 22px;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	width: 50%;
	height: 30%;
}

#jpreLoader {

	width: 300px;
	height: 25px;
	box-shadow: 0 0 25px #4d0e7d;
	-moz-box-shadow: 0 0 25px #4d0e7d;
	-webkit-box-shadow: 0 0 25px #4d0e7d;
	/*border-radius:25px;

	 -moz-border-radius:25px;

	 -webkit-border-radius:25px;*/

}

#jpreBar {

	/*border-radius:25px;

	 -moz-border-radius:25px;

	 -webkit-border-radius:25px;*/

	background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	-o-background-size: 30px 30px;
	box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 5px 5px rgba(255,255,255,0.6) inset, 0 -5px 7px rgba(0, 0, 0, 0.4) inset;
	filter: progid:DXImageTransform.Microsoft.gradient(

	startColorstr='#33ffffff',

	endColorstr='#33000000',

	GradientType=0 );
	background-color: #4d0e7d;
	background-image: -moz-linear-gradient(-45deg,

	rgba(255,255,255,0.15) 0%,

	rgba(255,255,255,0.15) 25%,

	rgba(255,255,255,0) 25%,

	rgba(255,255,255,0) 50%,

	rgba(255,255,255,0.15) 50%,

	rgba(255,255,255,0.15) 75%,

	rgba(255,255,255,0) 75%,

	rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, right bottom,

	color-stop(0%,rgba(255,255,255,0.2)),

	color-stop(25%,rgba(255,255,255,0.2)),

	color-stop(25%,rgba(255,255,255,0)),

	color-stop(50%,rgba(255,255,255,0)),

	color-stop(50%,rgba(255,255,255,0.2)),

	color-stop(75%,rgba(255,255,255,0.2)),

	color-stop(75%,rgba(255,255,255,0)),

	color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(-45deg,

	rgba(255,255,255,0.3) 0%,

	rgba(255,255,255,0.3) 25%,

	rgba(255,255,255,0) 25%,

	rgba(255,255,255,0) 50%,

	rgba(255,255,255,0.3) 50%,

	rgba(255,255,255,0.3) 75%,

	rgba(255,255,255,0) 75%,

	rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(-45deg,

	rgba(255,255,255,0.15) 0%,

	rgba(255,255,255,0.15) 25%,

	rgba(255,255,255,0) 25%,

	rgba(255,255,255,0) 50%,

	rgba(255,255,255,0.15) 50%,

	rgba(255,255,255,0.15) 75%,

	rgba(255,255,255,0) 75%,

	rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(-45deg,

	rgba(255,255,255,0.15) 0%,

	rgba(255,255,255,0.15) 25%,

	rgba(255,255,255,0) 25%,

	rgba(255,255,255,0) 50%,

	rgba(255,255,255,0.15) 50%,

	rgba(255,255,255,0.15) 75%,

	rgba(255,255,255,0) 75%,

	rgba(255,255,255,0) 100%);
	background-image: linear-gradient(135deg,

	rgba(255,255,255,0.15) 0%,

	rgba(255,255,255,0.15) 25%,

	rgba(255,255,255,0) 25%,

	rgba(255,255,255,0) 50%,

	rgba(255,255,255,0.15) 50%,

	rgba(255,255,255,0.15) 75%,

	rgba(255,255,255,0) 75%,

	rgba(255,255,255,0) 100%);
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;
}

#jprePercentage {

	color: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	top: -100%;
	padding-top: 6px;
}

#jpreButton {

	padding: 3px 10px;
	cursor: pointer;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	width: 100px;
	margin: 0 auto;
	color: #fff;
	text-shadow: -1px -1px 0 #01293F;
	border: 1px solid #2EACEA;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-color: #23a6ed;
	background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23a6ed), color-stop(100%,#1275aa));
	background-image: -webkit-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -o-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: -ms-linear-gradient(top, #23a6ed 0%,#1275aa 100%);
	background-image: linear-gradient(to bottom, #23a6ed 0%,#1275aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

@-webkit-keyframes progress {

from {

	background-position: 0 0;
}

to {

	background-position: -60px -60px;
}

}

@-moz-keyframes
progress {from {

	background-position: 0 0;
}

to {

	background-position: -60px -60px;
}

}

@-ms-keyframes
progress {from {

	background-position: 0 0;
}

to {

	background-position: -60px -60px;
}

}

@-o-keyframes
progress {from {

	background-position: 0 0;
}

to {

	background-position: -60px -60px;
}

}

@keyframes
progress {from {

	background-position: 0 0;
}

to {

	background-position: -60px -60px;
}

}
