﻿/* ------------------------------------------ */
/* 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;
}

.wrapper .wide_column {width:510px;}

.container {
	width: 100%;
	text-align: center;
	clear: both;
}

.columns { width: 740px; float: left; }

.wide_column { 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;
	color: #333333;	
}

h3{
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;		
}

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: 400px;
	width: 235px;
	text-align:center;
}

#date {
	line-height: 54px;
	text-align: center;
	width: 130px;
	position: absolute;
	left: 620px;
	top: 1px;
}

.w_date {left:620px;}

#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: 15;
	position: relative;
}


/* ============= */
/* main content */

#content {
	margin-bottom: 1em;
}

#content .columns {
	border-bottom: 2px solid #d1d1d1;
	padding: 2em 0 6em 0;
}


/* article */

.article {
	background-color: rgba(0, 0, 0, 0.03);
	padding:1.5em 20px;	
	margin-bottom: 1.5em;	
}

.article h2, .article h3 {
	margin-bottom: 0.9em;
	clear: both;
}

/* hero */

.hero {
	margin-bottom: 0.5em;
}

.hero h2 {
	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 {
	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;
	clear:both;
}


/* chart */

.chart_wrapper {float:left;}

.chart {
	float: left;
}

.chart h2 {
	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; }
   

/* town */

.town_wrapper {float:left;}

.town {
	margin-bottom: 1.5em;
	float: left;
}

.town h2 {
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1; 
	padding: 0.3em 0 0.3em 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;}


/* ad */

.add {
	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; 
}

.add h2 {
	font-size: 1.2em;
	font-style: italic;
	padding: 0.3em 0 0 0;
	margin: 1em 0 1em 0;	
	clear: both;
}

.add_block {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 140px;
	padding-right:5px;
	float: left;
}

.adf .add_1, .add .add_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: rgba(0, 0, 0, 0.03);
	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;
	clear:both;
}

.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: 1em;
	padding-bottom: 1em;
	text-align: center;
	border-bottom: 1px solid #d1d1d1;	
}

.rate h2 {
	clear: both;
	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;
}
       
.gpc {
	margin-bottom: 1.5em;
	text-align: center;
}



.gpc h2 {
	clear: both;
	padding: 0.2em 0 0.4em 0;
	margin: 1em 0 1em 0;
	border-top: 1px solid #d1d1d1; 
	border-bottom: 1px solid #d1d1d1;	
}


/* ======= */
/* footer */

#footer {
	padding-bottom: 2em;
}

#footer .narrow_column {
	text-align: center;
	padding-top: 1em;
}          

.fb_like {float:right;width:100px;}


#cross_block table{border-collapse:collapse;table-layout:fixed;}
#cross_tbl {margin-left:auto;margin-right:auto;}


#cross_block td {;text-align:center;font-size:12px;overflow: hidden;white-space:nowrap;}
.cc_wrap {width:0px !important;}
.c_wrap {position:relative;}
.td_cell {width:20px;height:20px;background:#DDD;color:#444;border:1px solid #555;overflow: hidden;}
.open {position:absolute;top:3px;left:6px;}
.known {background:#BBB;}
.cell {width:20px;height:18px;text-align:center;outline: none;border-radius: 0;position:absolute;padding-top:2px;}
.cross_q span { font-weight:bold;}
.cross_q {font-size: 1.2em;line-height: 1.5em;text-align:left;padding-top:0.5em;padding-bottom:0.5em;}
 {font-weight:bold;}
.sym {background-color: transparent;color:#333;text-align:center;border: none;width:18px;position:absolute;left:2px;top:2px;margin:0;padding:0;text-transform: uppercase;}
#cross_res {font-weight:normal;margin-top:0.5em;}
.cross_footer {text-align:center;padding-top:0.7em;}

.num {position:absolute;font-size:8px;text-align:center;width:8px;height:8px;text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;z-index: 10;}

#bingo {text-align:center;}
#bingo table{border-collapse:collapse;table-layout:fixed;}
#bgn {margin-left:auto;margin-right:auto;width:70%;}
#bingo td {;text-align:center;font-size:12px;overflow: hidden;white-space:nowrap;height:20px;color:#444;border:1px solid #555;overflow: hidden;background:#F2F2F2;padding-top:8px;}
.bgn_b {padding:0.5em;}
.bgnb {font-weight:bold;}
.bgnk {color:#CCC;text-decoration: line-through;}
.bgnkn {color:blue;}
#bgn_t {padding-bottom:0.7em;}
.own {font-weight:bold;}


/* corr */
.s_popup {
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	background: #F7F7F7;
	color:#555;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:110%;	
}

.popup {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4);
    box-shadow: 0 0 18px rgba(0,0,0,0.4);
}


input.input_btn {font-size:12px;text-decoration:none;margin-bottom:1.5em;}
.dfbk_close {margin-top:0.5em !important;padding:0 !important;}
.dfbk_close a {padding:0.5em !important;}
.tfdbk textarea {width:540px !important;}
.tfdbk_note {font-size:100% !important;}


.fc {
	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 dashed #7D7D7D; 
	border-bottom: 1px dashed #7D7D7D; 
	border-left: 1px dashed #7D7D7D; 
	border-right: 1px dashed #7D7D7D; 
}

.fc h2 {
	font-size: 1.2em;
	font-style: italic;
	padding: 0.3em 0 0 0;
	margin: 1em 0 1em 0;	
	clear: both;
}

.hod_motto {
	font-style: italic;
	display: inline-block;
}

.mini_twits {clear:both;padding-top:0.2em;font-size:90%;}
.mini_twits p {line-height: 1.5em;margin-bottom:0;padding-top:0.2em; font-style:italic;}
.mini_twits p a {float:left;display:inline;float:none;}
.s_links {clear:both;padding-top:0.4em;font-size:1.2em;line-height: 1.5em;}

.m_switch {text-align:center;font-size:1.2em;padding:1em 1em 3em 1em;}
.tdir{unicode-bidi:embed}

#cross_tbl_wrap {overflow-x: auto; width: 510px;}

.battery {
  width: 100px;
  max-height: 100%;
  height: 30px;
  position: relative;
  border: 3px solid #ccc;
  margin: 15px 10px 0 10px;
  margin-left:auto;
  margin-right:auto;
  background-color:#5F5F5F;
  margin-bottom:1em;
}

.battery:before {
  content:"\a0";
  background-color: #ccc;
  position: absolute;
  top: 25%;
  height: 50%;
  width: 5px;
  right: -6px;
}
.battery > div {
  text-align: center;
  color: white;
  background-color: #199BDC;
  position: absolute;
  bottom: 0;
  height: 100%;
}

#gpcl {
	position:absolute;
	width:100%;
	top:6px;
	color:white;
}

#gpc_err {margin:0;height:1.5em;}
.stats_wrapper p {text-align:center;}

#logo_img {
	background: url(/images/logo_gv.png) no-repeat 0 0.4em;
	width: 88px;
    height: 88px;
    display: inline-block;
}

#b_logo_img {
	width: 151px;
    height: 50px;
    display: inline-block;	
}

#b_logo_img.ru {background: url(/images/logo_godville_ru.png) no-repeat 0 0.4em;}
#b_logo_img.en {background: url(/images/logo_godville_en.png) no-repeat 0 0.4em;}

.fc_vote p {margin-bottom: 0;}
.fc_vote input {margin-left:1em;margin-top: 0px; vertical-align: middle;}
.fc_vote {margin-bottom: 1em;}

.coupon {
	text-align: center;
	clear: both;
}
#cpn_name {margin: 1.5em 40px 1.5em 40px;border: 1.5px dashed #7D7D7D;padding: 15px 10px 15px 10px;background-color: rgba(0, 0, 0, 0.03);}
#coupon_b {margin-top:1em;}
.cpn_msg {;margin-bottom: 10px; margin-top: 10px;height:1.5em;clear:both;}
#pict_link {text-align:center;margin-top:-1.7em;padding:0.5em;background-color:#ffffca;}
#pict_link a {font-weight:bold;}
#ad_b {margin-top:0.3em;}

.brt {
	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: 1.5em;
	border-top: 1px dashed #7D7D7D; 
	border-bottom: 1px dashed #7D7D7D; 
	border-left: 1px dashed #7D7D7D; 
	border-right: 1px dashed #7D7D7D;
	text-align:center;
}

.brt h2 {
	font-size: 1.3em;
	padding: 0.3em 0 0 0;
	margin: 1em 0 1em 0;	
	clear: both;
}

.brt p {margin:0;}

.tp {
	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: 0em;
	border: double #bcbcbc; 
	text-align:center;
	clear:both;
}


.tp h2 {
	font-size: 1.3em;
	padding: 0.3em 0 0 0;
	margin: 1em 0 1em 0;	
	clear: both;
}

