@CHARSET "UTF-8";

/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .80em/1.3em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #2e3681; 
	background: #ee4611 url('/default/images/bg.gif');
	text-align: center;
}

/* links */
a { 
	color: #ee4611;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ee4611;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bolder 1em Arial, Sans-serif;
	color: #ee4611;
	text-transform:uppercase;
}
h1 { font-size: 1em; color: #ee4611; } 
h2 { font-size: 1em; }
h3 { font-size: 1em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 5px 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	/*font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;*/
	font-style: italic;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	/*background-color: #FAFAFA;*/ 
}
label {
	display:block;
	/*font-weight:bold;*/
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 1115px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 202px;
	/*background:#fff url('/default/images/nl/top.png;*/
	margin-bottom:10px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header .lang {
	position: absolute;
	bottom: 30px; right: 135px;
	padding: 0; margin: 0;
	z-index: 998;
}

/* header quick search */
#header form#cse-search-box {
	position: absolute;
	bottom: 5px; 
	right: 140px;
	padding: 0; margin: 0;
	width: 170px; 
	height: 19px;
	background:#fff;
	z-index: 999;
}
#header form#cse-search-box p {
	margin: 0; padding: 0;		
}
#header form#cse-search-box input {
	border: none;
	background: transparent;
	float: left;
}
#header form#cse-search-box .tbox {
	margin: 0; 
	width: 140px;	
	display: inline;	
}
#search form#cse-search-box .btn{
	width: 18px; 
	height: 19px;
}
#header form#cse-search-box label {
	display: none;
}

/* main */
#main {
	float: left;
	min-height: 600px;
	margin-left: 10px;
	padding: 0;
	width: 700px;
	background: #d0dfda;		
}

#main img {
	margin: 0;
	padding: 0;
	border: none;
}

/* News */
#front {
	width: 368px;
	padding: 0;
	float: left;
}
#front h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#frontarchive {
	width: 310px;
	height: 600px;/*550px*/
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	float: right;
	overflow: auto;
}
#frontarchive span {
	font-size: 90%;
	text-transform: lowercase;
	color: #666;	
}
#frontarchive ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
#frontarchive ul li {
	margin-bottom: 1px;
	border-bottom: 1px solid #ccc;
}
#frontarchive ul a {
	display: block;
	font-size: 80%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 2px 2px;
	background: none;
	min-height: 18px;
}
* html body #frontarchive ul a {
	height: 18px;
}
#frontarchive ul a:hover {
	/*padding: 2px 5px 2px 2px;*/
	background: #f2f2f2;
	/*color: #4284b0;*/
}

.newsitem {
	width: auto;
}
.newsitem h1, .artist h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.publishDate {
	margin-left: 10px;
	font-size: 80%;
	color: #666;
}

.intro {
	margin: 10px 10px;
}

.comment p {
	font-size: 80%;
}

.comment span {
	color: #666;
}

#artists {
	list-style: none;
	margin: 5px 5px 10px 5px;
	padding: 0;	
}
#artists li {
	margin-bottom: 1px;
}
#artists a {
	padding: 2px;
	display: block;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	color: #fff;
}
#artists a:hover {
	background: #f2f2f2;
	color: #e94611;
}

/* Program */
.day {
	width: 210px;
	margin: 10px;
	float: left;
}

.day h1 {
	padding: 2px;
	padding-left: 5px;
	background: #0154a0;
	color: #eee;
	display: block;
}

.day h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

.day span {
	font-size: 85%;
	text-transform: lowercase;
	color: #666;	
}
.day ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}
.day ul li {
	margin-bottom: 1px;
}
.day ul a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 5px 2px 2px;
	background: none;
	min-height: 18px;
}
.day ul a:hover {
	/*padding: 2px 5px 2px 2px;*/
	background: #f2f2f2;
	/*color: #4284b0;*/
}

/* Artists */
.clip {
	width: 300px;
	margin: 10px;
	float: left;
	/*border: 1px solid blue;*/	
}

.copyright {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 10px;
	color: #666;
	font-size: 85%;
	font-style: italic;	
}

/* print, share buttons */
.grayLink {
	display: inline;
	margin: 20px 0 0 10px;
	height: 14px;
	/*background: url(/default/images/stripe-grey.png) right 0 no-repeat;*/
}
.grayLink a {
	display: inline;
	height: 14px;
	padding: 0 0 0 20px;
}
.print { 
	background: url(/default/images/icon-print.png) 1px 1px no-repeat;
}
.shareSave {
	background: url(/default/images/icon-share.png) 1px 1px no-repeat;
}

.paginationControl {
	margin:10px 10px;	
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 15%;
	padding: 0; margin:0;
	background:#98bb19;
	border-right: 1px solid #fff;		
}

/* Footer */
#footer { 
	clear: both;
	background: #fff; 
	border-top: 5px solid #fff;
	margin: 0; padding: 5px; 
	height: auto;	  
	font-size: 85%;
	text-align:center;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-center  { text-align: center; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


/* archief */
.archive {
	float: left; 
	width:177; 
	margin: 20px 30px 0 20px; 
	background-color: #AAC2C7;  
	text-align:center;
	min-height: 100px;
}

.archive a {
	color:#003D72;
}

.archive a:hover {
	color:#003D72;
	text-decoration: underline;
}

#artistsArchive {
	list-style: none;
	margin: 5px 15px 10px 15px;
	padding: 0;	
}

#artistsArchive  li {
	margin-bottom: 1px;
}
#artistsArchive  a {
	padding: 2px;
	display: block;
	font-size: 90%;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	color:#003D72;
}
#artistsArchive  a:hover {
	background: #f2f2f2;
	color: #e94611;
}


.star {
float:left; 
height:30px; 
width: 10px;
margin-left:10px; 
margin-top: 10px;
margin-right:2px;
display:none;	
}

.star-artist {
	float:left; 
	width:170px
}