@charset "utf-8";
/* CSS Document */
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
strong, b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sup {
	vertical-align: super;
	font-size: 0.75em;
	line-height: normal;
}
body		{line-height: 1;}
blockquote, q {
	quotes: none;
}
input {
	font-size: 12px;
	margin-top: 3px;
}
li			{font-size: 12px;}
textarea	{font-size: 12px;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus		{outline: 0;}
ins			{text-decoration: none;}
del			{text-decoration: line-through;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ------------------------------------------ */
/* Author: Alekzander Voznuk                  */
/* free-lance.ru/users/voznuk      			  */
/* www.godville.net/gods/Dojo          		  */
/* ------------------------------------------ */


/* Global classes 
---------------------------------------------------- */
.hide				{ display: none; }
.invisible		{ visibility: hidden; }

.left				{ float: left; }
.right			{ float: right; }

.clear			{ clear: both; }

.clear_null		{ clear: both; display: block; height: 1px; font-size: 1px; line-height: 1px; overflow: hidden; }

/*Float containers fix*/ 
.clearfix{display: inline-block;}
.clearfix:after {
content: "."; display: block; height:0; clear:both; visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}/* End hide from IE-mac */ 



/* Debug
---------------------------------------------------- */

.debug {
	border: 1px solid #f00;
	background-color: #0f0;
}

.debug_bg {
	background-color: #0f0;
}

.debug_border {
	border: 1px solid #f00;
}


/* Body
---------------------------------------------------- */

* {
	font-size: 100.1%;
}

html{ font-size:100%; } /* Required for  IE */

body	{ 
	color: #000; 
	background-color: #fff;
	font-family: Verdana, Helvetica, Geneva, Lucida, sans-serif;
	font-size: 0.625em;
}


/* Links
---------------------------------------------------- */

a:link					{ color : #199bdc; }
a:visited				{ color : #199bdc; } 
a:hover					{ color : #da251d; } 
a:active					{ color : #da251d; }

a:link					{ text-decoration: underline; }
a:visited				{ text-decoration: underline; }
a:hover					{ text-decoration: none; } 
a:active					{ text-decoration: none; }



/* Box 
---------------------------------------------------- */

.wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 740px;
	position: relative;
}

.container {
	width: 100%;
	text-align: center;
	clear: both;
}

.columns { width: 740px; float: left; }

.wide_column { width: 100%; float: left; }
.wide_column2 { width: 500px; float: left; }
.narrow_column { width: 220px; float: right; }

.swap .wide_column { width: 500px; float: right; }
.swap .narrow_column { width: 220px; float: left; }

.column_left { width: 240px; float: left; padding-right: 2.0em;}
.column_right { width: 240px; float: right; }

/* Common styles
---------------------------------------------------- */

h1 {
/* used for page header */
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3{
	font-size: 1.4em;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

.label {
	font-size: 1.1em;
	color: #858585;
}

.value {
	font-size: 1.2em;
	color: #199bdc;
	font-weight: bold;
}


/* Blocks styles
---------------------------------------------------- */

/* menu bar */

#menu {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.8em 0;
}

#menu a {
	text-decoration: none;
	color: #199bdc;
}

/* ======== */
/* header */

#header .wrapper {
	clear:both;
	padding-top: 20px;
	margin-top: 0;
}

#headline {
	height: 60px;
	height: 58px;
	border-top: 1px solid #d1d1d1;
	position: relative;
}

#issue {
	font-size: 1.2em;
	line-height: 54px;
	font-weight: bold;
	width: 70px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1px;
}

#name_1, #name_2 {
	font-size: 40px;
	line-height: normal;
	height: 58px;
	text-align: center;
	position: absolute;
	top: 3px;
	font-weight: normal;
}

#name_1 {
	left: 70px;
	width: 240px;
}


#logo {
	position: absolute;
	top: -18px;
	left: 310px;
	width: 100px;
	text-align: center;
}

#name_2 {
	left: 410px;
	width: 200px;
	font-size: 30px;
	top: 10px;
}

#date {
	line-height: 54px;
	text-align: center;
	width: 130px;
	position: absolute;
	left: 610px;
	top: 1px;
}

#date span {
	font-size: 1.2em;
}


#headline_row {
	font-size: 1.2em;
	line-height: 1.4em;
	border-top: 1px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;	
	padding: 0.5em 0 0.6em 0;
	text-align: center;
	clear: both;
}

#headline_row span {
	display: block;
	z-index: 150;
	position: relative;
}


/* ============= */
/* main content */

#content {
	margin-bottom: 1em;
}

#content .columns {
	border-bottom: 1px solid #d1d1d1;
	padding: 2em 0 6em 0;
}


/* article */

.article {
	background-color: #f8f8f8;
	padding:1.5em 20px;	
	margin-bottom: 1.0em;	
}

.article h2, .article h3 {
	color: #333333;
	margin-bottom: 0.9em;
	clear: both;
}

/* hero */

.hero {
	margin-bottom: 0.5em;
}

.hero h2 {
	color: #333333;
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	margin: 1em 0 1em 0;
	clear: both;	
}

.hero h3 {
	margin: 0.5em 0 0.3em 0;
}

/* game  */

.game {
	margin-bottom: 1.5em;
	float: left;
}

.game h2 {
	color: #333333;
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	margin: 1em 0 1em 0;	
	clear: both;
}

.game h3 {
	margin: 0.5em 0 0.3em 0;
}

.game p {
	margin-bottom: 0.2em;
}


/* chart */

.chart_wrapper {float:left;}

.chart {
	margin-bottom: 1.5em;
	float: left;
}

.chart h2 {
	color: #333333;	
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	margin: 1em 0 1em 0;	
	clear: both;
}

.chart .column_left { width: 300px; padding-bottom: 1.2em; }
.chart .column_right { width: 180px; padding-bottom: 1.2em; }
   

/* town */

.town_wrapper {float:left;}

.town {
	margin-bottom: 1.5em;
	float: left;
}

.town h2 {
	color: #333333;	
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	padding: 0.2em 0 0.4em 0;
	text-align: center;
	margin: 1em 0 1em 0;	
	clear: both;
}

.town .column_left { width: 240px; padding-bottom: 0.5em; }
.town .column_right { width: 240px; padding-bottom: 0.5em; }
      
.town .selector {text-align: center; padding-left: 1.5em;}

.town p {
	margin-bottom: 0.1em;
}

.town .wiki_link {clear:both; font-size:1.2em;text-align:center;}


/* adv */

.adv {
	margin-left: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 2.5em;
	padding: 0 1.5em 0.5em 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	float: left;
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	border-left: 1px solid #d1d1d1; 
	border-right: 1px solid #d1d1d1; 
}

.adv h2 {
	font-size: 1.2em;
	font-style: italic;
	padding: 0.3em 0 0 0;
	margin: 1em 0 1em 0;	
	clear: both;
}

.adv p {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 140px;
	float: left;
}

.adv .adv_1, .adv .adv_2 {
	margin-right: 10px;
}


/* blog */

.blog {
	margin-bottom: 2.5em;
	position: relative;
	float: left;
}

.blog h2 {
	width: 200px;
	margin-bottom: 0.8em;
	clear: both;
	line-height: 1.2em;
}

.blog .rss {
	width: 16px;
	position: absolute;
	left: 204px;
	top: 0; 
}

.blog p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	float: left;
}

.blog p span {
	font-size: 0.75em;
	padding-top: 0.1em;
	color: #858585;
	display: block;
	width: 37px;
	float: left;
}

.blog p a {
	display: block;
	width: 183px;
	float: right;
}


/* news */

.news {
	margin-bottom: 2.5em;
	background-color: #f8f8f8;
	padding: 1.5em 20px 1.5em 20px;
	clear: both;
}

.news h2 {
	clear: both;
	font-size: 1.2em;
	margin-bottom: 0.6em; 	
}

.news p {
	margin-bottom: 0.6em;
}


/* forum */

.forum {
	margin-bottom: 2.5em;
	position: relative;
	float: left;
}

.forum h2 {
	margin-bottom: 0.8em;
	clear: both;
	line-height: 1.2em;
}

.forum p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	float: left;
}

.forum p span {
	font-size: 0.75em;
	padding-top: 0.1em;
	color: #858585;
	display: block;
	width: 37px;
	float: left;
}

.forum p a {
	display: block;
	width: 183px;
	float: right;
}


/* twitter*/

.twitter {
	margin-bottom: 2.5em;
	position: relative;
	float: left;
}

.twitter h2 {
	margin-bottom: 0.8em;
	clear: both;
	line-height: 1.2em;
}

.twitter p {
	margin-bottom: 0.4em;
	line-height: 1.2em;
	float: left;
}

.twitter p span {
	font-size: 0.75em;
	padding-top: 0.1em;
	color: #858585;
	display: block;
	width: 37px;
	float: left;
}

.twitter p a {
	width: 183px;
}


/* rate */

.rate {
	margin-bottom: 2.5em;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;	
}

.rate h2 {
	clear: both;
	color: #333333;
	padding: 0.2em 0 0.4em 0;
	margin: 1em 0 1em 0;
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1;	
}

.rate h3 {
	font-size: 1.2em;
	margin-bottom: 0.2em;
}

.rate p {
	margin-bottom: 1em;
	color: #0960AA;
}

.rate p span {
	font-size: 0.85em;
	color: #858585;
}

/* style */
.develop {
	font-size: 10px;
	text-transform: uppercase;
	color: #FF0000;
}



/* ======= */
/* footer */

#footer {
	padding-bottom: 0px;
}

#footer .narrow_column {
	text-align: center;
	padding-top: 1em;
}




#pant_tbl{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 1em; 
}
#pant_tbl table, #pant_tbl td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
}
.pant_align_center{text-align: center;}
.rowA {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	color: #4f6b72;
	text-align: left;
}
.rowB {
	font: normal 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C1DAD7;
	padding: 6px 12px 6px 12px;
	background: #FFFFFF;
}
.t_header {
	background-color: #cfedef;
	color: #4f6b72;
	font-weight: bold;
	vertical-align: middle;
}
.margin_top{margin-top: 5px;}
.small{
	color: #666666;
	font-size: 10px;
}



.message {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
}
