/* In deze CSS file komt alle css te staam voor de weergave op een computerscherm */

	/***** 1. BASIS ELEMENTEN ************************
	* Basis Elementen
	*************************************************/
body {
	font: 12px Geneva, Verdana, sans-serif;
	color: #5d5d53;
	background: #FFF url(../images/body/background.jpg) center top;
	margin:0px;
	padding:0px;
}
h1 {
	display:none;
}
h2 {
	font: small-caps normal 2.4em/1em Geneva, Verdana, sans-serif;
}

h3, h4, h5, h6 {
}
p {
	margin-bottom: 1em;
	font-size: 1.0em;
	line-height: 1.7em;
}
ul {
	list-style:disc inside;	
	margin-left:1em;
	margin-bottom: 1em;
}
ul ul{
	list-style:circle inside;		
}
ol {
	list-style:decimal inside;
	margin-left:1em;
	margin-bottom: 1em;
}
ol {
	list-style:lower-alpha inside;
}
a {
	color: #5d5d53;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #5d5d53;
	text-decoration:underline;
}
address {
}
blockquote, q, cite, blockquote strong {
	text-align:left;
	display: block;
	float: right;
	width: 250px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.5em;
	border-left: 2px solid #333;
	margin-left: 10px;
	padding-left: 10px;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
}
cite, blockquote strong {
	font-style: italic;
	font-weight:normal;
	font-size: .8em;
	padding : 0px;
	margin: 0px;
	text-align: right;
	border-left: 0px none #171717;
}
blockquote:before, blockquote:after {
	display: block;
	font-size: 200%;
	width: 50px;
}
blockquote:before {
	content: '"';
	height: 0;
	margin-left:-1px;

}
blockquote:after {
	content: '"';
	height: 50px;
}
	/***** 2. FORM ELEMENTEN *************************
	* Elementen uit de FORM tag
	*************************************************/
fieldset {
	border:none;
}
fieldset input {
	display:block;
}
fieldset label {
}
fieldset textarea {
	display:block;
}
fieldset.radiobuttonGroup {
}
fieldset.radiobuttonGroup ul {
}
fieldset.radiobuttonGroup ul label {
}
fieldset.radiobuttonGroup label {
}
input.submit {
}
fieldset label.invoerfout {
	background-color:#F00;
}
	/***** 3. ALGEMENE CLASSES ***********************
	* Classes voor algemeen gebruik
	*************************************************/
.youtube {
	width:480px;
	height:295px;
	display:block;
}
.vimeo {
	width: 400px;
	height:300px;
	display:block;
}
.mp3player {
	height: 24px;
	width:290px;
	display:block;
}


	/***** 4. BASIS LAYOUT ***************************
	* CSS om de basis layout van de site vorm te geven
	*************************************************/
#greenBackground{
	background: url(../images/body/greenBackground.jpg) repeat-x center top;
	min-height:800px;
}
#headerBackground{
	background: url(../images/body/header.png) no-repeat center top;
}
#siteContainer{
}
#header {
	height:248px;
}
#release {
	height:490px;
	background: url(../images/body/release-zingen-in-het-donker-album.png);
}
#navigation {
	top:-107px;
	padding-top:59px;
	height: 440px;
	background: url(../images/body/social-smudge-bg.png) no-repeat;
}
#content {
	top:-117px;
}
#footer {
	top:-60px;
}
#information {
	top:-117px;
}
#more-agenda-info {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
}
#contact-info, #contact-info h2, #contact-info h3, #contact-info p {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-variant: normal;
}
#contact-info h2 {
	margin-bottom:1em;	
}

	/***** 5. HEADER *********************************
	* Elementen in #header
	*************************************************/
#release-single {
	margin-top:250px;	
}
#release-text {
	margin-top:187px;
/*	left:-200px;*/
}

	/***** 6. NAVIGATION *****************************
	* Elementen in #navigation
	*************************************************/
#navigation ol {
	list-style:none;
	margin: 0px 0px 3em;
	padding: 0px;
}
#navigation ol li {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#navigation ol li a {
	margin: 0px;
	padding: 0px;
}
#navigation ol li a:hover {
}
#navigation ol li a.current {
}


	/***** 7. CONTENT ********************************
	* Elementen in #content
	*************************************************/
#contentBody {
}
#contentBody img {
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
#googleMaps {
	width:100%;
	height: 40em;
	border:none;
}
#googleMapsLink {
	display:none;	
}
p.date {
	font: small-caps normal 1.1em Geneva, Verdana, sans-serif;
	margin-bottom: .5em;
}
#slideshow, #slideshowFront {
	width: 400px;
	height: 250px;
}
.nieuws-artikel {
	margin-bottom: 2.5em;	
}
.agendapunt {
	background: url(../images/body/coming-up-bg.png) no-repeat;
	font: normal 1.2em/24px Geneva, Verdana, sans-serif;
	text-align: center;
	padding-top:61px;
	padding-left:35px;
	padding-right:35px;
	height: 168px;
	width: 155px;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
.agendapunt p {
	margin-bottom:0px;	
}
.agendapunt p.date {
	margin-top:3px;
	margin-bottom:4px;	
	font-size: 10px;
}

	/***** 8. FOOTER *********************************
	* Elementen in #footer
	*************************************************/


	/***** 9. FEEDBACK *******************************
	* Feedback berichten
	*************************************************/
.message, .feedback, .error, .fatalError{
	text-align: left;
	padding: 15px 100px 15px 100px;
	margin: 5px auto;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.1em;
	width: 370px;
	min-height:70px;
}
.message {
	min-height:1em;
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	border-left: none;
	border-right: none;
	background: #C8FFBE;
}
.feedback {
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	background: #C8FFBE url(../images/feedback/normal.png) no-repeat left top;
}
.error {
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background: #fff6bf url(../images/feedback/error.png) no-repeat left top;
}
.fatalError {
	border-top: 2px solid #FF211D;
	border-bottom: 2px solid #FF211D;
	background: #FFBFBF url(../images/feedback/fatalError.png) no-repeat left top;
}
