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

/* Body */
body {
	background:			#f7f8eb;
}

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

/* 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:				#999900;
	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-size:			16px;
	color:				#999900;
	font-weight:		bold;
}

h2 {
	font-size:			12px;
	color:				#999900;
	font-weight:		bold;
}

h3 {
	font-size:			12px;
	color:				#000000;
	font-weight:		bold;
}

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

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

/* Search engine marking */
span.m {
	background:			yellow;
}

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

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

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

form {
	display: 			inline;
}

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

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

option {
	padding:		1px;
}

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

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

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

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

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #999900;
	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 {
	border: 		1px solid #999900;
	background:		white;
	padding:		1px;
	margin-top:		2px;
}

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

/* LAYOUT */
div#header {
	width:				1080px;
	height:				150px;
	background:			url(../gfx/site/header.png);
}

div#header_katan {
	width:				1080px;
	height:				150px;
	background:			url(../gfx/site/header_katan.jpg);
}

div#menu {
	width:				175px;
	height:				750px;
	float:				left;
	background:			url(../gfx/site/menu.gif) top left no-repeat;
}
div#content {
	width:				640px;
	float:				left;
	background:			#f7f8eb;
}
div#news {
	width:				160px;
	height:				490px;
	float:				left;
	background:			url(../gfx/site/news.png);
	padding-top:		20px;
	padding-left:		20px;
	padding-right:		20px;
}
div#nav {
	width:				610px;
	height:				24px;
	background:			url(../gfx/site/nav.png);
	margin-top:			20px;
	margin-bottom:		20px;
}
div#nav div#crumb {
	float:				left;
	font-size:			11px;
	color:				#999900;
	font-weight:		bold;
	text-transform:		uppercase;
	padding-top:		5px;
	padding-left:		15px;
}
div#nav div#search {
	float:				right;
	padding-right:		30px;
}
div#search input.input_medium {
	width:				100px;
}
div#nav div#gps {
	position:			absolute;
	top: 150px;
	left: 765px;
	margin: 0;
	background:			url(../gfx/site/gps.png);
	width:				24px;
	height:				59px;
}

a.x, a.x_active {
	display:			block;
	width:				19px;
	height:				21px;
	padding-left:		20px;
	background:			url(../gfx/site/x.gif) left center no-repeat;
	font-size:			12px;
	font-weight:		bold;
	text-transform:		uppercase;
	color:				#999900;
}

a.x:hover, a.x_active {
	background:			url(../gfx/site/x_active.gif) left center no-repeat;
}

a#news_link {
	margin-left: 			10px;
	margin-bottom: 			20px;
}

div#menu ul, div#menu li {
	list-style:				none;
	margin:					0px;
	padding:				0px;
}

div#menu a {
	margin-left:		20px;
	margin-top:			15px;
}

div#news p {
	margin:				0px;
	padding:			0px;
}
p.news_date {
	font-size:			11px;
	color:				#999900;
}
div#news p.news_date {
	margin-top:			15px;
}
div#news a {
	text-decoration:	underline;
}
div#crumb span {
	font-weight:		normal;
	font-size:			10px;
	color:				#cccccc;
}

/* ACTIVITIES */
img.activity_image {
	float: 			right;
	margin-left: 	10px;
	margin-bottom: 	10px;
	width:			200px;
}

img.activity_thumb {
	width:			125px;
	margin-bottom:	10px;
}

img.activity_random {
	margin-bottom: 	10px;
	width:			200px;
}

div.activity_thumb_div {
	width:			220px;
	float:			left;
	height:			150px;
	border:			0px;
}

div.activity_thumb_div a, div#activities a {
	color:				#3d3d3a;
	text-decoration:	underline;
}

div#activities {
	float:				left;
	width:				400px;
}

div#activity_images {
	float:				right;
	width:				220px;
}