html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

* {font-family:Arial !important;}

body {
	font-size: 62.5%;
	line-height: 1.8em;
}

p {
margin: 0 0 0; /* абзацы отбиваем один от одного строкой («швейцарский абзац»)*/
}

a:link, a:visited {
	text-decoration: underline;
	color: #0072bc;
}

a:hover, a:active {
	text-decoration: underline;
	color: #bc0000;
}

ol, ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}
ol li, ul li {
	margin: 0 0 0.75em 1.5em;
}
li ol, li ul {
	margin: 0.75em 0 0.75em 0;
	padding: 0;
}

.floater {
	float: left;
	_clear: right;
}

.floater-right {
	float: right;
	_clear: left;
}


.clearfix:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}
.clearfix {
display: block;
}

.clearfix {
//display: inline-block;
}
* html .clearfix {
height: 1%;
}


body {
	background:url(/img/back.png) 0 0;
}

div.container {
	position:relative; 
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:1000px; 
	background:url(/img/left_back.png) right 100px no-repeat;
}
div.container_inner {
	background:url(/img/right_back.png) left 110px no-repeat;
}
div.container .empty {
	height:100px;
	clear:both;
}
div.footer {
	position:relative; 
	margin-top:-100px; 
	height:100px; 
	width:100%; 
	background:url(/img/footer_line.png) center top repeat-x;
}
div.footer div.inner {
	width:1000px;
	margin:0 auto;
	background:url(/img/footer.png) 90px bottom no-repeat;
	height:100px; 
	padding:25px 0;
}
div.footer div.copy {
	float:left;
	width:310px;
}
div.footer div.banners {
	float:left;
	width:30%;
}
div.footer div.tian {
	float:right;
	width:220px;
}
div.footer a.vkontakte {
	background:url(/img/vkontakte.png) center center no-repeat;
	width:46px;
	height:47px;
	display:block;
	/*float:left;*/
	position:absolute;
	left:0px;
	top:30px;
}
div.footer a.twitter {
	background:url(/img/twitter.png) center center no-repeat;
	width:83px;
	height:47px;
	display:block;
	/*margin:10px 0 0 20px;
	float:left;*/
	position:absolute;
	left:60px;
	top:35px;
}
div.footer a.bilets {
	display:block;
	width:181px;
	height:90px;
	background:url(/img/bilets.png) 0 0 no-repeat;
	/*margin:0 0 0 150px;*/
	position:absolute;
	left:150px;
	top:0;
}

div.footer a {
	color:#828282;
}
div.footer p {
	margin:0;
	color:#828282;
	font-size:1.4em;
}

div.header {
	background:url(/img/header.png) center top no-repeat;
}
div.header div.inner {
	width:1000px;
	margin:0 auto;
	height:264px;
	position:relative;
}

div.header a.logo {
	background:url(/img/logo.png) 0 0 no-repeat;
	display:block;
	width:513px;
	height:98px;
	position:absolute;
	left:20px;
	top:30px;
}
div.header a.ticket {
	background:url(/img/ticket.png) 0 0 no-repeat;
	display:block;
	width:263px;
	height:137px;
	position:absolute;
	right:50px;
	top:0px;
}
div.header ul {
	position:absolute;
	left:0;
	bottom:0;
	height:100px;
	background:url(/img/menu.png) top center no-repeat;
	margin:0;
	width:100%;
	list-style:none;
}
div.header ul li {
	float:left;
	margin:35px 0 0 37px;
}
div.header ul li a{
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
div.header ul li.active {
}
div.header ul li.active a {
	color:#042239;
	text-decoration:none;
}

div.album div.title {
	width:950px;
	margin:0 auto;
	background:url(/img/fotoalbum.png) left top no-repeat;
	height:59px;
}
div.album {
	overflow:hidden;
	position:relative;
	width:100%;
}
div.album ul {
	width:10000%;
	height:110px;
	background:url(/img/foto.png) left top repeat-x;
	margin:0;
	list-style:none;
	overflow:hidden;
}
div.album #toleft {
	width:50px;
	height:110px;
	background:url(/img/toleft.png) right center no-repeat;
	position:absolute;
	left:0;
	top:59px;
	display:block;
}
div.album #toright {
	width:50px;
	height:110px;
	background:url(/img/toright.png) left center no-repeat;
	position:absolute;
	right:0;
	top:59px;
	display:block;
}
div.album ul li img {
	max-width:157px;
	max-height:86px;
}
div.album ul li a {
	margin:12px 3px;
	width:157px;
	height:86px;
	background:#000;
	display:block;
}
div.album ul li {
	float:left;
	height:110px;
	width:163px;
	margin:0;
	text-align:center;
}
div.container_inner div.inner {
	width:1000px;
	margin:0 auto;
}
div.side {
	float:right;
	width:400px;
	margin:30px 0;
}
div.side div.headline {
	background:url(/img/headline.png) left top no-repeat;
	padding-top:80px;
	cursor:pointer;
}
div.side div.headline img.main_img {
	border:solid 10px #021829;
	width:363px;
}
div.side div.partners {
	background:url(/img/partners.png) left top no-repeat;
	padding-top:80px;
	width:50%;
	float:left;
	margin:30px 0 0;
	position:relative;
}
div.side div.partners div.partners_bottom {
	clear:both;
	background:url(/img/partners_bottom.png) left bottom no-repeat;
	width:179px;
	min-height:43px;
}
div.side div.partners ul {
	background:url(/img/partners_top.png) left top no-repeat;
	width:179px;
	min-height:48px;
	margin:0;
	padding:20px 0 0 20px;
	list-style:none;
}
div.side div.partners ul li {
	float:left;
	width:40%;
	margin:0;
	padding:0;
	min-height:65px;
}
div.side div.partners ul li a {
}
div.side div.partners ul li img {
	width:57px;
}
div.side div.music {
	background:url(/img/music.png) left top no-repeat;
	padding-top:80px;
	width:40%;
	margin:30px 0 0 60%;
	position:relative;
}
div.side div.music div.music_bottom {
	clear:both;
	background:url(/img/partners_bottom.png) left bottom no-repeat;
	width:179px;
	height:43px;
	position:absolute;
	left:0;
	bottom:15px;
}
div.side div.music div.inner {
	background:url(/img/partners_top.png) left top no-repeat;
	width:100%;
	height:245px;
	padding:10px;
}
div.content {
	float:left;
	width:520px;
	margin-top:30px;
	color:#fff;
	padding-left:35px;
	font-size:1.4em;
}
div.content p {
	color:#fff;
	line-height:22px;
}
div.content img {
}
div.content a {
	color:#58bad4;
}
div.content b,div.content strong {
	color:#84b2d7;
}
div.content h2 {
	color:#84b2d7;
	font-size:1.8em;
	font-weight:bold;
	padding-bottom:20px;
}
div.content table {
	border-collapse:collapse;
	width:100%;
}
div.content td {
	border:0;
	border-bottom:solid 1px #174162;
	color:#fff;
	padding:5px;
}
div.content th {
	background:#032642;
	border:0;
	border-bottom:solid 1px #174162;
	color:#7b96ab;
	padding:5px;
}
div.content ol,div.content ul {
	list-style-position:inside;
}
div.content li {
	color:#fff;
}
div.content div.h1.posts {
	width:450px;
	height:64px;
	background:url(/img/posts.png) left center no-repeat;
}
div.content div.posts div.rss {
	height:64px;
	background:url(/img/rss.png) left center no-repeat;
	margin:0 0 0 170px;
}
div.content div.posts div.rss a {
	line-height:64px;
	margin:0 0 0 40px;
	color:#fb832c;
	font-size:1.2em;
	border-bottom:dotted 1px #fb832c;
	text-decoration:none;
}
div.content ul.posts {
	margin:0;
	list-style:none;
}
div.content ul.posts li {
	margin:0 0 25px 0;
}
div.content ul.posts li p.date span {
	font-size:0.9em;
	color:#838383;
	background:#000;
}
div.content ul.posts li p {
	color:#fff;
	margin:0;
	line-height:22px;
}
div.content ul.posts li p a.title {
	color:#59b9d3;
}
div.content ul.posts li img.post {
	margin:0 8px 8px 0;
	max-width:120px;
	max-height:100px;
}

div.content h1 {
	font-weight:bold;
	font-size:1.6em;
	text-transform:uppercase;
	color:#e3a92e;
}
div.content ul.menu {
	list-style:none;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	background:url(/img/footer_line.png) left top repeat-x;
	height:3px;
	width:100%;
}
div.content div.menu_bottom {
	background:url(/img/footer_line.png) left bottom repeat-x;
	height:3px;
	width:100%;
	clear:left;
	padding:10px 0 0;
	margin:10px 0;
}
div.content ul.menu li {
	margin:0 20px 0 0;
	float:left;
	padding:3px 5px;
}
div.content ul.menu li a {
	color:#58bad4;
	text-transform:uppercase;
}
div.content ul.menu li.active {
	background:#ff2e01;
}
div.content ul.menu li.active a {
	color:#fff;
	text-decoration:none;
}



body.inner div.side div.partners {
	width:100%;
	float:none;
}
body.inner div.side div.music {
	width:100%;
	margin:30px 0 0;
}
body.inner div.content {
	width:720px;
	position:relative;
}
body.inner div.side {
	width:200px;
}

div.photos {
}
div.photos a {
	display:block;
	float:left;
	padding:30px;
	width:25%;
	text-align:center;
}
div.photos a img {
	max-width:150px;
	max-height:150px;
}

#sendnewsSubscribe {
	padding:16px 0 16px 40px;
}
#sendnewsSubscribe div {
	border:solid 1px #001220;
	background:#103d5f;
	height:32px;
	position:relative;
}
#email {
	position:absolute;
	left:5px;
	top:5px;
	width:170px;
	font-size:1em;
	color:#45657d;
}
#submit {
	position:absolute;
	right:23px;
	top:0;
	background:url(/img/ok.png) center center no-repeat;
	width:27px;
	height:32px;
	display:block;
	border:0;
}
#close_rss {
	position:absolute;
	right:3px;
	top:8px;
	background:url(/img/close_rss.png) center center no-repeat;
	width:15px;
	height:15px;
	display:block;
	border:0;
}

.search_group {
	background:url(/img/search_back.png) 0 0 no-repeat;
	width:537px;
	height:60px;
	margin:20px 0;
	padding:0;
	position:relative;
}
.search_text {
	width:440px;
	padding:5px;
	line-height:22px;
	color:#45657d;
	position:absolute;
	left:10px;
	top:20px;
}
.search_btn {
	background:url(/img/search.png) center left no-repeat;
	width:56px;
	height:26px;
	border:0;
	position:absolute;
	right:10px;
	top:22px;
}


.bands {
	margin:0;
	padding:0;
	list-style:none;
}
.bands li {
	float:left;
	width:30%;
}
.bands li img {
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #51718b;
}
.bands li a {
	color:#58bad4;
}
.bands li p {
	color:#fff;
	margin:0;
	padding:0;
}
.bands li p span.rate {
	background:#ff2e01;
	padding:3px;
}


.zay {
	background:#0c2c45;
	width:76%;
	padding:10px 100px 10px 70px;
	margin:0 0 20px 0;
}
.zay table {
}
.zay table td {
	border:0;
}
.zay table td div {
	position:relative;
}
.zay table td span {
	position:absolute;
	left:3px;
	top:5px;
	color:#45657d;
	font-size:14px;
}
.zay table td p {
	color:#707d87;
	font-size:10px;
	line-height:14px;
	margin:0 0 0 3px;
}
.zay table td.star {
	background:url(/img/star.png) center 12px no-repeat;
}
.zay table td .txt {
	width:100%;
	color:#45657d;
	font-size:14px;
	margin:0;
}
.zay table td textarea.txt {
	height:150px;
	margin:0;
}
.zay table td.button {
	width:23px;
	padding:0;
}
.zay table td input.eadd,.zay table td input.add,.zay table td input.del {
	width:23px;
	height:23px;
	border:0;
	background:#d4d0c8;
}
.zay table td input.submit {
	background:url(/img/submit.png) center center no-repeat;
	border:0;
	width:159px;
	height:61px;
}


p.vk {
	padding:20px 0;
}
p.vk a {
	padding:0 20px 0 0;
	background:url(/img/blank.png) right center no-repeat;
}
p.video a {
	padding:0 20px 0 0;
	background:url(/img/blank.png) right center no-repeat;
}
div.audio {
	padding:10px;
	display:none;
}
p.audio a.active {
	color:#fff;
}
p.audio a {
	padding:0 0 0 20px;
	background:url(/img/audio.png) left center no-repeat;;
}

.f-wrap-1 b {
	float:left;
	display:block;
	width:80px;
}

div.content .noborder, div.content .noborder td, div.content .noborder th {border:0;}

div.pages {
}
div.pages a {
	margin:0 5px 0 0;
}
div.pages span {
	margin:0 5px 0 0;
}

.zay table td div.error p, .zay table td div.error {
	color:red;
}

div.rate {
	position:absolute;
	right:100px;
	top:85px;
}
div.rate p {
	color:#fff;
	margin-bottom:10px;
	padding-left:20px;
}
div.rate p.rate {
	background:url(/img/plus.png) left center no-repeat;
}
div.rate a {
	border-bottom:dotted 1px #58bad4;
	text-decoration:none;
	color:#58bad4;
}
div.rate span {
	color:#fff;
	background:#ff2e01;
	padding:2px 5px;
	margin-left:5px;
}


div.comment {
	background:url(/img/comment.png) 10px 3px no-repeat;
	padding-left:40px;
	border-bottom:solid 1px #0f3e62;
	margin:0 0 20px 0;
}
div.comment p.name {
	color:#5c7a92;
}
div.comment p {
	color:#fefefe;
}

div.content form#addbook,div.content form#addcomment {
	background:#031a2c;
	width:400px;
	padding:10px;
}
div.content form#addbook input.text,div.content form#addcomment input.text {
	width:375px;
	margin:0 0 15px 15px;
	color:#46647c;
}
div.content form#addbook img,div.content form#addcomment img {
	position:absolute;
}
div.content form#addbook input.captcha,div.content form#addcomment input.captcha {
	margin:0 0 15px 15px;
	width:175px;
	color:#46647c;
}
div.content form#addbook input.submit,div.content form#addcomment input.submit {
	margin:0 0 0 15px;
}
div.content form#addbook textarea,div.content form#addcomment textarea {
	width:375px;
	height:190px;
	font-size:1em;
	font-family:Arial;
	margin:0 0 15px 15px;
	color:#46647c;
}
div.content form#addbook h2,div.content form#addcomment h2 {
	margin:0;
}
div.content form#addbook p.error,div.content form#addcomment p.error {
	margin:0 0 0 15px;
	color:red;
}

.vjournal {
	margin-bottom:10px;
}

#apartners {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:80px;
	width:200px;
}



.furjbqy {
	height:151px;
	left:0;
	position:fixed;
	top:460px;
	width:25px;
	z-index:1;
}
.furjbqy a {
	background:url(/img/konkurs.png) 0 0 no-repeat;
	display:block;
	height:144px;
	width:25px;
}
.furjbqyl {
	height:151px;
	right:0;
	position:fixed;
	top:360px;
	width:25px;
	z-index:1;
}
.furjbqyl a {
	background:url(/img/tickets.png) 0 0 no-repeat;
	display:block;
	height:144px;
	width:25px;
}
