/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* RESET */

* { padding: 0; margin: 0; }


body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	background-color:#000000;
	background-image: url(../images/bgok1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#headertop {
	background-image: url(../images/bgheader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:5px;
}

#header {
	margin: 0 auto;
	color: #333;
	width:100%;
	height: 205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}



#contentcolumn {
	width: 870px;
	float: left;
	color:#EEE;
	background-color:#000000;
	min-height:420px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}


#leftcolumn {
	color: #FFF;
	margin: 0px;
	width: 500px;
	float: left;
	}
	

#rightcolumn {
	float: right;
	color:#FFF;
	width: 330px;
	margin-right:20px;
	position:relative;
	margin-top:50px;
}

#rightcolumnprog {
	float: right;
	color:#FFF;
	width: 330px;
	margin-right:20px;
	position:relative;
	margin-top:20px;
}

#righttopcolumn {
	float: right;
	color:#FFF;
	width: 340px;
	margin-right:10px;
	position:relative;
}

/* left right 20% */

#leftcolumn50 {
	margin: 0px;
	width: 410px;
	float: left;
	}
	
#rightcolumn50 {
	margin: 0px;
	width: 410px;
	float: right;
	}

a:active, a:focus { outline-style: none; -moz-outline-style:none; }



#contact {
	width:500px;
	padding-top:40px;
	height:40px;
	float:right;
	text-align:right;
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
	text-transform:uppercase;
	}

#preloader {
	height:900px;
	background-color:#000000;
	color:#C626C6; 
	text-align:center;
	font-size:24px;
	padding-top:100px;
	cursor: wait;
	}


/*-------- FOOTER START---------*/
#footer {
	width: 860px;
	clear: both;
	color: #FFF;
	background-color:#000000;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#footer ul {
	list-style: none;
	padding-right: 1em;
	padding-left: 1em;
	text-align:center;
	font-size:0.8em;
}

#footer li {
	display: inline;
	margin: 0;
	padding-top: 0;
	padding-right: 0.9em;
	padding-bottom: 0;
	padding-left: 0.9em;
}

#footer a {
 margin-left: 3px; /* Width of the graphic */
 text-decoration:none;
 color:#666666;
}
#footer a:hover {
 color:#EEE;
 text-decoration:underline;
}




/*-------- FOOTER END---------*/


/*--------- OPMAAK HEADERS ---------*/

h1 {
	font-size:30px;
	color:#323232;
	font-weight:bold;
	padding-bottom:7px;
	}
	
	
h2 {
	font-size:1em;
	color:#666666;
	text-transform:uppercase;
	background-color:#111111;
	width:110px;
	padding-left:10px;
	padding-top:5px;
	}
	

h3 {
	font-size:1.3em; 
	color:#C626C6; 
	padding-bottom: 4px;
}


h4 {
	font-size:1em; 
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	}
	

h5 {
	font-size:13px;
	color:#333333;
	}
	
h6 {
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	}
	
/* NAVIGATION */
#nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none; /* new property added */
}

#nav ul li, 
#nav ul li a {
  float: left;
  display: block;
}

#nav ul li a {
  padding: 10px 25px;
  font-size: 1.5em;
  background-color: #000;
  color: #FFF;
}
 
#nav ul li a:hover {
  color:#FF00FF;
  background-color: #4B0082;
}


	
	
/*--------- OPMAAK ---------*/

table tr td {
vertical-align:top;
}
	
.datum {
font-size:9px;
color:#666666;
}

.leesverder {
font-size:10px;
}

.leesverder a {
	color:#663333;
	text-decoration:underline;
}

.leesverder a:hover {
	color:#000000;
	text-decoration:underline;
}


.black {
color:#000000;
}

.white {
color:#FFFFFF;
}

.yellow {
color:#ECCF47;
}

.small {
font-size:0.8em;
}

.noview {
display:none;
}

.margr20 {
margin-right:20px;
}

	/* links
******************************************/


#rightcolumn a img{ 
border:1px;
border-color:#CCCCCC; 
} 

#rightcolumn a:hover img{ 
border-color:#00FF00;
} 
	
a {
	color:#72B6FF;
	text-decoration:underline;
}

a:hover {
	color:#E9028C;
	text-decoration:underline;
}


#imhoover a img {
border:#000;
}

#imhoover a img:hover {
	border: #00BFFF;
}

#concentcolumn a img {
border:none;
}

.thumbnail{
	background-color: #999999;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}	


/* FORMULIER */
#leftcontact {
	margin: 0px;
	width: 310px;
	height:340px;
	float: left;
	background-image: url(../images/bgrequest.png);
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	color:#000000;
	background-repeat: no-repeat;
	}

	.contactinput {
	padding:5px;
	background-color:#DDDDDD;
	border:1px solid #333; 
	padding:3px;
	font-size:1.2em;
	letter-spacing:1px;
	margin-bottom:5px;
	width:245px;
	}


	.contactbutton {
	width: 160px;
	height: 37px;
	background: transparent url(../images/contactbutton.png) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	}
	
	.contactbutton:hover {
	background: transparent url(../images/contactbutton.png) no-repeat 0 -37px;
	}
	
	.unsubbutton {
	width: 212px;
	height: 37px;
	background: transparent url(../images/unsubscribebutton.png) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	}
	
	.unsubbutton:hover {
	background: transparent url(../images/unsubscribebutton.png) no-repeat 0 -37px;
	}
	
	
	
	.listenbutton {
	width: 327px;
	height: 37px;
	background: transparent url(../images/listentobutton.jpg) no-repeat;
	outline: none;
	border: none;
	cursor : pointer;
	}
	
	.listenbutton:hover {
	background: transparent url(../images/listentobutton.jpg) no-repeat 0 -37px;
	}




textarea {
	font-family:Helvetica,Geneva, Arial,  sans-serif;
	width: 240px;
}


/*messages after forms */
	.message_red {
	width:100%;
	height:50px;
	font-size:1.6em;
	color:#000;
	background-color:#FFA1A1;
	border:none;
	text-align:center;
	padding-top:20px;
	margin-bottom:15px;
	background-image: url(../images/bgmsgred.png);
	background-repeat: repeat-x;
	background-position: left top;
}

	.message_green {
	width:100%;
	height:50px;
	font-size:1.6em;
	color:#000;
	background-color:#B4D980;
	text-align:center;
	padding-top:20px;
	margin-bottom:15px;
	background-image: url(../images/bgmsggreen.png);
	background-repeat: repeat-x;
	background-position: left top;
}


/* playing now */

#playing {
	width:480px;
	padding:5px;
	background-color:#111111;
	margin:0;
	}
	
#playing a img {
	border:#FFFFFF;
	}
	
#playing a:hover img {
	border:#C626C6;
	}
	
.pldetails {
	font-size:0.9em;
	}	
	
	
.white1 {
 	font-weight:bold;
	font-size:1.2em;
	}
	
.white2 {
 	font-weight:bold;
	font-size:1.1em;
	}
.white3 {
 	font-weight:bold;
	font-size:0.9em;
	}
	
.amaz { color:#FFFFFF; }
.amaz:hover { color:#0066FF; }

#played {
	width:480px;
	padding:5px;
	background-color:#111111;
	margin:0;
	}
	
#played a img {
	border:#FFFFFF;
	}
	
#played a:hover img {
	border:#C626C6;
	}
	
	
/* ipad settings*/
#ipad {
	margin: 0 auto;
	color: #333;
	width:100%;
	height: 205px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	background-image: url(../images/bgipad1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#ipadnav {
	margin: 0 auto;
	width:400px;
	padding:15px 15px 15px 15px;
	background-image: url(../images/bgipadnav.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#ipadnav li { display:inline; padding:0px 10px 0 10px;  }

#ipadnav a { text-decoration:none; font-weight:bold;  }
#ipadnav a:hover { color:#E9028C; text-decoration:none; }
.activ { color:#E9028C; text-decoration:none; }

#listennow { float:right; clear:both; }

a.bttn1 {
	width:30px;
	height: 38px;
	display:block;
	overflow:hidden;
	background-image: url(../images/playup.png);
	background-repeat: no-repeat;
	}	
	
a.bttn1 {background-position: 0px 0px; }
a.bttn1:hover {	background-image: url(../images/playoff.png); background-position: 0px -0px; }

#activ { color:#E9028C; }

iframe {
	border:1px solid #000
}
