﻿body {
	background: #c3e6e6 url('../img/tlo.jpg') repeat-x top;
	color: #000;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 1em;
}

.searchtext {
	float: right; font-size: 10px; margin-top: -12px; color: #fff; font-weight: bold;
}

.title {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 30px;
}

#columns {
	margin: auto; overflow: hidden; margin-bottom: 20px; margin-top: 40px; width: 80%;
}

#c_main {
	width: 66%; float: left; 
}

#c_sidebar {
	float: right; width: 33%; margin-left: 5px;
}

#ad {
	color: #c0c0c0;
	font-size: 0.7em;
}

#ad a, #ad a:hover {
	font-size: 0.9em;
	color: #000;
}


* {
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none;

}

th a {
	border: none;
}

.bar {
	background: url(../img/belka.jpg) repeat; 
	width: 100%;
	border-bottom: 1px solid #a0cccc;
}

.position {
	margin: 10px 0;
}

#search {
	text-align: right;
}

#search div, #search label {
	display: inline;
	margin: 3px;
	padding: 5px;
}

#search label {
	display: none;
}

#search .submit {
	margin: 0;
	padding: 0;
}

#search .submit input {
  background: transparent url('../img/search.png') no-repeat center top;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin: 0;
  margin-left: -32px;
  padding: 0;
  border: 0;
}

.game {
	font-size: 0.85em;
}

#GamesSearch {
	width: 200px;
	height: 25px;
}


#footer {
	clear: both;
	overflow: hidden;
	margin: auto;
	width: 80%;
	text-align: center;
}

.news {
	margin: 5px;
	text-align: justify;
}



#menu { 
	float: left;
}

#menu ul {
	list-style-type: none;
	line-height: 1.5em;
	margin: 3px 0px;
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 1px;
}


#menu ul li.green a{
	background: url('../img/menug.png');
}

#menu ul li.green a:hover {
	background: url('../img/menuga.png');
}

#menu ul li a, .button , #gallery a img{
	background: #ff951e url('../img/menu.gif');
	padding: 4px 6px;
	color: #0c1b18;
}

#menu ul li a:hover, .button, #gallery a img{
	background: #fc4c1e url('../img/menua.gif');
	border-top: 1px dashed #000;
	color: #15302b;
		}
		
.tip {
	display: block;
	font-size: 0.6em;
	margin-top: -28px;
	font-style: italic; 
}

.article {
	font-size: 0.85em;
	text-align: justify;
}

.article  p{
	margin: 5px 0px;
}


#gallery a img {
	padding: 2px 3px;
	border: none;
}
	
#more_images {
	display: none;
}

.left {
	float: left;
}

.comment {
	margin: 5px;
}

.flashlight {
	background-color: #ffffcc;
}

#comments_count {
	font-weight: bold;
}


/* Scaffold View */
/* stare */
/*
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
*/
dl {
	width: 100%;
	overflow: hidden;
 	padding: 0em;
}
		
dt {
	float: left;
	width: 7em;
	clear: both;
 
	text-align: right;
	margin: 0 0 0.15em 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.2em;
	border: 2px solid #AC7;
	background: #BD8;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

dt.white {
	background: #FFF;
	border: 0px;
}

dd:after {
	content: '\00a0';
	display: block;
	clear: left;
	float: right;
	height: 0;
	width: 0;
}

dd {
	margin: 0 0 0.5em 8em;
	clear: right;
	vertical-align: middle;
 
	padding: 0.25em 0em;
	
	
}


/* Tables */
table {
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

.corners {border-radius:20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px; padding: 20px; background-color: #fff;}  
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li, .thumb {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 126px;
	height: 95px;
}

.thumb img{
	position: absolute;
	top: -50px;
	left: 10px;	
}

.gallery img, .thumb img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 28px;
	background: url(../img/tape.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

.gallery img:hover {
	border: solid 1px #000;
}

.game {
	float: left;
	margin: auto;
}

.game .left {
	width: 50%;
}
.comments fieldset {
	border: none;
	margin: 15px 0;
}

.comments legend { 
	font-weight: bold;
}

.comments label {
	display: block;
	width: 80px;
	float: left;
}

.comments div {
	min-height: 30px;
}

.comments input[type="text"], input[type="submit"]  {
	height: 25px;
}
		
.comments input, .comments textarea {
	display: block;
	float: left;
	background: #e2f2f2;
	border: 1px solid #000;
}
		
.comments div {
	overflow: auto;
	clear: both;
	margin-bottom: 0.5em;
}
		
.comments input.check,
	input.submit {
	margin-left: 80px;
}
		
.comments label.check {
	width: auto;
}	

a img, .last a img { 
	border: none;
}

#wrapper {
	width: 810px;
	margin: auto;	
	margin-top: 0px;
}

.categories_box  {
	list-style-type: none;
	line-height: 1.5em;
	margin: 3px 0px;
}

.last {
	margin: 3px 0px;
}


.categories_box a, .last a {
	color: #000;
	border-bottom: 1px dotted #000;
}

.categories_box a:hover, .last a:hover {
	color: #000;
	border-bottom: none;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	font-size: 0.8em;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}