/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Lightbox popup */
div.lightbox_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 101; 
}
	div.lightbox_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 15%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
	}
	
		div.lightbox_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.lightbox_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}


/* ******
	Designed by Wil Stutterheim for websiteman
	www.websiteman.nl 
   ****** */

/* General */
body, html	{
	height: 100%; 
	width: 100%; 
}

body	{
	margin: 0; 
	padding: 0; 
	background: #888; 
	text-align: center; 
	font-family: Verdana, sans-serif, Helvetica, Arial; 
	font-size: 13px; 
	color: #000; 
}
body#tinymce	{
	background: #cdcdcd; 
}

/* Fonts */
p	{
	margin: 6px 4px; 
}

a	{
	color: #89004f; 
	text-decoration: underline; 
}

a:hover	{
	color: #e02290; 
}

a.email	{
	color: #89004f; 
	font-size: 13px; 
}

a.emailhover img	{
	margin-bottom: -2px; 
	margin-top: 0; 
}

h1, h2, h3	{
	font-family: sans-serif, Helvetica, Verdana; 
}

h1	{
	font-size: 22px; 
	font-weight: bold; 
	color: #e02290; 
	margin: 14px 4px 9px 4px; 	
}

h2	{
	font-size: 15px;
	font-weight: bold; 
	color: #e02290; 
	margin: 9px 4px 6px 4px; 
}

h3	{
	font-size: 12px; 
	font-weight: bold; 
	color: #e02290; 
	margin: 7px 4px 6px 4px; 
}

h1 em, h2 em, h3 em	{
	font-style: normal; 
	font-weight: normal; 
	font-size: 80%; 
	
}

div#sidebar p	{
	font-size: 11px; 
	color: #89004f; 
}

div#sidebar h1	{
	font-size: 17px; 
	font-weight: bold; 
	color: #e02290; 
	margin: 10px 4px 6px 4px; 
}

div#sidebar h2	{
	font-size: 13px; 
	font-weight: bold; 
	color: #e02290; 
	margin: 6px 4px 4px 4px; 
}

div#footer a	{
	color: #d0d0d0; 
	text-decoration: none; 
}

div#footer a:hover	{
	text-decoration: underline; 
}

div#footer p	{
	font-size: 11px; 
	color: #fff; 
}

div#footer span.left	{
	float: left; 
}

div#footer span.right	{
	float: right; 
}

div#ie6warning p	{
	font-size: 11px; 
}

nav#siteNav ul	{
	position: relative; 
	margin: 0; 
	padding: 10px 0; 
	z-index: 5; 
}

	nav#siteNav ul li	{
		display: inline; 
		position: relative; 
		list-style: none; 
		padding: 4px 7px 10px 7px; 
		margin: 10px; 
		font-size: 20px; 
		font-family: sans-serif, Helvetica, Verdana; 
		font-weight: normal; 
	}
	
		nav#siteNav ul li a	{
			color: #fff; 
			text-decoration: none; 
		}
		nav#siteNav ul li a:hover	{
			color: #ffb9e1; 
			text-decoration: none; 
		}
		
		nav#siteNav ul li ul	{
			display: none; 
			position: absolute; 
			top: 30px; 
			left: 0; 
			padding: 0; 
			margin: 0; 
			list-style: none; 
			background: #fff; 
			width: auto; 
			height: auto; 
			border: 1px solid #fff; 
			z-index: 10; 
		}
		nav#siteNav ul li:hover ul	{
			display: block; 
		}
		
			nav#siteNav ul li ul li	{
				display: list-item; 
				font-size: 12px; 
				font-weight: bold; 
				width: auto; 
				height: auto; 
				margin: 0; 
				padding: 0; 
			}
			
				nav#siteNav ul li ul li a	{
					display: block; 
					width: 170px; 
					margin: 0; 
					padding: 3px; 
					color: #000; 
				}
				nav#siteNav ul li ul li a:hover	{
					color: #fff; 
					background: #888; 
				}
				
/* DIVs */
header, footer, nav, section, aside, article	{
	display: block; 
}

div#ie6warning	{
	display: none; 
	position: absolute; 
	z-index: 200; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 15px; 
	background: #fdffc4; 
	border-bottom: 1px solid #777; 
	text-align: left; 
}

div#system	{
	margin: 0; 
	padding: 0; 
	position: fixed; 
	overflow: hidden; 
	height: 100%; 
	width: 100%; 
}
 
	div#bg	{
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 100%; 
		height: 100%; 
	}
		div#bg img	{
			margin: 0; 
			padding: 0; 
		}

div#container	{
	position: relative; 
	margin: 0 auto; 
	width: 960px; 
	text-align: left; 
}

	div#header	{
		position: absolute; 
		width: 100%; 
		height: 172px; 
		margin: 0; 
		padding: 0; 
	}

		div#domain	{
			position: absolute; 
			top: 10px; 
			right: 26px; 
			width: 276px; 
			height: 31px; 
		}

	div#shadowtop	{
		position: absolute; 
		top: 172px; 
		left: 0; 
		width: 960px; 
		height: 6px; 
		background: url(/images/22/background-wrapper-shadow-top.png) no-repeat; 
	}
	
	div#wrapper	{
		position: absolute; 
		top: 178px; 
		left: 0; 
		width: 960px; 
		text-align: center; 
		background: url(/images/21/background-wrapper-shadow-sides.png) repeat-y; 
	}
		
		div#shadowbottom	{
			width: 960px; 
			height: 6px; 
			background: url(/images/23/background-wrapper-shadow-bottom.png) no-repeat; 
			margin-bottom: -6px; 
		}
		
		div#content	{
			position: relative; 
			margin: 0px auto 0px auto;  
			padding: 10px 0 4px 0; 
			width: 900px; 
			background: #cdcdcd url(/images/1/background-content.jpg) repeat-x top center; 
			text-align: left; 
		}
		
			nav#siteNav	{
				position: relative; 
				width: 900px; 
				height: 47px; 
				background: url(/images/3/background-menu.jpg) repeat-x; 
				margin: 0 0 50px 0; 
			}
			
				div#embellishment	{
					position: absolute; 
					top: 0; 
					right: 20px; 
					height: 103px; 
					width: 68px; 
				}
			
			div#page	{
				position: relative;
				float: left; 
				width: 610px; 
				padding: 15px; 
				margin: 0; 
				/*border-right: 1px solid #bbb; */
			}
			
			div#page.sidebar0	{
				width: 870px; 
			}
			
			div#sidebar	{
				position: relative; 
				float: right; 
				width: 229px; 
				padding: 15px; 
				margin: 0; 
				border-left: 1px solid #bbb; 
			}
			
			div#footer	{
				position: relative; 
				margin: 9px 0 0 0; 
				padding: 1px 0; 
				clear: both; 
				width: 900px; 
				height: 23px; 
				background: url(/images/2/background-footer.jpg) repeat-x; 
			}
	

div.spacer	{
	clear: both;
}

/* Images */
img	{
	border: none; 
}

img.lineC, img.lineL, img.nolineL, img.lineR, img.nolineR	{
	border: 1px #530027 solid; 
	margin: 4px; 
}
	
img.lineC	{
	display: block; 
	margin: 4px auto; 
}

img.nolineC	{
	display: block; 
	margin: 4px auto; 
	border: none; 
}

img.lineL	{
	float: left; 
}

img.nolineL	{
	float: left; 
	border: none; 
}

img.lineR	{
	float: right;
}

img.nolineR	{
	float: right; 
	border: none; 
}

a.emailhover img	{
	top-margin: 0; 
	bottom-margin: -1px;
	cursor: pointer; 
}

/*Modules */
/*div#album	{
	width: 200px; 
	height: 270px; 
	border: 1px solid #530027; 
	margin: 4px; 
	float: left; 
}

	div#album img	{
		float: left; 
		margin: 4px; 
		border: 1px solid #530027; 
		width: 190px; 
	}

div#bigbox div	{
	float: left; 
	width: 190px; 
	margin: 2px; 
	height: 280px; 
	border: 1px solid #530027; 
}

	div#bigbox div img	{
		width: 180px; 
		margin: 4px; 
		float: left; 
		border: 1px solid #530027; 
	}
	
	div#bigbox div div	{
		float: left; 
		width: 180px; 
		margin: 4px; 
		height: *; 
		border: none; 
		font-size: 80%; 
	}
	*/
div#randomPhoto	{
	float: left; 
	width: 220px; 
	margin: 4px; 
	clear: both; 
}

div#randomPhoto img	{
	border: 1px solid #530027; 
	margin: 4px; 
	float: left; 
	width: 214px;
}

iframe	{
	border: none; 
}

#contactForm fieldset	{
	width: auto; 
}

#contactForm .field-widget	{
	float: left; 
}
/* TinyMCE specific rules */
.mceContentBody a { 
	color: #89004f !important; 
	text-decoration: underline !important; 
 }
.mceContentBody { background: transparent; text-align: left; }
