@CHARSET "UTF-8";
.headerback{
		background			: url("/Images/headerback.png");
		background-repeat	: repeat-х;
		height				: 120px;
		margin				: 0px;
		padding				: 0px;
}
img {
	border		: 0;
}
body{
	font-size	: 14px;
	font-family	: arial;
	margin		: 0px;
	padding		: 0px;
	background	: #F5FFF9;
}
#logotype{
	position	: absolute;
	top			: 10px;
	left		: 4px;
	
}
#tags{
	position	: relative;
	left		: 206px;
	display		: inline-block;
	width		: 768px;
	margin		: 10px;
	color		: #50A0D0;
	font-size	: 22px;
	font-family	: arial;
	background: url(/Images/bl.gif) 0 100% no-repeat #ffff90; 
}
#footer *{
	color		: #50A0D0;
	text-align	: center;
}
.br {background: url(/Images/br.gif) 100% 100% no-repeat}
.tl {background: url(/Images/tl.gif) 0 0 no-repeat}
.tr {background: url(/Images/tr.gif) 100% 0 no-repeat; padding:10px}
.advert *{
	font-size	: 12px;
	color		: #50A0D0;
}

.content{
	width		: 1000px;
	margin-left	: -500px;
	position	: absolute;
	left		: 50%;
}
.pages{
	padding		: 5px;
	margin		: 8px 0px 8px 0px; 
	color		: #50A0D0;
}
.pages a{
	text-decoration	: none;
		
}
a .active{
	color		: #D0A050;
}
a .unactive{
	color		: #50A0D0;
}
a.vote_up {
	background:url("Images/thumb_up.png");
	display		: inline-block;
	height		: 16px;
	width		: 16px;
}

a.vote_down {
	background	: url("Images/thumb_down.png");
	display		: inline-block;
	height		: 16px;
	width		: 16px;
}
.vote_down span, .vote_up span{
	display		:	none;
}

.date{
	color		: #A0D050;
	float		: left;
	font-size	: 10px;
	padding		: 6px;
	margin-top	: -12px;
}
.vote{
	color		: #D0A050;
	float		: right;
	font-size	: 12px;
	padding		: 6px;
	margin-top	: -12px;
}
.anecdot{
	margin-top	: 12px;
	text-align	: justify;
	font-size	: 14px;
	padding		: 10px;
	border		: 1px dashed #D0E0FA;
}
