/*
Theme Name: toxic.fm
Theme URI: http://toxic.fm
Description: Template für toxic.fm
Author: Chris Thomann - IT Economy GmbH
Author URI: http://www.iteconomy.ch
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*::selection {
	background: #c2191c; /* Safari */
	}
*::-moz-selection {
	background: #c2191c; /* Firefox */
}
body {
	background-color:#000;
	color:#fff;
	margin:0;
	font-family: "Fedra Sans Book";
	font-style: normal;
	font-weight: normal;
	line-height:160%;
	font-size:14px;
}
#container {
	width:1024px;
	margin:0 auto;
}
header{
	background-image:url(images/header-background.png);
	background-repeat:no-repeat;
	height:125px;
	position:relative;
	border-bottom:1px solid #323232;
}
#logo {
	margin-top:35px;
	margin-left:64px;
	position: relative;
	z-index: 10;
	border:none;
}

#mainnav {
	font-family: "Fedra Sans Bold", arial;
	font-style: normal;
	font-weight: normal;
	font-size:14px;
	position:absolute;
	top:85px;
	padding-bottom:20px;
	width:100%;
	box-sizing:border-box;
	padding-right:45px;
	text-align:right;
	text-transform:uppercase;
}
#servicenav {
	font-family: "Fedra Sans Light", arial;
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	position:absolute;
	top:10px;
	right:45px;
}
#servicenav a {
	color:#b3b3b3;
}
#mainnav ul, #servicenav ul{
    margin: 0;
    padding: 0;
    float:right;
}
#mainnav li, #servicenav li{
    list-style: none;
    margin: 0;
    margin-left:10px;
    padding: 0;
    float:left;
}
#mainnav a {
    font-weight:normal;
}
#content {
	float:left;
	width:1024px;
	padding-top:20px;
	padding-bottom:100px; /*padding for fixed footer */
}
#content.page {
	width:1024px;
	/*margin-left:64px;*/
}
#archive_list {
	float:left;
	padding-bottom:100px; /*padding for fixed footer */
}

footer {
	position:fixed;
    bottom:0px;
	height:60px;
	width:1024px;
	background-color:black;
	padding-left:64px;
	z-index:100;
}

a {
	color:#fff;
	text-decoration:none;
    font-family: "Fedra Sans Bold", arial;
}
a:hover, .current-menu-item a, #servicenav .current-menu-item a, #servicenav a:hover {
	color:#d50000;
}

input, textarea {
	background-color:#d1d1d1;
}

.page-content a {
	color:#d50000;

}
.page-content a:hover {
	color:#800000;
}


h1 {
	font-family: "Fedra Sans Bold", arial;
	font-style: normal;
	font-weight: normal;
	font-size:25px;
	color:#fff;
	margin-top:0;
}
h2 {
	font-family: "Fedra Sans Light", arial;
	font-style: normal;
	font-weight: normal;
	font-size:25px;
    color:#fff;
    line-height: 100%;
    margin-bottom: 0px;
    padding:0px 10px 0px 10px;
}
.block:hover h2 {
    color:#fff;
}
.block p {
	font-family: "Fedra Sans Bold";
	font-style: normal;
	font-weight: normal;
	margin:0;
    padding:0px 10px 0px 10px;
}


.block {
	display:block;
	float:left;
	position:relative;
	width:255px;
	height:260px;
	margin: 0px 1px 1px 0px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	font-size:15px;
	cursor:pointer;
    overflow:hidden;
    z-index: 2;
}

/* block dark overlay */
.block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, 0.5);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index:3
}
.block.team:before, .block.onair:before {
    background: rgba(255,0,0, 0.5);
}
.block:hover:before {
    background: none;
}
.block p, .block h2, .block a, .block div, .block img {
    position: relative;
    z-index: 4;
}

.block.bright:before {
    display: none;
}


.block.wide {
	width:511px;
}
.block.halfheight {
    height:127px;
}
.block.facebook {
	padding:0px;
}
.block.playlist {
    width:170px;
    background-size: 170px 159px;
	background-position: bottom;
	background-color:#222222;
}
#playlist div:nth-child(2) .playlist{
	background-color:#000;
}
.block.playlist:last-child {
    margin:0;
}
.block.playlist h1 {
	font-size:20px;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:10px;
}
.block.playlist h2 {
	font-size:14px;
}
.block.playlist p {
	white-space:nowrap;
}

.home .firstlevel {
	height:320px;
}
.home .secondlevel {
	height:260px;
}
.home .secondlevel.halfheight {
	height:130px;
}


/* special blocks */
.block.onair {
	height:160px;
}
.block.musikwunsch {
	height:159px;
	background-color:#004741;
}
.block.nachricht_ins_studio {
	height:159px;
	background-color:#004741;
}
.block.livestream {
	background-color:#003147;
}
.team .block {
	height:340px;
}
.block.team h2 {
	margin-top:300px;
	font-family: "Fedra Sans Bold", arial;
}
.block.album_of_the_week {
	background-size: 255px 245px;
	background-position: top;
	background-color:#222222;
}
.block.album_of_the_week h2 {
	margin-top:260px;
}


.block.agenda {
	background-color:#805700;
}
.block.agenda ul {
	margin-top:5px;
	margin-left:10px;
	padding-left:0;
	list-style-type: none;
}
.block.agenda .event {
	display:block;
	width:117px;
	height:60px;
	border:1px solid black;
	float:left;
	font-size:12px;
	background-color:#222222;
	padding-left:10px;
	overflow:hidden;
}
.block.agenda .event-title h3 {
	line-height:100%;
}
.block.agenda .event:first-child {
	border-right-width:0px;
}
.block.agenda .startdate div {
	display:inline;
	margin-right:3px;
	font-family: "Fedra Sans Book";
	font-style: normal;
	font-weight: normal;
	line-height:160%;
	font-size:14px;
}
.block.agenda .end-date div {
	display:none;
}



/* headers green for programm */
.parent-pageid-8 h1 {
    color:#00eb00;
}

.team .block h2 {
	font-size: 18px;
	white-space:nowrap;
}



/* page styles */
.page-left {
	width:448px;
	float:left;
}
.page-right {
	width:512px;
	float:right;
}


/* Playlist table */
.playlist thead {
    font-family: "Fedra Sans Bold", arial;
}
.playlist table {
	color:#d1d1d1;
}
.playlist table td:first-child {
	color:#d80000;
}



/* Basic jQuery Slider essential styles */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
.bjqs-next a, .bjqs-prev a {
font-size:25px;
font-family: "Fedra Sans Bold", arial;
padding:10px;
}



/* styles for event list plugin */
.event-list .startdate, .event-list .enddate {
    background-color:#323232 !important;
    margin-left:0px !important;
}
.multi-day {
    margin-left:50px !important;
}

.event-content {
    font-size:inherit !important;
}

.event-content p {
    margin:0;
}
.agenda div.event-list {
    display:inline !important;
    width:255px !important;
    overflow:hidden !important;
}
.agenda .startdate {
    background-color:transparent !important;
}
.agenda .event-year {
    display:none;
}
.agenda h3 {
    margin:0;
    font-size:14px;
}
.agenda .multi-day {
	margin:0 !important;
}
strong.event {
	margin-bottom:20px;
}



/* Banner Styles */
.skyscraper {
	position:absolute;
	margin-left:1040px;
	width:120px;
	height:600px;
	background-color:#323232;
}
.leaderboard {
	float:left;
	width:728px;
	height:90px;
	background-color:#323232;
	margin:0px 20px;
	padding:0;
}
.leaderboard_block {
	height:90px;
}
.lokalbanner {
	float:left;
	height:260px;
	width:255px;
	background-color:#323232;
	padding: 46px
}


.sponsor {
	float:left;
	margin-right:20px;
}


#fsb-social-bar {
	background-color:transparent !important;
	border:0px !important;
}
/* hide social bar on sponso posts */
.sponsor #fsb-social-bar{
	display:none;
}

.caption {
	color: #555;
	font-size: 12px;
}

/* banner ads */
.ad_desktop.wideboard {
	width: 994px;
	height: auto;
	margin:0 auto;
	margin-bottom:20px;
}
.ad_desktop.halfpage {
	margin-left:1044px;
	margin-top:20px;
	width: 300px;
	height: 600px;
}


/* small layout for mobile */
@media screen and (max-width: 1023px) {

  #logo {
	margin-top:0px;
	margin-left:5px;
  }
  #container {
    width:512px;
  }
  #header {
	background-position:center;
  }
  #content {
  	width:512px;
  }
  #content.page {
  	width:448px;
  }
  .page-image img {
  	margin-left:32px;
  }
  .page-right {
  	float:left;
	margin-top:20px;
  }

  .skyscraper, .leaderboard, .leaderboard_block, .ad_desktop {
  	display:none;
  }

}