@charset "windows-1251";
/* CSS Document */
body, p, span, div {
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:11px;
	color:#bcbcbc;
}

a {
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#header {
	height:53px;
	background:url(/images/top_menu_bg.gif?0) no-repeat left top;
	vertical-align:middle;
	padding-left:25px;
}

.top_menu {
	list-style:none;
}

.top_menu li {
	display:inline;
}

.top_menu li a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

#logo {
	position:absolute;
	left:445px;
	top:30px;
}

#player {
	position:absolute;
	right:0px;
	top:0px;
}

#blog {
	position:absolute;
	left:720px;
	top:120px;
	width:265px;
}

#blog h2 {
	font-family:Myriad Pro Light, Arial;
	font-size:25px;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.blog-item{
	margin-bottom:15px;
	line-height:1.3;
        padding-left:0px;
}

#blog a {
	color:#666666;
}

.blog-item .blog-date-black {
	width:46px;
	height:14px;
	display:inline-block;
	background:url(/images/date_bg_black.png) no-repeat left bottom;
	text-align:center;
	color:#ffffff;
	padding-bottom:1px;
}

#main_page_header {
	position:absolute; 
	left:445px; 
	bottom:-11px; 
	font-family:Myriad Pro Light, Arial; 
	font-size:55px; 
	color:#000000; 
	padding:0px; 
	margin:0px;
	line-height:0.6;
}

.afisha-item {
	line-height:1.5;
	margin-bottom:5px;
}

.afisha-item a {
	color:#FFFFFF;
}

.afisha-date {
	width:46px;
	height:14px;
	display:inline-block;
	background:url(/images/date_bg_white.png) no-repeat left bottom;
	text-align:center;
	color:#000000;
	padding-bottom:2px;
	margin-right:5px;
}

#content p {
	line-height:1.5;
}

