body { 
	background: black url(../images/bg.png) no-repeat top center; color: white; 
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

strong { font-weight: bold; }

label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-size: 90%;
}

table tr td { border-bottom: 1px solid #999; padding: 10px 0; vertical-align: middle; }

h1 { font-size: 1.8em; border-bottom: 1px solid white; padding-bottom: 3px; }

h2 { text-align: center; font-size: 1.2em; }
h2 a { color: white; text-decoration: none; }
h2 a:hover { color: #D64915; }

small { font-size: 80%; }

p { margin: 10px 0; }

a { color: #65DDED; text-decoration: none; }
a:hover { text-decoration: underline; }

ul.list li { list-style-type: disc; margin-left: 30px; }

#wrap { width: 1000px; margin: 0 auto 2em; }

#header { height: 100px; }

#content { background-image: url(../images/block_bg.png);  width: 680px; min-height: 400px; margin-right: 50px; padding: 10px; float: left; }
#test p { opacity: 1.0; color: white;  }

#sidebar { background-image: url(../images/block_bg.png); width: 230px; min-height: 400px; float: left; padding: 10px; }

#navigation ul { float: right; }
#navigation ul li { display: inline; }
#navigation ul li a { padding-left: 10px; color: #FF006F; text-decoration: none; }
#navigation ul li a:hover { color: white; }

#smth_check { visibility: hidden; }

#user_navigation li a { color: white; text-decoration: none; }
#user_navigation li a:hover { color: #BF40FF; }

.ico_16 { position: relative; top: 2px; }


.points {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #FBB829;
}

.big { font-size: 24px; }

.site_url a { color: #73C2FF; text-decoration: none; }
.site_url a:hover { text-decoration: underline; }

.site_tags a { color: #A8D93F; text-decoration: none; }
.site_tags a:hover { text-decoration: underline; }

.sidebar_site_title a { color: #F1E111; text-decoration: none; }
.sidebar_site_title a:hover { color: #D64915; }

.line { border-bottom: 1px dashed white; padding-top: 10px; margin-bottom: 10px;  }

.site_block:hover { background-color: black; }

.site_banner_col { width: 110px; float: left }
.site_data_col { width: 450px; float: left; }
.site_vote_btn_col { float: left; margin-top: 40px; }

.field 
{ 
	border: 1px solid #CCC; background-color: #303033; color: white; 
	font-family: "trebuchet MS",sans-serif;
	font-size: 1.0em;
	width: 200px;
}

.btn { border: none; background-color: #76A11B; color: white; font-size: 1.0em; padding: 2px 7px; }
.btn:hover { background-color: #3C81F8; }

.vote_button { margin-top: 10px; background: transparent; border: none; background-image: url(../images/vote_button.png); width: 131px; height: 37px; }

.errorBox, .successBox { padding: 1%; width: 98%; position: absolute; text-align: center; top: 0px; left: 0px; opacity: 0.75;  z-index: 1000; filter: alpha(opacity = 75); }
.errorBox {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.successBox {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.errorBox a {color:#8a1f11;}
.successBox a {color:#264409;}

.clear { clear: both; }