*{	
  font-size:100.01%; 
  }

html, body, ul, ol, li, dl, dt, dd, p,
h1, h2, h3, h4, h5, h6, blockquote,
form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
  }

html, body {
  background:#fff;
  height: 100%; min-width:960px; width: 100%;
  }

body#site-body {   
	color:#222;
	font:100% Helvetica,Arial,sans-serif;
	position:absolute;
  }

img {
	border:0;
  }
  
table {
  border-collapse: collapse;
  }

sub, sup {
	font-size:62.5%;
  }

blockquote {
	color:#444;
	font-style:italic;
	margin:1.5em 0 1.5em -15px;
	width:75%;
  }

h1 {
	font-size:160%; font-weight:normal;	
  color:#000;
  }

h2 {
	font-size:110%;	font-weight:bold;
	margin-bottom:0.2em;
  }

p {
	margin-top:0; 
  }



/** Layout */

#home-page { 
  width:100%; min-height:600px; 
  }

#page { 
  background:#fff;
  width:100%; min-height:600px; 
  }
  
#main-header {
	background:#222;
  margin-left:auto; margin-right:auto;
  width:980px; height: 250px;
  }
  
#header {
  margin-left:auto; margin-right:auto;
  height:100px;width:980px;  
  }
  
  
#main-menu {
  font-size: 85%;
  float:right; margin-right: 30px; margin-top: 30px;
  }  

#main-menu p {
  text-align: right;
  color: #fff;
  }

#main-menu a { color: #fff; margin-left: 10px; margin-right: 10px;}
#main-menu a:hover { color:#69c; }

#top-menu {
  font-size: 85%;
  float:right; margin-right: 30px; margin-top: 30px;
  text-align:right;
  /*width: 450px;*/
  }  

#top-menu p {
  text-align: right;
  color: #000;
  }

#top-menu a { color: #000; text-decoration:none; border-bottom: 1px dotted #333;}
#top-menu a:hover { color:#69c; }
  
.menu-item { float:left;padding-left:5px;padding-right:5px;} 
#top-menu .menu-item { border-left:1px solid #000;} 
#main-menu .menu-item { border-left:1px solid #fff;} 
#main-menu .menu-item:first-child { border-left:none;} 
#top-menu .menu-item:first-child { border-left:none;} 
#top-menu .menu-item a.current { border-bottom:3px solid;}
#top-menu .menu-item img.current { float:right;margin-top:7px;margin-left:5px;}
.menu-item img.x { display:none;}
  

#mission {
  color: #fff;
  float:right; margin-right: 0px; margin-top: 100px;
  width: 430px; height:100px;
  }
  
#mission h1 { color: #fff; font-size:33px; font-weight:bold; }
#mission h2 { color: #ddd; }
#mission p { color: #aaa; font-size:13px; }
#mission a {color:#69c;}
#mission a:hover {color:#fff;}
  
#intro {
  background: #222;
  clear:both; margin-left:auto; margin-right:auto; padding-left:20px; padding-top: 20px;
  height:50px;width:960px;  
  }
  
#intro h1 { color: #fff; }
#intro h1 .comment { font-size: 60%;}

#breadcrumbs {
  background: #fff;
  font-size: 12px;
  clear:both; margin-left:auto; margin-right:auto; padding-left:20px; padding-top:10px;
  width:960px;  
  }

#breadcrumbs a { color:#369; margin-left: 10px; margin-right: 10px;}
#breadcrumbs a:hover { color:#69c; }

#breadcrumbs .breadcrumb-last  { font-weight:bold; margin-left: 10px; margin-right: 10px;}


#middle-section {
  background: #fff;
  font-size: 12px;
  clear:both; margin-left:auto; margin-right:auto; 
  width:980px;  
  }
  
#middle-section #blog-content {
  float: left; padding: 20px; 
  width: 640px; min-height: 300px;
}

#blog-content #press-block h1 { font-size: 200%;line-height:1.8em;}
#blog-content #press-block h1 a{ color: #333;text-decoration: none;}
#blog-content #press-block h1 a:hover{ background:#fc6;}
#blog-content #press-block h4 { color: #777; font-weight: normal; margin-bottom:20px;}
#blog-content #press-block h4 a{ color: #777;}
#blog-content p { color: #333; font-size: 1.1em; line-height:1.4em; margin-bottom:1.4em;}
#blog-content #press-block div.bloger { margin-bottom:10px;}
#blog-content #press-block p.tags {}
#blog-content #press-block p.tags a { color:#369;;margin-left:5px;margin-right:5px;}
#blog-content #press-block p.tags a:visited { color:#777;}
#blog-content #press-block p.tags a:hover{ color:#69c; }

#blog-content #blog-comments { margin-top:20px; padding-left:30px;}
#blog-content #blog-comments h3{ font-size:150%; font-weight:normal; margin-bottom:20px;}
#blog-content .blog-comm { margin-bottom: 40px;}
#blog-content .blog-comm img.avatar { float:left; margin-right: 10px;}
#blog-content .blog-comm h2{ font-size:14px; margin-bottom:0px;}
#blog-content .blog-comm h2 a{ color:#369;text-decoration: none;border-bottom:1px dotted;}
#blog-content .blog-comm h2 a:hover{ color:#69c;}
#blog-content .blog-comm p.blog-comm-date{ color:#555; font-size:11px; margin-bottom:10px;}

#blog-content .comment-form {width:100%;margin-top:10px;}
#blog-content .comment-form .form_input {float:right;width:60%;margin-bottom:10px;}
#blog-content .comment-form .form_textarea {clear:both;width:100%;height:200px;}
#blog-content .comment-form .form_textarea textarea{width:100%;height:90%;border:1px solid #000;}
#blog-content .comment-form .form_input input {height:20px;width:100%;border:1px solid #000;}
#blog-content .comment-form .form_label {clear:both;float:left;width:40%;margin-bottom:10px;}
#blog-content .comment-form .form_error {color:#900;font-size:80%;}
#blog-content .comment-form .form_submit input{ 
	font: 90% Tahoma,sans-serif;
	margin-bottom:10px;
	background: #222 url(/themes/default/i/a/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 4px 10px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border:none;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	}
	
#blog-content .comment-form .form_submit input:hover{
	background-color: #555;
	}

#blog-content .comment-form .form_submit input:active{
	background-color: #ddd;;
	top:3px;
	}

#sidebar-right { float: right; padding: 0px 0px 0 40px; width: 260px;}
#sidebar-right h2 { margin-top: 15px; }
#sidebar-right p { margin-bottom: 5px; }
#sidebar-right a { color:#369; }
#sidebar-right a:visited { color:#777;}
#sidebar-right a:hover{ color:#69c; }

#sidebar-right .menu-dir { background:#000;color:#fff;font-size:14px;font-weight:bold;padding:10px;height:15px;width:90%;}
#sidebar-right .menu-subdir { padding-left:20px;padding-top:10px;width:90%; font-size:18px;}
#sidebar-right .menu-dir a { color:#fff; }
#sidebar-right .menu-dir a:hover{ background:#fc6; color:#000;}

#content {
  background: #fff;
  font-size: 12px;
  clear:both; margin-left:auto; margin-right:auto; 
  min-height:250px;width:980px;  
  }
  
#content #works-preview tr { border-bottom:25px solid #fff; }
#content #works-preview td { padding:15px;}
#content #works-preview td a.pseudo{ 
  color:#369; 
  font-size:180%; 
  text-decoration:none; 
  }
#content #works-preview td a.pseudo:hover{ color:#69c; }

#content #work {width:980px;}
  
#icons {
  float:left;
  width:650px;
  }

#main-news {
  float:right; padding: 20px;
  width:290px;
  }

#main-news p{
  font-size: 11px;
  margin-bottom: 10px;
  }

#main-news a{
  color:#369;
  font-size: 12px;
  }

#main-news a:hover{ color:#69c; }
  
#footer {
  background:#fff;
  clear:both; margin-left:auto; margin-right:auto;
  width:980px; height:150px;clear:both;
  border-top:1px solid #000;  
  }
  
#footer p {
  font-size:11px;
  margin: 20px 0 20px 10px;  
}
  
#footer-copyright {
  float:left;
  width:400px;
  }
  
#footer-message {
  float:right; 
  width:580px;
  }

#footer-message p { color:#999;}   
#footer-message p strong { color:#000; font-size:12px; }   
#footer-message p a { color:#000; }   
#footer-message p a:hover{ color:#69c;}  


/** Blocks */

.iconic td {
  vertical-align: middle;
  padding: 5px;
  height: 70px; 
  }

.iconic td.desc {
  width: 270px; 
  }
  
.iconic td img{
  vertical-align: middle;
  margin: 5px; float: left;
  position:relative;
  }
  
.iconic td a { color:#369; font-size:13px; }
.iconic td a:hover { color:#69c; }
  
.iconic td p {
  font-size:11px;
  }
  
/** Calc */
#calc {
	margin:10px 2%;
	width: 300px;
	height:40px;
	border:1px solid #aaa;
	font:33px Helvetica,Arial,sans-serif;
	text-align:right;
	padding:3px;
	}
#params {
	width:96%;
	background:#eee;
	padding:20px 2%;
	}
	#params table td {padding:3px;}
  
/** Game */

#crest {
	float:left;
	width:300px;
	height:300px;
	margin-right:10px;
	}

#crest table {
	width:100%;
	height:100%;
	}

#crest table td {
	font: 70px Verdana;
	text-align:center;
	width:100px;
	height:100px;
	border:1px dotted #000;
	}

#crest table td div{
	height:100%;width:100%;
	}

#crest table td:hover {
	background:#eee;
	border:1px solid #000;
	}

#crest table td div.win {
	background:#d9ef8e;
	}
	
	
	.forms {width:100%;margin-top:10px;}
.forms .form_input {float:right;width:60%;margin-bottom:10px;}
.forms .form_textarea {clear:both;width:100%;height:200px;}
.forms .form_textarea textarea{width:100%;height:90%;border:1px solid #000;}
.forms .form_input input {height:20px;width:100%;border:1px solid #000;}
.forms .form_label {clear:both;float:left;width:40%;margin-bottom:10px;}
.forms .form_error {color:#900;font-size:80%;}
.forms .form_submit input{ 
	font: 90% Tahoma,sans-serif;
	margin-bottom:10px;
	padding: 4px 10px 5px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	}
	
.forms .form_submit input:hover{
	background-color: #555;
	}

.forms .form_submit input:active{
	background-color: #ddd;;
	top:3px;
	}
	
#share {position:absolute;top:130px; left:50%;margin-left:400px;}
#share a { color:#fff;font:bold 16px Helvetica,Arial,sans-serif;text-decoration:none;}
#send {margin-top:10px; padding:10px;background:#222;color:#eee;}
