body {
	background-color: #000;
}

#content {
	width: 100%;
}

/**
	Basis elementen
*/

#music {
	margin-top: 225px;
}

#music div.blauw {
	border-left: 4px solid #3C77BC;
}

#music div.rood {
	border-left: 4px solid #E12E2E;
}

#music div.links {
	float: left;
	clear: right;
	width: 630px;
	position: relative;
}

#music div.rechts {
	float: left;
	clear: right;
	width: 297px;
	margin-left: 11px;
	margin-top: 44px;
}

#music div.breed {
	float: left;
	clear: right;
	width: 900px;
	position: relative;
}

/**
	Top & Logo
*/

#music div.top {
	margin-left: 5px;
	margin-top: 5px;
}

#music div.top div.logo {
	width: 135px;
	height: 40px;
	float: left;
	clear: right;
	padding-left: 20px;
	padding-top: 4px;
	background-color: #505050;
}

/**
	Menu
*/
#music div.top div.menu {
	float: left;
	clear: right;
	position: relative;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
}

#music div.top div.menu ul {
}

#music div.top div.menu ul li {
	float: left;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-top: 14px;
}

#music div.top div.menu ul li a,
#music div.top div.menu ul li a:link,
#music div.top div.menu ul li a:visited,
#music div.top div.menu ul li a:active,
#music div.top div.menu ul li a:hover {
	padding: 0 15px;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: url(../music/images/bg_menu_a.gif) repeat-x;
}

#music div.top div.menu ul li.actief a,
#music div.top div.menu ul li.actief a:link,
#music div.top div.menu ul li.actief a:visited,
#music div.top div.menu ul li.actief a:active,
#music div.top div.menu ul li.actief a:hover {
	background: url(../music/images/bg_menu_a_active.gif) repeat-x;
}

#music div.top div.menu ul li:first-child a {
	padding-left: 59px;
}

#music div.top div.menu ul li:last-child a {
	padding-right: 5px;
}

/*#music div.top div.menu ul li:last-child {
	background: url(../music/images/bg_menu_right.png) no-repeat right;
	padding-right: 29px;
}

#music div.top div.menu ul li.actief:last-child {
	background: url(../music/images/bg_menu_right_actief.png) no-repeat right;
	padding-right: 29px;
}*/

#music div.top div.menu ul li.last {
	background: url(../music/images/bg_menu_right.png) no-repeat right;
	padding-right: 29px;
}

#music div.top div.menu ul li.last.actief {
	background: url(../music/images/bg_menu_right_actief.png) no-repeat right;
	padding-right: 29px;
}

#music div.top div.menu div.over {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 45px;
	background: url(../music/images/bg_over.png) no-repeat;
}

/**
	Vlakken
*/

#music div.body {
	clear: both;
	background-color: #505050;
	padding: 12px;
}

#music div.guide,
#music div.tweets {
	clear: both;
	background-color: #2B2B2B;
	padding: 12px;
	color: #A9A9A9;
}

#music div.guide h2,
#music div.tweets h2 {
	color: #FFF;
}

#music div.body.smal,
#music div.guide.smal,
#music div.tweets.smal {
	width: 592px;
	margin-left: 5px;
}

#music div.body.breed {
	margin-left: 5px;
}

/**
	Youtube op home
*/
#music div.youtube {
	margin-left: 5px;
}

#music div.youtube div.video {
	background-color: #2B2B2B;
	width: 139px;
	height: 75px;
	float: left;
	clear: right;
	border-right: 4px solid #304994;
	margin-left: 16px;
}

#music div.youtube div.video:first-child {
	margin-left: 0;
}


#music div.youtube div.video div.thumb {
	border-right: 4px solid #3C77BC;
	height: 75px;
	position: relative;
}

#music div.youtube div.video div.thumb img {
	padding: 4px;
	background-color: #505050;
	position: absolute;
}

#music div.youtube div.video div.thumb img.overlay {
	background-color: transparent;
}

/**
	Kalender op home
*/
#music div.home_kalender {
	width: 287px;
	/*margin: 5px 0 0 0;*/
	margin-left: 5px;
}

#music div.home_kalender div.item {
	background: #2B2B2B;
	margin-bottom: 12px;
}

#music div.home_kalender div.item:last-child {
	margin-bottom: 0;
}

#music div.home_kalender div.item div.img {
	background-color: #3C77BC;
	width: 138px;
	height: 96px;
	float: left;
	clear: right;
	border-right: 4px solid #304994;
}

#music div.home_kalender div.item div.img img {
	border: 4px solid #505050;
	border-right: none;
}

#music div.home_kalender div.item div.omschrijving {
	width: 128px;
	height: 76px;
	float: left;
	clear: right;
	padding: 10px 8px;
	position: relative;
	font-size: 10px;
	line-height: 1.2em;
	color: #A9A9A9;
}

#music div.home_kalender div.item div.omschrijving h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	color: #FFF;
}

#music div.home_kalender div.item div.omschrijving h2 a,
#music div.home_kalender div.item div.omschrijving h2 a:link,
#music div.home_kalender div.item div.omschrijving h2 a:visited,
#music div.home_kalender div.item div.omschrijving h2 a:active,
#music div.home_kalender div.item div.omschrijving h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#music div.home_kalender div.item div.omschrijving h2 a:hover {
	text-decoration: underline;
}

#music div.home_kalender div.item div.omschrijving img.meerinfo {
	position: absolute;
	right: 8px;
	bottom: 10px;
}

/**
	Grote kalender
*/
#music div.grote_kalender {
	width: 928px;
	margin-left: 5px;
}

#music div.grote_kalender div.item {
	background: #2B2B2B;
	float: left;
	clear: right;
	width: 297px;
	margin-right: 18px;
}

#music div.grote_kalender div.item.last {
	margin-right: 0px;
}

#music div.grote_kalender div.item div.img {
	background-color: #3C77BC;
	width: 138px;
	height: 96px;
	float: left;
	clear: right;
	border-right: 4px solid #304994;
}

#music div.grote_kalender div.item div.img img {
	border: 4px solid #505050;
	border-right: none;
}

#music div.grote_kalender div.item div.omschrijving {
	width: 128px;
	height: 76px;
	float: left;
	clear: right;
	padding: 10px 8px;
	position: relative;
	font-size: 10px;
	line-height: 1.2em;
	color: #A9A9A9;
}

#music div.grote_kalender div.item div.omschrijving h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	color: #FFF;
}

#music div.grote_kalender div.item div.omschrijving h2 a,
#music div.grote_kalender div.item div.omschrijving h2 a:link,
#music div.grote_kalender div.item div.omschrijving h2 a:visited,
#music div.grote_kalender div.item div.omschrijving h2 a:active,
#music div.grote_kalender div.item div.omschrijving h2 a:hover {
	color: #FFF;
	text-decoration: none;
}

#music div.grote_kalender div.item div.omschrijving h2 a:hover {
	text-decoration: underline;
}

#music div.grote_kalender div.item div.omschrijving img.meerinfo {
	position: absolute;
	right: 8px;
	bottom: 10px;
}

/**
	Event detailpagina
*/
#music div.event {
}

#music div.event div.afbeelding {
	width: 414px;
	float: left;
	clear: right;
}

#music div.event div.afbeelding img {
	border: 4px solid #2B2B2B;
}

#music div.event div.logo {
	width: 162px;
	float: left;
	clear: right;
	margin-left: 13px;
}

#music div.event div.titel {
	position: relative;
	margin-bottom: 15px;
}

#music div.event div.titel h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

#music div.event div.titel div.datum_locatie {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: bold;
}

#music div.event div.genre {
	margin-top: -10px;
	font-size: 10px;
}

/**
	Witte hoekjes om de vakken
*/

#music div.hoekjes_smal_top {
	width: 630px;
	height: 48px;
	background: url(../music/images/hoekjes_smal_top.gif);
	position: absolute;
}

#music div.hoekjes_smal_boven {
	width: 630px;
	height: 4px;
	background: url(../music/images/hoekjes_smal_boven.gif);
}

#music div.hoekjes_smal_onder {
	width: 630px;
	height: 4px;
	background: url(../music/images/hoekjes_smal_onder.gif);
}

#music div.hoekjes_rechts_boven {
	width: 297px;
	height: 4px;
	background: url(../music/images/hoekjes_rechts_boven.gif);
}

#music div.hoekjes_rechts_onder {
	width: 297px;
	height: 4px;
	background: url(../music/images/hoekjes_rechts_onder.gif);
}

#music div.hoekjes_breed_top {
	width: 938px;
	height: 48px;
	background: url(../music/images/hoekjes_breed_top.gif);
	position: absolute;
}

#music div.hoekjes_breed_boven {
	width: 938px;
	height: 4px;
	background: url(../music/images/hoekjes_breed_boven.gif);
}

#music div.hoekjes_breed_onder {
	width: 938px;
	height: 4px;
	background: url(../music/images/hoekjes_breed_onder.gif);
}

#music div.topmarge {
	margin-top: 12px;
}

/**
	WIDGETS
*/
#music div.widgets {
	color: #A9A9A9;
}

#music div.widgets div.widgetBox {
	margin-bottom: 12px;
}

#music div.widgets div.widgetBox div.widgetBoxtop {
	width: 297px;
	height: 4px;
	background: url(../music/images/hoekjes_rechts_boven.gif);
}

#music div.widgets div.widgetBox div.widgetBoxmiddle {
	margin-left: 5px;
	width: 263px;
	padding: 10px;
	background-color: #2B2B2B;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle span.expanderBTN {
	display: none;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle span.widgetTitle {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle p {
	margin: 0;
	padding-bottom: 8px;
}

#music div.widgets div.widgetBox div.widgetBoxbottom {
	width: 297px;
	height: 4px;
	background: url(../music/images/hoekjes_rechts_onder.gif);
}

#music div.widgets div.widgetBox div.widgetBoxmiddle a,
#music div.widgets div.widgetBox div.widgetBoxmiddle a:link,
#music div.widgets div.widgetBox div.widgetBoxmiddle a:visited,
#music div.widgets div.widgetBox div.widgetBoxmiddle a:active,
#music div.widgets div.widgetBox div.widgetBoxmiddle a:hover {
	color: #A9A9A9;
}

/**
	SORTEREN
*/
#music div.sorteer {
	display: inline-block;
	float: left;
	font-weight: bold;
}

#music div.sorteer span {
	font-weight: normal;
	margin-right: 10px;
}

#music div.sorteer a,
#music div.sorteer a:link,
#music div.sorteer a:visited,
#music div.sorteer a:active,
#music div.sorteer a:hover {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: red;
	background-image: url(../music/images/bg_sorteer.png);
	background-position: -200px 0;
	background-repeat: no-repeat;
	padding: 0 10px;
	text-decoration: none;
}

#music div.sorteer a.actief,
#music div.sorteer a.actief:link,
#music div.sorteer a.actief:visited,
#music div.sorteer a.actief:active,
#music div.sorteer a.actief:hover {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: black;
	background-image: url(../music/images/bg_sorteer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 10px;
	text-decoration: none;
}

/**
	PAGENAV
*/
#music div.pagenav {
	font-weight: bold;
	display: inline-block;
	float: right;
}

#music div.pagenav span {
	font-weight: normal;
	margin-right: 10px;
}

#music div.pagenav a,
#music div.pagenav a:link,
#music div.pagenav a:visited,
#music div.pagenav a:active,
#music div.pagenav a:hover {
	display: inline-block;
	width: 19px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: red;
	background-image: url(../music/images/bg_pagenav.png);
	background-position: -19px 0;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}

#music div.pagenav b {
	display: inline-block;
	width: 19px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-color: black;
	background-image: url(../music/images/bg_pagenav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: center;
}

#music div.pagenav b a,
#music div.pagenav b a:link,
#music div.pagenav b a:visited,
#music div.pagenav b a:active,
#music div.pagenav b a:hover {
	background-color: transparent;
	background-image: none;
}

/**
	DIVERS
*/
#music img.left {
	float: left;
	margin: 5px 5px 5px 0;
}

#music img.right {
	float: right;
	margin: 5px 0 5px 5px;
}

/**
	TWITTER
*/
#music div.tweet {
	margin: 0;
	margin-left: -12px;
}

#music .tweet,
#music .query {
	color: #A9A9A9;
}

#music .tweet .tweet_list,
#music .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#music .tweet .tweet_list .awesome,
#music .tweet .tweet_list .epic,
#music .query .tweet_list .awesome,
#music .query .tweet_list .epic {
     text-transform: uppercase; 
}

#music .tweet .tweet_list li,
#music .query .tweet_list li {
     overflow-y: auto;
     overflow-x: hidden;
}

#music .tekst_gadget {
	padding: 2px 0px 2px 12px;
	background: url('../music/images/bg_tweet.gif') no-repeat 0 5px; 
}

#music .rood .tekst_gadget {
	padding: 2px 0px 2px 12px;
	background: url('../music/images/bg_tweet_rood.gif') no-repeat 0 5px; 
}

#music div.tweets .tekst_gadget {
	position: relative;
	padding-right: 165px;
	color: #A9A9A9;
}
	 
#music .date_gadget {
	font-size:10px;
	display: none;
}

#music div.tweets .date_gadget {
	font-size:10px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	color: #A9A9A9;
}

#music .bekijk_twitter {
	display: none;
	/*float: none;
	margin-left: 90px;*/
}

#music .logo_gadget {
	display: none;
}

#music .tweet .tweet_list li a,
#music .query .tweet_list li a {
	text-decoration: underline;
    color: #FFF;
    color: #A9A9A9; 
}
	
#music .tweet .tweet_list .tweet_even,
#music .query .tweet_list .tweet_even {
      background: url('../images/trans_bg_gadget.png') repeat; 
      background-image: none;
}
	  
#music .tweet .tweet_list .tweet_avatar,
#music .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
}
	  
#music .tweet .tweet_list .tweet_avatar img,
#music .query .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}

#music .border_gadget{
	width:100%;
	height:1px;
	background: url('../images/border_gadget.png') repeat-x; 
	background-image: none;
}

#music .tweet p.loading {
	padding-left: 10px;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle div.tweet {
	margin: 0;
	margin-left: -10px;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query {
	color: #A9A9A9;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list .awesome,
#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list .epic,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list .awesome,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list .epic {
     text-transform: uppercase; 
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list li,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list li {
     overflow-y: auto;
     overflow-x: hidden;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tekst_gadget {
	padding: 2px 0px 2px 12px;
	background: url('../music/images/bg_tweet.gif') no-repeat 0 3px; 
}
	 
#music div.widgets div.widgetBox div.widgetBoxmiddle .date_gadget {
	font-size:10px;
	display: none;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .bekijk_twitter {
	/*display: none;*/
	display: inline-block;
	float: none;
	margin-left: 90px;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .logo_gadget {
	display: none;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list li a,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list li a {
	text-decoration:none;
    color: #A9A9A9; 
}
	
#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list .tweet_even,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list .tweet_even {
      background: url('../images/trans_bg_gadget.png') repeat; 
      background-image: none;
}
	  
#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list .tweet_avatar,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
}
	  
#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet .tweet_list .tweet_avatar img,
#music div.widgets div.widgetBox div.widgetBoxmiddle .query .tweet_list .tweet_avatar img {
        vertical-align: middle; 
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .border_gadget{
	width:100%;
	height:1px;
	background: url('../images/border_gadget.png') repeat-x; 
	background-image: none;
}

#music div.widgets div.widgetBox div.widgetBoxmiddle .tweet p.loading {
	padding-left: 10px;
}

/**
	Mobile Guide
*/
#music #mobile_guide_form {
}

#music #mobile_guide_form input {
	background-color: #555555;
	border: 1px solid #A9A9A9;
	font-family: "Arial";
	font-size: 12px;
	color: #989898;
	width: 148px;
	height: 17px;
	padding: 1px 5px;
}

#music #mobile_guide_form img.button {
	background-color: transparent;
	border: none;
	width: 78px;
	height: 21px;
	padding: 0;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 15px;
}

#music #mobile_guide_error {
	display: none;
	color: #E02D2D;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../music/images/bg_mobile_guide_fout.gif) no-repeat 5px 5px #FFF;
	padding: 4px 10px 4px 30px;
}

#music #mobile_guide_ok {
	display: none;
	background-color: #636363;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 4px 10px;
	line-height: 1.3em;
}

#music #mobile_guide_ok p {
	padding: 0;
	margin: 0;
}

#music #mobile_guide_form span.select {
	display: inline-block;
	background-color: #555555;
	border: 1px solid #A9A9A9;
	width: 248px;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	margin-top: -1px;
	/*margin-left: 15px;*/
}

#music #mobile_guide_form span.select select {
	width: 245px;
	background-color: #555555;
	border: 1px solid #555555;
	color: #989898;
	font-family: "Arial";
	font-size: 12px;
}

#music h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

#music h2 img {
	float: right;
	margin-bottom: 8px;
}

#music div.element1 {
	height: 21px;
	width: 180px;
	line-height: 21px;
	vertical-align: middle;
	float: left;
	clear: right;
}

#music div.element2 {
	height: 21px;
	width: 275px;
	line-height: 21px;
	vertical-align: middle;
	float: left;
	clear: right;
}

#music div.element3 {
	height: 21px;
	width: 80px;
	line-height: 21px;
	vertical-align: middle;
	float: left;
	clear: right;
}

#music #mobile_guide_form div.element3 img.button {
	margin-left: 0;
	margin-top: -1px;
}
