/*
 Theme Name:     klassikerleben.de
 Theme URI:      http://www.mundpropaganda.net/responsive-child/
 Description:    Custom theme for klassikerleben.de based on Responsive.
 Author:         Christian Mund
 Author URI:     http://mundpropaganda.net
 Template:       responsive
 Version:        1.0.0 
*/

@import url('../responsive/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: url('img/bg.jpg') no-repeat left top fixed;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	color: #000;
}

a {
	color: #003366;
}

a:hover {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1, h2 {
	margin-top: 0;
	margin-bottom: 0;
}

h1.title-404 {
	color: #000;
	font-size: 24px;
}
	
h6, {
	font-size: 12px;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #003366;
}

#header {
	background-image: url('../responsive-child/img/geile-scheiben.jpg');
	background-repeat: no-repeat;
}

#logo {
	padding: 20px 0;
}

#logo img {
	padding-right: 20px;
}

#site-description {
	padding: 24px 0;
	height: 100%;
	text-align: center;
}

.site-description {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-shadow: 2px 2px 10px #000;
	padding: 12px 0 0 0;
	text-transform: uppercase;
}

#container {
	margin: 25px auto 0 auto;
	padding: 0px 30px;
	background: #fff;
	box-shadow: 0 0 10px #000;
	max-width: 940px;
}

#wrapper {
	background: transparent;
	border: none;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0;
	position: relative;
}

.menu {
	background: #003366;
	text-transform: uppercase;
	font-weight: bold;
	filter: none;
}

.menu a {
	border-left: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-shadow: none;
	padding: 0 7px;
}

.menu a:hover {
	background-color: #000;
	color: #fff;
	background-image: none;
	filter: none;
}

ul.menu > li:hover {
	background-color: #000;
}

ul.menu > li:hover a {
	
}

.current_page_item {
	background-color: #000;
}

.current_page_item a {
	background-color: #fff;
}

.current_page_item a:hover {
	background-color: #000;
}

.menu .current_page_item a, .menu .current-menu-item a {
	background-color: #000;
}

ul.sub-menu {
	box-shadow: 2px 2px 10px #000;
}

ul.sub-menu li {
	background-color: #fff!important;
	border: none;
}

ul.sub-menu li a {
	color: #003366;
	font-weight: bold;
	font-size: small;
}

.menu li li {
	margin: -1px 0 0 0;
}

.menu li li:hover {
	background: #000!important;
}

.menu li li a:hover {
	background: transparent!important;
	color: #fff;
}

#searchform-item {
	text-align: right;
}

#searchform-item form {
	margin: 0 10px;
}

#searchform-item input {
	font-family: inherit;
	font-size: 12px;
	padding: 0 3px;
	margin: 6px 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 280px;
}

.breadcrumb-list, .breadcrumb-list a, .breadcrumb-list a:hover {
		color: #000;
}

.breadcrumb-list {
	margin-top: -15px;
	margin-bottom: -6px;
	padding-left: 5px;
	text-transform: uppercase;
}

.breadcrumb-list:before {
	content: '└ ';
}

#featured {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: url('img/bg-featured.jpg') #fff;
	background-size: cover;
	border: 0;
	box-shadow: inset 0 0 10px #666;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-top: 10px;
}

#featured p {
	font-size: 20px;
}

#featured-image img {
	box-shadow: 0 0 10px #000;
}

h1.featured-title {
	font-size: 2.8em;
	font-weight: 600;
}

h2.featured-title {
	font-size: 2em;
	/*margin-bottom: .75em;*/
	margin-top: .25em;
}

h2.featured-subtitle {
	font-size: 1.8em;
	font-weight: 600;
}

.call-to-action a.button {
	font-size: 20px;
}

a.red {
	background-image: none;
}

a.red:hover {
	background-image: none;
	background-color: #e61f26;
}

#preteaser h3 {
	margin-bottom: 9px;
}

#widgets {
margin-top: 5px;
}

#widgets a:hover {
}

.home-widgets img {
	/*min-width: 115px;
	min-height: 115px;*/
	max-width: 115px;
	max-height: 115px;
	margin: 5px 5px 5px 0;
	padding-top: 5px;
}

.widget-wrapper {
	border: none;
	background: transparent;
	padding: 0 10px 0 10px;
	margin: 0;
}

.widget-title h3 {
	padding: 3px 0 7px 0;
	margin-top: 5px;
	line-height: 1em;
	font-size: 18px;
	border-bottom: 1px solid #000;
}

#widgets ul,ol {
	margin: 10px 0;
}

#widgets li {
	list-style-type: square;
	font-size: 12px;
}

#widgets-home li {
	list-style-type: none;
	font-size: 12px;
}

#widgets-home div {
	padding: 0!important;
}

#sidebar-magazin, #sidebar-albumderwoche {
	margin: 10px 0;
	font-size: 12px;
}

#sidebar-magazin img {
	min-width: 120px;
	max-width: 120px;
	min-height: 232px;
	max-height: 232px;
	margin: 0 10px 15px 0;
}

#sidebar-albumderwoche img {
	min-width: 120px;
	max-width: 120px;
	margin: 0 0 0 10px;
}

#sidebar-magazin, #sidebar-plattenladendesmonats {
	margin: 10px 0;
	font-size: 12px;
}


#sidebar-plattenladendesmonats img {
	min-width: 280px;
	max-width: 120px;
	margin: 0 0 0 10px;
}

#sidebar-highlights img {
	min-width: 150px;
	max-width: 150px;
	min-height: 150px;
	max-height: 150px;
	margin: 0 0 0 10px;
}


.tagcloud {
	margin-bottom: 10px!important;
}

#postteaser {
	margin: 15px 0;
	text-align: right;
}

#postteaser h3 {
	margin-bottom: 0;
}

#postteaser a {
	padding: 0 3px;
	background-color: #003366;
	color: #fff;
}

#postteaser a:hover {
	background-color: #000;
}

#content, #content-archive, #content-search {
	margin-top: 0;
}

#content-blog {
	margin-top: 0;
	margin-bottom: 0;
}

h1.entry-title , h1.post-title, h2.entry-title , h2.post-title  {
	padding: 3px 7px;
	background-color: #003366;
	margin: 10px 0 0 0;
}

h1.entry-title:hover, h1.post-title:hover, h2.entry-title:hover, h2.post-title:hover {
	background-color: #000;
}

.entry-title, .post-title, .entry-title a, .post-title a {
	font-size: 24px;
	color: #fff;
}

.post-meta {
	color: #003366;
	font-size: 12px;
	<!-- text-transform: uppercase; -->
	font-weight: bold;
	padding: 3px 0;
	border-bottom: 1px solid #000;
}

.post-meta a {
	font-weight: inherit;
}

.post-meta-slim {
	font-weight: 400;
}

.post-edit {
	margin: 0;
}

select.tags {
	font-family: inherit;
	<!-- text-transform: uppercase; -->
	font-weight: bold;
	color: #003366;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
}

.navigation {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	clear: both;
}

.navigation a {
	padding: 0 3px;
}

.post {
	clear:both;
}

.post-entry {
	padding-bottom: 10px;
}

.post-entry h1, h2, h3 {
	margin: .5em 0;
}

.post-entry h1 {
	font-size: 24px;
}

.post-entry h2 {
	font-size: 20px;
}

.post-entry h3 {
	font-size: 16px;
}

.post-entry h4 {
	font-size: 13px;
}

.post-entry  {
	text-align: justify;
	font-size: 12px;
}

.post-entry p, .post-entry ul {
	margin: 6px 0;
}

.wp-caption {
	margin: 0!important;
	border: none!important;
	background: none!important;
	padding: 6px!important;
}

.wp-caption p.wp-caption-text {
	padding: 6px 0 0 0!important;
	text-align: center;
	font-style: italic;
}

table.plattenlaeden, table.plattenlaeden th, table.plattenlaeden td {
	border: none;
}

table.plattenlaeden tr:hover {
	color: #fff;
	background-color: #003366;
}

#plattenlaeden-titelzeile:hover {
	color: #000;
	background-color: #fff;
}

table.plattenlaeden tr:hover a {
	color: #fff;
}

table.plattenlaeden {
	font-size: 12px;
	margin: 0;
}

table.plattenlaeden th, td {
	padding: 3px 7px;
}

table.plattenlaeden th {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
}

th.header {
    background-image: url('../responsive-child/img/sort.gif'); 
    cursor: pointer;
    background-repeat: no-repeat; 
    background-position: center right; 
}

th.headerSortDown {
    background-image: url('../responsive-child/img/desc.gif'); 
}

th.headerSortUp {
    background-image: url('../responsive-child/img/asc.gif'); 
}

.firmenname {
	font-weight: bold;
}

.ticketlink {
	vertical-align: baseline;
}

a img.alignleft {
	margin: 5px 15px 10px 0;
}

.previous, .next, {
	background-color: red;
	padding: 0;
}

.previous a, .next a, .read-more a {
	background-color: #003366;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.previous a:hover, .next a:hover {
	background-color: #000;
	color: #fff;
}

.commentlist {
	border-bottom: none;
}

.commentlist p {
	margin-bottom: 6px;
}

.commentlist li.alt {
	background: transparent;
}

.comment-author, .comment-author a {
	font-size: 12px;
}

.comment-meta {
	font-size: 12px;
	text-transform: uppercase;
}

.comment-body {
	padding: 0;
	font-size: 12px;
}

.reply {
	margin: 0 0 18px 0;
}

#respond {
	border-radius: 0;
	/*border-top: 3px solid #eee;*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background: transparent;
	padding: 0;
	margin-top: 20px;
}

#reply-title {
	font-size: 24px;
}

.comment-notes {
	font-size: 12px;
}

.comment-respond input, .comment-respond textarea {
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #eee;
}

.comment-respond label {
	font-size: 12px;
	text-transform: uppercase;
}

.form-submit input {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: none;
	background-color: #003366;
	background-image: none;
	border: none;
	border-radius: 0;
}

.form-submit input:hover {
	color: #fff;
	text-shadow: none;
	background-color: #000;
	background-image: none;
	border: none;
	border-radius: 0;
}

#footer {
	max-width: 950px;
	background-color: #000;
	line-height: 25px;
	text-shadow: none;
	box-shadow: 0 4px 10px 1px #000;
}

#footer, #footer a, #footer a:hover {
	color: #fff;
	font-weight: bold;
	/*text-shadow: 1px 1px 1px #000;*/
}

#footer-wrapper .grid {
	margin: 0;
}

.footermargin {
	height: 25px;
}


/**
	PLUGINS
**/

.rpwe-block ul {
    list-style: none!important;
    margin: 0!important;
    padding-left: 0!important;
}

.rpwe-block li {
}

.rpwe-block a {
    text-decoration: none;
}

.rpwe-block a:hover {
}

.rpwe-block h3 {
    clear: none;
    margin-bottom: 0!important;
    font-weight: 400;
    font-size: 15px!important;
    line-height: 1.1em;
	background-color: #000;
	color: #fff;
	padding: 3px;
}

.rpwe-block h3 a {
	color: #fff;
}

.rpwe-thumb {
    box-shadow: none!important;
    margin: 2px 10px 2px 0;
}

.rpwe-summary {
	margin-top: 5px;
	text-align: justify;
	font-size: 12px
}

#rpwe-time {
    color: #003366;
	text-transform: uppercase;
	font-weight: bold;
    font-size: 12px;
	border-bottom: 1px solid #000;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}

.rpwe-alignright {
    display: inline;
    float: right;
}

.rpwe-alignnone {
    display: block;
    float: none;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table;
}

.rpwe-clearfix:after { 
	clear: both
}

.rpwe-clearfix {
	zoom: 1
}

#cboxOverlay {
	background: none;
	background-color: rgba(0, 0, 0, 1);
}

#colorbox {
	box-shadow: 3px 3px 10px #000!important;
}

#cboxContent {
	background-color: #fff;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, 
#cboxMiddleLeft, #cboxMiddleCenter, #cboxMiddleRight, 
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	background: none;
	background-color: #fff;
	height: 10px;
	width: 10px;
}

.issuuembed span, .issuu-isrendered span {
	visibility: hidden;
}


/**
	SMALL SCREEN THEMEING
**/

@media screen and (min-width: 651px) and (max-width: 1017px) {
	#container {
		margin: 0 auto;
	}
	
	#footer {
		max-width: 100%;
		background-color: #000;
		line-height: 12px;
		padding: 10px;
		box-shadow: none;
	}
	
	.footermargin {
	height: 0;
	}
}


/**
	MOBILE THEMEING
**/

@media screen and (max-width: 650px) {
	body {
		background: none;
	}
	
	#container {
		margin: 0 auto;
	}
	
	.site-description {
		padding: 0 15px 0 0;
		margin-top: 0;
		font-size: 1.3em;
	}
	
	.js .main-nav {
		background-color: #003366;
		background-image: none;
		/*box-shadow: 0px 3px 10px #666;*/
		text-transform: uppercase;
	}

	.js .main-nav .menu li a {
		background-color: #fff;
		color: #000;
		font-size: 16px;
		border-bottom: none;
		height: 29px;
		line-height: 29px;
		font-weight: bold;
		padding-left: 10px;
	}
	
	.menu li a:before {
		content: '▪ ';
	}
	
	.js .main-nav .menu li a:hover {
		background-color: #000 !important;
		color: #fff;
	}
	
	.js .main-nav #responsive_current_menu_item {
		visibility: hidden;
		font-size: 1pt;
		padding-left: 5px;
	}
		
	#responsive_current_menu_item:before {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		content: 'Menü';
		vertical-align: middle;
		visibility: visible;
		padding-left: 3px;
	}
	
	.js .main-nav a#responsive_menu_button {
		background: url('img/select-icons.png') 0 5px no-repeat;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('img/select-icons.png') 0 -46px no-repeat;
	}
	
	.menu {
		box-shadow: 0px 3px 10px #666;
	}
	
	ul.sub-menu {
		box-shadow: none;
	}
	
	.js .main-nav .menu li a:hover, .js .main-nav .menu li li a:hover {
		background-color: #fff!important;
		color: #000!important;
	}
	
	#searchform-item {
		text-align: left;
		height: 29px;
	}
	
	#searchform-item input {
		width: 100%;
		padding-left: 5px;
	}
	
	.breadcrumb-list {
		/*position: absolute;
		left: -1000px;*/
		line-height: 1em;
		margin-top: -10px;
		margin-bottom: -2px;		
	}
	
	#wrapper {
		margin-top: 0;
	}
	
	.grid {
		float: none;
	}
	
	.featured-title {
		padding-top: 0;
	}
	
	h1.featured-title {
		font-size: 2.2em;
	}
	
	h2.featured-subtitle {
		font-size: 1.6em;
	}
	
	#featured {
		padding-bottom: 20px;
		margin-top: 30px;
	}

	#featured p {
		font-size: 15px;
		line-height: 1.4em;
		margin: 1.2em 0;
	}
	
	#featured-image img {
		max-width: 120px;
	}
	
	#postteaser h3, #preteaser h3 {
		font-size: 24px;
	}
	
	.call-to-action a.button {
		font-size: 1.4em;
		padding: 10px 10px;
	}
	
	.entry-title, .post-title, .entry-title a, .post-title a {
		font-size: 16px;
		/*padding: 5px 40px 5px 10px !important;*/
	}
	
	h1.entry-title, h1.post-title, h2.entry-title, h2.post-title {
		padding-top: 7px!important;
		padding-bottom: 7px!important;
	}
	
	table.plattenlaeden {
		font-size: 11px;
		line-height: 1.2em;
	}
	
	table.plattenlaeden th, td {
		padding: 7px;
		vertical-align: middle;
	}
	
	#widgets-home div {
		margin: 0;
	}
	
	.home-widgets img {
		margin: 5px 10px 0px 0;
	}
	
	.widget-wrapper {
		padding: 0;
	}
	
	.widget-title h3 {
		font-size: 14px;
	}
	
	.col-300 {
		width: 100%;
	}
	
	#footer {
		background-color: #000;
		line-height: 12px;
		padding: 10px;
		box-shadow: none;
	}
	
	.footermargin {
		height: 0;
	}
	
	.copyright:after {
		content: ' - ';
	}
	
	.powered:before {
		content: ' - ';
	}
	
	h3.rpwe-title {
		font-size: 16px;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	
	.rpwe-summary {
		margin-bottom: 10px!important;
	}
	
	@-moz-document url-prefix() {
	
		h1.featured-title {	
			padding-top: 20px;
		}
	
		.breadcrumb-list {
			margin-top: 9px;
		}
	}
	
}