/*
Theme Name: limb
Theme URL: http://www.ddbj.de
Author: Karsten vom Wege
Author URI: http://www.ddbj.de
Version: 1.0
*/

/*  The  following reset is Erik Meyer CSS Reset
http://meyerweb.com/eric/tools/css/reset/         */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

.twitter-date a {
	color: #244161 !important;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

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

1.	BASIC ELEMENTS

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

html {
	overflow-y: scroll;
	margin-top: 0;
	padding-top: 0;
}

html, body {
	height: 100%;
}

body {
	line-height: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	background: #000 url(img/body-bg.jpg) repeat center -680px;
	color: #fff;
	width: 100%;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.6em;
	padding: 0;
	color: #ffc600;
	text-shadow: #000 3px 3px 0px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 19px;
	line-height: 1.3em;
}

h2, h2.widgettitle {
	font-size: 16px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
	color: #fff;
}

a {
	text-decoration: none;
	color: #ffc600;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a img {
	border: 0;
	background: none;
}

img {
	vertical-align: middle;
}

img.portrait {
	padding: 8px;
	background: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #000;
	box-shadow: 0px 0px 5px #000;
	margin-bottom: 10px;
}

img.alignleft ,img.aligncenter, img.alignright {

}

a img.alignleft ,a img.aligncenter, a img.alignright {
	padding: 5px;
	background: #111;
	border-radius: 6px;
	border: 1px solid #333;
	box-shadow: 0px 0px 10px #000;
}

a img.alignleft:hover ,a img.aligncenter:hover, a img.alignright:hover {
	padding: 5px;
	background: #222;
	border-radius: 6px;
	border: 1px solid #333;
	box-shadow: 0px 0px 20px #000;
}

img.attachment-post-thumbnail, img.attachment-single-post-thumbnail {
	float: left;
	margin: 0;
	padding: 0;
	border-radius: 2px;
}

img.alignright {
	float: right;
	margin: 0 1em 0.4em 0;
}

img.alignleft {
	float: left;
	margin: 0 1em 0.4em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

p, pre {
	margin-bottom: 10px;
}

p {
	font-size: 14px;
	line-height: 1.6em;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 15px;
}

ul {
	list-style-type: disc;
	padding-left: 0;
	margin-bottom: 10px;
}

ol li, ul li {
	line-height: 1.8;
}

address, caption, cite, code, var {
	font-style: normal;
	font-weight: normal;
}

address {
	margin: 0 0 0 10px;
}

caption, th {
	text-align: left;
}

em, dfn {
	font-style: italic;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

dl {
	margin-bottom: 15px;
}

dfn, dt {
	color: #333;
}

dd {
	margin: 0 0 0 10px;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	font-size: 14px;
	color: #666;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 4px;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	font-size: 100%;
}

.comments_reply input, .comments_reply textarea {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 6px;
	border-radius: 4px;
	overflow: hidden;
}

.comments_reply input:hover, .comments_reply textarea:hover, .comments_reply input:focus, .comments_reply textarea:focus {
	background: #fff;
}

.comments_reply textarea {
	width: 634px;
}

blockquote {
	background: url(img/twitter-bg.png) no-repeat left top;
	margin: 12px 0 20px;
	padding: 8px 10px 20px 40px;
	font: bold 16px Georgia, Times, serif;
	line-height: 1.8;
}

blockquote.pull {
	background-color: rgba(122, 106, 83, 0.3);
	background-image: none;
	padding: 10px;
	width: 220px;
	float: right;
	margin: 0 0 20px 20px;
}

p.author em {
	font-weight: normal;
	color: #222;
}

q:before, q:after {
	content: '';
}

/*------Utility-----*/

.clear {
	clear: both;
}

.alignCenter {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

2.	GENERAL LAYOUT

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

#main {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

/*-------------------------------
Header
-------------------------------*/

#header {
	width: 980px;
	height: 160px;
	margin: 0;
	padding: 0;
}

#sidebar, #main-content, #sidebar-top, #main-content-full {
	border-radius: 8px;
	box-shadow: 0px 0px 25px #000;
	border: 1px solid #262626;
	background: transparent url(img/main-bg.png) repeat;
}




#logo {
	width: 950px;
	height: 140px;
	margin: 0 0 0 10px;
	padding: 0;
	z-index: 9;
	cursor: pointer;
	float: left;
}

.logo {
	height: 140px;
	width: 100%;
}

/* Top Menu */

.menu li a {
	margin: 0;
}

#menu {
	float: left;
	padding: 0;
	list-style: none;
	color: #fff;
	display: inline-block;
	text-align: center;
	z-index: 1000;
	text-transform: uppercase;
	margin-top: 4px;
	margin-right: 8px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	font-size: 13px;
	background-color: #000;
	border-radius: 4px;
	border: 1px solid #333;
}

#menu > li {
	background: none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0 3px;
}

#menu > li a:hover {
	color: #000;
	background-color: #ffc600;
	text-shadow: #aa8300 1px 1px 0;
	border-radius: 4px;
	border: 1px solid #000;
}

/* sub-menus*/

#menu ul {
	padding: 0;
	margin: 0;
	display: block;
	display: inline;
}

#menu li ul {
	position: absolute;
	width: 150px;
	line-height: 16px;
	color: #0395CC;
}

#menu li:hover ul {
	display: block;
}

#menu li ul li {
	display: block;
	margin: 5px 20px;
	padding: 5px 0;
	border-top: dotted 1px #606060;
	list-style-type: none;
}

#menu li ul li:first-child {
	border-top: none;
}

#menu li ul li a {
	display: block;
	color: #fff;
}

#menu li ul li a:hover {
	color: #ffc600;
}

/* Navigation */

#nav {
	width: 960px;
	float: left;
	margin: 7px;
}

/* search */

.search2 {
	width: 700px;
	display: inline-block;
	margin-bottom: 10px;
}

.search {
	width: 180px;
	height: 33px;
	padding: 0;
	margin: -6px 0 0;
	display: block;
}

.search input, .search2 input {
	float: left;
	border: 1px solid #000;
	margin: 9px 0 3px;
}

.search input:focus, .search2 input:focus {
	border: 1px solid #666;
}

.search input:hover, .search2 input:hover {

}

.search input.search-field, .search2 input.search-field {
	width: 150px;
	height: 21px;
	padding: 3px 10px;
	background: url(img/search-bg.png) repeat-x bottom;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #000;
}

.search input.search-field:hover, .search2 input.search-field:hover {
	background: url(img/search-bg-focus.png) repeat-x center;
	border: 1px solid #333;
	color: #fff;
	box-shadow: 0px 0px 12px #000;
}

.search input.search-field:focus, .search2 input.search-field:focus {
	background: url(img/search-bg-focus.png) repeat-x center;
	color: #ffc604;
	border: 1px solid #ffc600;
}

.search input.search-submit, .search2 input.search-submit {
	position: absolute;
	height: 26px;
	width: 28px;
	background: url(img/search-button.png) no-repeat center center;
	margin-left: 8px;
	border-radius: 4px;
	box-shadow: 0px 0px 4px #000;
	border: 1px solid #000;
}

.search input.search-submit:hover, .search2 input.search-submit:hover {
	box-shadow: 0px 0px 15px #000;
	border: 1px solid #444;
}

/*-------------------------------
Content
-------------------------------*/

#content {

}

#content-left {
	width: 710px;
	padding: 0;
	float: left;
}

#content-left-fuk {
	width: 980px;
	padding: 0;
	float: left;
}

#content-right {
	width: 240px;
	padding: 0;
	margin: 0 0 10px 10px;
	float: left;
}

#header-img {
	margin-bottom: 10px;
}

#main-content {
	width: 656px;
	padding: 30px 15px 20px 30px;
	min-height: 500px;
	margin: 0 autp;
}

#main-content-full {
	width: 918px;
	padding: 30px 20px 20px;
	min-height: 500px;
	margin-top: 50px;
}

.line {
	padding-bottom: 5px;
	display: block;
}

/*-------------------------------
Sidebar
-------------------------------*/

#sidebar {
	width: 210px;
	min-height: 100px;
	padding: 15px 15px 5px;
}

.divider {
	display: inline-block;
	height: 12px;
	background: url(img/trenner2.png) repeat-x 0 bottom;
	width: 100%;
	margin-top: 10px;
	padding: 0;
	margin-bottom: 10px;
}

.divider2 {
	display: inline-block;
	height: 12px;
	background: url(img/trenner2.png) repeat-x 0 bottom;
	width: 100%;
	margin-top: 15px;
	padding: 0;
	margin-bottom: 13px;
}

.sidebaritem p {

}

.sidebaritem ul {
	padding-left: 0;
}

.sidebaritem ul li {
	line-height: normal;
	list-style: none;
}

.sidebaritem ul li:hover {

}

.sidebaritem ul li a {
	display: inline-block;
	float: left;
	color: #000;
	width: 200px;
	font-size: 12px;
	background: #ffc600;
	border: 1px solid #000;
	border-radius: 4px;
	line-height: 1.9em;
	padding-left: 8px;
	margin-bottom: 5px;
}

.sidebaritem ul li a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #222;
}

.sidebaritem ul li a span {
	color: #333333;
}

.sidebaritem ul li:hover {

}

/*-------------------------------
Widgets
-------------------------------*/

#sidebar-top {
	width: 644px;
	min-height: 100px;
	background: #fff url(img/main-bg.png) repeat;
	padding: 20px 30px 15px;
	margin-bottom: 20px;
}

#sidebar-header {
	position: absolute;
	display: inline;
	overflow: hidden;
	margin-left: 600px;
	margin-top: 60px;
	text-align: right;
	width: 360px;
	height: 60px;
}

#sidebar-header p {
	font-size: 13px;
	line-height: 1.3em;
	color: #666;
}

#sidebar-header	h2, #sidebar-footer	h2 {
	display: none;
}

/*-------------------------------
Footer
-------------------------------*/

#footer {
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(img/footer-bg.png) no-repeat center center;
	color: #ccc;
	font-size: 0.85em;
	text-align: center;
	text-shadow: #000 1px 1px 0;
	width: 960px;
	height: 32px;
	margin: 15px auto 0;
	box-shadow: 0px 0px 25px #000;
}

#footer address {
	padding-top: 4px;
}

#footer address a:hover {
	color: #fff;
}

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

3.	HOME PAGE

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

/*-------------------------------
Slide
-------------------------------*/

.slide-container {
	background: #212121;
	width: 640px;
	margin: 0 0 14px 0px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}

ol#controls {
	margin-left: -44px;
	top: 250px;
	position: absolute;
	display: inline;
	list-style-type: none;
}

ol#controls li {

}

ol#controls li a {
	background: #fff url(img/minishadow.png) repeat-y right center;
	padding: 5px 8px;
	line-height: 2.4em;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #000;
}

ol#controls li. a, ol#controls li. a:visited {
	color: #222;
	text-decoration: none;
}

ol#controls li.current a {
	background: #000;
	color: #ffc600;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

ol#controls li a:hover {
	background: #333;
	color: #f5f2e0;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	text-decoration: none;
}

ol#controls li a:active {
	background-color: #000;
	color: #fff;
}

#slider li img.slide_a {
	float: left;
}

#slider li img.slide_b {
	clear: both;
}

#slider {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/

#slider li {
	width: 640px;
	height: 280px;
	overflow: hidden;
;
}

#prevBtn, #nextBtn {
	display: block;
	margin: 0;
	overflow: hidden;
	width: 36px;
	height: 41px;
	position: absolute;
	left: 5px;
	top: -50px;
}

#nextBtn {
	left: 595px;
}

#prevBtn a {
	display: block;
	width: 36px;
	height: 41px;
	background: url(img/l_arrow.png) no-repeat 0 0;
}

#nextBtn a {
	display: block;
	width: 36px;
	height: 41px;
	background: url(img/r_arrow.png) no-repeat 0 0;
}

p#controls {
	margin: 0;
	position: relative;
}

.review {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
}

.review p.ratingbox {
	padding: 0;
	margin: 0 0 -25px;
}

.review p.ratingbox img {
	margin-top: -3px;
}

.review p.bewertung {
	padding-top: 5px;
	font-size: 1.4em;
}

.review span.rating {
	width: 120px;
}

.review p.ratingbox .ratingGroup {
	position: absolute;
	display: none;
}

/*-------------------------------
Tabs
-------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 34px;
	width: 705px;
	box-shadow: 0px 0px 15px #1c2a2f;
}

ul.tabs li {
	font-size: 12px;
	float: left;
	margin: 0;
	width: 87px;
	height: 55px;
	border: 1px solid #490000;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #ffc600 url(img/tab.png) repeat-x 0 bottom;
	text-decoration: none;
}

ul.tabs li:last-child {
	width: 88px;
}

ul.tabs li a {
	text-decoration: none;
	height: 55px;
	color: #fff;
	display: block;
	padding: 0;
	outline: none;
}

ul.tabs li a:hover {
	color: #333;
	background: #ebebeb url(img/tab-over.png) repeat-x 0 bottom;
}

html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #fff url(img/main-bg.png) repeat;
	border-bottom: none;
}

html ul.tabs li.active a {
	color: #333;
}

.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 704px;
	background: #fff url(img/main-bg.png) repeat;
	border-radius: 6px;
	box-shadow: 0px 0px 15px #000;
}

.tab_content {
	padding: 40px 20px 10px;
}

.tab_content #first-tab {
	padding: 0;
}

/* Tabs Posts */

ul.tab-post {
	list-style: none;
	margin-left: -15px;
	line-height: 1.9em;
	padding-right: 5px;
	padding-left: 20px;
}

ul.tab-post p {

}

ul.tab-post li {
	padding: 5px;
	margin-bottom: 12px;
}

ul.tab-post > h5 {
	font-size: 16px;
}

ul.tab-post img.size-full {
	padding: 7px 0;
}

.post-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.post-title a {
	color: #ffc600;
}

.post-title a:hover {
	color: #000;
	text-decoration: none;
}

.post ul {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.post ul li {
	list-style-type: none;
	list-style-position: inside;
	line-height: 1.5em;
}

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

5.	NEWS PAGE / BLOG

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

.date2 {
	float: right;
	color: #000;
	line-height: normal;
	padding: 4px 6px;
	font-size: 14px;
	background: #ffc600;
	border-radius: 4px;
	border: 1px solid #000;
}

.post .excerpt {
	width: 458px;
	float: right;
	background: url(img/trenner.png) repeat-y left;
	padding: 0 0 0 20px;
	margin: 0;
}

.post .excerpt p {
	margin: 0;
}

.post .excerpt2 {
	width: 720px;
	float: right;
	background: url(img/trenner.png) repeat-y left;
	padding: 0 0 0 20px;
	margin: 0;
}

.post .excerpt2 p {
	margin: 0;
}

.post .details {
	margin-top: 50px;
	display: inline-block;
	width: 170px;
	margin-left: -5px;
}

.post .comment-count {
	position: absolute;
	display: inline;
	margin-top: -42px;
	margin-left: 416px;
}

.post .comment-count-link a {
	z-index: 1;
	color: #3d414a;
	text-shadow: none;
	padding: 6px 20px 10px 14px;
	background: url(img/bubble.png) no-repeat 0 0;
	text-shadow: #fff 1px 1px 0px;
}

.post .comment-count-link a:hover {
	text-decoration: none;
}

.post .meta {
	font-size: 12px;
	background: #000;
	border-radius: 3px;
	display: block;
	float: left;
	width: 160px;
	margin: 10px 0 0 -10px;
	padding: 10px;
}

.post .meta ul, .post .meta ul li {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.post .meta ul li:last-child {
	margin-bottom: 10px;
	display: none;
}

.post .details .thumbnail {
	margin-left: -10px;
}

.post p.meta2 {
	font-size: 13px;
	background: #000;
	border-radius: 8px;
	width: 624px;
	margin: 0;
	margin-bottom: 10px;
	border: 1px solid #222;
	padding: 10px;
}

.post .date {
	position: absolute;
	width: 219px;
	height: 49px;
	margin-left: -49px;
	color: #fff;
	line-height: 1.6em;
	padding: 14px 6px 4px 50px;
	font-size: 14px;
	background: url(img/date-bg.png) no-repeat 0 0;
	text-shadow: #000 2px 2px 0;
	margin-top: -6px !important;

}
.post .contentdate {
	font-size: 0.7em;
	padding-bottom: 10px;
	color: #999;
}

.post ul.subtrack {
	padding: 5px 0 0 25px;
	margin: 0;
}

.post ul.subtrack li {
	font-size: 12px;
}

.post {
	margin-bottom: 0px;
	display: block;
	width: 100%;
	text-shadow: #000 1px 1px 0px;
}

.post p {
	margin-bottom: 15px;
}

a.read_more {
	float: right;
	text-decoration: none;
	border: 1px solid #000;
	padding: 0 4px;
	border-radius: 4px;
	margin: 2px;
	background: #eeb800;
	color: #000;
}

a.read_more:hover {
	background: #fff;
	border: 1px solid #333;
	text-shadow: #fff 1px 1px 0;
	color: #000;
}

a.weiterlesen {
	text-decoration: none;
}

#page-nav a {
	padding: 3px 7px;
	margin-right: 3px;
}

#page-nav a:hover {
	text-decoration: none;
}

ul.features li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-image: url(img/bullet.png);
	line-height: 1.4em;
}

ul.side-list {
	padding-left: 0;
	list-style-image: url(img/tab.png);
}

ul.side-list li {
	line-height: normal;
	list-style: none;
	padding: 4px;
	margin-bottom: 4px;
}

ul.side-list li a {
	color: #2c2c2c;
}

ul.side-list li a:hover {
	text-decoration: none;
}

ul.side-list li a span {
	color: #244161;
}

ul.side-list li:hover {
	background: #000;
}

ul.side-list li h5 {
	margin-bottom: 0;
}

img.attachment-post-thumbnail, img.attachment-single-post-thumbnail {
	float: left;
	margin: 0px 0px 10px 0px !important;
	padding: 0;
	width: 100%;
	height: auto;
}

/*-------------------------------
Common
-------------------------------*/

.post img {

}

.postimg {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
	border: 4px solid #777;
}

img.avatar {
	padding: 0;
	float: left;
	margin-right: 10px;
	border: 1px solid #777;
	border-radius: 4px;
}

/*-------------------------------
Comment
-------------------------------*/

ol#comments_list {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
}

ol#comments_list p {
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.commentmetadata a, .commentmetadata a:visited {
	color: #ffc600;
}

ol#comments_list cite {
	font-style: normal;
}

ol#comments_list li {
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	display: block;
	clear: both;
}

.comment_text {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
	text-shadow: #fff 1px 1px 0px;
	color: #222;
	box-shadow: 0px 0px 8px #bbb;
}

ol#comments_list .comment_meta {
	width: 630px;
	float: left;
	display: block;
	clear: both;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	text-shadow: #fff 1px 1px 0px;
}

ol#comments_list .comment_meta p.meta {
	margin-bottom: 0;
}

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

7.	MISC

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

.btn1 {
	background: #3c4048 !important;
	color: #000 !important;
	border: 0 !important;
	padding: 5px 12px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.btn1:hover {
	background: #fff !important;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.btn2 {
	background: #3c4048 url(img/btn-bg.png) repeat-x left top;
	color: #fff !important;
	font-size: 14px !important;
	border: 1px solid #3c4048 !important;
	padding: 4px 20px !important;
	margin-top: 6px;
	margin-left: 10px;
}

.btn2:hover {
	background: #2e2e2e !important;
	cursor: pointer;
	text-decoration: none;
}

.profile {
	background: #FFF;
	padding: 12px;
	border: 4px solid #d9ceb2;
	margin-bottom: 12px;
	overflow: auto;
}

.profile img {
	margin-right: 15px;
	padding: 0;
}

div#social-buttons {
	float: right;
	height: 32px;
	padding: 5px 0 3px;
	z-index: 999;
}

div#social-buttons ul {
	padding: 0;
	margin: 0;
}

div#social-buttons ul li {
	list-style-type: none;
	list-style-position: inside;
	float: right;
	margin-left: 2px;
}

a {
	color: #ffc600;
}

::-moz-selection {
	background: #ffc600;
	color: #000;
	text-shadow: none;
}

::selection {
	background: #ffc600;
	color: #000;
	text-shadow: none;
}

::-moz-selection {
	background: #ffc600;
	color: #000;
	text-shadow: none;
}

#wrapper {
	width: 100%;
	background: #000 url(img/header-bg-new.jpg) no-repeat center top;
overflow: hidden;
}

.spacer {
	display: block;
	width: 100%;
	height: 25px;
}

.spacer2 {
	display: block;
	width: 100%;
	height: 10px;
}

.comment-spacer {
	display: block;
	width: 100%;
	height: 15px;
}

p.author {
	color: #222;
	float: left;
	display: none;
}

.btn1 {
	background: #ffc600 !important;
}

.btn2 {
	border: 1px solid #3c4048 !important;
}

/*Superfish Menu*/

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 1

0e

m;
/* left
offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inheri

t;
/* f
ixes IE7 'sticky bug' */
}

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top:

3em;
	/* match
top ul list item height */ z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10e

m;
	/* m
atch ul width */ top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 10e

m;
	/* m
atch ul width */ top: 0;
}

/*** DEMO SKIN ***/

.sf-menu {
	float: left;
	margin-bottom: 1em;
	position: relative;
	color: #fff;
}

.sf-menu a {
	text-decoration: none;
	font-size: 13px;
	line-height: 2.6em;
	height: 31px;
	text-shadow: #000 3px 3px 0px;
	cursor: pointer;
	width: 88px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.6em 15px;
	letter-spacing: 1px;
}

.sf-menu a, .sf-menu a:visited {
	color: #eee;
}

.sf-menu li a .selected {
	color: #ffc600;
}

.sf-menu li a:hover {
	color: #fff;
	margin-top: -1px;
}

.sf-menu li {
	border-left: 1px solid #000;
}

.sf-menu li:last-child {
	border-right: 1px solid #000;
}

.sf-menu li:first-child {
	border-left: 1px solid #000;
}

.sf-menu li ul {
	margin-top: -7px;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	margin-left: -2px;
	box-shadow: 0px 0px 15px #000;
	background: #000 url(img/main-bg.png) repeat;
}

.sf-menu li li {
	margin: 0;
	border: none;
	border-bottom: 1px solid #222;
	padding: 0;
}

.sf-menu li li:first-child, .sf-menu li li:last-child {
	border-left: none;
	border-right: none;
}

.sf-menu li li a, .sf-menu li li a:visited {
	text-transform: none;
	color: #fff;
	text-shadow: none;
	padding: 5px 1em;
	width: 220px;
	text-align: left;
	margin: 0;
	background-image: none;
}

.sf-menu li li a:hover {
	background-image: none;
	color: #ffc600;
	text-shadow: none;
	margin: 0;
	width: 220px;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent url(img/current-bg.png) no-repeat 0;
	outline: 0;
}

.sf-menu li.current-menu-item {
	background: transparent url(img/current-bg.png) no-repeat 0;
	box-shadow: 0px 0px 10px #000;
}

.sf-menu li.current-menu-item a {
	color: #ffc600;
}

.sf-menu li.current-menu-item:hover, .sf-menu li:hover {
	box-shadow: 0px 0px 25px #000;
}

.sf-menu li li .current-menu-item:hover, .sf-menu li li:hover {
	background-image: none;
	box-shadow: none;
}

.sf-menu li.current-menu-item:hover a {
	color: #fff;
}

.sf-menu li li.current-menu-item {
	background-color: #000;
	margin: 0;
	border-left: none;
	border-right: none;
	box-shadow: none;
	background-image: none;
}

.sf-menu li li.current-menu-item a {
	color: #fff;
}

.sf-menu li li.current-menu-item a:hover, .sf-menu li li.current-menu-item:hover {
	background: #111;
	color: #ffc600;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
}

.sf-sub-indicator {
	display: none;
}

.wp-pagenavi {
	clear: both;
	padding: 0;
	margin-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 8px;
	background: #ffc600 url(img/button-overlay.png) repeat-x center top;
	border: 2px solid #927100;
	border-radius: 6px;
	margin: 2px;
	color: #000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #fff url(img/button-overlay.png) repeat-x center bottom;
	border: 2px solid #999;
	padding: 3px 8px;
	color: #000;
}

p.back a {
	margin-left: 2px;
	margin-top: 5px;
	float: left;
	text-decoration: none;
	border: 1px solid #000;
	padding: 2px 8px 1px;
	border-radius: 4px;
	margin: 2px;
	background: #ffc600;
	color: #000;
}

p.back a:hover {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

a.lefttab {
	margin-top: -4px;
}

.to-the-top {
	width: 40px;
	height: 36px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: transparent url(img/nach_oben.png) top;
}

.to-the-top:hover {
	background: transparent url(img/nach_oben.png) bottom;
}

.shareinpost {
	margin-top: 15px;
}

/*Slider*/

.sidebar-slider .albumartwork img, .albumartwork img {
	display: inline-block;
	width: 100%;
	height: auto;
}

.sidebar-slider .albumtitle {
	font-size: 12px;
}

.sidebar-slider .albumstyle {
	font-size: 12px;
	display: block;
	color: #ffc600;
}

.sidebar-slider ul {
	margin: 0;
	padding: 0;
	display: block;
}

.sidebar-slider ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#slide-nav {
	margin-top: 5px;
	text-align: center;
}

#slide-nav a {
	background: #333 url(img/button-overlay.png) repeat-x center -15px;
	color: #000;
	font-size: 13px;
	line-height: inherit;
	text-decoration: none;
}

#slide-nav a.activeSlide, #slide-nav a:hover {
	background: #111 url(img/button-overlay.png) repeat-x center -15px;
	color: #fff;
}

table {
	width: 644px;
	font-size: 13px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	box-shadow: 0px 0px 25px #000;
	line-height: 2em;
}

table td {
	padding: 8px 5px 0 8px;
	border-right: 3px solid #000;
}

table tr.col2 img.bandicon, table tr.col1 img.bandicon {
	box-shadow: 0px 0px 1px #000;
	opacity: 0.8;
	margin-right: 2px;
}

table tr.col2 img.bandicon:hover, table tr.col1 img.bandicon:hover {
	margin-top: -1px;
	opacity: 1;
	box-shadow: 0px 0px 15px #000;
}

table tr.col2 img.no, table tr.col1 img.no {
	opacity: 0.2;
}

table tr.col2 img.no:hover, table tr.col1:hover img.no {
	opacity: 0.2;
	box-shadow: none;
}

table tr.col1, .shopping_cart table tr, .shopping_cart table td {
	background: url(img/footer-bg.png) repeat center top;
	vertical-align: middle;
}

.shopping_cart table td input {
	min-width: 20px;
}

table tr.col2 {
	background: url(img/footer-bg.png) repeat -150px top;
	vertical-align: middle;
}

table tr.tableheader {
	background: url(img/footer-bg.png) repeat center top;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 6px solid #000;
}

.shopping_cart table th {
	background: url(img/footer-bg.png) repeat center top;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 8px 2px;
	border-bottom: 6px solid #000;
}

div.kontakt-links {
	width: 320px;
	float: left;
}

div.kontakt-rechts {
	padding-left: 25px;
	width: 300px;
	float: left;
}

.featured {
	display: block;
	text-align: center;
}

.featured * {
	box-sizing: border-box;
}

.featured li {
	list-style-type: none;
	list-style-position: inside;
}

.featured ul, .featured li {
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
}

.featured li.group {
	padding: 0;
}

.featured h6 {
	font-size: 13px;
	font-weight: bold;
	text-shadow: none;
	margin: 0;
	color: #fc0;
	display: block;

}

.featured .featured-style {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}

.featured span.albumartwork {
	box-sizing: border-box;
}


.featured span.albumartwork img {
	width: 100%;
	height: auto;
	display: inline-block;

}

.featured .featured-date {
	font-weight: bold;
	display: block;
	font-style: normal;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: inherit;
	padding: 0;
	margin: 0;
}

.hidden {
	display: none;
}

#main-content {
	margin: 0 auto;
}

.store {
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	float: left;
}

.store ul, .store li {
	padding: 0;
}

.store li {
	list-style-type: none;
	list-style-position: inside;
	width: 140px;
	min-height: 330px;
	float: left;
	padding: 5px 8px 0;
	margin: 0 5px 5px 0;
		background: #000 url(img/button-overlay.png) repeat-x center -10px;
	border-radius: 6px;
	box-shadow: 0px 0px 10px #000;
	border: 1px solid #262626;
}

.store-price {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 14px;
	line-height: 2em;
}

.store-buy a {
	position: absolute;
	display: block;
	margin-top: 290px;
	vertical-align: bottom;
	color: #000;
	font-size: 12px;
	background: #ffc600 url(img/button-overlay.png) repeat-x center top;
	border: 2px solid #927100;
	border-radius: 6px;
	line-height: 1.9em;
	padding: 5px 12px;
	margin-left: 9px;
}
.store-buy a:hover {
	text-decoration: none;
	background: #fff url(img/button-overlay.png) repeat-x center bottom;
	border: 2px solid #999;
	color: #000;
}

.store span.title {
	float: left;
	height: 70px;
	margin-bottom: 0;
	text-shadow: none;
	font-size: 12px;
	text-transform: uppercase;
}

.store .store-style {
	width: 100%;
		float: left;
	height: 32px;
	font-size: 10px;

}

.store-artwork img.attachment-post-thumbnail:hover {
	background-color: #444;
}

.store-artwork img.attachment-post-thumbnail {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	box-shadow: none;
	background-color: #333;
	border: 1px solid #000;
	box-shadow: 0px 0px 9px #000;
	margin-top: 3px;
}

.store .store-date {
	font-size: 11px;
}

img,
video {
	max-width: 100%;
	height: auto;
}

.mejs-container,
iframe {
	/*margin: 10px 0;*/
}

.banner {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.banner img {
	border: 1px solid #000;
}

.banner .hidden {
	display: none;
}

.multiSounds.fixedPlaylist {
	display: none !important;
	max-width: 100% !important;
}

.newsletter {
	padding: 0px 5px;
	margin-bottom: 15px;
}

.newsletter * {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.newsletter form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.newsletter form input,
.newsletter form button {
	box-sizing:border-box;
	-webkit-appearance: none;
	border: none;
	background: none;
	border-radius: 0;
}

.newsletter form input {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 80%;
	        flex: 1 1 80%;
	padding: 15px 5px 15px 25px;
	background: #262626;
	color: #ccc;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border: 1px solid #000;
	border-right: none;
}

.newsletter form input:focus {
	background: #000;
	border-color: #333;
}

.newsletter form button {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 20%;
	        flex: 1 1 20%;
	padding: 10px;
	background: #ffc600;
	color: #000;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #000;
	border-left: none;
}

.newsletter form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
.newsletter form input::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.newsletter form input:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
.newsletter form input:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

table.table {

	width: 100%;
}

table.table,
table.table tr,
table.table td {
	background: none;
	border: none;
	box-shadow: none;
}

table.table td {
	padding: 15px;
	background: #fff;
	border: 15px solid #1d1f21;
	text-align: center;
	vertical-align: middle;
}

table.table td img {
	max-width: 200px;
	height: auto;
	max-height: 50px;
	width: auto;
}

table.table td,
table.table td a,
table.table td a:link,
table.table td a:visited {
	color: #000 !important;
	text-shadow: none;
}

h1.mailorder {
	font-size: 2em;
	text-align: center;
	margin: -25px 0 10px 0;
}