/* common elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
	height: 100%; /* Required */
	background:url(/media/img/bg_new.gif) repeat-x;
}
body {
	color:#3f3f3f;
}

a, a:link, a:visited {
	color: #3f3f3f;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #8b0000;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
ul.errors li {
	font-weight:bolder;
	font-size:123.1%;
	color: #8b0000;
	background: #ffe6e6;
	text-align:center;
	border:1px solid #8b0000;
	padding:2px;
	list-style:none;
	margin-bottom:3px;
}
.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
table {
	width:99.9%;
}
caption {
	color:#666;
}
th,td {
	padding:4px 0;
	text-align:center;
	border:1px solid #fff;
	font-size:90%;
}
th {
	background:#f6eed7;
	color:#330000;
}
.odd td {
	background:#f6f6f6;
}
td {
	background:#fff;
}



/* form elements
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
form fieldset {
	margin: 0;
	padding: 0;
}
form legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 123.1%;
}
form ul {
	padding: 10px 0 0 0;
	margin: 0;
}
form ul li {
	list-style: none;
	padding: 4px 0;
	margin: 0;
	float: left;  
	clear: left;  
	width: 100%;
}
form li.odd {
	background:#e4eaef;
}
form ul li label {
	width:200px; /* Width of labels */
	float:left;
	display:block;
}
form ul li p.error {
	font-size:85%;
	color: #8b0000;
	margin:0 0 0 200px;
	padding:0;
	text-align:left;
}

/* layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container-main {
	position: relative;
	min-height: 100%;
	width: 100%;
	background: url(/media/img/bg_new.jpg) no-repeat center 0;
}
* html #container-main {
	height: 100%;
}
#container-page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 62px;
}
#container-head {
	height: 314px;
}
#container-content {
	padding: 20px 20px 0 20px;
}
#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
#content-pri {
	width: 600px;
	float: left;
}
#content-sec {
	width: 300px;
	float: right;
	padding-left:20px;
}
#container-footer {
	width: 960px;
	margin: 0 auto;
}

/* header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#head-inner {
	height:284px;
}
#head-inner h1 {
	position: relative;
	top: 20px;
	left: 80px;
	width: 352px;
	height: 102px;
	overflow: hidden;
	text-indent: 400px;
	line-height: 207px;
	margin: 0;
}
#head-inner h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 352px;
	height:102px;
}
#status-box {
	position: relative;
	top: 27px;
	left: 224px;
	width: 160px;
	text-align: center;
	color: #f4fcff;
}
#status-box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
	margin-bottom: 0.5em;
	font-weight: bolder;
}
#status {
	border: 1px solid #f4fcff;
	padding: 8px 3px 8px 0;
	font-size: 85%;
}
#status span {
	padding: 0 16px 0 4px;
}
#status span.online {
	background: url(/media/img/on.gif) no-repeat 100% 2px;
}
#status span.offline {
	background: url(/media/img/off.gif) no-repeat 100% 2px;
}
#online {
	margin-top: 4px;
}
#online strong {
	color: #ffffa6;
}
#main-nav {
	padding-left: 20px;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: left;
}
#main-nav ul li {
	float: left;
	list-style: none;
	margin-right: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 108%;
	font-weight: bolder;
	width: 142px;
	height: 30px;
	text-align: center;
	background: #ffcccc url(/media/img/menu.gif) repeat-x;
}
#main-nav ul li a {
	/*color: #3d98b0;*/
	color: #993300;
	text-decoration: none;
	display: block;
	width: 142px;
	height: 28px;
	padding: 4px 0;
	margin-top: 2px;
}
#main-nav ul li a:hover, #main-nav ul li a:active {
	background: #65a3c0 url(/media/img/menu1.gif) repeat-x;
	color: #fff;
}

/* login form
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#login-box {
	padding: 10px 18px 13px 18px;
	background: #f6eed7;
}
div#login-box h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
div#login-box form legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 123.1%;
}
div#login-box form ul {
	padding: 10px 0 0 0;
	margin: 0;
}
div#login-box form li {
	padding: 4px 0 4px 0;
}
div#login-box form label {
	width: 50px; /* Width of labels */
	font-size: 85%;
}
div#login-box form input.textbox, div#login-box form input.password {
	width: 205px;
}
div#login-box form li#li_remember {
	width: 172px;
	clear: none;
	padding-top: 8px;
}
div#login-box form li#li_remember label {
	width: 90px;
	padding-left: 3px;
	float: left;
}
div#login-box form li#li_remember input {
	float: left;
	margin-left: 50px;
}
div#login-box form li#li_submit {
	display: inline;
	clear: none;
	width: 92px;
}
div#login-box form button {
	border: 0;
	background: #700000 url(/media/img/button.gif) no-repeat;
	width: 92px;
	height: 22px;
	font-size: 11px;
	color: #ffd1a3;
	padding: 3px 0;
	display: block;
	cursor: pointer;
}
#reglinks {
	margin: 11px 0 10px 0;
	font-size: 85%;
}
#reglinks a#reg-link {
	background: url(/media/img/card.png) no-repeat;
	padding: 0 5px 0 20px;
}
#reglinks a#forgot-link {
	background: url(/media/img/mail.png) no-repeat 5px 0;
	padding-left: 25px;
}

/* CP links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cp_links li {
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:138.5%;
	padding:0 0 5px 30px;
}
#cp_links li#cp_chars {
	background: url(/media/img/cp_1.gif) no-repeat;
}
#cp_links li#cp_premium {
	background: url(/media/img/cp_2.gif) no-repeat;
}
#cp_links li#cp_commands {
	background: url(/media/img/cp_3.gif) no-repeat;
}
#cp_links li#cp_market {
	background: url(/media/img/cp_4.gif) no-repeat;
}
#cp_links li#cp_punisment {
	background: url(/media/img/cp_5.gif) no-repeat;
}
#cp_links li#cp_password {
	background: url(/media/img/cp_6.gif) no-repeat;
}
#cp_links li#cp_logout {
	background: url(/media/img/cp_7.gif) no-repeat;
}

/* navigation block
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#nav-box {
	background:url(/media/img/div.gif) repeat-y;
}
div#nav-box .nav-item {
	background:#fbfbfb url(/media/img/grad1.gif) repeat-x;
	margin-top:24px;
	padding: 0 0 0 14px;
}
div#nav-box .nav-icon {
	float:left;
	width:110px;
}
div#nav-box .nav-link {
	float:left;
	padding:18px 0 0 7px;
	width:160px;
}
div#nav-box .nav-link h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size:138.5%;
}
div#nav-box .nav-link h4 a {
	color:#8b0000;
	text-decoration:none;
}
div#nav-box .nav-link h4 a:hover, div#nav-box .nav-link h4 a:active {
	text-decoration:underline;
}
div#nav-box .nav-link p {
	font-size:85%;
}

#sec-banners {
	margin-top:2em;
}

/* footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	position: relative;
	background: #fbfbfb;
	height: 60px;
	border-top: 2px solid #d6d6d6;
}
#counters {
	float: left;
	width: 600px;
	text-align: center;
}
#counters p {
	margin-top: 15px;
}
#copyright {
	font-size: 85%;
	text-align: center;
	float: right;
	width: 320px;
	height: 60px;
	background: url(/media/img/asgard.gif) no-repeat center bottom;
}
#copyright p {
	margin-top: 5px;
}

/* annotation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#annotation-block {
	background: #990000 url(/media/img/anbg.jpg) no-repeat;
	color: #ffd1a3;
	padding: 18px 18px;
}
div#annotation-block h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}
div#annotation-block p {
	font-size: 95%;
	text-align: justify;
}

/* infoblock
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#info-block {
	background: #edf3f8;
	width: 564px;
	overflow: hidden;
	margin-top: 24px;
	padding: 18px 18px;
}
div#info-left {
	float: left;
}
div#info-right {
	float: right;
	width: 282px;
}
div#info-block h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	font-size:138.5%;
}
div#info-block h4 a {
	color:#8b0000;
	text-decoration:none;
}
div#info-block h4 a:hover, div#info-block h4 a:active {
	text-decoration:underline;
}
div#info-block .info-icon {
	float: left;
	width: 36px;
	padding-top: 16px;	
}
div#info-block .info-link {
	float: left;
	width: 236px;
	padding-left: 10px;	
}

/* banners
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#banners-block {
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
}
div#banners-block .w-33 {
	float: left;
	overflow: hidden;
}
div#banners-block .col-content {
	width: 202px;
}
div#banners-block .col-last {
	width: 195px;
}

/* news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#news-block {
	padding: 10px 0 18px 0;
	margin-top: 24px;
	background: #edf3f8;
}
div#news-block h2 {
	float: left;
	margin: 0 0 0 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
div#news-block #archive-link {
	float: right;
	font-size: 90%;
	background: url(/media/img/drawer.png) no-repeat;
	padding: 3px 0 0 20px;
	margin-right: 18px;
	height: 16px;
}
div#news-block .date {
	background: #99ccff url(/media/img/grad-date.gif) no-repeat;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	width: 68px;
}
div#news-block .w-50 {
	float: left;
	overflow: hidden;
	width: 273px;
	padding-left: 18px
}
div#news-block .news-item {
	clear: left;
	background: url(/media/img/grad2.gif) repeat-x;
	padding: 6px;
	margin-top: 10px;
}
div#news-block .news-icon {
	float: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
}
div#news-block .news-link {
	float: left;
	padding-left: 10px;
}
div#news-block .news-link p {
	margin-bottom: 6px;
}
div#news-block .date {
	background: #99cccc url(/media/img/grad-date.gif) no-repeat;
	color: #fff;
	text-align: center;
	width: 68px;
	height: 14px;
	padding: 2px 0;
	font-size:85%;
}

/* forum
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div#forum-block {
	padding: 0 0 18px 0;
	margin-top:24px;
}
div#forum-block h2 {
	margin:0 0 5px 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
div#forum-block .forum-item {
	border-bottom:1px solid #d1d1d1;
	background:url(/media/img/div2.gif) no-repeat 357px 5px;
	padding: 8px 0 8px 18px;
}
div#forum-block .alt {
	background:#fafafa url(/media/img/div2.gif) no-repeat 357px 5px;
}
div#forum-block .forum-post {
	float:left;
	width:320px;
	background:url(/media/img/balloon.png) no-repeat;
	padding-left:20px;
}
div#forum-block .forum-date {
	float:left;
	font-size:85%;
	width:100px;
	text-align:center;
}
div#forum-block .forum-user {
	float:left;
	font-size:85%;
	width:95px;
	text-align:center;
}
div#forum-block .forum-arrow {
	float:left;
	font-size:85%;
	width:47px;
	text-align:center;
}

/* registration, remind & other forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#registration-block, #login-block, #password-block, #remind-block {
	padding: 10px 18px 18px 18px;
	margin: 24px 0;
	background: #edf3f8;
}
#reg-form li#li_captcha, #remind-form li#li_captcha {
	padding-left:200px;
}
#reg-form li#li_accept_rules, #cplogin-form li#li_remember {
	clear:none;
	padding-top:8px;
}
#reg-form li#li_accept_rules label, #cplogin-form li#li_remember label {
	width:300px;
	padding-left:3px;
	float:left;
}
#reg-form li#li_accept_rules input, #cplogin-form li#li_remember input {
	float:left;
	margin-left:200px;
}
#reg-form li#li_submit, #cplogin-form li#li_submit, #remind-form li#li_submit, #password-form li#li_submit {
	padding-left:200px;
}

/* download
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div.load {
	float:left;  
	clear:left;  
	width:100%;
	padding-left:90px;
	margin-bottom:1em;
}
div.load-ico {
	float:left;
	width:70px;
}
div.load-desc {
	float:left;
	width:340px;
	padding-top:8px;
}

/* search box
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#search-box {
	background:#eff5f9;
	padding:5px 13px 13px 13px;
}
#search-form label {
	width:100px; /* Width of labels */
	font-size:85%;
	float:left;
	display:block;
}
#search-form li#li_name, #search-form li#li_type {
	padding:0 0 10px 10px;
}
#search-form li#li_attributes {
	border:1px solid #d6d6d6;
	padding-top:0;
	background:url(/media/img/grad2.gif) repeat-x;
}
#search-form ul.left-input, #search-form ul.right-input {
	float:left;
	width:265px;
	padding:5px 0 0 10px;
}
#search-form ul.right-input {
	margin-left:12px;
}
#search-form select {
	width:160px;
}
#search-form li#li_reset, #search-form li#li_submit {
	padding:10px 0 0 10px;
	float:left;
	clear:none;
	width:92px;
}
#search-form li#li_submit {
	padding-left:110px;
}
li#li_online span {
	width:100px; /* Width of labels */
	font-size:85%;
	float:left;
	display:block;
}
li#li_online label {
	float:none;
	display:inline;
	margin:0 7px;
}

/* letters box
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#letters-box {
	padding:1em 0;
	text-align:center;
}
#letters-box ul {
	margin:1em 1em;
}
#letters-box ul li {
	float: left;
	padding: 2px 0 0 0;
	margin:0 3px 3px 0;
	display:block;
	width:19px; height:18px;
	background-color:#eff5f9;
	text-align:center;
	font-weight:bold;
}
#letters-box ul li.active {
	background-color:#96ddf1;
	color:#fff;
}
#letters-box ul li a {
	text-decoration:none;
}

/* pagination
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#pagination {
	text-align:center;
}
#pagination ul {
	border:0;
	margin:0;
	padding:6px;
	background:#eff5f9;
}
#pagination li{
	border:0; margin:0; padding:0;
	list-style:none;
	display:inline;
	margin-right:2px;
	padding:3px;
}
#pagination li.active {
	background:#fff;
}
#pagination a{
	margin-right:2px;
}