@font-face {
	font-family: 'GoblinOneRegular';
	src: url('fonts/goblinone-webfont.eot');
	src: url('fonts/goblinone-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/goblinone-webfont.ttf') format('truetype'),
		url('fonts/goblinone-webfont.svg#GoblinOneRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* { 
	margin:0; 
	padding:0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}

html, body {height:100%;}

body {
	color:#000;
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	min-width:1200px;
	/*background:url(images/bg-page-home.jpg) no-repeat;*/
	background:#000;
	text-align:center;
}
span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	text-align:left;
}
a {
	text-decoration:none;
	color:#3e5749;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul li, ol li{list-style-position:inside;}
ul li{list-style-type:disc;}
#wrapper{
	width:100%;
	min-height:100%;
	position:relative;
}

#image {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:1;
}
#image img {
	display:block;
	margin:0 auto;
}

#main{
	width:1200px;
	padding:22px 0 100px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#main:after{
	clear:both;
	content:"";
	display:block;
}
.twocolumns{
	float:left;
	margin-top:8px;
	width:930px;
}
.aside{
	float:right;
	width:250px;
	margin-top:38px;
}
#content{
	float:right;
	width:680px;
}
#sidebar{
	width:230px;
	float:left;
	margin-top:70px;
}
.widget{
	width:100%;
	color:#fff;
	line-height:17px;
	font-size:14px;
	margin-bottom:21px;
	padding:4px 0 0;
	overflow:hidden;
	background:url(images/bg-widget01.png) no-repeat -240px 0;
}
.widget a{color:#98b7bb;}
.widget ul{
	margin:0;
	list-style:none outside none;
}
.widget ul li{list-style:none outside none;}
.feat-section .widget,
.aside .widget{background:url(images/bg-widget02.png) no-repeat -270px 0;}
.widget .holder{
	width:100%;
	padding:0 0 4px;
	background:url(images/bg-widget01.png) no-repeat 100% 100%;
}
.feat-section .widget .holder,
.aside .widget .holder{background:url(images/bg-widget02.png) no-repeat 100% 100%;}
.widget .frame:after,
.widget .holder:after{
	clear:both;
	content:"";
	display:block;
}
.widget .frame{
	background:url(images/bg-widget01.png) repeat-y;
	width:100%;
}
.feat-section .widget .frame,
.aside .widget .frame{background:url(images/bg-widget02.png) repeat-y;}
.widget .place{
	float:left;
	width:191px;
	padding:16px 20px 20px 19px;
	position:relative;
	background:url(images/bg-widget-add01.png) repeat-y;
	margin:-4px 0;
}
.feat-section .widget .place,
.aside .widget .place{
	width:210px;
	margin:-1px 0;
	padding:12px 20px 17px;
	background:url(images/bg-widget-add02.png) repeat-y;
}
.feat-section .alt-widget .place,
.aside .alt-widget .place{background:url(images/bg-widget-add03.png) repeat-y;}
.logo{
	background:url(images/logo.png) no-repeat;
	width: 190px;
	height: 25px;
	display:block;
	margin:0 0 15px 1px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.nav-widget .place{padding:20px 20px 20px 19px;}
#nav{
	width:210px;
	font-size:20px;
	line-height:24px;
	margin:0 -10px 15px;
	overflow:hidden;
}
#nav ul{
	width:190px;
	padding:1px 0 6px 20px;
	margin:0;
	display:none;
}
#nav a{
	color:#fff;
	display:block;
	padding:0 10px;
}
#nav .active a,
#nav li:hover a{
	color:#000;
	text-decoration:none;
	background:url(images/bg-white.png);
}
#nav .active li a,
#nav li:hover li a{
	background:none;
	color:#fff;
}
#nav .active li:hover a,
#nav .active .active a,
#nav li:hover li:hover a{
	color:#000;
	background:url(images/bg-white.png);
}
#nav .active ul {display:block;}
.search-form{
	background:url(images/bg-search.png) no-repeat;
	width:176px;
	height: 25px;
	overflow:hidden;
	padding:0 4px 0 10px;
}
.search-form .btn-search{
	float:right;
	background:url(images/btn-search.png) no-repeat;
	width: 16px;
	height: 15px;
	margin-top:6px;
	border:0;
	cursor:pointer;
}
.search-form .txt{
	float:left;
	width:155px;
	border:0;
	background:url(images/none.gif) no-repeat;
	outline:none;
	color:#4f5a59;
	margin:0;
	height:21px;
	padding:1px 0 3px;
	font:16px/21px Georgia, "Times New Roman", Times, serif;
}
.lang{
	width:100%;
	padding-top:20px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
.lang span{float:left;}
.lang ul{float:right;}
.lang ul li{
	float:left;
	padding:0 0 0 5px;
}
.lang img{vertical-align:top;}
.widget h3{
	margin:0 0 16px;
	color:#fff;
	font:20px/24px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
}
.promo-widget{text-align:center;}
.promo-widget h3{margin-bottom:15px;}
.aside .widget h3{margin-bottom:10px;}
.widget h3 a{color:#fff;}
.promo-widget .visual{
	width:100%;
	overflow:hidden;
	margin-bottom:17px;
}
.promo-widget .visual img{vertical-align:top;}
.widget .more{
	background:url(images/ico01.png) no-repeat 100% 5px;
	padding: 0 12px 0 0;
}
.social-widget ul{
	background:url(images/border01.png) repeat-x;
	padding:1px 0 0;
	width:100%;
	overflow:hidden;
	line-height:24px;
}
.social-widget ul li{
	float:left;
	width:100%;
	background:url(images/border01.png) repeat-x 0 100%;
	padding:0 0 1px;
}
.social-widget ul a{
	float:left;
	padding:0 0 0 38px;
}
.social-widget ul a.facebook{background:url(images/ico02.png) no-repeat 7px 3px;}
.social-widget ul a.twitter{background:url(images/ico03.png) no-repeat 1px 3px;}
.social-widget ul a.google{background:url(images/ico04.png) no-repeat 3px 4px;}
.social-widget ul a.myspace{background:url(images/ico05.png) no-repeat 3px 2px;}
.social-widget ul a.last-fm{background:url(images/ico06.png) no-repeat 1px 5px;}
.events-widget ul{margin-bottom:8px;}
.events-widget ul li{padding-bottom:9px;}
.events-widget .date{
	display:block;
	color:#98b7bb;
	font-style:normal;
}
.events-widget p{margin:0;}
.events-widget .more{
	text-transform:uppercase;
	clear:both;
	float:left;
}
.events-widget .visual{
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:17px;
}
.events-widget .visual img{vertical-align:top;}
.twitter-widget{line-height:16px;}
.twitter-widget ul{padding-top:7px;}
.twitter-widget li{padding-bottom:16px;}
.twitter-widget h4{
	margin:0 0 -1px;
	color:#999;
	font:12px/16px Georgia, "Times New Roman", Times, serif;
}
.twitter-widget h4 a{
	font:italic bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.twitter-widget p{margin:0;}
.twitter-widget .posted{
	display:block;
	color:#999;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
}
.twitter-widget .more{
	float:left;
	letter-spacing:-1px;
	word-spacing:2px;
	background:url(images/ico07.png) no-repeat 100% 0;
	padding:0 31px 0 0;
}
.gallery-widget .gallery{
	width:175px;
	margin:-3px auto 16px;
	position:relative;
}
.gallery-widget .gallery:after{
	clear:both;
	content:"";
	display:block;
}
.gallery-widget .gallery .gall-box{
	width:175px;
	overflow:hidden;
	position:relative;
}
.gallery-widget .gallery img{vertical-align:top;}
.gallery-widget .gallery ul{
	width:9999px;
	overflow:hidden;
}
.gallery-widget .prev,
.gallery-widget .next{
	position:absolute;
	top:83px;
	left:-17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/btn-prev01.png) no-repeat;
	width: 14px;
	height: 14px;
}
.gallery-widget .next{
	left:auto;
	background:url(images/btn-next01.png) no-repeat;
	right:-16px;
}
.gallery-widget .gall-box a{color:#fff;}
.gallery-widget .gallery ul li{
	float:left;
	text-align:center;
	width:175px;
}
.gallery-widget .gallery span{
	display:block;
	line-height:16px;
	padding:1px 0;
	margin-top:-2px;
}
.aside .gallery-widget .place{padding-bottom:13px;}
.gallery-widget .bar{width:100%;}
.gallery-widget .bar:after{
	clear:both;
	content:"";
	display:block;
}
.gallery-widget .bar ul{
	width:230px;
	margin:0 -10px;
	overflow:hidden;
	text-align:center;
}
.gallery-widget .bar li{
	display:inline;
	padding:0 6px 0 9px;
	background:url(images/sep01.png) no-repeat 0 3px;
}
.gallery-widget .bar li:first-child{background:none;}
.gallery-widget .war-link{
	padding:0 0 0 12px;
	background:url(images/ico01.png) no-repeat 0 5px;
}
.newsletter-widget{line-height:16px;}
.aside .newsletter-widget .place{padding-bottom:3px;}
.newsletter-widget label{
	display:block;
	padding:2px 0 11px;
}
.newsletter-widget .text{
	display:block;
	overflow:hidden;
	background:url(images/bg-text01.png) no-repeat;
	width:190px;
	padding:0 4px;
	height: 25px;
}
.newsletter-widget .txt{
	width:100%;
	overflow:hidden;
	border:0;
	background:none;
	float:left;
	color:#4f5a59;
	margin:0;
	height:21px;
	padding:1px 0 3px;
	font:16px/21px Georgia, "Times New Roman", Times, serif;
}
.btn-get{
	background:url(images/btn-newsletter.png) no-repeat;
	width: 140px;
	height: 11px;
	float:left;
	border:0;
	margin-top:10px;
	cursor:pointer;
}
.dark-section{
	width:680px;
	color:#fff;
	font-size:14px;
	line-height:17px;
	padding:4px 0 0;
	background:url(images/bg-dark-section.png) no-repeat -690px 0;
}
.light-section{
	width:680px;
	background:url(images/bg-light-add.png) repeat-y;
}
.light-t{
	width:100%;
	background:url(images/bg-light-top.png) no-repeat;
}
.light-holder, .dark-holder{
	background:url(images/bg-dark-section.png) no-repeat -1380px 100%;
	width:100%;
	padding:0 0 4px;
}
.light-holder{background:url(images/bg-light-section.png) no-repeat -1380px 100%;}
.light-frame, .dark-frame{
	background:url(images/bg-dark-section.png) repeat-y;
	width:100%;
}
.light-frame{
	padding-top:4px;
	background:url(images/bg-light-section.png) no-repeat -690px 0;
}
.light-t:after, .light-section:after, .light-frame:after, .light-holder:after,
.dark-section:after, .dark-frame:after, .dark-holder:after{
	clear:both;
	content:"";
	display:block;
}
.dark-place{
	position:relative;
	width:642px;
	padding:14px 19px 0;
	overflow:hidden;
	background:url(images/bg-dark-add.png) repeat-y;
}
.light-place{
	position:relative;
	width:642px;
	padding:10px 19px 0;
	overflow:hidden;
	background:url(images/bg-light-section.png) repeat-y;
}
.dark-section a{color:#98b7bb;}
.play-link{
	font-size:12px;
	background:url(images/arrow01.png) no-repeat 100% 3px;
	padding:0 14px 0 0;
	margin:0 0 0 10px;
}
.dark-section ul{
	margin:0;
	list-style:none outside none;
}
.dark-section ul li{list-style:none outside none;}
.album{
	background:url(images/border03.png) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	margin-bottom:36px;
}
.album .aside1{
	margin:3px 0 0 20px;
	float:right;
	width:231px;
}
.album .aside1 img{vertical-align:top;}
.album .visual{margin-bottom:19px;}
.album .aside2{
	float:left;
	width:390px;
	padding:0 0 14px;
}
.album .title{
	color:#98b7bb;
	margin-bottom:16px;
}
.album p{margin:0;}
.album h2{
	margin:0 0 -2px;
	color:#fff;
	font:20px/24px Georgia, "Times New Roman", Times, serif;
}
.album h2 a{color:#98b7bb; text-decoration:none;}
.album h2 a:hover{color:#98b7bb; text-decoration:underline;}
.album .more{
	text-decoration:underline;
	font-style:italic;
}
.album .more:hover{text-decoration:none;}
.album ol{
	margin:0 0 16px 0;
	padding:0;
	counter-reset:section;
	font:14px/16px Georgia, "Times New Roman", Times, serif;
	list-style:none outside none;
	list-style-type:none;
}
.album ol li{
	list-style:none outside none;
	font-style:normal;
	}
/*
.album ol li:before,
.album ol li .list-item-before {
	content:''counter(section)'.';
	counter-increment:section;
	margin:0 0 -16px -20px;
	position:relative;
	display:block;
	width:20px;
}
*/
.pager{
	width:642px;
	background:url(images/border04.png) repeat-x 0 5px;
	margin:0 -19px;
	text-align:center;
	clear:both;
	font:16px/20px Georgia, "Times New Roman", Times, serif;
	padding:23px 19px 18px;
}
.pager ul{
	margin:0;
	color:#98b7bb;
	list-style:none outside none;
}
.pager ul li{
	list-style:none outside none;
	display:inline;
	padding:0 5px 0 10px;
}
.pager a{text-decoration:underline;}
.pager .active a,
.pager a:hover{
	color:#fff;
	text-decoration:none;
}
.pager .next,
.pager .prev{
	font-weight:bold;
	text-decoration:none;
}
.main-title{
	width:100%;
	color:#fff;
	overflow:hidden;
	background:url(images/border03.png) repeat-x 0 100%;
	padding:0 0 7px;
	margin-bottom:16px;
}
.main-title h1{
	margin:0 6px 0 0;
	float:left;
	font:70px/80px Georgia, "Times New Roman", Times, serif;
}
.txt-descr{
	display:table;
	text-transform:uppercase;
	height:68px;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
}
*+html .txt-descr{float:left;}
.txt-descr span{
	height:68px;
	display:table-cell;
	vertical-align:bottom;
}
.press-section{
	width:100%;
	padding:0 0 3px;
	margin-bottom:17px;
	overflow:hidden;
	background:url(images/border03.png) repeat-x 0 100%;
}
.press-section h2{margin-bottom:15px}
.album blockquote{
	padding:0 0 17px;
	margin:0;
}
.album blockquote q{
	display:block;
	margin-bottom:-1px;
	font-style:italic;
}
.album blockquote cite{
	display:block;
	color:#98b7bb;
	font-style:normal;
}
.comment-form{
	width:100%;
	padding:0 0 23px;
	overflow:hidden;
	background:url(images/border03.png) repeat-x 0 100%;
}
.comment-form form{margin:0;}
.comment-form .row{
	padding-bottom:5px;
	width:100%;
	overflow:hidden;
}
.comment-form .text{
	float:left;
	overflow:hidden;
	background:url(images/bg-text02.png) no-repeat;
	width: 174px;
	height: 25px;
	padding:0 5px;
}
.comment-form h2{margin-bottom:23px;}
.comment-form .alignright{float:right;}
.comment-form .txt{
	outline:none;
	float:left;
	width:100%;
	overflow:hidden;
	padding:3px 0 5px;
	margin:0;
	border:0;
	background:none;
	height:17px;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.comment-form .textarea{
	background:url(images/bg-textarea.png) no-repeat;
	width:386px;
	height: 180px;
	overflow:hidden;
	display:block;
	padding:5px 0 0 5px;
}
.comment-form .textarea textarea{
	width:381px !important;
	color:#000;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
	height:175px !important;
	overflow:auto;
	border:0;
	background:none;
	outline:none;
}
.comment-form .req{
	display:block;
	margin-top:3px;
}
#comments{
	margin-top:14px;
	width:100%;
	overflow:hidden;
}
#comments .comments{
	width:100%;
	overflow:hidden;
	margin-bottom:-7px;
}
#comments .children{
	height:1%;
	overflow:hidden;
	padding:0 0 0 80px;
}
#comments h2{
	font-size:24px;
	line-height:28px;
	margin-bottom:17px;
}
#comments h3{
	margin:0;
	font:italic bold 14px/17px Georgia, "Times New Roman", Times, serif;
}
#comments h3 a{color:#fff;}
#comments .date{
	display:block;
	font-style:normal;
	color:#98b7bb;
	font-size:14px;
	line-height:17px;
	margin-bottom:1px;
}
#comments p{margin:0;}
#comments .more-link{font-style:italic;}
#comments .comment{
	margin-bottom:13px;
	line-height:20px;
	font-size:16px;
	width:100%;
}
#comments .comment:after{
	clear:both;
	content:"";
	display:block;
}
.album-detail{
	background:none;
	margin:0;
}
.buy-section{
	width:100%;
	margin-bottom:17px;
	overflow:hidden;
}
.txt-buy{
	display:block;
	background:url(images/txt-buy.png) no-repeat;
	width: 57px;
	height: 38px;
	overflow:hidden;
	margin-bottom:2px;
	text-indent:-9999px;
}
.txt-buy a{
	display:block;
	height:100%;
}
.buy-section a{
	color:#98b7bb;
	text-decoration:none;
}
.buy-section a:hover{text-decoration:underline;}
.buy-section h2{
	margin:0 0 12px;
	text-transform:uppercase;
	font:14px/20px Georgia, "Times New Roman", Times, serif;
}
.buy-section li{padding-bottom:3px;}
.share-block{
	background:url(images/border03.png) repeat-x;
	width:100%;
	font-size:12px;
	color:#98b7bb;
	overflow:hidden;
}
.share-box{
	background:url(images/border03.png) repeat-x 0 100%;
	width:100%;
	padding:10px 0;
	overflow:hidden;
}
.share-block span{
	float:left;
	text-decoration:underline;
	margin:1px 8px 0 0;
}
.share-block ul{float:right;}
.share-block ul li{
	float:left;
	padding:0 0 0 10px;
}
.share-block a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/ico08.png) no-repeat;
	height:18px;
}
.share-block a.share{width:18px;}
.share-block a.facebook{
	width:10px;
	background-position:-31px 0;
}
.share-block a.twitter{
	width:24px;
	background-position:-52px 0;
}
.share-block a.google{
	width:20px;
	background-position:-84px 0;
}
.share-block a.myspace{
	width:16px;
	background-position:-112px 0;
}
.share-block a.last-fm{
	width:28px;
	background-position:-138px 0;
}
.band-promo{
	width:659px;
	overflow:hidden;
	padding:18px 0 0;
	position:relative;
	margin:-6px -10px 30px -8px;
	background:url(images/bg-band-promo.png) no-repeat -670px 0;
}
.band-promo .holder{
	background:url(images/bg-band-promo.png) no-repeat -1340px 100%;
	padding:0 0 18px;
	width:100%;
}
.band-promo .frame:after, .band-promo .holder:after{
	clear:both;
	content:"";
	display:block;
}
.band-promo .frame{
	background:url(images/bg-band-promo.png) repeat-y;
	width:641px;
	padding:0 9px;
}
.band-promo img{
	float:left;
	margin:-9px 0 -8px
}
.band-overview{
	width:100%;
	overflow:hidden;
	padding:36px 0 0;
	margin-bottom:39px;
	background:url(images/border03.png) repeat-x;
}

.band-overview .visual{
	float:right;
	margin:5px 1px 0 30px;
}
.band-overview .descr{
	height:1%;
	overflow:hidden;
}
.band-overview h2{
	margin:0 0 -3px;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.band-overview h2 a{color:#fff;}
.company{
	display:block;
	margin-bottom:17px;
	color:#98b7bb;
}
.band-overview .more{
	text-decoration:underline;
	font-style:italic;
}
.band-overview .more:hover{text-decoration:none;}
.band-overview dl{
	margin:0;
	width:100%;
	overflow:hidden;
	color:#FFF;
}
.band-overview dt{
	float:left;
	width:140px;
	padding:0 4px 0 0;
	font-weight:bold;
	font-style:italic;
	margin-bottom:16px;
}
.band-overview dd{
	height:1%;
	margin-bottom:16px;
	overflow:hidden;
}
.band-overview-single{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
	margin-bottom:39px;
}

.band-overview-single .visual{
	float:right;
	margin:5px 1px 0 30px;
}
.band-overview-single .descr{
	height:1%;
	overflow:hidden;
}
.band-overview-single h2{
	margin:0 0 -3px;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.band-overview-single h2 a{color:#fff;}
.company{
	display:block;
	margin-bottom:17px;
	color:#98b7bb;
}
.band-overview-single .more{
	text-decoration:underline;
	font-style:italic;
}
.band-overview-single .more:hover{text-decoration:none;}
.band-overview-single dl{
	margin:0;
	width:100%;
	overflow:hidden;
	color:#FFF;
}
.band-overview-single dt{
	float:left;
	width:140px;
	padding:0 4px 0 0;
	font-weight:bold;
	font-style:italic;
	margin-bottom:16px;
}
.band-overview-single dd{
	height:1%;
	margin-bottom:16px;
	overflow:hidden;
}

#header{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#header h1.logo{
	background:url(images/logo01.png) no-repeat;
	margin:0 auto -3px;
	width: 399px;
	height: 66px;
}
.navigation{
	width:100%;
	overflow:hidden;
	position:relative;
	font-size:14px
}
.navigation .box{
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
.navigation ul{
	position:relative;
	float:left;
	left:-50%;
	margin:0;
	padding:0 6px 0 0;
	list-style:none outside none;
	background:url(images/ico09.png) no-repeat 100% 6px;
}
.navigation ul li{
	float:left;
	padding:0 18px 0 0;
	list-style:none outside none;
}
.navigation ul li:first-child{
	padding-left:28px;
	background:url(images/ico09.png) no-repeat 0 6px;
}
.navigation a{color:#dce8e9;}
.navigation a:hover,
.navigation li.active a{
	text-decoration:none;
	color:#000;
}
.home-gallery{
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}


.home-gallery .frame{
	width:1200px;
	overflow:hidden;
	position:relative;
}

.home-gallery ul{
	margin:0;
	width:1200px;
	overflow:hidden;
	position:relative;
	height:400px;
	list-style:none outside none;
}
.home-gallery ul li.active{z-index:2}
.home-gallery ul li{
	float:left;
	width:1200px;
	list-style:none outside none;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.home-gallery ul img{vertical-align:top;}
.feat-section{
	width:1200px;
	overflow:hidden;
}
.feat-section-holder{
	width:110%;
	margin:0 -10% 0 0;
	overflow:hidden;
}
.feat-section .widget{
	width:250px;
	margin:0 20px 0 0;
	float:left;
}
.feat-section .wellcome-widget{
	width:390px;
	background:url(images/bg-widget03.png) no-repeat -400px 0;
}
.feat-section .wellcome-widget .holder{background:url(images/bg-widget03.png) no-repeat 100% 100%;}
.feat-section .wellcome-widget .frame{background:url(images/bg-widget03.png) repeat-y;}
.feat-section .wellcome-widget .place{
	width:351px;
	padding:9px 20px 16px 19px;
	background:url(images/bg-widget-add04.png) repeat-y;
}
.wellcome-widget h2{
	margin:0 0 8px;
	font:38px/42px Georgia, "Times New Roman", Times, serif;
}
.wellcome-widget .box p{text-transform:uppercase;}
.wellcome-widget p{margin:0 0 1px;}
.wellcome-widget .version{
	padding:0 30px 0 0;
	text-decoration:underline;
}
.wellcome-widget .english-version{background:url(images/flag01.png) no-repeat 100% 3px;}
.wellcome-widget .deutsche-version{background:url(images/flag02.png) no-repeat 100% 3px;}
.wellcome-widget .version:hover{text-decoration:none;}
.wellcome-widget .box{margin-bottom:28px;}
.wellcome-widget .share-block span {text-decoration:none;}
.wellcome-widget .share-block{
	background:url(images/border02.png) repeat-x;
	margin:-7px 0 20px;
}
.wellcome-widget .share-box{background:url(images/border02.png) repeat-x 0 100%;}
.wellcome-widget .copy{color:#98b7bb;}
.play-widget{background:url(images/bg-widget04.png) no-repeat -240px 0;}
.play-widget .holder{background:url(images/bg-widget04.png) no-repeat 100% 100%;}
.play-widget .frame{background:url(images/bg-widget04.png) repeat-y;}
.play-widget ul{
	margin:0;
	list-style:none outside none;
	width:100%;
	overflow:hidden;
	font-size:14px;
	line-height:17px;
}
.play-widget li{
	float:left;
	width:190px;
	padding:8px 20px 9px;
}
.play-widget li.row01{background:url(images/bg-gray01.png) repeat-y;}
.play-widget li.row02{background:url(images/bg-gray02.png) repeat-y;}
.play-widget li.active{padding:13px 20px 0;}
.play-widget a{color:#fff;}
.play-widget p{margin:0;}
.play-widget .current{
	width:100%;
	overflow:hidden;
}
.play-widget .current .box{
	height:1%;
	overflow:hidden;
	padding:0 0 20px 14px;
	color:#9ba5a2;
}
.player{
	width:190px;
	margin:0 -20px;
	background:url(images/bg-gray03.png);
	padding:3px 20px 4px;
	position:relative;
}
.player:after{
	clear:both;
	content:"";
	display:block;
}
.player .ttl{
	float:left;
	font:9px/14px Helvetica, Arial, Helvetica, sans-serif;
	color:#000;
	width:88px;
	padding:0 4px 0 0;
}
.player .ttl a{color:#28312e;}
.play-widget .player ul.buttons{
	float:right;
	margin:6px 0 0;
	width:97px;
}
.play-widget .player li{
	width:auto;
	padding:0 0 0 10px;
	float:left;
}
.play-widget .player li:first-child{padding-left:0;}
.play-widget .player ul a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:17px;
	background:url(images/btn-player.png) no-repeat;
}
.play-widget .player ul a.prev{width:19px;}
.play-widget .player ul a.next{
	width:18px;
	background-position:-29px 0;
}
.play-widget .player ul a.stop{
	width:15px;
	background-position:-58px 0;
}
.play-widget .player ul a.play{
	width:15px;
	background-position:-106px 0;
}
.play-widget .player ul a.pause{
	width:9px;
	background-position:-84px 0;
}
.player .details{
	position:absolute;
	color:#9ba5a2;
	font:9px/11px Helvetica, Arial, Helvetica, sans-serif;
	top:-14px;
	left:112px;
}
.player .status{margin-right:5px;}
.additional-block{
	font-size:14px;
	padding:42px 19px 25px;
}
.map-section{
	width:100%;
	margin:-3px 0 9px;
}
.map-section .title{
	height:1%;
	padding-bottom:7px;
	overflow:hidden;
	color:#98b7bb;
}
.map-section .title a{color:#98b7bb;}
.map-section .title h2{
	margin:0;
	float:left;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.map{
	background:url(images/bg-map.png) no-repeat -668px 0;
	overflow:hidden;
	padding:24px 0 0;
	margin:0 -12px 0 -8px
}
.map .holder{
	width:100%;
	background:url(images/bg-map.png) no-repeat -1336px 100%;
	padding:0 0 24px;
}
.map .frame{
	padding:0 9px;
	width:640px;
	background:url(images/bg-map.png) repeat-y;
}
.map .box{
	float:left;
	margin:-15px 0 -29px 0;
	position:relative;
}
.map img{vertical-align:top;}
.map-section:after, .map-table:after,
.map .frame:after, .map .holder:after{
	clear:both;
	content:"";
	display:block;
}
.forward-link{
	float:right;
	margin:5px 0 0;
	background:url(images/ico11.png) no-repeat 100% 2px;
	padding:2px 25px 2px 0;
	font-size:12px;
	text-decoration:underline;
}
.forward-link:hover{text-decoration:none;}
.map-table{
	width:100%;
	margin-bottom:-5px;
	line-height:17px;
}
.map-table a{text-decoration:underline;}
.map-table a:hover{text-decoration:none;}
.map-table table{
	border-collapse:collapse;
	width:100%;
	margin:0;
}
.map-table table td{
	background:url(images/border05.png) repeat-x;
	border:0;
}
.map-table table th{
	border:0;
	padding-bottom:17px !important;
	padding-top:0 !important;
	text-align:left;
	font:bold 14px Georgia, "Times New Roman", Times, serif;
}
.map-table table th.tbl-soc{font:10px/8px Georgia, "Times New Roman", Times, serif;}
.map-table .tbl-datum{
	width:85px;
	padding:16px 7px 20px 0;
}
.map-table .tbl-land{
	width:105px;
	padding:16px 7px 20px 0;
}
.map-table .tbl-stadt{
	width:118px;
	padding:16px 20px 20px 0;
}
.map-table .tbl-venue{
	width:120px;
	padding:16px 10px 20px 0;
}
.map-table .tbl-info{
	width:50px;
	padding:16px 10px 20px 0;
}
.map-table .tbl-tix{
	width:60px;
	padding:16px 10px 20px 0;
}
.map-table .tbl-soc{
	width:40px;
	padding:16px 0 20px;
}
.map-table img{vertical-align:top;}
.map-table .box{position:relative;}
.map-table .box .tooltip {
    left:-9999px;
    bottom:8px;
}
.map-table .box:hover .tooltip {left:-146px;}
.tooltip{
	position:absolute;
	bottom:1px;
	background:url(images/bg-tooltip-b.png) no-repeat 0 100%;
	width: 278px;
	padding:0 0 96px;
	left:-146px;
	overflow:hidden;
}
.tooltip .tt-holder{
	background:url(images/bg-tooltip-t.png) no-repeat;
	width: 278px;
	padding: 54px 0 0;
}
.tooltip .tt-frame:after,
.tooltip .tt-holder:after{
	clear:both;
	content:"";
	display:block;
}
.tooltip .tt-frame{
	background:url(images/bg-tooltip-c.png) repeat-y;
	width:225px;
	padding:0 37px 0 16px;
}
.tooltip .tt-place{
	float:left;
	width:225px;
	margin:-41px 0 -42px;
	color:#010000;
}
.tooltip h3{
	margin:0;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}
.tooltip p{margin:0 0 6px;}
.tooltip a{
	font-style:italic;
	color:#3e5749;
}
.you-tube-water-mask{
	position:absolute;
	background:url(images/ico12.png) no-repeat;
	width: 136px;
	height: 54px;
	top:26px;
	right:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.you-tube-water-mask a, .rss-water-mask a{
	display:block;
	height:100%;
}
.upload-section{
	width:100%;
	margin:-5px 0 18px;
	padding:0 0 34px;
	background:url(images/border03.png) repeat-x 0 100%;
}
.upload-section:after{
	clear:both;
	content:"";
	display:block;
}
.upload-section h2{
	margin:0 0 6px;
	text-align:center;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.dark-section .upload-list{
	width:663px;
	overflow:hidden;
	margin:0 -20px 0 -8px;
}
.upload-list li{
	width: 200px;
	padding:0 9px;
	vertical-align:top;
	margin:0 0 10px;
	display:inline-block;
}
*+html .upload-list li{
	display:inline;
	margin-right:3px;
}
.upload-list .visual{
	background:url(images/bg-upload.png) no-repeat;
	width: 200px;
	margin:0 -9px;
	padding:9px;
	height:113px;
	overflow:hidden;
}
.upload-list .visual img{vertical-align:top;}
.upload-list p{margin:0;}
.upload-list h3{
	margin:-3px 0 -1px;
	font:18px/22px Georgia, "Times New Roman", Times, serif
}
.alt-pager{
	padding:0;
	margin:16px 0 0;
	line-height:30px;
	font-size:18px;
	width:100%;
	background:url(images/bg-alt-pager.png) no-repeat 50% 0;
}
.alt-pager a{
	text-decoration:none;
	color:#fff;
}
.alt-pager ul{color:#fff;}
.alt-pager li.active a,
.alt-pager a:hover{text-decoration:underline;}
.profile-section{
	width:100%;
	margin-bottom:23px;
	background:url(images/border06.png) repeat-y 261px 0;
}
.profile-section .cover-frame:after,
.profile-section .cover-holder:after,
.profile-section:after{
	clear:both;
	content:"";
	display:block;
}
.profile-section .abo{
	float:left;
	background:url(images/border06.png) repeat-x 0 100%;
	font-size:11px;
	line-height:16px;
	width:260px;
	padding:0 0 15px;
	margin:-7px 0 0 -6px;
}
.profile-section .descr{
	height:1%;
	padding:7px 0 0;
	overflow:hidden;
}
.profile-section .abo p{margin:0 0 3px;}
.profile-section .abo ul li{
	float:left;
	width:100%;
}
.profile-section .abo ul a{
	padding:0 10px 0 0;
	float:left;
	background:url(images/ico01.png) no-repeat 100% 4px;
}
.profile-section .cover{
	width:106px;
	margin:0 5px 0 0;
	background:url(images/bg-cover.png) no-repeat -116px 0;
	padding:20px 0 0;
	float:left;
}
.profile-section .cover-holder{
	background:url(images/bg-cover.png) no-repeat -232px 100%;
	padding:0 0 20px;
}
.profile-section .cover-frame{
	background:url(images/bg-cover.png) repeat-y;
	width:88px;
	padding:0 9px;
}
.profile-section .cover-frame img{
	float:left;
	margin:-11px 0;
}
.btn-abonnieren{
	display:block;
	background:url(images/btn-abonnieren.png) no-repeat;
	width: 80px;
	height: 25px;
	overflow:hidden;
	margin:0 0 1px;
	text-indent:-9999px;
}
.profile{
	float:right;
	width:360px;
	margin-top:-3px;
	line-height:14px;
	color:#98b7bb;
	font-size:12px;
}
.profile-holder{
	width:100%;
	overflow:hidden;
}
.profile dl{
	margin:0;
	width:100%;
	overflow:hidden;
}
.profile dt{
	float:left;
	margin:0 10px 0 0;
}
.profile dd{
	height:1%;
	overflow:hidden;
	text-align:right;
}
.profile h2{
	color:#fff;
	margin:0 0 13px;
	font:18px/22px Georgia, "Times New Roman", Times, serif
}
.soc-title{
	color:#98b7bb;
	height:1%;
	position:relative;
	padding:1px 0 15px 70px;
	min-height:60px;
}
#content .soc-title{padding:1px 180px 25px 70px;}
.soc-title .soc-add{
	position:absolute;
	line-height:15px;
	font-size:12px;
	right:3px;
	bottom:19px;
	text-align:right;
	color:#fff;
}
.soc-title .soc-add a{text-decoration:underline;}
.soc-title .soc-add a:hover{text-decoration:none;}
.soc-title .soc-add p{margin:0;}
.facebook-section .soc-title a,
.facebook-section .soc-title h2{color:#3f5e97;}
.facebook-section .soc-title{background:url(images/ico14.png) no-repeat 1px 6px;}
.twitter-section .soc-title a,
.twitter-section .soc-title h2{color:#3bceff;}
.twitter-section .soc-title{background:url(images/ico15.png) no-repeat 1px 6px;}
.you-tube-section .soc-title a,
.you-tube-section .soc-title h2{color:#c61616;}
.you-tube-section .soc-title{background:url(images/ico16.png) no-repeat 1px 6px;}
.soundcloud-section .soc-title a,
.soundcloud-section .soc-title h2{color:#f60;}
.soundcloud-section .soc-title{background:url(images/soundcloud-icon.png) no-repeat 1px 6px;}
.social-section:after,
.social-section .holder:after,
.soc-title:after{
	clear:both;
	content:"";
	display:block;
}
.flickr-title{background:url(images/ico13.png) no-repeat 0 5px;}
.soc-title h2{
	margin:0 0 -1px;
	font:18px/22px Georgia, "Times New Roman", Times, serif;
}
.flickr-title h2 a,
.flickr-title h2{color:#0063dc;}
.flickr-title h2 span{color:#ff0084;}
.flickr-widget ul{
	width:225px;
	overflow:hidden;
	margin:0 -20px -3px 0;
}
.aside .flickr-widget .place{padding-bottom:15px;}
.flickr-widget li{
	vertical-align:top;
	margin:0 12px 15px 0;
	display:inline-block;
	width:60px;
}
*+html .flickr-widget li{
	margin-right:15px;
	display:inline;
}
.flickr-widget img{vertical-align:top;}
.flickr-widget .next{
	display:block;
	height:60px;
	width:60px;
	line-height:60px;
	color:#fff;
	text-align:center;
	background:#6e8487;
}
.social-section{
	width:100%;
	margin:-1px 0 15px;
	background:url(images/border01.png) repeat-x 0 100%;
}
.social-section .holder{
	width:640px;
	padding:0 1px 20px;
}
.social-section img{vertical-align:top;}
.social-section .bside1{
	float:left;
	width:421px;
}
.social-section .bside2{
	float:right;
	width:200px;
}
.twitter-section .holder{background:url(images/bg-twitter-section.png) no-repeat 100% 100%;}
.facebook-section{margin-top:-2px;}
.you-tube-section .holder{margin-top:-4px;}
.you-tube-section .holder h2{
	font:18px/22px Georgia, "Times New Roman", Times, serif;
	color:#98b7bb;
	margin:0 0 -2px;
}
.video{
	padding:9px;
	width:421px;
	height:265px;
	overflow:hidden;
	margin: 0 0 -8px -9px;
	background:url(images/bg-video.png) no-repeat;
}
.dark-section .abonents-list{
	width:230px;
	margin:10px -10px -10px -9px;
	overflow:hidden;
}
.abonents-list li{
	display:inline-block;
	vertical-align:top;
	width:88px;
	padding:0 9px;
	margin:0 3px 10px 0;
	text-align:center;
	color:#fff;
	font-size:11px;
}
.abonents-list li a{color:#fff;}
*+html .abonents-list li{
	margin-right:6px;
	display:inline;
}
.abonents-list .avatar{
	background:url(images/bg-avatar.png) no-repeat;
	padding:9px;
	overflow:hidden;
	width:88px;
	height:88px;
	margin:0 -9px -8px;
}
.you-tube-section .bside2 {margin-top:25px;}
.light-section .main-title{
	color:#000;
	margin-bottom:0;
	background:url(images/border07.png) repeat-x 0 100%;
}
.rss-water-mask{
	position:absolute;
	background:url(images/ico17.png) no-repeat;
	width: 51px;
	height: 51px;
	top:30px;
	right:19px;
	overflow:hidden;
	text-indent:-9999px;
}
.light-section .pager{
	background:url(images/border08.png) repeat-x;
	padding: 16px 19px;
}
.light-section .pager .prev-link{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.light-section .pager .prev-link:hover{text-decoration:underline;}
.light-section .pager ul{color:#3e5749;}
.light-section .pager li.active a,
.light-section .pager a:hover{color:#000;}
.post-holder{
	margin-top:113px;
	width:100%;
	padding:0 0 2px;
	//background:url(images/border07.png) repeat-y 460px 0;
}
.post{
	width:100%;
	float:left;
	padding:20px 0 17px;
	clear:both;
	overflow:hidden;
	background:url(images/bg-post.png) no-repeat;
}
.post-holder:after{
	clear:both;
	content:"";
	display:block;
}
.post-holder .post:first-child{
	margin-top:-91px;
	background:none;
}
.post .details{
	display:none;
	//float:right;
	//width:161px;
	//font-size:12px;
	//line-height:14px;
}
.post .details ul{
	margin:0;
	list-style:none outside none
}
.post .details ul li{
	list-style:none outside none;
	padding:0 0 15px;
}
.post .details ul a{color:#000;}
.post .date{
	font-style:normal;
	font-weight:bold;
	display:block;
}
.post .descr{
	width:440px;
	float:left;
}
.post .descr ol li {
	list-style-position:outside;
	list-style:none;
}
.post .descr a{font-style:italic;}
.post h2{
	width:440px;
	margin:0 0 11px;
	/*font:24px/28px GoblinOneRegular, "Times New Roman", Times, serif;*/
	font:24px/28px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.post h3{
	margin:-8px 0 -2px;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.links-list{
	margin:0 0 1px;
	list-style:none outside none
}
.links-list li{list-style:none outside none}
.post h2 a{
	font-style:normal;
	color:#000;
}
.post p{margin:0 0 20px;}
.post .alignleft{
	float:left;
	margin:4px 20px 10px 1px;
}
.post .holder{
	width:100%;
	overflow:hidden;
}
.post .alignright{
	float:right;
	margin:2px 1px 10px 20px;
}
.post .post-video{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:8px 0 0;
	margin-bottom:26px;
}
.post-section{
	margin:39px 0 82px;
	width:100%;
	background:url(images/border07.png) repeat-y 460px 0;
}
.post-section:after{
	clear:both;
	content:"";
	display:block;
}
.intro{
	width:100%;
	overflow:hidden;
}
.intro img{vertical-align:top;}
.post-section .post{
	background:none;
	padding-top:12px;
}
.post-share{
	clear:both;
	width:440px;
	background:url(images/border07.png) repeat-x;
	overflow:hidden;
	margin-bottom:13px;
}
.post-share .share-box{background:url(images/border07.png) repeat-x 0 100%;}
.post-share a{background:url(images/ico19.png) no-repeat;}
.post-share a.share{
	background:url(images/ico18.png) no-repeat 0 1px;
	padding:0 0 2px 25px;
	float:left;
	margin:-1px 0;
	text-decoration:underline;
	color:#000;
	width:auto;
	font-size:11px;
	text-indent:0;
}
.post-share a.share:hover{text-decoration:none;}
.post-share ul{
	margin:0;
	list-style:none outside none;
}
.post-share ul li{list-style:none outside none;}
.post-share a.facebook{background-position:0 0;}
.post-share a.twitter{background-position:-21px 0;}
.post-share a.google{background-position:-52px 0;}
.post-share a.myspace{background-position:-80px 0;}
.post-share a.last-fm{background-position:-106px 0;}
.post-share a.email{
	background-position:-145px 0;
	width:22px;
}
.post-section .comment-form{
	width:440px;
	background:url(images/border07.png) repeat-x 0 100%;
	font-size:14px;
	line-height:17px;
}
.post-section .comment-form h2{
	margin:0 0 15px;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.post-section .comment-form .text{
	background:url(images/bg-text03.png) no-repeat;
	width:196px;
	padding:0 7px;
}
.post-section .comment-form .textarea {
	background:url(images/bg-textarea01.png) no-repeat;
	width: 433px;
	height: 180px;
	padding-left:7px;
}
.post-section .comment-form .textarea textarea {
	width:426px !important;
	height: 175px !important;
}
.post-section #comments .comments{
	width:440px;
	overflow:visible;
}
.post-section #comments .comment{
	position:relative;
	padding-bottom:14px;
	margin:0;
}
.post-section #comments .children{
	overflow:visible;
	height:auto;
	width:360px;
}
.post-section #comments .children:after,
.post-section #comments:after{
	clear:both;
	content:"";
	display:block;
}
.post-section #comments li, .post-section #comments ul{list-style:none outside none}
.post-section #comments .details{
	position:absolute;
	right:-222px;
	width:180px;
	overflow:hidden;
	top:0;
	line-height:15px;
	font-size:11px;
}
.post-section #comments h3{
	font:bold 11px/15px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.post-section #comments h3 a{color:#000;}
.post-section #comments .date{
	color:#000;
	font:11px/15px Georgia, "Times New Roman", Times, serif;
}
.post-section #comments h2{
	padding:0 0 17px;
	margin:0;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}
.post-section #comments{
	margin:14px 0 -68px;
	float:left;
	clear:both;
}

.button1 {
	padding:0;
	margin:0;
	width:102px;
	height:24px;
	text-align:center;
	border-color:black;
	background-image:url(images/submit1.gif); 
	background-repeat:no-repeat;
	font:16px/21px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}