/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
}

/* Outline removal */
:active, :focus {
	outline:			none;
}

/* Mozilla outline fix */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

/* Body */
body {
	margin: 			20px;
	background-color:	#333333;
	background:			url('../gfx/site/bg_body.png');
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				#9d0202;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-family:		verdana;
	font-weight:		bold;
	font-size:			14px;
	color:				#333333;
	font-weight:		bold;
}

h2 {
	font-size:			11px;
	color:				#9d0202;
	font-weight:		bold;
}

h3 {
	font-size:			11px;
	color:				#9d0202;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* Website items*/
div#root {
	position:		absolute;
	width:			1016px;
	height:			642px;
	left:			50%;
	top:			50%;
	margin-left:	-508px;
	margin-top:		-321px;

}

div#top_container {
	position:		absolute;
	background:		url('../gfx/site/top_background.png');
	width:			1017px;
	height:			105px;
}

	div#logo_container {
		position:		absolute;
		width:			422px;
		height:			105px;
	}

		div#logo_container img {
			margin-left:	22px;
			margin-top:		8px;
		}

	div#top_menu_container {
		position:		absolute;
		left:			490px;
		font-family:	arial;
		font-size:		11px;
		width:			595px;
		height:			105px;
		color:			#fff;
	}

	div#top_menu_container a {
		font-family:	arial;
		font-size:		11px;
		color:			#fff;
	}




img#img_volwassenen {
	position:		absolute;
	left:			423px;
	top:			57px;
	width:			144px;
	height:			89px;
	z-index:		5;
}

img#img_kidsjeugd {
	position:		absolute;
	left:			575px;
	height:			89px;
	top:			64px;
	width:			144px;
	z-index:		5;
}

img#img_onderwijs {
	position:		absolute;
	left:			724px;
	height:			89px;
	top:			64px;
	width:			144px;
	z-index:		5;
}

img#img_groepenbedrijven {
	position:		absolute;
	left:			870px;
	height:			89px;
	top:			64px;
	width:			144px;
	z-index:		5;
}

div#bottom_menu_container {
	position:			absolute;
	left:				588px;
	top:				651px;
	color:				#5c5c5c;
}

	div#bottom_menu_container a {
		color:			#5c5c5c;
		font-size:		11px;
		font-family:	arial;

	}

div#thumbnail_menu_container {
	position:			absolute;
	top:				524px;
	left:				426px;
	width:				570px;
	height:				102px;

}

/* Albums listing */
div.album_listing {
	float:		left;	/* Remove this line to show albums underneath each other */
	width:		200px;
	padding:	10px 20px;
}

/* Album title */
span.album_title {
	font-weight:	bold;
}

/* Album description */
span.album_descr {

}

/* Albums date */
span.album_date {
	font-size:		10px;
	color:			#333;
}

/***** VIEW ALBUM *****/

/* Photo thumbnail div */
div.thumb {
	float:		left;
	width:		100px;
	height:		100px;
	margin:		10px;
	padding:	10px;
	text-align:	center;
}

/* Div for just the thumb image */
div.thumb_image {
	height:		80px;
}

/* Thumbnail */
img.thumb {
	border:		1px solid black;
}

/* Photo title */
p.photo_title {
	font-weight:	bold;
}

/* Photo date */
p.photo_date {
	color:			#333;
	font-size:		10px;
}

/* Div containing pages numbering */
div.pages_list {
	font-size: 		10px;
}

/* Greyed out page options */
span.page_grey {
	color: 			#cccccc;
}

/***** VIEW PHOTO *****/

/* Photo */
img.photo {
	margin-bottom:	15px;
	border:			1px solid black;
}

/* Photo data container div */
div.photo_container {
	width:			100%;
	text-align:		center;
}

/* Photo details */
p.photo_details {
	color:			#cccccc;
	font-size:		10px;
}

/* Photo description */
p.photo_descr {

}

/* Navigation */
span.nav {

}

div.pulldown {
	position:					absolute;
	display:					none;
	z-index:					4;
	top:						105px;
	width:						128px;
}

div.pulldown a {
	color:						#ffffff;
	margin-top:					8px;
	margin-bottom:				8px;
}

div.pulldown_line_outerdiv {
	height:						1px;
	width:						128px;
}

div.pulldown_line_innerdiv {
	background-color:			#fff;
	height:						1px;
	width:						123px;
}

