* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
}

body {
	font: 62.5%/1.2 Arial, "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	background: url("../img/bg.gif") #ddfcff;
}

/* Wrapper */
#wrapper {
	background: url("../img/bg-wrapper.jpg") repeat-x #ddfcff;
}

a img { border: 0; }

.no-display { display: none }

/* Float */
.right { float: right; }
.left { float: left; }

/* Clear */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* Link */
a:link,
a:visited,
a:hover,
a:active {
	color: #3593e7;
}

/* Typography */
h1, h2, h3 {
	clear: both;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	color: #000;
}
h1#comments_title{
	color: #ffbd00;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #5c5c5c;
	margin: 20px 0 5px 0;
}

h3 {
	font-size: 1.8em;
	margin: 1em 0 0 0;
	color: #000;
}

p {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 .5em 3em;
}

li {
	font-size: 1.2em;
}

li li {
	font-size: 1em;
}

/* Navigation */
#navigation {
	float: left;
	width: 100%;
	height: 30px;
	background: url("../img/bg_navigation.png") repeat-x 0 50% #10558d;
}

#navigation ul {
	width: 950px;
	margin: 0 auto;
	list-style: none;
}

#navigation li {
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: .3em 1.5em .3em 1.5em;
}

#navigation li.right {
	float: right;
	padding-right: 0;
}

#navigation a:link,
#navigation a:visited,
#navigation a:hover,
#navigation a:active {
	color: #fff;
}

/* Enter */
#enter p {
	font-size: 1.3em;
	margin: 0;
}

#enter p.reg {
	margin: 2em 0 3em 0;
}

#enter p.reg big {
	font-size: 1.6em;
}

#enter input.text {
	width: 100%;
	font-size: 2.2em;
	margin: 0 0 10px 0;
}

/* Teasers */
#teasers {
	float: left;
	width: 100%;
}

#teasers .right,
#teasers .left {
	width: 257px;
}

#teasers .right div,
#teasers .left div {
	margin: 0 0 20px 0;
}

#teasers div h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 0 .5em;
	margin: 0;
}

/* Home Categories */
/*
#home-categories {
	height: 290px;
	background: #fff1c9;
	margin: 0 0 3em 0;
	padding: 10px 0 0 0;
}
*/
#home-categories {
	float: left;
	width: 100%;
	background: #fff1c9;
	margin: 0 0 3em 0;
	padding: 10px 0 0 0;
}

#home-categories .left,
#home-categories .right {
	width: 300px;
}

#home-categories ul {
	float: left;
	list-style: none;
}
/*
#home-categories li {
	font-size: 1.6em;
	font-weight: bold;
	background: url("../img/icon.png") no-repeat;
	margin: 1.2em 0;
	padding: .1em 0 .1em 2em;
}
*/
#home-categories li {
	font-size: 1.6em;
	font-weight: bold;
	background: url("../img/icon.gif") no-repeat 0 .3em;
	margin: .4em 0;
	padding: .1em 0 .1em 1.5em;
}

#home-categories li a:link,
#home-categories li a:visited,
#home-categories li a:hover,
#home-categories li a:active {
  text-decoration: none;
}

/* Person */
.person {
	float: left;
	width: 55px;
}

/* Clouds */
.cloud {
	float: right;
	width: 198px;
	background: url("../img/bg-cloud-bottom.gif") no-repeat #dfffde 0 100%;
	margin: 0 0 15px 0;
}

.crn {
	position: absolute;
	margin: 18px 0 0 -17px;
}

.cloud h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.cloud p {
  font-size: 1.2em;
  margin: 0;
  padding: 10px 10px 0 0;
	background: url("../img/bg-cloud-top.gif") no-repeat;
    position: relative;
}
.cloud p span{
    position: absolute;
    width: 178px;
    height: 42px;
    bottom: 0;
    left: 10px;
    background: url(../img/gradient.png) 0 0 no-repeat;
    font-size: 0;
}
* html .cloud p span{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/gradient.png", sizingMethod="scale");
}

.cloud a:link,
.cloud a:visited,
.cloud a:hover,
.cloud a:active {
	color: #000;
	text-decoration: none;
    display: block;
    padding-left: 10px;
    outline: none;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 120%;
  color: #979797;
	margin: 0 0 1em 0;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active {
  color: #979797;
}

/* Circle Nav */
#circleNav {
	clear: left;
	font-size: 120%;
  color: #979797;
	text-align: center;
	margin: 1em 0 0 0;
}

#circleNav a:link,
#circleNav a:visited,
#circleNav a:hover,
#circleNav a:active {
  color: #979797;
}

.avatar {
	float: left;
}

.description {
	margin: 1em 0 3.5em 104px;
	padding: 0;
}

.description p {
	margin: 0;
	padding: 0;
}

/* Header */
#header {
	clear: both;
	width: 950px;
	height: 140px;
	margin: 0 auto;
	background: url("../img/bg-header.gif") no-repeat 50% 100%;
}

/* Logo */
#logo {
	float: left;
	width: 300px;
	padding: 20px 0 0 40px;
}

/* Info */
#info {
	float: right;
	width: 570px;
	height: 80px;
	background: url("../img/bg_info.gif") no-repeat;
	margin: 15px 0 0 0;
	padding: 10px 15px;
}

#info h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: 0;
	color: #000;
}

#info p {
	font-size: 1.3em;
	color: #5e5e5e;
	margin: 0;
}

#info div.right { margin: -13px 0 0 0; }

/* Container */
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

/* Content */
#content {
	float: left;
	width: 605px;
	padding: 0 20px 0 25px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 255px;
	padding: 0 25px 0 10px;
    color: #5C5C5C;
}

#sidebar h2 {
	font-size: 1.8em;
}

#sidebar h2 a,
#sidebar h2 a:hover {
	text-decoration: none;
	border-bottom: .05em dashed #3593e7;
}

#sidebar p{
    color: #5C5C5C;
}
/* Footer */
#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url("../img/bg-footer.gif") no-repeat;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #b7daf8;
}

#footer p {
	font-size: 1.3em;
	color: #b7daf8;
	margin: 0;
}

/* Copyright */
#copyright {
	float: left;
	width: 200px;
	padding: 20px;
}

#copyright ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#copyright li {
	color: #b7daf8;
	margin: .2em 0;
	padding: 0;
}

/* Categories */
#categories {
	float: right;
	width: 600px;
	margin: 0 0 3em 0;
	padding: 10px 0 0 0;
}

#categories .left,
#categories .right {
	width: 300px;
}

#categories ul {
	float: left;
	list-style: none;
}

#categories li {
	font-size: 1.6em;
	font-weight: bold;
	margin: .5em 0;
	background: url("../img/icon.gif") no-repeat 0 .4em;
	padding: .3em 0 .1em 1.5em;
}

#categories li a:link,
#categories li a:visited,
#categories li a:active,
#categories li a:hover {
  text-decoration: none;
}

#footer #categories li { background: none !important; }

/* Add Comment */
.add-comment {
	width: 450px;
}

.add-comment {
	font-size: 1.1em;
	color: #000;
}

.add-comment h2 {
	font-size: 1.4em;
	color: #ffbd00;
}

.add-comment h2 a:link,
.add-comment h2 a:visited,
.add-comment h2 a:hover,
.add-comment h2 a:active {
	text-decoration: none;
	border-bottom: .1em dashed #3593e7;
}

.add-comment .text {
	width: 450px;
	margin: 0 0 1em 0;
	border: 1px solid #999;
	font: normal 13px Verdana, sans-serif;
}
.add-comment select{
	width: 452px;
	margin: 0 0 1em 0;
}

.add-comment img {

}

.add-comment .code {
	width: 120px;
	margin: 0 0 1em 0;
	border: 1px solid #999;
	font: normal 13px Verdana, sans-serif;
}

/* Comment */
.name {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px 0 10px;
}
.name a{
    color: #000;
}

.name sup {
	font-size: .7em;
}

.red {
	color: #d00;
}

.green {
	color: #3c0;
}

.name img {
	margin: 0 0 0 5px;
}

/* Comment */
.comment {
	float: left;
  position: relative;
	width: 605px;
	background: #eee;
	margin: 0 0 5px 0;
}

b.rtop,
b.rbottom {
	display: block;
	background: #fff;
}
b.rbottom{
    clear: both;
}
b.rtop b,
b.rbottom b {
	display: block;
	height: 1px;
  overflow: hidden;
	background: #eee;
}

b.r1 {margin: 0 5px;}
b.r2 {margin: 0 3px;}
b.r3 {margin: 0 2px;}
b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

.comment p,
.best-comment p {
	font-size: 1.2em;
	padding: 5px 10px 0 34px;
    float: left;
    clear: left;
    width: 511px;
}

/* Best Comment */
.best-comment {
	float: left;
    position: relative;
	width: 605px;
	background: #dbedcf;
	margin: 0 0 5px 0;
}

.best-comment b.rtop,
.best-comment b.rbottom {
	display: block;
	background: #fff;
}

.best-comment b.rtop b,
.best-comment b.rbottom b {
	display: block;
	height: 1px;
  overflow: hidden;
	background: #dbedcf;
}

.best-comment b.r1 {margin: 0 5px;}
.best-comment b.r2 {margin: 0 3px;}
.best-comment b.r3 {margin: 0 2px;}
.best-comment b.rtop b.r4,
.best-comment b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}



.link-code {
	font-size: 1.3em;
}

.link-code h2 {
	font-size: 1.4em;
	color: #ffbd00;
}

.link-code .text {
	width: 450px;
	color: #777;
	border: 1px solid #999;
	font: normal 11px Verdana, sans-serif;
}
.message{
    margin-bottom: 20px;
}
#sidebar .message p{
    color: #000;
    font-size: 11px;
}
.message p{
    margin: 0;
    padding: 5px 10px;
	font-size: 11px;
    background: #dfffde;
}
.message.error p{
    background: #ffdede;
}
.message b.rtop b,
.message b.rbottom b {
	background: #dfffde;
}
.message.error b.rtop b,
.message.error b.rbottom b {
	background: #ffdede;
}
/* Last Comments */
.last-comments {
   float: left;
   width: 605px;
   margin: 0 0 2em 0;
}
.last-comments a strong{
    text-decoration: underline;
    color: #000;
}
.last-comments .definition {
   float: left;
   width: 160px;
   font-size: 1.9em;
}

.last-comments .last-comment {
   font-size: 1.3em;
   margin: 0 0 0 160px;
   padding: .4em 0 0 0;
}

.last-comments .last-comment a:link,
.last-comments .last-comment a:visited,
.last-comments .last-comment a:hover,
.last-comments .last-comment a:active {
   color: #000;
   text-decoration: none;
}
/* Pages Nav */
.pages-nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.pages-nav li {
   float: left;
   display: block;
   font-size: 1.9em;
   padding: .2em .5em;
}

.pages-nav li a:link,
.pages-nav li a:visited,
.pages-nav li a:hover,
.pages-nav li a:active {
   float: left;
   display: block;
   text-decoration: none;
}

.pages-nav li.current {
   background: #dfffde;
}
#captcha_img{
    float: left;
}
.inputwrap{
    float: left;
    width: 170px;
}
.rightinfo{
    float: right;
    padding: 0 5px 0 10px;
}
.rightinfo img{
	vertical-align: middle;
}
.rightinfo span{
    font-weight: bold;
	font-size: 11px;
    padding-right: 5px;
}
#contentbox .rightinfo span{
	float: none;
}
.name .grey{
    font-weight: normal;
    color: #949393;
    vertical-align: top;
}
.guest{
    color: #6f6f6f;
}
#message{
    position: absolute;
    top: 5px;
    right: -220px;
    background: #ffd2d2;
    width: 200px;
    padding: 0 10px;
    font-size: 12px;
    z-index: 100;
}
* html #message{
    position: absolute;
}
#message.hidden{
    display: none;
}
#message.visible{
    display: block;
}
#closeBtn{
    float: right;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#msgText{
    padding: 10px 0;
}
#contentbox{
	padding: 0 20px 20px 25px;
}
#contentbox .text {
	width: 450px;
	border: 1px solid #999;
	font: normal 13px Verdana, sans-serif;
}
#contentbox ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#contentbox li{
    width: 100%;
    float: left;
    font-size: 11px;
    padding-bottom: 10px;
}
#contentbox .pages-nav li{
    width: auto;
    font-size: 19px;
}
#contentbox span{
    float: right;
    width: 400px;
}
#contentbox span strong{
    font-size: 12px;
}
#contentbox .message{
    width: 450px;
}
.userpic{
    float: left;
    padding: 0 10px 0 0;
}
.smalluserpic{
    float: left;
    margin: -3px 0 0 0;
    padding: 0 5px 0 0;
}
.smalluserpic img{
    float: left;
    margin: 0;
}
.username .userpic{
    margin-bottom: 20px;
}
.username{
    margin: 0;
}
#contentbox .username span{
    padding-top: 10px;
    float: left;
    width: auto;
    margin: 0;
}
#contentbox .list li{
    font-size: 13px;
}
.dellink{
    text-align: right;
    padding: 0 10px 10px 0;
}
.dellink a{
    color: #740303;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.advTable {
	border-collapse: collapse;
	font-size: 14px;
}
.advTable td,
.advTable th {
	padding: 4px;
	border: 1px solid #000;
}
.charity {
	background-color: #FAF98D;
	border: 1px solid #E0E070;
	padding: 10px;
}
.charity p {
	font-size: 16px;
	text-align: center;
}
.charity a {
	font-weight: bold;
	text-align: center;
}

.googleBtmBlock {
	margin-top: 20px;
}
.rating{
    float: right;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}
.rating.first{
    background: url(../img/star.gif) 0 100% no-repeat;
}
.rating.second{
    background: url(../img/star.gif) 0 0 no-repeat;
}
.marks{
    padding: 5px 0 5px 0;
    line-height: 15px;
    clear: both;
}
.marks span,
.marks a{
    text-decoration: none;
    font-size: 10px;
    margin: 0 3px;
    color: #000;
    font-weight: bold;
}
.marks span{
    color: #9e9ea6;
    padding: 0;
}
.date{
    font-weight: normal;
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
}
.buttons{
    width: 400px;
    margin: 0 auto;
}
.buttons a{
    float: left;
    background: url(../img/buttons_bg.gif) 0 0 no-repeat;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #5c5c5c;
    display: inline;
    margin: 5px 5px 10px 5px;
}
.buttons a.active{
    background: url(../img/buttons_bg.gif) 0 100% no-repeat;
}
.buttons a.right{
    float: right;
}
.buttons span{
    display: block;
    background: url(../img/buttons_bg.gif) 100% 0 no-repeat;
    line-height: 28px;
    height: 28px;
    padding: 0 27px 0 20px;
    margin-left: 7px;
}
.buttons a.active span{
    background: url(../img/buttons_bg.gif) 100% 100% no-repeat;
}

#editForm label {
  display: block;
  font-size: 1.1em;
}

#editForm input,
#editForm textarea {
  width: 450px;
  font: normal 13px Verdana, Arial, sans-serif;
  margin: 0 0 10px 0;
}
.marks span.greenText{
    color: #3c0;
}
.marks span.redText{
    color: #d00;
}
/* For contest */

#konkurs h2 {
	font-size: 24px;
	color: #000;
	margin-top: 40px;
}

#konkurs h3 {
	font-size: 1.4em;
	text-align: center;
}

#konkurs #priz {
	text-align: center;
	margin: 20px auto;
}

#konkurs #priz img {
	/* border: 1px solid #eee; */
}

#konkurs .btn {
	text-align: center;
	margin: 20px auto 40px auto;
}

#konkurs p {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}

#konkurs p span {
	color: #ed5b28;
}

.golosovanie {
	float: left;
	width: 130px;
}

.vsego-zoloto {
	display: block;
	width: 54px;
	height: 37px;
	font-size: 1.7em;
	font-weight: bold;
	background: url(/img/bg-vsego-zoloto.jpg) no-repeat;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 17px 0 0 0;
}

.vsego-serebro {
	display: block;
	width: 54px;
	height: 37px;
	font-size: 1.7em;
	font-weight: bold;
	background: url(/img/bg-vsego-serebro.jpg) no-repeat;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 17px 0 0 0;
}

.vsego {
	display: block;
	width: 54px;
	height: 37px;
	font-size: 1.7em;
	font-weight: bold;
	background: url(/img/bg-vsego.jpg) no-repeat;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 17px 0 0 0;
}

.opredelenie {
	float: right;
	width: 440px;
	font-size: 1.2em;
	line-height: 1.4;
	padding: 10px 20px 0 0;
}

.avtor {
	float: left;
	width: 180px;
	font-weight: bold;
	padding: 5px 0 0 0px;
}

.avtor a,
.avtor a:hover {
	color: #000;
}

.kogda {
	float: right;
	width: 190px;
	text-align: right;
	font-size: .9em;
	font-style: italic;
	padding: 5px 30px 0 0;
}

.krugi {
	display: block;
	width: 108px;
	height: 37px;
	margin: 0 auto;
	padding: 8px 0 0 5px;
	background: url(/img/bg-krugi.gif) no-repeat;
}

.krugi a.ico3m {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	background: url(/img/ico3m.gif) no-repeat;
}

.krugi a.ico3m:hover {
	background: url(/img/ico3m-hover.gif) no-repeat;
}

.krugi a.ico1m,
.krugi a.ico1m:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/img/ico1m.gif) no-repeat;
	margin: 5px 1px 0 1px;
}

.krugi span.ico1md {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/img/ico1m-d.gif) no-repeat;
	margin: 5px 1px 0 1px;
}

.krugi a.ico1p,
.krugi a.ico1p:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/img/ico1p.gif) no-repeat;
	margin: 5px 1px 0 1px;
}

.krugi span.ico1pd {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/img/ico1p-d.gif) no-repeat;
	margin: 5px 1px 0 1px;
}

.krugi span.ico1g {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: none;
	margin: 5px 1px 0 1px;
}

.krugi a.ico3p {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	background: url(/img/ico3p.gif) no-repeat;
}

.krugi a.ico3p:hover {
	background: url(/img/ico3p-hover.gif) no-repeat;
}

div.contestInfo {
	font-size: 12px;
	font-family: Tahoma;
	background: #F8F87C;
	border: 1px solid yellow;
	margin-bottom: 20px;
	padding: 10px;
}
a.participateBtnBig {
	width: 504px;
	margin: auto;
	text-align: center;
	display: block;
}
#ads_box{
	position: relative;
	margin-bottom: 30px;
}
#ads_box p{
	padding: 10px 0 0 38px;
	margin: 0;
	height: 76px;
}
#side_image{
	position: absolute;
	top: 0;
	left: 0;
}

.gad {
	float: left;
  position: relative;
	width: 240px;
	background: #eee;
	margin: 0 0 10px 0;
}
.content_table{
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 20px;
}
.content_table td{
    padding: 5px;
}
.content_table th{
    padding: 5px;
    font-size: 11px;
}
.center{
    text-align: center;
}
.site_list ul,
.site_list li{
	list-style-type: none;
	list-style-position: outside;
	line-height: 19px;
}
.site_list li ul{
	padding-left: 20px;
	margin: 0;
	
}