/*  
Theme Name: Metal 4 - MAiN THEME
Theme URI: 
Description: Das Metal 4 Theme der Mutterseite
Version: 1.0
Author: Lindbaum
Author URI: 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

/******************************************
*   HTML Elements                         
******************************************/

* {
    margin: 0;
    padding: 0;
}

img{
	
	border: none;
}

body, html {
    min-height: 101%;
}
body {
    background: url("images/backgrounds/5_pattern_v2b_dark_small.jpg") repeat scroll 0 0;
    color: #333333;
    padding: 0 0 25px;
	 padding-top:0px!important;
	 overflow-x:hidden;
}
body, select, input, textarea {
	font-family: 'Droid Sans',sans-serif,Arial,Helvetica;
	font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
p {
    margin: 10px 0;
	padding:0 5px 0 0;
}
hr {
    background: none repeat scroll 0 0 #333333;
    border: 0 none;
    display: block;
    height: 1px;
}
small {
    font-size: 0.9em;
    padding: 3px 6px;
}
a:link, a:active, a:visited {
    color: #4b515f;
    text-decoration: underline;
}
a:hover {
    color:#333;
    text-decoration: none;
}
h3 a:link, h3 a:active, h3 a:visited {
    text-decoration: none!important;
}
h3 a:hover {
    text-decoration: underline;
}
h4 a:link, h4 a:active, h4 a:visited {
    color: #c1c1c1;
    text-decoration: none;
}
h4 a:hover {
    text-decoration: underline;
}
h5 {   
	background-image: -moz-linear-gradient(top , #fff, #b8b8b8);
	background-image: linear-gradient(top , #fff, #b8b8b8);
    border: 1px solid #E11;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    display: block;
    float: left;
    font-size: 3em;
    font-weight: bold !important;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    margin: 10px 0 20px;
    padding: 5px;
	text-align: center;
}
.subnav li a:link, .subnav li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #999999;
    display: block;
    padding: 4px 4px 4px 20px;
}
.subnav li a:hover, .subnav li a:active {
    background: none repeat scroll 0 0 #F4F4EC;
    text-decoration: none !important;
}
#sidelist a:link, #sidelist a:active, #sidelist a:visited {
    text-decoration: none;
}
#sidelist a:hover {
    text-decoration: underline;
}
#sidelist .children li a, #sidelist .children li a:visited {
    background: none repeat scroll 0 0 #F4F4EC;
    border: 0 none;
    color: #666666;
    padding: 2px 2px 2px 0;
}
#sidelist .children li a:hover, #sidelist .children li a:active {
    color: #000000;
    text-decoration: none !important;
}

.bullets li a {
    text-decoration: none !important;
}
.bullets li a:hover {
    text-decoration: underline !important;
}
.tags a {
    text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 2px;
	-webkit-border-radius: 3px;
    
    border-radius: 3px;
}
.tags a:hover {
    background: #ededed; /* Old browsers */
background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited {
    text-decoration: none;
}
.commentmetadata a:hover {
    text-decoration: underline;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
img {
    padding: 1px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 4px 15px 5px 0;
}
.alignright {
    float: right;
	margin: 4px 0 5px 15px;
}
.wp-caption {
    color:#fff;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
	border:1px dashed #666;
	background:rgba(0,0,0,0.8);
}
.wp-caption img {
    border: 0px solid #999999;
    padding: 2px;
}
.wp-caption img:hover {
    border: 0px solid #333333;
}
.wp-caption p.wp-caption-text {
    margin: 0 !important;
    padding: 0 4px 2px 5px !important;
}
.gigpress-artist-heading {
	background: url("images/backgrounds/5_content_headline_dark.png") repeat scroll 0 0 transparent;
    border-bottom: 1px solid #666666;
    color: #EEEEEE;
    font-size: 1em;
    margin: -11px -10px 0 -12px;
    padding: 7px 0 6px 8px;
    text-transform: uppercase;
}


#page {
	/*background:url("images/backgrounds/5_content_pattern.png") repeat-y;*/
	background:rgba(255,255,255,0.9);
    font-size: 1em;
    width: 980px;
	padding:25px 0 25px 25px;
	margin:20px 0 0 0;
	height:auto;
	border-radius:9px;
	
}

#page-top {
	/*background:url("images/backgrounds/5_content_top.png") no-repeat;*/
	width:999px;
	height:49px;
	position:relative;
	    left: 500px;
		top: 25px;
    margin: 0px 0 0 -498px;
	
	
}

#header-tabs-2 img {
	margin: -2px 10px 0 -10px;
}

#branding {
    background: url("images/backgrounds/m4_header+logo_v4.png") no-repeat scroll 0 0 transparent;
    height: 145px;
    left: 50%;
    margin: 0 auto 0 -498px;
    padding-bottom: 15px;
    position: relative;
    top: 55px;
    width: 1070px;
    z-index: 20;
}
.left {
    float: left;
}

#sidebar {
    padding:0px 12px 0 0px;
    float: right;
    width: 315px;
	position: relative;
bottom: 5px;
}
#leftcol {
    border-right: 1px solid #B6B6B6;
    padding-right: 18px;
    width: 287px;
}
#leftcol, #rightcol {
    float: left;
    margin-top: 10px;
}
#rightcol {
    margin-top: -2px;
    padding-left: 18px;
    text-align: justify;
    width: 277px;
}
.subnav li {
    list-style: none outside none;
}

#sidelist {
	position: relative;
	bottom: 25px;
	right: 5px;
}

#sidelist li {
    list-style: none outside none;
}
.bullets li {
    list-style: square outside none;
    margin: 0 0 5px 15px;
}
#sidelist .bullets li {
    list-style: square outside none;
    margin-bottom: 5px;
    margin-left: 22px;
}
#sidelist .children {
    background: none repeat scroll 0 0 #F4F4EC;
}
#sidelist .children li {
    background: none repeat scroll 0 0 #F4F4EC;
    border-bottom: 1px solid #FFFFFF;
    list-style: none outside none;
    margin-left: 15px;
    padding-left: 15px;
}
#sidelist .feed li {
    background: url("images/rss.gif") no-repeat scroll 0 0 transparent;
    margin-bottom: 5px;
    padding-left: 20px;
}

h1 {
   color: #000;
    text-transform:uppercase;
    margin: 20px 0 0 0;
    padding:5px 0px  5px 0px;
	background: none;
	font-size:1.4em;
	font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	max-width:930px; /*for gallery template*/
	border-bottom: 1px solid #999;
}
h2 {
	color: #000;
    text-transform:uppercase;
    margin: 20px 0 0 0;
    padding:5px 0px  5px 0px;
	background: none;
	font-size:1.4em;
	font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	max-width:930px; /*for gallery template*/
	border-bottom: 1px solid #999;
}
.post h2 {
	font-size:1.2em;
	font-weight:bold !important;
	color: #555555;
	font-size: 18px;
}

h2 a:link, h2 a:active, h2 a:visited {
	color:#000;
	text-decoration:none;
}
h3 {
    color: #222;
    font: bold 0.9em;
    margin-bottom: 4px;
	margin-top:10px;
    text-transform: uppercase;
	font-weight:bold !important;
	letter-spacing:0.1em;
	font-size: 14px;
	padding: 5px 0;
}
.festival-titel{
	letter-spacing: 0em;	
}

.nounderline {
	text-decoration:none !important;
	border: none!important;
}
/*#sidebar h2, #sidebar h3 a {
    color: #840000;
    font: bold 0.9em Arial,Helvetica,sans-serif;
    letter-spacing: 0.3em;
    margin-bottom: 4px;
    text-transform: uppercase;
}*/
#sidebar h3, #sidebar h2 {
    background: none !important;
    border: none !important;
    box-shadow: none;
    font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.8em;
    line-height: 1.1em;
    margin: 0;
    padding: 3px 0 10px 9px;
    text-transform: uppercase;
}
#sidebar-social img {
	border: 0;
}
h3#respond {
    border-top: 1px solid #666666;
    font-size: 1.1em;
    margin-top: 25px;
    padding-top: 20px;
}
h3#comments {
    margin-top: 32px;
}
h3 a:link, h3 a:visited {
    color: #666666;
}
#content {
    padding-bottom:20px;
    float: left;
    width: 625px;
	margin-top: -25px;
}

#content-magazin {
    padding-bottom:20px;
	margin-top: -25px;
    float: left;
    width: 100%;
	
}

#content-forum {
    padding-bottom:20px;
    
    width:940px;
	
}


.feature {
    background: url("images/backgrounds/bg_featured.jpg") repeat-x scroll 0 0 #F4F4EC;
    border: 1px solid #CCCCCC;
    padding: 15px;
}
.feature p, #rightcol p {
    margin: 0;
}
#leftcol img, #rightcol img {
    border: 1px solid #999999;
    padding: 1px;
}
#leftcol .feature {
    margin-bottom: 15px;
}
#leadpic {
    border: 1px solid #999999;
    float: left;
    margin: 0 18px 8px 0;
    padding: 1px;
}
.title, a.title {
    color: #840000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: normal;
}
#lead p {
    margin-bottom: 10px;
}
.read-on a {
    color: #840000 !important;
    text-decoration: none;
}
.read-on a:hover {
    text-decoration: underline;
}
#rightcol img {
    float: left;
    margin: 3px 10px 4px 0;
}
#leftcol img {
    display: block;
    margin-bottom: 4px;
}
#rightcol .clearfloat {
    border-bottom: 1px solid #999999;
    padding: 12px 0;
}
.entry {
    padding-bottom: 28px;
    text-align:left;
}
.post blockquote {
    color:#333;
    margin:10px auto 15px auto;
	width:500px;
	padding:5px 15px;
    text-align: justify;
	border:1px solid #ddd;
	background:#fff;
	line-height:1.5em;
}
.post ul li {
    list-style: square outside none;
    margin-bottom: 5px;
    margin-left: 42px;
}
.post ol li {
    margin-bottom: 5px;
    margin-left: 48px;
}
#tags {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 3px;
}
.postmetadata {
    background: none repeat scroll 0 0 #F4F4EC;
    border-bottom: 1px solid #E6E3D3;
    border-top: 1px solid #E6E3D3;
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 10px;
}
select {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #9C9C9C;
    width: 100%;
}
#searchform {
    padding: 16px 5px 0 0;
}
.button {
    background: none repeat scroll 0 0 #333333;
    border: medium none;
    color: #FFFFFF;
    padding: 1px;
}
.button:hover {
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.255), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000000;
    color: #FFFFFF;
    text-decoration: none;
}
#commentform input {
    margin: 5px 5px 1px 0;
    width: 170px;
}
#commentform textarea {
    margin-top: 5px;
    width: 100%;
}
#commentform textarea:focus {
	outline-color:rgba(75,81,95,0.9);
}
.commentlist {
    padding-left: 30px;
}
.commentlist li {
    margin: 3px 0 3px;
    padding: 3px 15px 3px;
}
.commentlist blockquote {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #666666;
    margin: 18px 35px;
    padding: 6px 14px;
}
#commentform small {
    background: none repeat scroll 0 0 #FFFFFF;
    font-weight: bold;
    padding: 0;
}
.commentmetadata {
    display: block;
}
.commentlist small {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E6E3D3;
}
.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat {
    display: inline-block;
}
.clearfloat {
    display: block;
}
#footer {
    color: #333;
    font-size: 0.9em;
    padding-top: 15px;
    text-align: center;
	width:999px;
	height:49px;
	position:relative;
	/*background:url("images/backgrounds/5_content_bottom.png")no-repeat;*/
	margin-left:2px;
}
#footer a {
    color: #EDEDED;
}

#footernav li {
	float: left;
	width: 108px;
list-style: none;
	font-weight: bold;
}

#footernav ul li {
	font-weight: normal;
	padding-left: 5px;
}

#footernav a {
	text-decoration: none;
	font-size: 11px;
}

#sharepost {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    float: left;
    margin: 0 0 0 -150px;
    position: absolute;
    width: 65px;
}
#slickbox, #slickbox2 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    margin: 0 0 0 0;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    top: 100px;
    width: 250px;
    z-index: 100;
}
#test {
    background: url("images/backgrounds/3_navi_v2.png") no-repeat scroll center bottom transparent;
    height: 44px;
    left: 50%;
    margin: 0 0 0 -490px;
    padding: 0 0;
    position: relative;
    top: 40px;
    width: 980px;

}
.button-left {
    background: url("images/backgrounds/2_button1_left_3.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
    height: 38px;
    width: 166px;
    z-index: 0;
}
.button-right {
    background: url("images/backgrounds/2_button1_left_3.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
    height: 38px;
    width: 166px;
    z-index: 0;
}
.button-center {
    background: url("images/backgrounds/2_button1_center_3.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
    height: 38px;
    width: 166px;
    z-index: 0;
}
#button1 {
    -moz-transform: rotate(-90deg);
    height: 38px;
    left: -99px;
    margin: 0 0 0 0;
    position: relative;
    top: 277px;
    width: 166px;
	display:none;
}
#button2 {
    -moz-transform: rotate(-90deg);
    height: 38px;
    left: -266px;
    margin: 0 0 0 0;
    position: relative;
    top: 93px;
    width: 166px;
	display:none;
}
#button3 {
    -moz-transform: rotate(90deg);
    height: 38px;
    left: 587px;
    margin: 0 0 0 0;
    position: relative;
    top: 277px;
    width: 166px;
	display:none;
}
#button4 {
    -moz-transform: rotate(90deg);
    float: right;
    height: 38px;
    left: 419px;
    margin: 0 0 0 0;
    position: relative;
    text-align: center;
    top: 93px;
    width: 166px;
	display:none;
}
#button5 {
    float: right;
    height: 38px;
    left: -250px;
    margin: 0 0 0 0;
    position: relative;
    text-align: center;
	top: -1px;
    width: 166px;
	padding-bottom: 8px;
	display:none;
}
#button1 h4, #button2 h4, #button3 h4, #button4 h4, #button5 h4 {
    color: #c1c1c1;
    font-size: 1.3em;
    font-weight: normal;
    padding: 15px 0 0;
    text-align: center;
    text-transform:uppercase;
	text-shadow:0px 1px 1px #a6a6a6;
}
.scroll-bar-wrap .ui-slider-handle {
    height: 1.5em;
    top: 0.2em;
}
#slider {
    float: right;
    position: absolute;
    top: 0;
    width: 250px;
}
#ads-single {  
    height:auto;
	
    left: 50%;
    margin: 100px 0 0 -235px; /*-449px um zu zentrieren*/
    position: relative;
    width: 997px;
	z-index:1;
}

#trade {
	width:120px;
	height:600px;
	position:relative;
	float:left;
	
	top:0px;
	
}
#adsense {
	min-height:85px;
	width:960px;
	display: block;
	position: relative;
	margin: 0 auto !important;
}

#adsense img{
	display: block;

}
#community-tabs {
    float: right;
    width: 350px;
}
#review-tabs {
    width: 300px;
	color:#555;
}
.reviewcover {
    padding: 5px;
	margin-top:10px;
	border:1px solid #aaa;
	max-width:300px;
	max.height:300px;
}
.zitat {
    color: #666;
    display: block;
    font: 2.5em Arial,Verdana,Sans-Serif;
    height: 65px;
    margin: 20px auto 0px;
    text-align: center;
    width: 250px;
}

.et_quote3 {
    background: url("images/left-quotes-big.png") no-repeat scroll 0 0 transparent;
font-family: Georgia,serif;
font-size: 14px;
font-style: italic;
min-height: 40px;
padding-left: 62px;
margin: 40px 20px 20px 20px;
}


.et_quote {
    background: url("images/left-quotes-big.png") no-repeat scroll 0 0 transparent;
    font-family: Georgia,serif;
    font-size: 14px;
    font-style: italic;
    min-height: 40px;
    padding-left: 42px;
}

.et_quote2 {
    background: url("images/left-quotes-small.png") no-repeat scroll 0 0 transparent;
    font-family: Georgia,serif;
    font-size: 13px;
    font-style: italic;
    min-height: 40px;
    padding-left: 20px;
	width: 150px;
	position: absolute;
	top: 240px;
}

.et-shadow .et-box-content {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #FFFFFF;
    color: #666;
    padding-left: 30px;
}
#interview {
	width:570px;
	margin:0 auto;
}
.et-box-content {
    border-radius: 10px 10px 10px 10px;
    min-height: 35px;
    padding: 16px 20px 8px 75px;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.et-shadow {
    border:1px solid #CBC4C4;
    box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
}
.et-box {
    border-radius: 10px 10px 10px 10px;
    margin: 0 0 10px;
}
.et_right_quote {
    width: 100%;
}
.et-testimonial { padding: 22px 28px 22px 48px; background: url(images/testimonial-quotes.png) no-repeat 17px 24px; color: #424242; text-shadow: none; }
.t-info { background: url(images/testimonial-separator.png) repeat-x; padding: 13px 0 0; text-align: right;margin-top: 10px; }
.t-info .t-author { font-size: 13px; color: #111111; display: block; }
.t-info .t-position { font-size: 11px; color: #9c9c9c; font-style: italic; display: block; }
.t-bottom-arrow { background: url(images/testimonial-bottom-arrow.png) no-repeat; width: 23px; height: 23px; position: absolute; bottom: -22px; right: 38px; }
.t-bottom-shadow { background: url(images/testimonial-bottom-shadow.png) no-repeat; width: 150px; height: 14px; position: absolute; bottom: -14px; left: 1px; }
.interviewpic {
    height: 250px;
    margin: 5px 0;
    padding: 5px;
    width: 545px;
}
.bandpic {
    height: 306px;
    margin: 5px 0;
    padding: 5px;
    width: 90%;
}
.et-testimonial-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 10px 10px 10px 10px;
    margin: 10px 0 35px;
    padding: 1px;
    position: relative;
}
.et-testimonial-content {
    background: url("images/testimonial-bg.png") repeat-x scroll left bottom #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    min-height: 200px;
}
.et-testimonial-content {
    background: url("images/testimonial-bg.png") repeat-x scroll left bottom #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    min-height: 100px;
}
.t-img, .t-img .t-overlay {
    background: url("images/author-overlay-bg.png") no-repeat scroll 0 0 transparent;
    height: 74px;
    width: 69px;
}
.t-img {
    float: left;
    margin: 4px 8px 5px 0;
    position: relative;
}
.t-img .t-overlay {
    left: 0;
    position: absolute;
    top: 0;
}
.t-img img {
    margin: 6px 0 0 6px;
}
#topmenu {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    position: relative;
    width: 100px;
	z-index:100;
}
.title3:link, .title3:active, .title3:visited { 
	color: #333; 
	text-decoration: none;
	font-weight:normal;
}
/*BAND PAGE STYLE*/
#bandsocial {
	width:30px;
	float:right;
	padding:3px 12px 0 0;
	border-right:1px solid #aaa;
	margin:7px 0 0 0;
}
#bandsocial img {
	width:35px;
	margin:0 0 5px 0;
	border:0;
}
.band-bottomtabs {
	width:600px;
	float:none;
}
 .feature6 {
    float: left;
    height: 165px;
    margin: 2px 2px 2px 0;
    padding: 4px 10px 15px;
    width: 129px;
}
.related {
	border: 1px solid #ddd;
	padding: 5px 19px;
	float: left;
	background: #fff;
	width: 600px;
	color: #333;
	margin: 20px 10px 20px -10px;
}
.related ul {
	position:relative;
}
.related h3 {
	color:#555 !important;
	border-bottom:1px solid #f4f4f4;
}
.related a {
	color:#555 !important;
	text-decoration: none;
}

.relatedart {
	margin-bottom: 10px;
}


.feature7 {
    float: left;
    margin:0;
    padding: 5px 10px;
    width: 22%;
	border-right:1px solid #aaa;
	list-style:none;
}
.feature7:first-child {
	padding:5px 10px 5px 0;
}
.feature7:last-child {
	border:0;
	padding:5px 0 5px 10px;
}
.feature7 .related_small {
	color:#000;
	padding:3px 6px 3px 0;
}
.thumbcont {
	height:130px;
	text-align:center;
}
 #reviews-main {
 	height:193px;
	overflow:hidden;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
 }
  #interviews-main {
	border: 1px solid #ddd;
	background: #fff;
	padding:5px;
 }
 #interviews-main a img {
     width:250px;float:left;margin:14px 5px 5px 5px;
 }
 .index-interview {
     float: left;
    margin: 0;
    padding: 0 5px;
    width: 600px;
 }
   #interviews-magazin {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
 }
 .thumbnail {
 	float:left;
	border:1px solid #666;
	padding:1px;
	margin:0px 14px 0px 0px;
 }
 .band-tabs {
 	padding:0 !important;
 	width:310px;
	height:250px;
 }
 .band-tabs a {
 	text-decoration:none;
	color:#eee;
 }
 .band-tabs .ui-tabs-selected {
 	color:#aaa;
 }
 #band-tabs-1 {
 	overflow-y:scroll;
 }
 .band-tabs li {width:33.3%;}
 #band-tabs-2, #band-tabs-3, #band-tabs-4 {
 	background: url("images/backgrounds/5_pattern_v2b_dark_small.jpg") repeat scroll left center transparent;
    border-bottom: 1px solid #444444;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    overflow: hidden;
	height:223px;
 }
#bandmid {width:600px;height:280px;margin:10px 0;}
#bandleftcol {width:270px;float:left;overflow-y:scroll;height:250px;border: 1px solid #AAAAAA;}
#bandlefttop {width:250px;height:115px; padding:5px;border-bottom:1px solid #000;}
#bandlefttop img, #bandleftbottom img {height:100px;}
#bandleftbottom {width:250px;height:115px;padding:5px;}
#bandrightcol {height:250px;width:310px;float:right;margin-left:15px;}
#bandrightcol .gigpress-table {
	margin:0 !important;
}
#band-tabs-1 p {margin:0 0 5px 0 !important;border-bottom:3px double #333;}
#bandrightcol .gigpress-table th {
	padding:0 8px !important;
}
#bandrightcol .gigpress-table td {
	padding:0 8px !important;
}
#bandbottom {width:600px;text-align:justify;}
.bandbottom-tabs {width:600px;padding:0 !important;}
.bandbottom-tabs .ui-tabs-selected {
	color:#aaa;}
 .bandbottom-tabs .ui-tabs-panel {
	background:url("images/backgrounds/5_pattern_v2b_dark_small.jpg") top center repeat !important;
	min-height:100px;
	padding:10px;
    border-bottom: 1px solid #444444;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    overflow: hidden;
	}
.bandbottom-tabs li {width:33.3%;}
.bandbottom-tabs a {
 	text-decoration:none;
	color:#eee;
 }
.exdiv {
	width:40px;float:right;background-color:#666;text-align:center;
}

.close-button {
	border:0;
	float:right;
	position:relative;
	margin:-35px 0 0 0px;
	padding: 2px 20px 0 0px;
}


.close-button2 {
	border:0;
	float:right;
	position:relative;
	margin:-35px 44px 0 0px;
	padding: 2px 0px 0 0px;
}

.social-buttons {
	margin:4px 0 4px 4px;
	padding:4px 0 0 0;
	border:0;
}

.social-buttons2 {
	float: right;
	margin:1px 0 4px 4px;
	padding:1px 0 0 0;
	border:0;
}

#radio {
	color:#eee;
		border:0;
	float:right;
	position:relative;
	margin:-35px 240px 0 0px;
	padding: 5px 0px 0 0px;
}

#radio-song {
	position:relative; margin:-30px 75px 0 0px; width:160px; float:right;  color: #eee;
	
}
    .googleplus {  
        position:relative;
		top:0;
		left:190px;
        /* - use this to position your share icon on your page -  */  
    }  
    .googlehider {  
        opacity:0;  
        height:30px;  
        width:30px;  
        position:absolute;  
        top:0;  
        left:0;  
        z-index:3;  
    }  
	
    .mygoogle {  
        position:absolute;  
        top:0;  
        left:0;  
        z-index:2;  
        margin-left:6px; 
    } 
.smbutton {
	border:0 !important;
}

.website-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_home_both.png") no-repeat right;
}

.googlesidebar {
	position: relative;
top: 10px;
padding-bottom: 15px;
}

.website-button:hover {
	background-position: 1px;
}

.google-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_google_both.png") no-repeat right;
}
.google-button:hover {
	background-position: 1px;
}

.facebook-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_facebook_both.png") no-repeat -35px 0;
}
.facebook-button:hover {
	background-position: 1px;
}

.lastfm-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_lastfm_both.png") no-repeat right;
}
.lastfm-button:hover {
	background-position: 1px;
}

.google-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_google_both.png") no-repeat right;
}
.google-button:hover {
	background-position: 1px;
}

.newsletter-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_newsletter_both.png") no-repeat right;
}
.newsletter-button:hover {
	background-position: 1px;
}

.rss-button {
	width:37px;
	height:38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_rss_both.png") no-repeat right;
}
.rss-button:hover {
	background-position: 1px;
}

.twitter-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_twitter_both.png") no-repeat right;
}
.twitter-button:hover {
	background-position: 1px;
}
.wikipedia-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_wikipedia_both.png") no-repeat right;
}
.wikipedia-button:hover {
	background-position: 1px;
}

.youtube-button {
	width: 37px;
	height: 38px;
	display: block;
	float: left;
	background: url("images/backgrounds/1_button_sm_youtube_both.png") no-repeat right;
}
.youtube-button:hover {
	background-position: 1px;
}
      .hgoogleplus {  
        position:relative;
		top:-1px;
		left:143px;
        /* - use this to position your share icon on your page -  */  
    }  
    .hgooglehider {  
        opacity:0;  
        position:absolute;  
        top:0;  
        left:0;  
        z-index:3;  
		
    }  
	
    .hmygoogle {  
        position:absolute;  
        top:0;  
        left:0;  
        z-index:2;  
        margin-left:6px; 
    }
#login {
	margin-left:50px;
}
.feature_reviews img {
	height:150px;
	width:150px;
	float:left;
	border: 1px solid #666666;
    margin: 10px 14px 15px 0;
    padding: 1px;
}
.quote {
	padding-left:15px;
	color:#666;
	font-style:italic;
}
.redakbild {
	width:300px;
	height:300px;
	padding:2px;
	margin-top:10px;
	}
#redakpage .et-testimonial-box {
	width:275px;
	height:300px;
	float:left;
	margin-right:15px;
}
#redakpage .et-testimonial-content {
	height:180px;
	font-size:20px;
	padding-top:120px;
}

#redakcontent {
	width:90%;
	margin:20px auto;
	border:1px solid #999;
	padding:5px 10px 5px 15px;
	clear:both !important;
}
#redaksocial {
	width:30px;
	float:right;
	margin-top:38px;
}

#redaksocial img {
	width:30px;
	margin:5px 0;
	border:0;
}
#redak-tabs ul, #locmain-tabs ul {
	background:url(images/backgrounds/5_content_headline_dark.png);
	color:#eee;
	margin:40px 1px 0 -6px;
	height:23px;
}
#redak-tabs .ui-corner-top a, #loc-tabs .ui-corner-top a, #locmain-tabs .ui-corner-top a, #review-tabs .ui-corner-top a  {
	color:#555;
	padding:5px 9px;
	text-decoration:none;	
}
#redak-tabs li, #loc-tabs li  {
	text-align:center;
}
#redak-tabs, #locmain-tabs {
	background:url(images/backgrounds/5_content_pattern.png) repeat-y left;
	padding:0 0 0 15px;
	border-right:1px solid #aaa;
	width:540px;
	z-index:0;
}
#redak-tabs-1 ul, #redak-tabs-2 ul, #redak-tabs-3 ul, #redak-tabs-4 ul {
	background:none;
	list-style-type:none;
	color:#333;
	margin:5px;
}
#redak-tabs-1,#redak-tabs-2, #redak-tabs-3, #redak-tabs-4{
	height:200px;
	margin-left:-8px;
	padding-left:8px;
	border-bottom:1px solid #aaa;
	overflow-y:scroll;
	overflow-x:hidden;
	margin-bottom:30px;
}
.redakreviews {
	width:560px;
	height:50px;
}
#loc-tabs {
	background:url("images/backgrounds/5_content_pattern.png") repeat-y center;
	padding:0px;
	border-right:1px solid #aaa;
	width:280px;
	z-index:0;
	float:right;
	margin-top:11px;
	border-left:1px solid #aaa;
}
#locmain-tabs {
	height:560px;
}
#loc-tabs ul {
	background:url(images/backgrounds/5_content_headline_dark.png);
	color:#eee;
	margin:0 0 0 0;
	height:23px;
}
#loc-tabs-1, #loc-tabs-2 {
	height:277px;
	padding-left:10px;
	overflow-y:hidden;
	overflow-x:hidden;
	border-bottom:1px solid #aaa;
}
#loc-tabs-2 {
	overflow-y:scroll !important;
}
#locmain-tabs-1, #locmain-tabs-2, #locmain-tabs-3 {
	height:522px;
	margin-left:-8px;
	padding-left:12px;
	padding-bottom:11px;
	border-bottom:1px solid #aaa;
	overflow-y:hidden;
	overflow-x:hidden;
	margin-bottom:30px;
	width:560px;
}
div.date {
	position:relative;
	top:51px;
	right:85px;
	width:75px;
	padding:6px 5px 4px 10px;
	height:20px;
	display:block;
	background:url(images/backgrounds/5_content_headline_dark.png) left;
	color:#eee;
	font-weight:700;
	font-size:0.8em;
	font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.postinfo {
	float:right;
	text-align:right;
	margin-top: -13px;
}

.postinfo2 {
	text-align: center;
	position: absolute;
	right: -28px;
	bottom:-7px;
	width: 30px;
	height: 45px;
	background: url(images/backgrounds/blase.png) top center no-repeat;
	font-weight: bold;
}

a:hover .postinfo2 {
	color:#444;
}


.postinfo3 {
	text-align: center;
	position: absolute;
	right: -28px;
	bottom:0;
	width: 30px;
	height: 45px;
	background: url(images/backgrounds/blase.png) top center no-repeat;
	font-weight: bold;
	color: #7C7C7C;
}

a:hover .postinfo3 {
	color:#444;
}

.sidebar_widget ul li {
	margin:5px 0 0 0;
	border-bottom:1px solid #8b919e;
	padding-bottom:5px;
}
.sidebar_widget {
	padding:0 0 15px 0;
	margin: 20px 0;
	color:#000;
	overflow:hidden;
	line-height:1.5em;
}
.sidebar_widget a {
	color:#111;
	text-decoration:none;
}
.sidebar_widget .item-avatar .avatar {
	float:left;
	margin:1px;
	}
	

.sidebar_widget .avatar-block {
	margin:2px 0 0 15px;
}	
.sidebar_widget ul, .sidebar_widget .textwidget {
	padding:5px 10px;
}


.sidebar_widget ul {
	width: 277px;
	position: relative;
	background: white;
	padding: 10px;
	border: 1px solid #ddd;
	left: 8px;
}

.sidebar_widget ul a {
	color: #555!important;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
}

#hi-ad-scraper {
	position:absolute;
	top:45px;
	left:50%;
	margin-left:488px;
}

#header-login-form {
	float:left;
}
#review-tabs {
    float: right;
    margin-top: 11px;
    padding: 0;
    width: 295px;
    z-index: 0;
}
.amazon_widget {
	text-align:center;
	padding-top:15px;
}
 #review-tabs ul {
	color:#eee;
	margin:0;
	}
#review-tabs ul li {
	width:30%;
	background:#fff;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius: 15px;
	border:1px solid #ddd;
}

.interhead {
	background: none;
	box-shadow: none;
	color: #555!important;
	text-decoration: none;
	border: none!important;
	font-size: 16px;
	margin-bottom: -10px;
}



.band-tabs ul li {
	background:url("images/backgrounds/5_pattern_v2b_dark_small.jpg") repeat scroll left center transparent;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	border:0px solid #000;
}
#band-bottom-tabs ul li {
		background:url("images/backgrounds/5_pattern_v2b_dark_small.jpg") repeat scroll left center transparent;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
	border:0px solid #000;
}
#review-tabs-1, #review-tabs-2, #review-tabs-3 {
	background:#fff;
	height:228px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	overflow:hidden;
	padding-left:8px;
	width:285px;
}
#review-tabs-2 {
	overflow-y:scroll;
}
strong {
	font-weight:bold;
}
.sidebar_small {
	padding:3px 6px 3px 0;
	color:#aaa;
}
#sidebar a, #sidebar a:hover {
	color:#111;
}
#bpnav {
	position:relative;
	top:19px;
	left:15px;
}
#bpnav li {
	float:left;
	list-style-type:none;
}
#bpnav li a {
	text-decoration:none;
	color:#eee;
	display:block;
	padding:3px 6px 8px 6px;
	border-right: 1px solid #827F7F;
	font-weight:bold;
}
#bpnav li a:hover {
	background: url("images/backgrounds/3_navi_pattern_v3a_dark_small.jpg") repeat scroll 0 0 transparent;
}
#bpnav .selected {
	background:#000000;
}
#cat {
	width:130px;
	font-size:1em;
}
#searchform {
	margin-top:0px;
	color:#eee;
	font-size:1em;
}
#searchsubmit {
	padding:1px 5px;
	font-size:1em;
}
#s {
	font-size:1em;
	border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 2px 0 0;
    opacity: 1 !important;
    padding: 2px 2px 2px 0;
    width: 130px;
}
#sidebar-social .ui-tabs .ui-tabs-nav li {
	height:50px;
	background:none;
	border:0;
	padding:0;
	width:70px;
}
#sidebar-social .ui-tabs .ui-tabs-nav li a {
	background:none;
	border:0;
}
#sidebar-social .ui-tabs-panel {
	color:#333 !important;
}
.tags {
	width:100%;
	border-left:1px solid #666;
	padding:0 0 0 5px;
}
#members-list .action {
	margin-top:70px;
}
#members-list .action .friendship-button {
	
	padding:2px 0;
}
#members-list a {
font-weight: bold;
text-decoration: none;
font-size: 16px;
}

ul.item-list li div.item-title span {
color: #666!important;
font-size: 13px!important;
}
.m4logo {
	float:left;
	width:450px;
	position:relative;
	top:90px;
	left:70px;
}

.m4fblogo {
	border: 1px solid #999999;
	border-radius:5px;
	width: 484px;
	margin-left: -1px;
}
.datum {
	height: 33px;
    left: -126px;
    margin: 0 0 -33px 0;
    position: relative;
    text-align: center;
    top:80px;
    width: 166px;
	background:rgba(0,0,0,0.6);
	border-top:1px dashed #666;
	border-left:1px dashed #666;
	border-right:1px dashed #666;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.datum h4 {
    color: #c1c1c1;
    font-size: 1.3em;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: center;
    text-transform:uppercase;
	text-shadow:0px 1px 1px #a6a6a6;
	}
	
.datum2 {
    height: 33px;
    left: -100px;
    margin: 0 0 -33px 0;
    position: relative;
    text-align: center;
    top:50px;
    width: 116px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	background:rgba(0,0,0,0.6);
	border-top:1px dashed #666;
	border-left:1px dashed #666;
	border-right:1px dashed #666;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.datum2 h4 {
    color: #c1c1c1;
    font-size: 1.3em;
    font-weight: normal;
    padding: 10px 0 0;
    text-align: center;
    text-transform:uppercase;
	text-shadow:0px 1px 1px #a6a6a6;
	}
#sidebar .logout-link {
	color:#eee;
}
fieldset {
	border:0 !important;
	padding:5px;
}
#members-dir-list #members-list li {
	float:none;
	background: #fff;
	padding: 20px 20px 30px 20px;
	margin: 20px 0;
	box-shadow: 2px 1px 4px #ddd inset;
	border: 1px solid #ddd;
}

.activity-read-more {
	display:none;
}
#content.sidebar_widget {
	width:500px;
	clear:both;
}
.sidebar_widget .bbp-logged-in h4 {
	margin-top:10px;
	float:right;
	width:220px;
}
#fullmetaljacket {
	width:999px;
	margin:0 auto;
}

.avatar-block {
	margin:0 auto;
}

.item-avatar {
	border:0px;
}







/* -------------------------------------------------------------------------  */

#slider {
	border:0px solid #fff;
	border-radius:15px 15px 0 0;
}
/* numeric controls */

ol.controls {
	margin: .1em 0;
	padding: 0 0 5px 0;
	height: 20px;
	position:relative;
	top:-30px;
	left:10px;
}

ol.controls li {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 20px;
	line-height: 20px;
}

ol.controls li a {
	float: left;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	background: #ECD147;
	color: #333;
	padding: 0 5px;
	text-decoration: none;
}

ol.controls li.current a {
	background: #76860E;
	color: #fff;
}

ol.controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}
#prevBtn {
	position:relative;
	top:-200px;
	left:5px;
}
#nextBtn {
	position:relative;
	top:-200px;
	left:880px;
}
#slider .slidelist {
	height:420px !important;
}

.feature10 {
	width:33%;
	float:left;   
	text-align:center;
	padding:1px;
	position: relative;
}

.feature2 {
	width:28%;
	float:left;   
	text-align:center;
	padding:1px 10px;
	margin-right: 23px;
}


.feature14 {
	width:60%;
	float:left;   
	text-align:center;
	padding-left: 20px;
	position: relative;
}

.featurerev {
	width:29%;
	float:left;   
	text-align:center;
	padding:1px 15px 1px 10px;
	position: relative;
	height: 320px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	left: 2px;
    box-shadow: 1px 1px 3px #4B515F;
}

.feature11 {
	width:33%;
	float:left;   
	text-align:left;
	padding:1px;
}

.feature11 li {
	list-style:none;
}

.feature11 a {
	text-decoration:none;
}
.thumbnail1 {
	
	margin:0 auto;
	/*max-height:180px;
	 * max-width:292px;
	 */
	text-align:center;
	float:none;
	

}

.thumbnail1 img{
	text-align:center;
	margin:0 auto;
}

.feat-top {
	width:950px;
	margin:0 0 15px 0; 
	min-height:300px;
	padding-bottom:5px;
	float:left;   
}

.featcat {
	font-weight: bold;
	float: left;
	margin-bottom: 10px;	
	color: #aaa;
	margin-left:5px;
}

.feat-teaser {
	font-size:0.9em;
	text-align:left;
	padding:0 0 0 10px;
}

.indextext {
	position: relative;
	bottom: 50px;
}

#header-login {
	height:50px;
	float:left;
	margin:13px 0 0 8px;
}

.bbp-username {
	float:left;
	color: #EEEEEE;
    display: block;
    font-weight: bold;
	z-index:10;
}

.bbp-password {
	float:left;
	 color: #EEEEEE;
    display: block;
    font-weight: bold;
}

.bbp-remember-me  {
	float:left;
	padding:2px;
		 color: #EEEEEE;
    display: block;
    font-weight: bold;
}


.bbp-submit-wrapper2 {
	float:left;
}

#user_pass {
	padding:0;
}

.user-submit, .button3 {
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.255), rgba(255, 255, 255, 0)) repeat scroll 0 0 #000000;
    border: 1px solid #888888;
    border-radius: 3px 3px 3px 3px;
    color: #EEEEEE;
    font-weight: bold;
    margin:-2px 0 0 2px;
    text-decoration: none;
	padding:5px;
	
}

.galleria {
	display:block;
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.255), rgba(255, 255, 255, 0)) repeat scroll 0 0 #000000;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.255), rgba(255, 255, 255, 0)) repeat scroll 0 0 #000000;
    border: 1px solid #888888;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    margin:0 20px 10px 0;
	padding:10px 20px !important;
	width: 180px;
	float:left;
	text-align:center;
	color:#fff !important;
	text-decoration:none !important;
}
.galleria:hover {
	color:#eee !important;
	text-decoration:underline !important;
	
}
.register {
	background: -moz-linear-gradient(rgba(255, 255, 255, 0.255), rgba(255, 255, 255, 0)) repeat scroll 0 0 #000000;
    border: 1px solid #888888;
    border-radius: 3px 3px 3px 3px;
    color: #EEEEEE;
    font-weight: bold;
    margin:-2px 0 0 2px;
    text-decoration: none;
	padding:5px;
	float:right;
	
}

#user_login, #user_pass, #ne_input2 {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 8px;
    opacity: 1 !important;
    padding: 2px 2px 2px 0px;
    width: 120px;
	margin:0 2px 0 0;
	 color: #aaa;
	text-align: center;
	font-size: 12px;
	font-style: italic;
    border: 1px solid #CCCCCC;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 
}

#user_login{
	color: #000;
}

#user_pass{
	color: #000;
}

.holder {
    line-height: 28px;
}

div#overall a {
	color:#eee;
	text-decoration:none;
	
}

/* #newsletter-header {
	float:right;
	width:290px;
	margin:3px 85px 0 0;
	color:#eee;
    height:140px;
	text-align:center;
}

#newsletter-teaser {
	font-weight:bold;
	margin:5px 0 0 0;
	padding:5px
}

#newsletter-headline {
	border-bottom: 1px solid #666;
color: #EEE;
text-transform: uppercase;
margin: 25px 0 5px 0;
padding: 5px 0px 3px 8px;
background: url("images/backgrounds/5_content_headline_dark.png");
font-size: 1.0em;
font-weight:bold;
width:290px;
}
*/


#newsletter-wrap{
	float:right;
	height:100px;
	width: 300px; 
	padding: 0;
	margin: 5px 10px 0 0;
}

#newsletter-header {
	float: right;
	padding: 2px;
	width:290px;
	margin: 0 85px 0 0;
	color:#eee;
    height:100px;
	text-align:center;
	background: url("images/backgrounds/5_content_headline_dark2.png");
	-webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow:  0px 0px 2px 1px #282828;
     box-shadow:  0px 0px 2px 1px #282828;
}

#newsletter-teaser {
	font-weight:bold;
	margin: 8px 0 0 0;
	padding: 1px;
}


#newsletter-headline {
	-webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	background-color: #840000;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
	color: #EEE;
	text-transform: uppercase;
	margin: 0px 0 0 -50px;
	padding: 1px 0px 0px;
	height: 25px;
	font-size: 14px;
	font-weight:bold;
	width:100px;
}

#newsletter-headline p{
	paddign: 0;
	margin: 5px;
	text-align: center;
}

.featimgcont {
	height:200px;
	
}

.featimgcont2 {
	height:140px;
}

#wissen {
	list-style-type:none;
	padding:5px 0 5px 5px;;
	background:#fff;
	white-space:nowrap;
	border: 1px solid #ddd;
}
#wissen img {
	border:0 !important;
}
#wissen_text {
	position:relative;
	top:-15px;
}
#wissen a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#wissen:hover {
	background:#fff;
}


#wissen1 {
	list-style-type:none;
	padding:5px 0 5px 5px;;
	background:#fff;
	white-space: wrap;
	border: 1px solid #ddd;
}

#wissen1 a {
	color: #000000;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 15px 5px;
    text-decoration: underline;
}
#wissen1 a:hover {
    text-decoration:none;
}
#wissen1 a img {
    margin: 2px 5px 0 0;
}
.wissenhead {
	margin-left: -8px!important;
}

#sidebar h3.wissenhead2 {
    font-size:1em;
	padding-top: 20px!important;
    margin-bottom: -20px!important;
    padding-left: 7px!important;
}

.wissenhead3 {
	padding-top: 20px!important;
    margin-bottom: -20px!important;
    margin-left: -11px!important;
}

.wissenhead4 {
	padding-top: 35px!important;
    margin-bottom: -20px!important;
    margin-left: -12px!important;
}

#unnutz {
	border: 1px solid #444444;
    box-shadow: 1px 1px 3px #4B515F;
	margin: 25px 0 5px 0;
	padding: 5px 8px 2px 8px;
	background: none repeat scroll 0 0 #244311;
	font-size: 1.4em;
}

#unnutz a{
	color: #fff;
	text-decoration: none;
	position: relative;
	top: -15px;
	left: 5px;
}


#suche {
	float:left;
	position:absolute;
	
	background: none repeat scroll 0 0 rgba(10, 10, 10, 0.3);
    color: #EEEEEE;
   
    height: 140px;
    margin: 3px 85px 0 4px;
    width: 290px;
	text-align:center;
	
}

.search-headline {
	text-align:center;
	width:300px;
	margin:0 auto;
}



.mfc225 {
	height: 90px;
	width: 728px;
	margin: 55px auto -45px auto;
	
}

.mfc154 {
	float:right;
}

.feature2 a {
	text-decoration:none !important;
}

.feature10 a {
	text-decoration:none !important;
}
.paging p {
	font-size:1.3em;
	font-weight:700;
	border-bottom:1px solid #444;
}
.center {
	margin:0 auto;
	text-align:center;
}

.center2 {
	margin:0 auto;
	text-align:center;
}
.center3 {
	margin:0 auto;
	text-align:center;
	border: 1px solid #ddd;
	padding: 30px;
	background: #fff;
	width: 350px;
}
.center4 {
	margin:0 auto;
	text-align:center;
margin-left: 240px;
}
.fehlersuche {
	float: right;
	position: relative;
	bottom: 40px;
	right: 70px;
}

.fehlertext {
	font-weight: bold;
	font-size: 14px;
	margin-left: 70px;
}
.index_ul {
	text-transform: uppercase;
	padding: 5px !important;
	font-size: 1.0em;
	font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	max-width: 930px;
	max-height: 32px;
	z-index: 40;
	border: none;
	position: relative;
	top: 6px;
}
.index_ul a {
	color: #666 !important;
	font-size: 1.0em;
	text-decoration: none;
}
.cat_ul {
	text-transform: uppercase;
	padding: 5px !important;
	font-size: 1.0em;
	font-family: Trebuchet MS,Helvetica,Arial,Verdana,sans-serif;
	max-width: 930px;
	max-height: 32px;
	z-index: 40;
	border: none;
	position: relative;
	top: 6px;
}
.cat_ul a {
	color: #666 !important;
	font-size: 1.0em;
	text-decoration: none;
}
.headersearch {
	float: right;
	position: absolute;
	right: 75px;
	bottom: 25px;
}
.funnypics {
	padding: 15px 10px 0 4px;
	max-width: 293px;	
	max-height: 300px;
	text-align: center;
}
.fb-comment {
	text-align:center;
}
.vorstellung {
width: 925px;
font-size: 9px;
padding: 10px;
text-align: justify;
line-height: 14px;
}
.fb-comments {
background-color: #222!important;
margin-bottom: 10px;
}
#___plusone_0 {
	width:62px !important;
	}
.page-item-41 {
	height: 23px;
}
.newshead {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    margin: 2px 0 0 0;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:100%;
	background: none;
	float: left;
}
.newshead a {
	color: #000!important;
}

.newshead-article-list{
	text-transform: none;
	color: #000;
    margin: 0;
    padding:0px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:620px;
	background: none;
	float: left;
}

.newshead-article-list p{
		text-transform: none;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
    font-weight: normal;
    line-height: 12px;
}

.article-time{
	color: #7C7C7C;
	width: 80px;
	float: left;
}

.newshead2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    margin: 2px 0 0 0;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:380px;
	background: none;
	float: left;
}
.newshead3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    position: relative;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:300px;
	background: none;
	float: left;
	left:5px;
	text-align: left;
	margin:10px 0 0 0;
}
.newshead5 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    margin: 2px 0 0 0;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.3em;
	font-family: Droid Sans,sans-serif;
	background: none;
	float: left;
}
.newshead6 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    padding:0px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.3em;
	font-family: Droid Sans,sans-serif;
	background: none;
	float: left;
	width: 310px;
	margin: 0 0 -10px 0;
}
.newshead7 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    margin: 15px 0 0 0;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:560px;
	background: none;
	float: left;
}
.newshead8 {
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
    margin: 2px 0 0 0;
    padding:3px 0px  5px 0;
	box-shadow: none;
	border-bottom: none;
	font-size:1.1em;
	font-family: Droid Sans,sans-serif;
	width:100%;
	background: none;
	float: left;
}
.newsheadlink {
	text-decoration: none !important;
}

.newsheadlink2 {
	text-decoration: none !important;
	width: 625px;
	height: 20px;
}

.newsauthor {
	float: right;
	margin-top: 3px;
	position:relative;
	margin-right:30px;
}
.newsauthor2 {
	float: right;
}
.newscorps {
	padding-top:0;
	float:left;
	margin-bottom:15px;
}

.newscorps-article {
	padding-top:0;
	float:left;
	margin-bottom:5px;
	width: 625px;
}

.newscorps2 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	float:left;
	width: 360px;
}
.newscorps3 {
	padding-top:0;
	float:left;
	margin:15px 0;
	width:640px;
}
.newscorps4 {
	padding-top:0;
	float:left;
	margin:15px 0 0px 0;
	width:640px;
}
.newscontent {
	width: 540px;
	margin-top: -30px;
	margin-bottom: -15px;
}
.newscontent2 {
	margin-bottom: -15px;
	float: left;
	margin-right: -9px;
	width: 275px;
}
.newstext {
	margin-left: 120px;
}

.newstext2 {
	float: left;
	width: 350px;
	position: relative;
bottom: 10px;
}

.tagbox {
	float: right;
	width: 130px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #fff;
	margin-right:30px;
}

.rss-img {
	border: none;
	float: left;
	position: relative;
	bottom: 4px;
	padding-right: 3px;
}

#news-rss {
	background: #ff6600;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff6600;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff6600;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff6600;
	background: linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff6600;
	border: medium none;
	border-radius: 3px;
	text-transform: uppercase;
	width: 210px;
color: #fff !important;
padding: 7px;
font-size: 12px;
font-weight: bold;
text-decoration: none;
display: block;
margin-top: 15px;
}

#news-rss:hover {
	background: #ff9966;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.255), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff9966;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.255), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff9966;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.255), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff9966;
	background: linear-gradient(rgba(200, 200, 255, 0.255), rgba(200, 200, 255, 0)) repeat scroll 0 0 #ff9966;
	text-shadow: #222 1px 1px 5px;
}


#news-rss a:hover {
	background: none;
}

.reviewbutton {
   background: #999;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	border: medium none;
	border-radius: 3px;
    color: #000 !important;
	font-weight: bold;
	text-decoration: none !important;
    padding: 5px 10px 5px 10px;
	position: relative;
	left: 5px;
}

.reviewbutton:hover {
   background: #000;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
    color: #FFFFFF !important;
    text-decoration: none;
}

.reviewbutton2 {
   background: #999;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	background: linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #999;
	border: medium none;
	border-radius: 3px;
    color: #000 !important;
	font-weight: bold;
	text-decoration: none !important;
    padding: 5px 10px 5px 10px;
	margin:10px;
}

.reviewbutton2:hover {
   background: #000;
    background: -moz-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: -webkit-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: -o-linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
	background: linear-gradient(rgba(200, 200, 255, 0.45), rgba(200, 200, 255, 0)) repeat scroll 0 0 #000;
    color: #FFFFFF !important;
    text-decoration: none;
}

.featurednewsauthor {
	position:absolute;
	right: 35px;
	top: -10px;
}

.featuredrevauthor {
	position:absolute;
	right: 35px;
	top: 10px;
}

.postinfo3 {
	float: right;
	position: absolute;
	right: 0px;
	top: -2px;
	text-align: center;
	width: 30px;
	height: 25px;
	background: url(images/backgrounds/blase.png) top center no-repeat;
	font-weight: bold;
}

.festivalnews {
	width: 320px !important;
	border-bottom: 1px solid #999;

}

.tagsright {
	float: right;
	width: 200px;
	margin-top:10px;
}

.tags2 {
	width:100%;
	text-transform: uppercase;
	
}

.reviewhead {
	font-weight: bold;
	text-decoration: none!important;
	text-align:center;
	width: 200px;
	color: #000;
}

.revright {
	float: right;
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 11px;
	color: #444;
}
 .revinfo {
 	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 180px;
	padding-right: 10px;
	
 }
 .revimg {
 	text-align: center

 }

.redaktionspics {
	float: left;
	margin-right: 5px;
}

.redakteure {
	width: 200px;
	float: left;
	height: 65px;
}

.redakteure3 {
	width: 300px;
	float: left;
	height: 65px;
}

.ununderline {
	border: none;
	margin-top: 20px;
	margin-bottom: 4px;
}
#ratgeber_anfordern h3 {
	background:none;
	color:#000;
	letter-spacing:0.05em;
	font-weight:400;
	font-size:3em;
	line-height:0.8em;
	text-align:left;
	padding:0;
	font-family:'Droid Sans', Trebuchet sans-serif;
}

#metal4netzwerk {
	width:600px; 
	display: block;
	margin:0 200px;
}
.indexblog {
	background: none;
	border: none;
	box-shadow: none;
	position: relative;
	right: 20px;
}

.indexblog a {
	color: #444 !important;
}

#index-tabs {
	margin-top: 10px;
	border-radius: 3px;
}




.sidewidth {
	width: 300px;
	position: relative;
	bottom: 25px;
}

.sidewidth2 {
	width: 300px;
	position: relative;
	top: 20px;
	background: white;
padding: 10px 0;
right: 5px;
border: 1px solid #ddd;
}

.sidewidth3 {
	width: 300px;
	position: relative;
	background: white;
padding: 10px 0;
border: 1px solid #ddd;
left: 5px;
top: 20px;
}



.padder {
	margin-top: 25px;
}
.paging {
	text-align: center;
	text-transform: uppercase;
}

.paging a {
	color: #777;
}
.feature10 .newsauthor {
	margin-top:0;
}
.feature10 .postinfo2 {
	bottom:-26px;
	height:25px;
	}
#galleries a {
	color:#000;
}

.kontext {
	position: relative;
	bottom: 10px;
}
.festival_item {
	float:left;
	width:200px;
	margin:0 3px;
	overflow:hidden;
	height:210px;
	position:relative;
}
.front_festival_item {
	float:left;
	width:225px;
	margin:0 3px;
	overflow:hidden;
	height:210px;
	position:relative;
}
.festival_item img {
	margin:-5px auto 10px auto;
	width:190px;
	height:105px;
}
.cta_festival {
	display:block;
	background:#fff;
	color:#000 !important;
	padding:20px 10px;
	border:1px solid #ddd;
	width:300px;
	margin:0 auto;
	font-size:1.5em;
	text-decoration:none !important;
}
.cta_festival:hover {
	font-weight:bold;
	border-color:#aaa;
}
.cta_festival:active {
	box-shadow:1px 2px 8px #aaa inset;
}

.item-list-tabs, #object-nav {
border: 1px solid #DDD!important;
box-shadow: none!important;
background: #fff!important;
padding: 5px 0px 5px 5px;
margin-top: 10px;
font-size: 0.96em!important;
}



div#item-header h2 {
	border: none!important;
	box-shadow: none!important;
}

div#item-header h2 a {
	color: #222!important;
}

div#item-header span.activity, div#item-header h2 span.highlight {

margin-top: -13px!important;
}

span.activity, div#message p {
border-radius: 0!important;
-webkit-border-radius: 0!important;
-moz-border-radius: 0!important;
color: black!important;
background: none!important;
position: relative;
bottom: 25px;
font-size: 12px!important;
border: 1px solid #ddd!important;
color: #666!important;
}

div#message p {
	float: left!important;
	margin-top: 15px!important;
}



#item-nav a:visited, #subnav a,.item-list-tabs a:link,#subnav ul li {

color: #333!important;
}
#subnav {
	border-top: 1px solid #fff!important;
}

ul.item-list li img.avatar {
	margin-left: 10px!important;
	margin-top: 3px!important;
}

#activity-stream {
	
width: 620px;
border: 1px solid #DDD;
}

#activity-stream li {
	border: none!important;
}

div.activity-meta {
width: 480px;
border-bottom: 1px solid #ccc;
padding-bottom: 40px;
}



li#members-order-select label {
margin-left: 15px!important;
}
#item-header {
	float:left;
	
width: 100%;
}

#facebook-layer {
	width:100%;
	position:fixed;
	top:50%;
	margin:-130px 0 0 0;
	z-index:50;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 1);
	text-align:center;
}

#facebook-layer-inner {
	margin:0 auto;
}

#buttonfb {
	position:absolute;
	top:0px;
	right:0px;
}
.fb-like-box {
	margin-left: 6px;
	background: white;
	height: 290px;
	margin-bottom: 10px;
	margin-top:5px;
}

.big {
	height: 252px;
}

#news, #review, #interviews, #konzerte, #termine, #sonstiges {
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #ddd;
}

.wsky {
	position:relative;
	right: -175px;
	float: right;
	margin-bottom: -600px; 
}
#top_feature {
	margin:0 auto 20px;
	border:1px solid #ddd;
	padding:10px;
	background:#fff;
}
.rhz2012 {
	height:auto !important;
	border:0;
	position:absolute;
	bottom:0;
}

.article-list-head h2{
	font-size: 18px;
	margin: 20px 0 10px;
	border: none;
	color: #555555;
}

.single-banner{
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin: 20px 0 30px;
	padding: 13px;
	height: 60px;
	width: 600px;
}

.wp_pagenavi{
	margin-top: 10px;
}

/**** NEWSLETTER NEW ***/

.newsletter-wrapper1{
	position: absolute;
	right:100px;
	top: 10px;
	float: right;
}


.newsletter1{
	position: relative;
	background-color: #FAFAFA;
	width: 260px;
	height: 100px;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
}

.newsletter-wrapper2{

	right:100px;
	top: 10px;
	margin:9px 0 0 0;
	
}


.newsletter2{
	position: relative;
	text-align:center;
	background-color: #FAFAFA;
	width: 97%;
	height: 100px;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
}


span#newsletter-teaser1{
	font-size: 13px;
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #555555;
}

#ne_input2{
	float: left;
	height: 20px;
	color: #858585;
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

#ne_input2:focus{
	color: #000;	
}

.btn1:last-child, .btn1.last {
    margin: 0;
}
.vat1 {
    vertical-align: top !important;
}
.btnRight1 {
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0);
    border-top-left-radius: 0;
}
.btn1 {
   
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    color: #484848 !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Droid Sans',sans-serif,Arial,Helvetica;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 5px 0 0;
    padding: 0 10px !important;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: baseline;
    white-space: nowrap;
}

.whole-submit1{
	position: absolute;
	left: 30px;
	width: 250px;
}

.whole-submit2{
	position: absolute;
	left: 30%;
	width: 250px;
}

.first-check1{
	height: 10px;
	float: left;
	background-image: url("images/backgrounds/log1.png");
	background-position: left;
	background-repeat: no-repeat;
}

span.first-check1{
	font-size: 11px;
	min-width: 30px;
	padding: 10px 18px;
	margin:37px 0 0 0;
	text-align: center;
}

span.newsletter-help-layer {
	margin:0 300px;
}


/***********/


*{
	font-family: Arial;
}

#login-container {
    width:780px;
    margin:0 auto;
    position: relative;
}

a:link, a:visited {
    color:#27b;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border-width:0;
}
#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}
#topnav a.signin {
    background-image: url(images/back.png);
    padding:4px 20px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
	border: 1px solid #fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *padding:4px 12px 6px;
}
#topnav a.signin:hover {
 	color: #fff;
    *padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
    *background-position:0 3px!important;
	color: #fff;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}


#topnav a.menu-open {
     background-image: url(images/back.png);
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("images/toggle_down_light2.png");
    color:#789;
}

a.signin.menu-open span:hover {
    color: #fff;
}



#signin_menu {
   -webkit-border-radius: 3px 0px 3px 3px;
        border-radius: 3px 0px 3px 3px;
    display:none;
   background-image: url(images/back.png);
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 24.5px;
    right: 0px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #000;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.rememberme {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
  	background: -moz-linear-gradient(center top , #FFFFFF 0%, #E0E0E0 100%) repeat scroll 0 0 transparent;
    border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    color: #555555;

	border: 1px solid #aaa;
    color:#000;
    padding:4px 20px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    cursor:pointer;
}
/***** ALTE SIDEBAR LINKS

 * #m4fr {
	position: fixed;
	left: -55px;
	top: 50px;
	
}

#m4b {
	position: fixed;
	left: -55px;
	top: 100px;
	
}

#m4hh {
	position: fixed;
	left: -55px;
	top: 150px;
	
}

#m4h {
	position: fixed;
	left: -55px;
	top: 200px;
	
}

#m4k {
	position: fixed;
	left: -55px;
	top: 250px;
	
}

#m4l {
	position: fixed;
	left: -55px;
	top: 300px;
	
}
/*
#m4r {
	position: fixed;
	left: -55px;
	top: 350px;
}

#m4sl {
	position: fixed;
	left: -55px;
	top: 400px;
}

#m4radio {
	position: fixed;
	left: -55px;
	top: 450px;
	
}

#m4festival {
	position: fixed;
	left: -55px;
	top: 500px;
	
	
}

#m4fr:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 50px;
	
}

#m4b:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 100px;
	
}
/*
#m4hh:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 150px;
	
}

#m4h:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 200px;
	
}

#m4k:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 250px;
	
}

#m4l:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 300px;
	
}

#m4r:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 350px;
	
}

#m4sl:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 400px;
	
}

#m4radio:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 450px;
	
}

#m4festival:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	left: 0;
	top: 500px;
	
}*/




.change1{
	position:absolute;
	right: -8px;
	top: 200px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
}

.change2{
	position:absolute;
	right: -3px;
	top:  300px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
}


span.change1{
	color: #fff;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.05em #333
}

span.change2{
	color: #fff;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.05em #333
}

#side-wrapper{
	z-index: 999;
	position: fixed;
	height: 530px;
	width: 130px;
	background-color: #131313;
	-webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow: inset -2px 0px 0px -1px #aaa;
        
        box-shadow: inset -2px 0px 0px -1px #aaa;
	top: 100px;
	left: -110px;
}
	
#side-wrapper:hover{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0px;
}

.arrow{
	width: 25px;
	height: 22px;
	padding: 0 2px;
	background-image: url('images/backgrounds/arrow2.png');
	background-repeat: no-repeat;
	background-position: 110px center;
}
	
#m4fr {
	position: relative;
	left: 0;
	top: 10px;
	
}

#m4b {
	position: relative;
	left: 0;
	top: 7px;
	
}

#m4hh {
	position: relative;
	left: 0;
	top: 7px;
	
}

#m4h {
	position: relative;
	left: 0;
	top: 7px;
	
}

#m4k {
	position: relative;
	left: 0;
	top:7px;
	
}

#m4l {
	position: relative;
	left: 0;
	top: 7px;
	
}

#m4r {
	position: relative;
	left: 0;
	top: 7px;
}

#m4sl {
	position: relative;
	left: 0;
	top: 7px;
}

#m4radio {
	position: relative;
	left: 0;
	top: 7px;
	
}

#m4festival {
	position: relative;
	left: 0;
	top: 7px;
	
}

.single-newsdate{
	 background-color: #E0E0E0;
    padding: 0 7px;
    width: 94%;
}

	#tabsmenu{
	    display: block;
	    min-height: 30px;
	    position: relative;
	    width: 980px;
	}
	
	ul.tabsmenu {
		margin: 0;
		padding: 0;
		float: none;
		list-style: none;
		height: 49px;
		background-image: url('http://www.metal4.de/wp-content/themes/Metal4/images/backgrounds/3_navi_v2.png');
		width: 980px;
	}
	
	ul.tabsmenu li a{
		color: #FFFFFF;
	    display: block;
	    margin-top: 3px;
	    padding: 0;
		text-decoration: none;
		font-family: Arial;
		text-transform: uppercase;
		font-size: 13px;
	}
	
	ul.tabsmenu li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 21px ;
		height: 37px;
		line-height: 31px;
		font-weight: bold;
		overflow: hidden;
		border-right: 1px solid #f5f5f5;
		position: relative;
	}
	
	ul.tabsmenu li:first-child {
		margin-left: 10px;	
	}
	
	ul.tabsmenu li:last-child {
		border-radius: 0 0 4px 0;
    border-right: 0 none;
    padding: 0 31px;
	}
	
	ul.tabsmenu li:hover {
		background-color: rgba(255,255,255,0.3);
	}
	
	ul.tabsmenu li:hover a {
		color: #fff;
	}
	
	ul.tabsmenu li:first-child:hover {
		border-radius: 0 0 0 4px;
	}
		
	ul.tabsmenu li.active{
		background-color: rgba(255,255,255,0.2);
		border-bottom: 2px solid #FFFFFF;
	}
	
	.tabmenu_container {
    border-radius: 0 0 4px 4px;
    margin: -18px auto 0;
    min-height: 37px;
    padding: 0;
    width: 893px;
    z-index: 0;
	}
	
	.tabmenu_content {
		padding: 0;
		font-size: 1.2em;
		display: none;
	}
	
	.tabmenu_content ul{
	 display: block;
    float: left;
    position: relative;
    right: -129px;
    top: 11px;
    width: 800px;
	}
	
	.tabmenu_content li{
	list-style-type: none;
	float: left;
	position:relative;
	left:0;
	}
	
		.tabmenu_content ul li ul li{
		  float: left;
		    left: auto;
		    position: relative;
		    top: -15px;
	}
	
	
		.tabmenu_content ul.children li{
			display: block;
		    float: left !important;
		    position: relative;
		    width: auto;
		}
		
		.tabmenu_content ul.children{
			float: left;
    position: relative;
    width: auto;
		}
		
	.tabmenu_content li a{
		color: #FFFFFF;
	    display: block;
		border-radius: 2px;
		font-weight: bold;
	    padding: 0;
		text-decoration: none;
		font-family: Arial;
		text-transform: uppercase;
		font-size: 13px;
	    float: left;
	    list-style-type: none;
	    margin: 0 1px;
		border-bottom: 2px solid #8E0000;
	    padding: 6px 12px;
		background: rgb(68,68,68);
		background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(35,35,35,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(35,35,35,1)));
		background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
		background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
		background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
		background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#232323',GradientType=0 );

	}
	
	.tabmenu_content li a:hover{
		color: #FFF;
		border-bottom: 2px solid #CC0000;
	}
	
	.tabmenu_content li a:active{
		background-color: #8E0000;
	}
		.tabmenu_content li ul li{
			display: block;
		    float: none;
		    position: relative;
		    top: 31px;
		}	
		
	.clear{
		clear: both;
	}

.rand-btn{
	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(35,35,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(35,35,35,1)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#232323',GradientType=0 );
	border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    margin: 5px 41%;
    min-height: 30px;
    min-width: 80px;
    overflow: hidden;
    padding: 1px;
    position: relative;
	-webkit-box-shadow:  0px 0px 8px 1px #aaa;
    box-shadow:  0px 0px 8px 1px #aaa;
}

.rand-sidebarbtn{
	background: rgb(68,68,68);
	background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(35,35,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(100%,rgba(35,35,35,1)));
	background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(35,35,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#232323',GradientType=0 );
	border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    margin: 5px 26%;
    min-height: 30px;
    min-width: 80px;
    overflow: hidden;
    padding: 1px;
    position: relative;
	-webkit-box-shadow:  0px 0px 8px 1px #aaa;
    box-shadow:  0px 0px 8px 1px #aaa;
}


.rand-btn:hover{
	background: rgb(82,60,60);
	background: -moz-linear-gradient(top,  rgba(82,60,60,1) 0%, rgba(35,35,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,60,60,1)), color-stop(100%,rgba(35,35,35,1)));
	background: -webkit-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523c3c', endColorstr='#232323',GradientType=0 );
}

.rand-sidebarbtn:hover{
	background: rgb(82,60,60);
	background: -moz-linear-gradient(top,  rgba(82,60,60,1) 0%, rgba(35,35,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,60,60,1)), color-stop(100%,rgba(35,35,35,1)));
	background: -webkit-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(82,60,60,1) 0%,rgba(35,35,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523c3c', endColorstr='#232323',GradientType=0 );
}


.rand-btn:active{
	background: rgb(25,25,25);
	background: -moz-linear-gradient(top,  rgba(25,25,25,1) 0%, rgba(48,48,48,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,25,25,1)), color-stop(100%,rgba(48,48,48,1)));
	background: -webkit-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: -o-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: -ms-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#303030',GradientType=0 );
}


.rand-sidebarbtn:active{
	background: rgb(25,25,25);
	background: -moz-linear-gradient(top,  rgba(25,25,25,1) 0%, rgba(48,48,48,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,25,25,1)), color-stop(100%,rgba(48,48,48,1)));
	background: -webkit-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: -o-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: -ms-linear-gradient(top,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,25,25,1) 0%,rgba(48,48,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#303030',GradientType=0 );
}
span.rand-btnspan{
	color: #FFFFFF;
    display: block;
    font-weight: bold;
	border-radius:4px;
    line-height: 250%;
    padding: 5px 41px;
    text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff; 
}
#metal4netzwerk, #side-wrapper{
    display: none!important;
}
.page-item-39970, .page-item-39972{
    display: none;
}