@charset "utf-8";
/*
Theme Name: Uedeom
Theme URI: http://uedemo.com/
Description: The theme based on the <a href="http://uedemo.com/">UEDemo Css Framework</a>.
Version: Alpha 0.2
Author: jeffery
Author URI: http://uedemo.com/
Tags: black, custom header, fixed width, two columns,three columns widgets
*/

/*@-root: Reset CSS */
	/*@-reset:margin & padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
	/*@-reset:border*/
fieldset, img {
	border: 0;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
	/*@-reset:font*/
address, caption, cite, code, dfn, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:inherit;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
	/*@-reset:line-height*/
body {
	line-height: 1.5;
}
	/*@-reset:list-style*/
ol, ul {
	list-style: none;
}
	/*@-reset:table*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
	/*@-reset:sub & sup*/
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
	/*@-reset:a & ins text-decoration*/
/* remember to highlight anchors and inserts somehow! */
:link, :visited, ins {
	text-decoration: none;
}
	/*@-reset:q & blockquote*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/*@-root: Base CSS */
body {
	background-color:#000;
	color:#252525;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {text-decoration:underline;}
a:link {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover,a:focus {text-decoration:underline;}
a:active {text-decoration:underline;}

a:link.usable,a:visited.usable,a:hover.usable,a:active.usable {
	color:#008000;
	font-weight:700;
}
.hidden {
	display:none;
}
.even { background-color:#FEFEFE;}/*#feffe8#fffcc7*/
.odd { background-color:#FEFEFE;}/*#eff6fd#e2f5ff*/
.usable {
	color:#008000;
	font-weight:700;
}
.unused {
	color:#f60;
	font-weight:700;
}
/*@-root: msgbox */
.msgbox {
	position:fixed;
	_position:absolute;
	display:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(images/msgbox_bg.jpg) no-repeat 0 bottom;
	width:494px;
	padding-bottom:76px;
}
.msgbox h4 {
	background:url(images/msgbox_bg.jpg) no-repeat 0 top;
	color:#000;
	height:80px;
	line-height:80px;
	text-align:center;
	font-family:Georgia;
	font-size:22px;
}
.msgbox .msg-content-skin {
	background:url(images/msgbox_repeat_y.jpg) repeat-y 0 0;
	width:494px;
	overflow:hidden;
}
.msgbox .msg-content {
	color:#854f15;
	margin:10px 40px 15px;
}
.msgbox .msg-action {
	clear:both;
	padding-top:20px;
	text-align:center;
}
.msgbox .msg-action .btn {
	border:0 none;
	background:url(images/msgbox_btn.png) repeat-x 0 0;
	color:#FEF5B8;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	font-size: 16px !important;
    font-weight: bold;
	max-width:204px;
	height:35px;
	line-height:35px;
	padding:  0 0 0 20px;
	margin:2px 5px;
	display:inline-block;
	zoom:1;
}
.msgbox .msg-action a:link.btn,
.msgbox .msg-action a:visited.btn,
.msgbox .msg-action a:hover.btn,
.msgbox .msg-action a:active.btn {
	color:#FEF5B8;
	text-decoration:none;
}
.msgbox .msg-action .btn span {
	background:url(images/msgbox_btn.png) repeat-x right 0;
	padding: 0 20px 0 0;
	display:inline-block;
	zoom:1;
}

/*@-root: Theme CSS*/
#wrapper {
	margin:0 auto;
	width:1000px;
	overflow:hidden;
}
/*main*/
#main {
	margin:176px auto 0;
	overflow:hidden;
	clear:both;
	width:100%;
	position:relative;
}
#main h1,
#main h2,
#main h3,
#main h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#container {
	float:left;
	display:inline;
	width:100%;
	text-align:justify;
}
#container .container-skin {
}
#container .main-content {
	float:right;
	width:100%;
}
#container .main-content-skin {
	overflow:hidden;
}
#container .main-content .column {
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}
#container .main-content .column h2 {
	font: 25px Georgia,"Times New Roman",Times,serif;
	text-align:center;
	text-transform: uppercase;
	overflow:hidden;
}
.main-content .articles-meta {
	padding:3px 0;
}
.articles-meta .comments { float:right;}
.main-content .articles {
	color:#583316;
	/*overflow:hidden;*/
}
.main-content .articles ol,
.main-content .articles ul {
	padding:40px;
	list-style:none outside decimal;
}
.main-content .articles-images, .wp-caption {
	background-color:#aaa;
	border:5px solid #aaa;
	margin:0 auto 10px;
	position:relative;
	overflow:hidden;
	/*display:inline-block;*/
}
.main-content .articles-images img,
.wp-caption img {
	display:block;
	margin:0 auto;
}
.main-content .articles-images .desc,
.main-content .wp-caption .wp-caption-text {
	background-color:#aaa;
	color:#333333;
	display:block;
	left:0;
	opacity:0.6;
	padding:4px 8px 2px;
	margin:0;
	position:absolute;
	bottom:-1px;
	width:100%;
	text-indent:0;
}
.main-content .articles p {
	margin:5px 0 10px;
}

.main-content table {
	border-bottom:1px solid #ace;
	border-top:1px solid #ace;
	border-collapse:collapse;
}
.main-content table tr {
	height:26px;
	line-height:26px;
}
.main-content table thead tr {
	background:#f3f7fa none repeat-x 0 0;
}
.main-content table tr th , 
.main-content table tr td {
	text-align:center;
	border:1px solid #eee;
	padding:0 2px;
}
th a:link {color: #36c;}
th a:visited {color: #36c;}

/* column setting */
.column-c {}
#container .main-content-skin {
	margin:0 auto;
}
.column-c #container .main-content .column {
}
.column-c #container .main-content .column h2 {
	height:60px;
	line-height:60;
	overflow:hidden;
}
.column-c #container .main-content .server-list{
	width:554px;
	height:376px;
	margin-right:14px;
	margin-bottom:48px;
	float:right;
	display:inline; /*fix ie6 double margin-widt bug*/
}
.main-content .server-list .articles ol,
.main-content .server-list .articles ul {
	padding:0;
	list-style:none;
}
/*role*/
	/*human*/
.role-warrior #wrapper {
	background: url(images/warrior/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-warrior #main {
	background:url(images/warrior/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-warrior #container .main-content {
	background:url(images/warrior/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
.role-wizard #wrapper {
	background: url(images/wizard/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-wizard #main {
	background:url(images/wizard/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-wizard #container .main-content {
	background:url(images/wizard/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
	/*elf*/
.role-ranger #wrapper {
	background: url(images/ranger/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-ranger #main {
	background:url(images/ranger/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-ranger #container .main-content {
	background:url(images/ranger/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
.role-druid #wrapper {
	background: url(images/druid/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-druid #main {
	background:url(images/druid/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-druid #container .main-content {
	background:url(images/druid/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
	/*undaed*/
.role-priest #wrapper {
	background: url(images/priest/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-priest #main {
	background:url(images/priest/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-priest #container .main-content {
	background:url(images/priest/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
.role-warlock #wrapper {
	background: url(images/warlock/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-warlock #main {
	background:url(images/warlock/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-warlock #container .main-content {
	background:url(images/warlock/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
	/*guider*/
.role-guider #wrapper {
	background: url(images/guider/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-guider #main {
	background:url(images/guider/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-guider #container .main-content {
	background:url(images/guider/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
.role-guider #wrapper {
	background: url(images/guider/body_bg.jpg?v=201204231455) no-repeat center top;
}
.role-guider #main {
	background:url(images/guider/wrapper_bg.jpg?v=201204231455) no-repeat center top;
}
.role-guider #container .main-content {
	background:url(images/guider/footer_bg.jpg?v=201204231455) no-repeat center bottom;
}
	/*kr-warrior*/
.role-kr-warrior #wrapper {
	background: url(images/kr/body_bg.jpg?v=201207091410) no-repeat center top;
}
.role-kr-warrior #main {
	background:url(images/kr/wrapper_bg.jpg?v=201207091410) no-repeat center top;
}
.role-kr-warrior #container .main-content {
	background:url(images/kr/footer_bg.jpg?v=201207091410) no-repeat center bottom;
}

.server-list li {
	background:url(images/list_bg.png?v=20110829) no-repeat 0 0;
	width:275px;
	height:44px;
	line-height:44px;
	margin:0 1px 2px;
	position:relative;
	float:left;
}
.server-list li.has-child { position:relative;}
.server-list .child {
	display:none;
    background-color: #333;
    border: 2px solid #000;
	position:absolute;
    left: 0;
	width:275px;
    list-style: none outside none;
    padding: 0 7px;
    z-index: 10;
    overflow: hidden;
}
.server-list li.has-child:hover .child { display:block;}
.server-list li.special { background-position:0 0;}
.server-list li.normal-light { background-position:0 -44px; }
.server-list li.special-light { background-position:0 -44px; }
.server-list li.special-mainten { background-position:0 -88px; }
.server-list li.special-unusable { background-position: 0 -132px; }
.server-list li a {
	color:#000;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.server-list li .icon {
	background:url(images/icon.png?v=20110718.png) no-repeat 0 0;
	display:block;
	width:38px;
	height:38px;
	line-height:38;
	overflow:hidden;
	position:absolute;
	top:2px;
	right:2px;
}
/*
.server-list li.icon-new { background-position:0 -44px;}
.server-list li.icon-hot { background-position:0 0;}
.server-list li.icon-recommended { background-position:0 -44px;}
*/
.server-list li .icon-new { background-position:0 0; width:45px; left:2px;}
.server-list li .icon-hot { background-position:0 -46px;}
.server-list li .icon-recommended { background-position:0 -106px; width:108px; left:4px; top:4px; height:12px;}
.server-list li.special .icon-new,.server-list li.special-light .icon-new {right:80%;}
.server-list li.special .icon-hot,.server-list li.special-light .icon-hot {right:65%;}