/*

	Stylesheet for Pauwels Veranda's

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Yoni De Beule <yoni@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: #FFF url(../images/background.gif) repeat-x;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1, h2 {
	font-size: 16px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #0081c6;
	border-color: #abcfee;
}

a:visited {
	color: #006094;
	border-color: #abcbdc;
}

a:hover {
	color: #005499;
	border-color: #005499;
}

a:active {
	color: #000;
	border-color: #000;
}

a.readMore {
	display: block;
	font-size: 11px;
	line-height: 1.636;
	padding: 8px 15px;
	background: #0081c6;
	color: #fff;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	font-weight: 700;
}

a.readMore:link,
a.readMore:visited {
	background: #0081c6;
	color: #fff;
}

a.readMore:hover,
a.readMore:active {
	background: #0071ad;
	color: #fff;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#container {
	width: 925px;
	margin: 0 auto;
}

#cloudwrapper {
	margin: 0 auto;
	background: url(../images/clouds_background.jpg) no-repeat top center;
}

#contentWrapper {
	clear: both;
}

body#subpage #content {
	padding-top: 25px;
}

/*
	Header
*/

	/* Logo */

	#header h2, #header h1 {
		width: 200px;
		height: 112px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

	#header h2 a, #header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* language */

	#language ul {
		float: right;
		padding: 20px 0 0 0;
	}

	#language li {
		float: left;
		padding: 0 0 0 5px;
	}

	#language li a {
		display: block;
		padding: 5px;
		min-width: 20px;
		text-align: center;
		border: 0;
		color: #666;
	}

		#language li a:link,
		#language li a:selected {
			color: #666;
		}

		#language li a:hover,
		#language li a:active {
			color: #333;
		}

	#language li.selected a {
		background: #0081c6;
		color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		#language li.selected a:link,
		#language li.selected a:visited {
			color: #fff;
			background: #0081c6;
		}

		#language li.selected a:hover,
		#language li.selected a:active {
			color: #fff;
			background: #0071ad;
		}

	/* Rss */

	#rssFeed a {
		width: 16px;
		height: 16px;
		background: url(../images/rss.gif) no-repeat;
		text-indent: -9999px;
		padding: 0;
		border: 0;
		display: block;
	}

	#rssFeed {
		padding: 26px 15px 0 0;
		float: right;
	}

/*
	Focus
*/

	/* Clouds */

	#clouds {
		clear: both;
		padding: 30px 0 0 0;
		height: 208px;
	}

	#clouds li {
		float: left;
		padding: 0 8px 0 0;
		width: 225px;
	}
	
		#clouds li.lastChild {
			padding: 0;
		}

	#clouds li img {
		display: block;
		padding: 0 0 4px 0;
		opacity: 0.90;
		-moz-opacity: 0.90;
		filter: alpha(opacity=90);
	}

		#clouds li:hover img,
		#clouds li.active img {
			display: block;
			padding: 0 0 4px 0;
			opacity: 1;
			-moz-opacity: 1;
			filter: alpha(opacity=100);
		}

	#clouds li a {
		border: 0;
		display: block;
		background: url('../images/userfiles/white.gif') no-repeat;
	}

	#clouds li a span {
		display: block;
		background: #0081c6;
		font-size: 16px;
		line-height: 2.25;
		text-align: center;
		color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		#clouds li a:hover span,
		#clouds li a:active span {
			background: #0071ad;
		}

/*
	Page elements
*/

	/* Navigation */

	#navigation {
		padding-top: 25px;
	}

	#navigation li {
		padding-bottom: 2px;
	}
	
		#navigation li.lastChild {
			padding-bottom: 0;
		}

		/* Tier one */

		#navigation li a {
			display: block;
			padding: 5px 10px;
			background: #e0f5ff;
			color: #0081c6;
			border: 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

			#navigation li a:link,
			#navigation li a:visited {
				background: #e0f5ff;
				color: #0081c6;
			}

			#navigation li a:hover,
			#navigation li a:active {
				background: #00a6ff;
				color: #fff;
			}

			#navigation li.selected a {
				background: #0081c6;
				color: #fff;
			}

				#navigation li.selected a:link,
				#navigation li.selected a:visited {
					background: #0081c6;
					color: #fff;
				}

				#navigation li.selected a:hover,
				#navigation li.selected a:active {
					background: #0071ad;
					color: #fff;
				}

		   #navigation li ul {
		   	padding: 2px 0 0 10px;
		   }

		/* Tier two */

		#navigation li.selected li a {
			background: #fff;
			color: #0081c6;
		}

			#navigation li.selected li a:link,
			#navigation li.selected li a:visited {
				background: #fff;
				color: #0081c6;
			}

			#navigation li.selected li a:hover,
			#navigation li.selected li a:active {
				background: #00a6ff;
				color: #fff;
			}

		#navigation li.selected li.selected a {
			background: #0081c6;
			color: #fff;
		}

			#navigation li.selected li.selected a:link,
			#navigation li.selected li.selected a:visited {
				background: #0081c6;
				color: #fff;
			}

			#navigation li.selected li.selected a:hover,
			#navigation li.selected li.selected a:active {
				background: #0071ad;
				color: #fff;
			}

		/* Tier three */

		#navigation li.selected li.selected li a {
			background: #fff;
			color: #0081c6;
		}

			#navigation li.selected li.selected li a:link,
			#navigation li.selected li.selected li a:visited {
				background: #fff;
				color: #0081c6;
			}

			#navigation li.selected li.selected li a:hover,
			#navigation li.selected li.selected li a:active {
				background: #00a6ff;
				color: #fff;
			}

		#navigation li.selected li.selected li.selected li a {
			background: #0081c6;
			color: #fff;
		}

			#navigation li.selected li.selected li.selected a:link,
			#navigation li.selected li.selected li.selected a:visited {
				background: #0081c6;
				color: #fff;
			}

			#navigation li.selected li.selected li.selected a:hover,
			#navigation li.selected li.selected li.selected a:active {
				background: #0071ad;
				color: #fff;
			}

	/* Content */
	
		/* Tv */

		#tvFloater {
			position: relative;
			top: -10px;
		}

		#tvFloater a,
		#tvFloater img {
			border: 0;
			display: block;
		}

		#tvFloater a.readMore {
			position: absolute;
			top: 58px;
			left: 65px;
		}

		#tvWrapper:hover a.readMore,
		#tvWrapper:active a.readMore {
			background: #0071ad;
			color: #fff;
		}

		/* Index intro */

		#indexIntro {
			padding-top: 25px;
		}

		#indexIntro h2 {
			color: #333;
			font-weight: 300;
		}

		#indexIntro h2 span {
			font-weight: 700;
			color: #0071ad;
		}

		/* Quality label */
		
		#qualityLabel {
			padding-left: 20px;
			width: 75px;
			float: left;
			position: relative;
			top: -10px;
		}

		#qualityLabel a,
		#qualityLabel img {
			display: block;
			border: 0;
		}

		/* News */

		p.date {
			font-size: 11px;
			color: #999;
		}

		div.newsarticle {
			padding-bottom: 30px;
		}

		/* Contact information */

		#contactInfo {
			background: #f0faff;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}

		#contactInfoText h3 {
			padding-left: 10px;
			padding-top: 15px;
		}

		#contactInfoText p {
			padding-left: 10px;
		}

		#contactInfoImage {
			position: relative;
		}

		#contactInfoImage img,
		#contactInfoImage a {
			display: block;
			border: 0;
		}

		#contactInfoImage img {
			padding: 15px 10px;
		}

		#contactInfoImage a.readMore {
			position: absolute;
			bottom: 25px;
			right: 25px;
		}
	
		.form-error {
			color: #d02;
		}

		/* Gallery */

		#galleryThumbs ul {
			padding: 10px 0 0 10px;
			background: #f0faff;
			height: 270px;
		}

		#galleryThumbs li {
			float: left;
			padding: 0 10px 10px 0;
		}

		#galleryThumbs li a,
		#galleryThumbs li img {
			border: 0;
			display: block;
			background: #fff;
		}

		#galleryThumbs li a img {
			opacity: 0.90;
			-moz-opacity: 0.90;
			filter: alpha(opacity=90);
		}

		#galleryThumbs li a:link img,
		#galleryThumbs li a:visited img {
			opacity: 0.90;
			-moz-opacity: 0.90;
			filter: alpha(opacity=90);
		}

		#galleryThumbs li a:hover img,
		#galleryThumbs li a:active img {
			opacity: 1;
			-moz-opacity: 1;
			filter: alpha(opacity=100);
		}

		#gallerFooter {
			padding: 0 10px 10px 10px;
			background: #f0faff;
			clear: both;
		}

		#gallerFooter p {
			text-align: center;
			color: #0081c6;
			font-size: 11px;
			line-height: 34px;
			padding: 0;
		}

		#gallerFooter a.readMore:link,
		#gallerFooter a.readMore:visited {
			background: #a8d8f1;
			color: #fff;
		}

		#gallerFooter a.readMore:hover,
		#gallerFooter a.readMore:active {
			background: #00a6ff;
			color: #fff;
		}

		/* Sitemap */
		.sitemap ul li {
			padding-left: 20px;
		}

	/* Footer */

	#footer {
		clear: both;
		padding: 25px 0;
	}

	#footer ul {
		text-align: center;
		font-size: 11px;
		line-height: 1.636;
		padding: 14px;
		background: #0081c6;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#footer li {
		display: inline;
		padding: 0 15px;
		color: #fff;
	}
	
	#footer li a:link,
	#footer li a:visited {
		color: #e1f5ff;
		border-color: #4aa7d9;
	}
	
	#footer li a:hover,
	#footer li a:active {
		color: #fff;
		border-color: #fff;
	}

/*
	Column system
*/

.col { width: 70px; padding-right: 25px; float: left; }
.col-2 { width: 165px; } /* Double column */
.col-3 { width: 260px; } /* Triple column */
.col-4 { width: 355px; } /* Four columns */
.col-5 { width: 450px; } /* Five columns */
.col-6 { width: 545px; } /* Six columns */
.col-7 { width: 640px; } /* Seven columns */
.col-8 { width: 735px; } /* Eight columns */
.col-9 { width: 830px; } /* Nine columns */
.lastcol { padding-right: 0;}

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	background: #f4f4f4;
 	border: 1px solid #eee;
 	color: #666;
 }

.dialogSucces {
	background: #e6efc2;
	border-color: #c6d880;
	color: #264409;
}

.dialogError {
	background: #fbe3e4;
	border-color: #fbc2c4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	border-color: #ffd324;
	color: #514721;
}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #000;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: #000;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form styles */

label {
	font-size: 11px;
	font-weight: 700;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 4px 0;
}

input.input-text,
textarea {
	font-size: 11px;
	background: #fcfcfc;
	border: 1px solid #bbb;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 2px 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:focus, 
textarea:focus {
	border-color: #999; 
	background: #fff;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	input[type="submit"]:focus,
	textarea:focus { 
		outline: 2px solid #b6cbe5;
		-moz-outline-radius: 5px;
		fborder-color: #5d92d4;
	}
} 

input.input-submit {
	color: #333;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 4px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #bbb;
	text-align: center;
}

input.input-submit:hover {
	border: 1px solid #bababa;
	background: #ddd;
}

input.input-submit:active,
input.input-submit:focus {
	border-color: #1a2f49;
	background: #b6cbe5;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.paddingBottom { padding-bottom: 25px;}
.noMargin { margin: 0 !important; }
.marginBottom { margin-bottom: 25px;}
.floatLeft { float: left !important;; }
.floatRight { float: right !important;; }
.noBorder { border: none; }
.clear { clear: both;}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}
