/*

	Stylesheet for Het Zeepaardje

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

*/

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; }

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

/*
	Typography and text styles
*/

p {
	padding: 0 0 8px 0;
}

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

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1, .h1 {
	font-size: 24px;
	padding: 2px 0 12px 0;
}

h2, .h2 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h3, .h3 {
	font-size: 14px;
	padding: 0 0 6px 0;
}

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

/* Links */

a { text-decoration: none; border-bottom: 1px solid #e9e6b3; color: #b7c110; }
a:link { border-color: #e9e6b3; color: #b7c110; }
a:visited { border-color: #d7dcae; color: #869409; }
a:hover, a:active { border-color: #869409; color: #869409; }

/* colorBlack */

.colorBlack { color: #fff; }

.colorBlack h1, .colorBlack h2, .colorBlack h3, .colorBlack h4 { color: #fff; }

.colorBlack a:link, .colorBlack a:visited { color: #fff; border-color: #6f6f6f; }
.colorBlack a:hover, .colorBlack a:active { color: #fff; border-color: #fff; }

/* colorGreen */

.colorGreen { color: #000; }

.colorGreen h1, .colorGreen h2, .colorGreen h3, .colorGreen h4 { color: #000; }

.colorGreen a:link, .colorGreen a:visited { color: #869409; border-color: #b6c443; }
.colorGreen a:hover, .colorGreen a:active { color: #869409; border-color: #869409; }


/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 6px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

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

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #F5F5F5;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
	color: #666;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.gif) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #eee;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #eee;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #ccc;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #ccc;
	padding: 4px;
}

th {
	font-weight: 700;
	background: #f4f4f4;
	text-align: right;
	padding-right: 15px;
}

#content table {
	color: #333;
	margin-bottom: 16px;
	border-top: none;
}

#content table th {
	color: #687307;
	background-color: #e4eba7;
}


/*#content table {
	border-top: 1px solid #eee;
	width: 100%;
}

#content td, th {
	border-bottom: 1px solid #eee;
	padding: 4px;
}

#content th {
	font-weight: 700;
	background: #f4f4f4;
}*/


/* Image classes */

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

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

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #808080;
}

a.linkedImage img {
	display: block;
}

/* Sticky footer */

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#topWrapper {
	background: url(../images/sticky_background.gif) repeat-y center top;
}

#content {
	padding: 12px 12px 120px 12px;
}

#bottomWrapper {
	position: relative;
	margin-top: -96px;
	height: 96px;
	clear: both;
}

/*
	Page structure and layout
*/

.container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

/*
	Header
*/

	#header {
		background: #b4c80c;
	}

	/* Logo */

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

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

	/* Navigation */

	#navigation {
		float: right;
		padding: 42px 12px 0 0;
	}

	#navigation ul {
		float: left;
	}

	#navigation ul ul {
		display: none; /* @todo: Delete me */
	}

	#navigation li {
		float: left;
	}

	#navigation li a {
		float: left;
		color: #333;
		background: #cedb5f;
		border: 0;
		font-size: 16px;
		line-height: 18px;
		padding: 9px 10px;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: 700;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #333;
			background: #cedb5f;
		}

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

	#navigation li.selected a, #navigation li.selected a:link, #navigation li.selected a:visited, #navigation li.selected a:hover, #navigation li.selected a:active {
		color: #fff;
		background: #869409;
	}

	/* Image */

	#headerImage {
		width: 960px;
		height: 156px;
		overflow: hidden;
	}

	#headerImage a {
		display: block;
		width: 960px;
		height: 156px;
		overflow: hidden;
		border: 0;
	}

	#headerImage img {
		display: block;
		width: 960px;
		height: auto;
	}

/*
	Content
*/

	/* General modules */

	.mod {
		padding-bottom: 12px;
	}

	.mod .hd h1, .mod .hd h2, .mod .hd h3, .mod .hd h4 {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.5;
		padding: 9px 12px;
		background: #333;
		color: #fff;
	}

	.rightCol .mod .bd {
		background: #f4f4f4 url(../images/mod_background.gif) no-repeat 0 bottom;
		padding: 12px;
	}

	/* Subnavigation */

	.subNavigation li a {
		display: block;
		padding: 6px 12px;
		width: 144px;
		color: #fff;
		background: #b4c80c;
		border-bottom: 1px solid #cedb5f;
	}

		.subNavigation li a:link,
		.subNavigation li a:visited {
			color: #fff;
			background: #b4c80c;
			border-color: #cedb5f;
		}

		.subNavigation li a:hover,
		.subNavigation li a:active {
			color: #fff;
			background: #869409;
			border-color: #cedb5f;
		}

	.subNavigation li.selected a, .subNavigation li.selected a:link, .subNavigation li.selected a:visited, .subNavigation li.selected a:hover, .subNavigation li.selected a:active {
		color: #fff;
		background: #869409;
		border-color: #cedb5f;
	}

	.subNavigation li.selected li a {
		padding: 4px 12px 4px 36px;
		width: 120px;
		color: #000;
		background: #cedb5f;
		border-bottom: 1px solid #b4c80c;
	}

		.subNavigation li.selected li a:link,
		.subNavigation li.selected li a:visited {
			color: #000;
			background: #cedb5f;
			border-color: #b4c80c;
		}

		.subNavigation li.selected li a:hover,
		.subNavigation li.selected li a:active {
			color: #fff;
			background: #869409;
			border-color: #b4c80c;
		}

	.subNavigation li.selected li.selected a, .subNavigation li.selected li.selected a:link, .subNavigation li.selected li.selected a:visited, .subNavigation li.selected li.selected a:hover, .subNavigation li.selected li.selected a:active {
		color: #fff;
		background: #869409;
		border-color: #b4c80c;
	}

	.subNavigation li.selected li.selected li a {
		padding: 4px 12px 4px 48px;
		width: 108px;
		color: #000;
		background: #cedb5f;
		border-bottom: 1px solid #b4c80c;
	}

		.subNavigation li.selected li.selected li a:link,
		.subNavigation li.selected li.selected li a:visited {
			color: #000;
			background: #cedb5f;
			border-color: #b4c80c;
		}

		.subNavigation li.selected li.selected li a:hover,
		.subNavigation li.selected li.selected li a:active {
			color: #fff;
			background: #869409;
			border-color: #b4c80c;
		}

	.subNavigation li.selected li.selected li.selected a, .subNavigation li.selected li.selected li.selected a:link, .subNavigation li.selected li.selected li.selected a:visited, .subNavigation li.selected li.selected li.selected a:hover, .subNavigation li.selected li.selected li.selected a:active {
		color: #fff;
		background: #869409;
		border-color: #b4c80c;
	}

	.subNavigation .hd h1, .subNavigation .hd h2, .subNavigation .hd h3, .subNavigation .hd h4 {
		background: #869409;
		color: #fff;
		border-bottom: 1px solid #cedb5f;
	}

	/* Two Column List */

	.twoColList {
		width: 456px;
		overflow: hidden;
		padding: 12px 0 0 0;
	}

	.twoColList ul {
		width: 468px;
		position: relative;
	}

	.twoColList li {
		float: left;
		width: 198px;
		background: #cedb5f;
		margin: 0 12px 12px 0;
		padding: 12px 12px 6px 12px;

		height: 240px;
		overflow: hidden;
	}
	
	.twoColList li img {
		width: 196px;
		border: 1px solid #b4c80c;
	}

	.twoColList li p {
		padding-bottom: 6px;
	}

	/* Three Column List */

	.threeColList {
		width: 456px;
		overflow: hidden;
		padding: 12px 0 0 0;
	}

	.threeColList ul {
		width: 462px;
		position: relative;
	}

	.threeColList li {
		float: left;
		width: 124px;
		background: #cedb5f;
		margin: 0 6px 6px 0;
		padding: 12px 12px 6px 12px;

		height: 230px;
		overflow: hidden;
	}
	
	.threeColList li img {
		width: 122px;
		border: 1px solid #b4c80c;
	}

	.threeColList li p {
		padding-bottom: 6px;
	}

	.threeColList .mute, .threeColList p.mute {
		color: #869409;
	}

	/* Newsletter */

	.rightCol .sideNewsletter .inputHolder {
		width: 160px;
		float: left;
	}

	.rightCol .sideNewsletter .inputHolder input {
		width: 150px;
	}

	.rightCol .sideNewsletter .buttonHolder {
		width: 74px;
		float: right;
	}

	.rightCol .sideNewsletter .buttonHolder input {
		float: right;
	}

	/* Pictures */

	#gallery .album-preview a {
		width: 120px;
		height: 120px;
		float: left;
		padding-right: 24px;
	}

	#gallery .album-preview a {
		display: block;
		width: 120px;
		height: 120px;
		border: 0;
	}

	#gallery .album-preview a img {
		display: block;
		width: 120px;
		height: 120px;
		background: #f4f4f4;
	}

	#gallery .galleryalbum {
		padding: 12px;
		background: #f4f4f4 url(../images/mod_background.gif) no-repeat 120px bottom;
		margin-bottom: 12px;
	}

	#gallery .album-desc {
		float: left;
		width: 288px;
	}

	#gallery .album-desc h2 {
		background: #b4c80c;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		padding: 0;
	}

	#gallery .album-desc h2 a {
		display: block;
		background: #b4c80c;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		padding: 9px 10px;
		margin-bottom: 6px;
		border: 0;
	}

	#gallery .album-desc h2 a:link,
	#gallery .album-desc h2 a:visited {
		background: #b4c80c;
		color: #fff;
	}

	#gallery .album-desc h2 a:hover,
	#gallery .album-desc h2 a:active {
		color: #fff;
		background: #869409;
	}

	#gallery .album-desc p {
		font-size: 11px;
		color: #777;
	}

	.galleryalbum {
		width: 456px;
		overflow: hidden;
	}

	#gallery .galleryalbum {
		width: 432px;
	}

	.galleryalbum ul {
		width: 504px;
	}

	.galleryalbum ul li a img {
		width: 120px;
		height: 120px;
		background: #f4f4f4;
		display: block;
	}

	.galleryalbum ul li a  {
		width: 120px;
		height: 120px;
		display: block;
		border: 0;
	}

	.galleryalbum ul li  {
		float: left;
		padding: 0 48px 24px 0;
	}

	.pp_pic_holder a {
		border: 0;
	}

/*
	Footer
*/

	#footer {
		background: #333 url(../images/footer_background.gif) no-repeat 46px bottom;
		height: 28px;
		padding-top: 68px;
		position: relative;
	}

	#footer ul {
		float: right;
		padding-right: 12px;
	}

	#footer li {
		float: left;
		padding-left: 24px;
	}

	#footer li.firstChild {
		padding: 0;
		font-weight: 700;
		position: absolute;
		left: 12px;
	}

/*
	Column system
*/

.leftCol { width: 168px; padding-right: 24px; float: left;}
.middleCol { width: 456px; padding-right: 24px; float: left;}
.rightCol { width: 264px; float: left;}

/* Pagination */

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

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

.pagination ul {
	padding: 18px 0;
	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;
}

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

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

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, input.input-datefield, input.inputDatefield, input.datefield, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #ddd;
	padding: 3px;
	color: #666;
}

textarea {
	line-height: 1.5;
	max-width: 100%;
}

.middleCol textarea {
	width: 446px;
}

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

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

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #fff;
	background: #b4c80c;
	border: 0;
	padding: 3px 5px;
	cursor: pointer;
	overflow: visible;
}


input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover {
	background: #869409;
}

input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	background: #cedb5f;
}

a.button {
	display: block;
	float: left;
	padding: 3px 5px;
	color: #fff;
	background: #b4c80c;
	border: 0;
}

a.button:link, a.button:visited {
	color: #fff;
	background: #b4c80c;
}

a.button:hover {
	color: #fff;
	background: #869409;
}

a.button:active {
	color: #fff;
	background: #cedb5f;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

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

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #666; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

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