.media {margin:10px;}
.media, .bd {overflow:hidden; _overflow:visible; zoom:1;}
.media .img {float:left; margin-right: 10px;}
.media .img img{display:block;}
.media .imgExt{float:right; margin-left: 10px;}
/* basic page layout */
	html {
		height: 100%;
		background: black;
		background-size: 100px 100px;
	}
	body {
		margin: 0;
		padding: 0;
		height: 100%;
		width: 100%;
		font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		color: #AAA;
	}
	.inner {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
	#page {
		position: relative;
		min-height: 100%;
		padding: 0;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	
	.separator {
		margin: 0;
		height: 3px;
		width: 100%;
		border: none;
		display: none;
	}
	.primaryColor {
		color: #6f0000;
		background-color: #6f0000;
	}
	.secondaryColor {
		color: #000;
		background-color: #000;
	}
	.topSeperator {
		height: 4px;
		display: block !important;
	}
	
	#header {
		height: 180px;
		background-color: black;
		background-position: center center;
		background-repeat: no-repeat;
		border-top: 1px solid #6f0000;
	}
	#header .inner {
		height: 180px;
		background-image: -webkit-linear-gradient(0deg, transparent 89%,rgba(0,0,0,0.1) 92%,black 100%);
		background-image:    -moz-linear-gradient(0deg, transparent 89%,rgba(0,0,0,0.1) 92%,black 100%);
		background-image:     -ms-linear-gradient(0deg, transparent 89%,rgba(0,0,0,0.1) 92%,black 100%);
		background-image:         linear-gradient(0deg, transparent 89%,rgba(0,0,0,0.1) 92%,black 100%);
	}
	#header a.logo {
		text-decoration: none;
		display: block;
		width: 395px;
		height: 100%;
		background-image: url(img/headerlogo.png);
		background-position: left center;
		background-repeat: no-repeat;
	}
	#menu, #menu ul.level1 a {
		height: 40px;
	}
	#menu {
		width: 100%;
		font-size: 12px;
		text-align: center;
		text-transform: uppercase;
		font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
		letter-spacing: 1px;
		border: 1px solid #6f0000;
		border-left: none;
		border-right: none;
		background: black;
	}
	#menu ul.level1 {
		height: 100%;
		width: 100%;
		padding: 0;
		margin: auto;
		list-style: none;
		display: table;
	}
	#menu ul.level1 li {
		display: table-cell;
		overflow: hidden;
		vertical-align: middle;
	}
	#menu ul.level1 li:hover a {
		text-decoration: none;
		color: rgb(180,0,0);
	}
	#menu ul.level1 a {
		color: #fffbdc;
		text-decoration: none;
		display: table;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: color 0.1s ease-out;
		width: 100%;
	}
	#menu ul.level1 a[disabled="disabled"]{
		cursor: default;
	}
	#menu ul.level1 a span {
		display: table-cell;
		vertical-align: middle;
		line-height: 15px;
		overflow: hidden;
	}
	
	#menu ul.level1 li ul {
		display: none;
		position: absolute;
		list-style: none;
		padding: 0;
		margin: 0;
		background-color: black;
		width: 150px;
		border: 1px solid white;
		border-top: none;
		z-index: 2;
		margin-left: -1px;
		box-shadow: 0px 5px 10px rgba(0,0,0,0.33);
	}
	#menu ul.level1 li:hover > ul {
		display: block;
	}
	#menu ul.level1 li ul li {
		display: block;
		border: none;
	}
	#menu ul.level1 li ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #444;
	}
	#menu ul.level1 li ul li:last-child a {
		border-bottom: none;
	}
	#menu ul.level1 li:last-child > ul {
		right: 0;
		border-right: none;
		margin-left: 0;
	}
	
	#featured {
		border-top: 1px solid #6f0000;
		position: relative;
	}
	#featured .controls {
		position: absolute;
		top:0px;
		right: 0px;
		z-index: 3;
	}
	#featured .controls .prev, #featured .controls .next {
		display: inline-block;
		width: 40px;
		height: 40px;
		background-size: 25px 25px;
		background-position: 7px 7px;
		text-indent: -9999px;
		background-repeat: no-repeat;
	}
	#featured .controls .rslides_nav {
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	} 
	#featured .controls .rslides_nav:hover {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	} 
	#featured .controls .prev {background-image: url('img/arrow_left.png');}
	#featured .controls .next {background-image: url('img/arrow_right.png');}
	#featured ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#featured ul li {
		background-color: black;
		position: relative;
		height: 40px;
		overflow: hidden;
	}
	#featured ul li a {
		color: white;
		text-decoration: none;
	}
	#featured ul li a img {
		width: 100%;
		opacity: 0.5;
		position: relative;
		top: -140px;
		filter: blur(3px);
		-webkit-filter: blur(3px);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	}
	#featured ul li a:hover img {
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
	#featured .background {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	#featured .foreground {
		z-index: 2;
		overflow: auto;
		text-shadow: 0px 0px 8px black;
	}
	.featuredText {
		display: table-cell;
		height: 40px;
		padding-left: 15px;
		vertical-align: middle;
	}
	.featuredTitle {
		font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 20px;
		padding-right: 10px;
		opacity: 0.75
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	}
	.featuredDate {
		font-size: 16px;
		opacity: 0.5;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	
	a {
		color: #8d888b;
		text-decoration: underline;
	}
	a:hover {
		color: #8d888b;
		text-decoration: none;
	}
	a:active {
		color: #a9a3a8;
		text-decoration: none;
	}
	a:visited {
		color: #8d888b;
	}
	a.external {
		padding-right: 15px;
		background-image: url(img/externallink.png);
		background-position: center right;
		background-repeat: no-repeat;
	}
	
	#content {
		margin-top: 20px;
		padding-bottom: 80px; /* So footer won't overlap content */
	}
	h1, h2, h3, h4, h5 {
		font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		color: #ccc;
		font-weight: normal;
	}
	h1 {
		font-size: 38px;
		margin: 0;
		letter-spacing: 1px;
	}
	h1 a, h1 {
		color: rgb(141,0,0) !important;
		text-decoration: none;
	}
	h2 {
		font-size: 22px;
		margin: 0;
	}
	h3, h4 {
		font-size: 16px;
		margin: 0;
		margin-bottom: 5px;
		color: #666;
	}
	h4 {
		font-size: 12px;
		margin-top: 10px;
	}
	h5 {
		font-size: 10px;
		margin-top: 10px;
	}
	.text ul {
		list-style: square;
	}
	.text p, .text ul, .text ol {
		text-align: left;
		font-size: 14px;
		line-height: 1.4em;
		color: #ccc;
	}
	p:first-child {
		margin-top: 0;
	}
	p:first-child:last-child {
		margin: 0;
	}
	p:last-child {
		margin-bottom: 0;
	}
	strong {
		font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	em {
		font-family: "GothamBookItalic", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-style: normal;
	}
	strong em, em strong {
		font-family: "GothamBoldItalic", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
	}
	.small {
		font-size: 11px;
	}
	.small p {
		font-size: 11px;
		margin:0px;
		margin-top: 4px;
	}
	.text img {
		max-width: 100%;
	}
	
	.sponsortable {
		margin-top: 10px;
		padding-top: 3px;
		border-top: 2px solid #333;
	}
	.sponsortable td {
		vertical-align: top;
		text-align: center;
	}
	.sponsortable p {
		font-size: 10px;
	}
	
	.leftCol, .singleCol {
		width: 680px;
	}
	.fullCol {width: 980px}
	.fullCol .text {
		width: 680px;
		margin: 20px auto;
	}
	
	.leftCol, .singleCol, .fullCol {
		/* border: 2px solid #333; */
		border-left: none;
		border-right: none;
		margin-top: 20px;
		overflow: hidden;
	}
	
	.mainPic {
		width: 100%;
		margin-top: 6px;
		height: 160px;
		overflow: hidden;
		position: relative;
	}
	.mainPic img {
		width: 100%;
	}
	.singleCol .mainPic img {
		top:50%;
		/* height: 235px; */
		position: absolute;
		margin-top: -118px; /* 235px / 2 = 118 */
	}
	
	.rightCol {
		float: right;
		width: 280px;
		margin-bottom: 100px;
	}
	.rightCol .separatorTitle span, #footer-payment-methods .separatorTitle span {
		/* background: #131313 url(img/graynoise.png); */
	}
	
	.rightCol p {
		font-size: 12px;
	}
	.rightCol h3 {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.rightCol .text form {
		text-align: center;
		width: 100%;
	}
	.rightCol .text form input[type='text'], .rightCol .text form input[type='email']{
		display: block;
		width: 266px;
		padding: 6px;
		font-size: 14px;
		border: 1px solid #333;
		margin: 0px;
		margin-bottom: 10px;
	}
	.rightCol .text form input[type='submit'] {
		margin-bottom: 10px;
		-webkit-font-smoothing: antialiased;
	}
	.rightColBox {
		margin-bottom: 20px;
		clear: both;
		overflow: auto;
	}
	
	.sideImage {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.sideImage hr {
		margin-top: 5px;
	}
	.sideImage img {
		width: 250px;
		border: 1px solid #ccc;
		padding: 3px;
	}
	.smallTitle {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 1px;
	}
	a.smallTitle {
		display: block;
		float: right;
		color: #a60000;
		margin-top: 3px;
		text-decoration: none;
	}
	a.smallTitle:hover {
		text-decoration: underline;
	}
	
	.concerts-in-month {
		text-align: center;
		font-size: 12px;
		padding-top: 10px;
	}
	.concerts-in-month a {
		font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: #666;
		padding-right: 10px;
	}
	.concerts-in-month a:last-child {
		padding-right: 0;
	}
	.concerts-in-month a:hover {
		color: #999;
	}
	
	#footer {
		position: absolute;
		width: 100%;
		bottom: 0;
		background-color: #6f0000;
		text-align: center;
	}
	#footer span {
		display: block;
		padding: 16px;
		color: white;
		font-size: 14px;
		position: relative;
	}
	#prosite_stamp {
		position: absolute;
		left: 8px;
		top:8px;
		display: block;
		width: 70px;
		height: 28px;
		padding: 1px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(//styles.prosite.dk/logos/prosite_white_stamp_28.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.floatLeft, .floatRight {
		font-size: 11px;
		color: #ccc;
		margin-bottom: 10px;
		max-width: 250px;
		line-height: 150%;
	}
	.floatLeft {
		float: left;
		margin-right: 10px;
		text-align: left;
	}
	.floatRight {
		float: right;
		margin-left: 10px;
		text-align: right;
	}
	.floatLeft img, .floatRight img {
		display: block;
		max-width: 250px;
		margin-bottom: 10px;
	}
	.floatLeft img {
		margin-right: auto;
	}
	.floatRight img {
		margin-left: auto;
	}

	.contentbox {
		margin-bottom: 20px;
	}
	.contentbox .pageTitle {
		margin-bottom: 13px;
	}

	.contentbox-content {
		width: 360px;
	}
	.contentbox-content a.button-red {
		float: right;
	}
	.contentbox-image {
		width: 300px;
		float: right;
	}
	.contentbox-image img {
		width: 300px;
		height: 216px;
		display: block;
	}
/* basic page layout */

/* Product */
	.product {
		margin-top: 10px;
		padding-bottom: 10px;
		overflow: auto;
		width: 100%;
	}
	.product hr {
		margin-top: 5px;
	}
	.product a.thumbnail {
		width: 200px;	/* 260px - 2px border - 6px margin */
		height: 200px;
		border: 1px solid #ccc;
		padding: 3px;
		float: left;
		overflow: hidden;
	}
	.product img {
		width: 200px;
		height: 200px;
	}
	.product .description {
		width: 640px; /* 650px - 10px padding */
		float: right;
		padding-left: 10px;
		padding-top: 0;
	}
	.fullWidth {
		width: inherit !important;
	}
	.product .description h2:first-child {
		margin-top: 0;
		padding-top: 0;
	}
/* Product */

/* news */
	.articles {
		font-size: 15px;
		list-style: none;
		margin: 5px;
		padding: 0;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.articles li {
		padding-top: 1em;
		margin-bottom: 1em;
		border-top: 1px solid #ddd;
	}
	.articles li .date_added {
		display: block;
		font-size: 11px;
		color: #666;
		font-style: italic;
	}
	.articles li .summary {
		margin-top: 4px;
		display: block;
		font-size: 12px;
		color: #666;
	}
	.articles li a {
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	.articles li a:hover {
		color: #555;
	}
	
	.pageChooser {
		padding: 1em;
		text-align: center;
	}
	.pageChooser a {
		text-decoration: none;
		color: #666;
	}
	.pageChooser a:hover {
		color: #999;
	}
	.pageChooser a.currentPage {
		color: #333;
		border-bottom: 2px solid #333;
	}
/* news */

/* article */
.articleDate {
	color: #666;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 1em;
}
/* article */

/* gallery */
.gallery {
	margin-top: 4px;
}
.gallery img {
	padding: 2px;
	border: 1px solid #333;
	margin: 5px;
	width: 142px;
}
.gallery img:hover {
	border: 1px solid #666;
}
/* gallery */

/* form */
.ajaxForm input[type="text"]{
	border:1px solid #666;
	padding: 5px;
	font-size: 14px;
}
.ajaxForm input.defaultText{
	width: 213px;
}
.ajaxForm {
	margin-bottom: 1em;
}
.ajaxForm .error {
	color: red;
	font-size: 11px;
	font-style: italic;
	display: block;
}
/* form */

/* concerts */
.leftCol.concert {
	padding: 0px;
}

.concertHeader {
	background: url('img/concert-top-border.png') no-repeat, -webkit-linear-gradient(-45deg, #560000 0%,#330000 30%,#170006 90%);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
	/*border-top: 1px solid #872d28;*/
}

.concertHeader .concertSmallDate {
	border: 1px solid #872d28;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	margin-right: 25px;
}

.concertHeaderInner {
	display: table;
	width: 100%;
}

.concertWideImg {
	width: 100%;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.1);
}
.concertWideImg img {
	width: 100%;
	display: block;
}

.concertHeader, .concertBody {
	padding: 16px;
}
.concertBody {
	background: -webkit-linear-gradient(-60deg, #2f0606 0%,#000000 50%); /* jazz tv #7a0d0d */
	background-size: 100% 300px;
	background-repeat: no-repeat;
	overflow: auto;
	box-shadow: 0px -1px 3px rgba(0,0,0,0.5);
	position: relative;
	z-index: 2;
}

.concertGenre {
	display: block;
	padding: 3px 6px;
	text-transform: uppercase;
	font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: white;
	
	float: right;
	
	border: 1px solid #872d28;
	
	background-image: linear-gradient(bottom, 			rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -o-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -moz-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -webkit-linear-gradient(bottom, 	rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -ms-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
}

.concertRight {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.concertSmallDate {
	float: left;
	display: table-cell;
	width: 75px;
	height: 70px;
	position: relative;
	background-color: #4e0000;
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 12px;
	
	background-image: linear-gradient(bottom, 			rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -o-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -moz-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -webkit-linear-gradient(bottom, 	rgb(75,0,0) 0%, rgb(110,0,0) 90%);
	background-image: -ms-linear-gradient(bottom, 		rgb(75,0,0) 0%, rgb(110,0,0) 90%);
}
.concertSmallDate span {
	width: 75px;
	display: block;
	position: absolute;
	color: white;
}
.concertSmallDate .month {
	top: 47px;
	height: 23px;
	line-height: 11px;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	color: #fff9b4;
	font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.concertSmallDate .date {
	display: block;
	position: absolute;
	top: 0px;
	height: 47px;
	line-height: 42px;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.concertSmallDate .year {
	display: block;
	position: absolute;
	top: 54px;
	height: 22px;
	font-size: 10px;
	text-align: center;
}

.concertSmallDate .month.multidate {font-size: 12px}
.concertSmallDate .date.multidate {font-size: 22px}

.concertTeaser, .concert .images .description {
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff9b4;
}

.longdate {
	
}

.concertStartTime {
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	color: white;
	background-image: linear-gradient(bottom, rgb(78,0,0) 11%, rgb(108,0,0) 57%);
	background-image: -o-linear-gradient(bottom, rgb(78,0,0) 11%, rgb(108,0,0) 57%);
	background-image: -moz-linear-gradient(bottom, rgb(78,0,0) 11%, rgb(108,0,0) 57%);
	background-image: -webkit-linear-gradient(bottom, rgb(78,0,0) 11%, rgb(108,0,0) 57%);
	background-image: -ms-linear-gradient(bottom, rgb(78,0,0) 11%, rgb(108,0,0) 57%);
	font-size: 13px;
	padding: 1px 3px;
	
	display: inline-block;
}
.concertStartTime .altTime {
	font-size: 75%;
	position: relative;
	top: -1px;
	font-family: "GothamBookRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fffbd2;
}

.concertHeader .small {
	font-size: 80%;
	position: relative;
	top: -1px;
	display: none;
}

.concertHeader h2 {
	padding-top: 2px;
	font-size: 25px;
/* 	max-height: 57px; */
	letter-spacing: 1px;
	text-overflow: ellipsis;
}
.concertTitle a {
	color: white;
	text-decoration: none;
}
.concertTitle a:hover {
	opacity: 0.9;
}

.concert .text {
	width: 450px;
	float: left;
}
.text .concertTeaser {
	color: #fffbd1;
}

.langPicker {
	float: right;
}
.langPicker .lang_flag {
	margin-left: 5px;
}
.lang_flag img {
	border: none;
}

.concert .musicians {
	color: white;
	margin-bottom: 14px;
}
.concert .musician_description {
	font-size: 12px;
	color: #fffbd1;
}
.musicians h3 {
	color: white;
}
.musicians h4 {
	color: #aaa;
}
.musicians a {
	color: #fffbdc;
	text-decoration: none;
}
.musicians a:hover, .musicians a:active {
	text-decoration: underline;
}
.musician {
	color: white;
	display: block;
	font-size: 16px;
	margin-bottom: 6px;
}
.musician_name {
	text-transform: uppercase;
}

.concert .images {
	width: 180px;
	float: right;
}
.concert .images img {
	width: 100%;
}
.closeup span {
	display: block;
	margin-top: 10px;
	line-height: 140%;
	color: #666;
}

.concert .images div {
	margin-bottom: 20px;
}
.concert .images div:last-child {
	margin-bottom: 0px;
}

.concert .images .description {
	font-size: 11px;
	display: block;
	text-align: left;
}

.ticketsStatus {
	font-size: 13px;
	font-weight: bold;
}

.tickets {
	padding: 16px 0px;
}

.tickets h2 {
	margin-bottom: 10px;
}

.tickets .small p {
	color: #666;
}

.ticketDate {
	padding-bottom: 20px;
	margin:0;
}

.ticketDate .concertTeaser {
	line-height: 13px;
	padding-bottom: 5px;
}

.ticketDate.media > .img {
	margin-right: 0px;
}

.ticketDate .concertSmallDate {
	height: 60px;
	width: 65px;
	margin-right: 10px;
}

.ticketDate .concertSmallDate span {
	width: 100%;
	display: block;
	position: absolute;
}

.ticketDate .concertSmallDate .month {
	top: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0px;
}
.ticketDate .concertSmallDate .date {
	display: block;
	position: absolute;
	top: 0px;
	height: 30px;
	line-height: 37px;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
}

.ticketWarning {
	color: #6f0000;
}

a.ticketWarning {
	color: #6f0000;
	text-decoration: none;
}
a.ticketWarning:hover {
	opacity: 0.9;
}
a.ticketWarning:active {
	opacity: 0.8;
}

.politikenplus {
	font-size: 12px;
	margin: 10px 0px;
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.politikenplus a {
	text-decoration: none;
}
.politikenplus a:hover {
	color: #666;
}
.politikenplus span {
	display: inline-block;
	line-height: 16px;
	padding-left: 10px;
}

.showMore {
	cursor: pointer;
}
.showMore:hover {
	color: #999;
}
.fold {
	padding-top: 5px;
}

/* concerts */

/* maincat index */
.maincat_children {
	margin-top: 10px;
}

.maincat_children a{
	text-decoration: none;
}

.maincat_children a:hover .two-up, .maincat_children a:hover .one-up {
	background-color: #282828;
}

.maincat_children .two-up {
	width: 307px;
	height: 250px;
}
.maincat_children .one-up {
	width: 624px;
	height: 300px;
}

.maincat_children .two-up, .maincat_children .one-up {
	background-color: #222222;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}

.maincat_children {
	width: 100%;
	overflow: hidden;
	background-size: 100%;
/* 	position: relative; */
}
.maincat_child_image {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #333;
	background-size: 100%;
/* 	position: relative; */
}
.maincat_child_image img {
/*
	position: absolute;
	z-index: 1;
*/
}

.maincat_child_description h2, .maincat_child_description span {
	margin: 6px;
	display: block;
}
.maincat_child_description h2 {
	font-size: 18px;
	border-bottom: 2px solid #333;
	padding-bottom: 2px;
}
.maincat_child_description span {
	font-size: 13px;
	color: #999;
	line-height: 150%;
	margin-right: 5px; /*Fixes ie text flow bug */
}
/* maincat index */

/* gallery index */
.maincat_children.gallery_index .one-up {
	height: auto;
}
.maincat_children.gallery_index img {
	margin: 10px;
	float: left;
}
.maincat_children.gallery_index h2, .maincat_children.gallery_index span {
	margin-left: 0;
	float: right;
	width: 450px;
	margin-right: 10px;
}
.maincat_children.gallery_index h2 {
	margin-top: 10px;
}
.maincat_children.gallery_index span {
}
/* gallery index */

/* buttons */
.button {
	display: inline-block;
	margin: 6px;
	margin-left: 0;
	padding: 6px 12px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 18px;
	color: #4e0000 !important;
	border: 0px;
	
	background: rgb(254,254,254);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(159,153,122,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#9f997a', GradientType=0 );
	
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px -1px 0px rgba(255,255,255,0.3);
	-webkit-transition: all 0.15s ease-out;
}
.button:hover {
	color: #6f0000;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, 								rgb(254,254,254) 0%, 				rgb(179,173,152) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, 	rgb(254,254,254)), color-stop(100%, rgb(179,173,152)));
	background: -webkit-linear-gradient(top, 							rgb(254,254,254) 0%, 				rgb(179,173,152) 100%);
	background: -o-linear-gradient(top, 								rgb(254,254,254) 0%, 				rgb(179,173,152) 100%);
	background: -ms-linear-gradient(top, 								rgb(254,254,254) 0%, 				rgb(179,173,152) 100%);
	background: linear-gradient(to bottom, 								rgb(254,254,254) 0%, 				rgb(179,173,152) 100%);
}
.button:active {
}
.button.disabled {
	cursor: default;
}
.button.disabled:hover {
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-transform: none !important;
	transform: none !important;
}
.button.disabled:active {
}

.button.button-book {
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(159,153,122,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(159,153,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#9f997a', GradientType=0 );
	padding: 4px 8px;
	font-size: 16px;
	font-weight: bold;
}
.button.button-book:hover {
	text-shadow: 0px 0px 5px rgba(242,230,176,0.6);
	-webkit-transform: scale(0.98);
	box-shadow: 0px 0px 20px rgba(255,255,255,0.3);
}

/*
.button.red {
	background-color: #6f0000;
}
.button.orange {
	background-color: #a94c00;
}
.button.green {
	background-color: #067c00;
}
.button.gray {
	background-color: #444;
}
*/
/* buttons */

.separatorTitle {
	text-align: center;
	position: relative;
	height: 16px;
	z-index: 1;
	margin-top: 22px;
	color: #fffbdc;
	font-size: 14px;
	margin-bottom: 10px;
}
.separatorTitle:first-child {
	margin-top: 0px;
}
.separatorTitle span {
	background-color: black;
	padding: 0px 10px;
}
.separatorTitle .dive {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 8px;
	background-color: #333;
	z-index: -1;
}

#toTop {
	width:105px;
    border:1px solid #999;
    background:#333;
    text-align:center;
    padding:10px;
    position:fixed; /* this is the magic */
    bottom:10px; /* together with this to put the div at the bottom*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#999;
    font-size:13px;
    text-transform: uppercase;
    line-height: 150%;
}
#toTop:hover {
	background: #444;
}

.addthis_toolbox {
	margin-top: 10px;
}

a.button-red {
	color: #fffbdc;
	text-decoration: none;
	padding: 4px 10px;
	
	font-size: 125%;
	
	text-transform: uppercase;
	letter-spacing: 1px;
	
	border: 1px solid rgba(255,251,220, 0.5);
	border-radius: 6px;
	
	-webkit-transition: all 0.3s ease-out;
	
	box-shadow: 0px 0px 10px rgba(255,251,220, 0);
	
	background: #7a0019; /* Old browsers */
	background: -moz-linear-gradient(top, #7a0019 0%, #490000 70%, #330011 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a0019 0%,#490000 70%,#330011 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0019', endColorstr='#330011',GradientType=0 ); /* IE6-9 */
}
a.button-red:hover {
	-webkit-transform: scale(0.99);
	
	background: #93000e; /* Old browsers */
	background: -moz-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  	#93000e 0%,#630300 50%,#550011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* IE10+ */
	background: linear-gradient(to bottom,  	#93000e 0%,#630300 50%,#550011 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93000e', endColorstr='#330011',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0px 0px 10px rgba(255,251,220, 0.3);
}

a.jazztv-button {
	float: right;
	clear: both;
	color: #fffbdc;
	text-decoration: none;
	
	padding: 4px 16px;
	
	font-size: 150%;
	
	text-transform: uppercase;
	letter-spacing: 1px;
	
	border: 1px solid rgba(255,251,220, 0.5);
	border-radius: 6px;
	
	-webkit-transition: all 0.3s ease-out;
	
	box-shadow: 0px 0px 10px rgba(255,251,220, 0);
	
	background: #7a0019; /* Old browsers */
	background: -moz-linear-gradient(top, #7a0019 0%, #490000 70%, #330011 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7a0019 0%,#490000 70%,#330011 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7a0019 0%,#490000 70%,#330011 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a0019', endColorstr='#330011',GradientType=0 ); /* IE6-9 */
}
a.jazztv-button:hover {
	-webkit-transform: scale(0.99);
	
	background: #93000e; /* Old browsers */
	background: -moz-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  	#93000e 0%,#630300 50%,#550011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  		#93000e 0%,#630300 50%,#550011 100%); /* IE10+ */
	background: linear-gradient(to bottom,  	#93000e 0%,#630300 50%,#550011 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93000e', endColorstr='#330011',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0px 0px 10px rgba(255,251,220, 0.3);
}

.page-jazz-tv a.jazztv-button.default {
	display: none;
}

#livetv-player {
	min-height: 383px;
	background: url('img/spinner_64x64.gif') center center no-repeat;
	margin-bottom: 20px;
}

#livetv-player object {
	width: 680px;
	height: 465px;
}

.pageTitle {
	display: block;
	overflow: auto;
}
#concert_picker {
	-webkit-user-select: none;
}
#concert_picker .ui-datepicker .ui-datepicker-prev {
	top: inherit;
	left: 1px;
}
#concert_picker .ui-datepicker .ui-datepicker-next {
	top: inherit;
	right: 1px;
}
#concert_picker .ui-datepicker-header .ui-state-hover {
	border: none;
	background-color: rgba(0,0,0,0.1);
	border-radius: 2px;
}
#concert_picker .ui-datepicker-header {
	padding: 8px 0px;
}
#concert_picker .ui-datepicker-title {
	line-height: 105%;
}
#concert_picker .ui-datepicker-title:before {
	content: "Concerts in";
	display: block;
	font-size: 11px;
	color: #fff9b4;
}

.video-list-container {
}
#video_list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	position: relative;
	top: -5px;
	left: -5px;
}
#video_list li {
	display: block;
	margin: 0;
}
#video_list li a {
	overflow: auto;
	display: table;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 1px;
	-webkit-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}
#video_list li a:hover {
	background-color: #1a1a1a;
	-webkit-transition: all .1s ease-out;
	        transition: all .1s ease-out;
}
.video-list-thumbnail img {
	width: 110px;
}
.video-list-title {
	text-transform: uppercase;
}
.video-list-description {
	font-size: 11px;
	display: block;
	margin-top: 2px;
	color: #555;
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
 * Mobile styles - Please keep these at the bottom of the stylesheet.
 */

/* Tablet */
@media only screen and (max-device-width: 1024px){ /* iPad */
	#page {
		padding-left: 10px;
		padding-right: 10px;
	}
	#toTop {
		display: none !important;
	}
}

.mobile {
	display: none; /* Hide mobile styles from pc */
}

.mobileButton {
	cursor: pointer;
	z-index: 2;
	font-family: "GothamBoldRegular", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 4px;
	border: 1px solid #872d28;
	background: -webkit-linear-gradient(rgb(110,0,0) 0%, rgb(75,0,0) 100%);
	box-shadow: 0px -1px 0px rgba(0,0,0,0.67);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
	text-decoration: none;
	color: #fff9b4;
}
a.mobileButton {
	text-decoration: none;
}

.mobileSwitch {
	padding: 20px;
	text-align: center;
}
.mobileSwitch a.mobileButton {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}