/*
Theme Name: Drieons Wordpress template
Theme URI: http://wordpress.org/
Description: Drieons Wordpress template.
Version: 1.0
Author: Vloedlicht Producties
Author URI: http://www.vloedlicht.nl/

	Drieons Wordpress template
	 http://www.vloedlicht.nl/

	This theme was designed and built by Vloedlicht Producties,
	which you will find at http://www.vloedlicht.nl/

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #000;
	text-align: center;
	}

#page {
	background-color: #fff;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

#footer {
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #d9232a;
	text-decoration: underline;
	}

img {
border: 0;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 10px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 600px;

	}

#header {
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 70px;
	width: 930px;
	}

#content{
	background-color: #fff;
	margin: 0;
	padding: 0;
	width: 930px;
	height: 600px;

}

.column_toc{
float: left;
margin: 0, 0, 0, 0;
width: 300px;
height: 600px;
}

.toc{
float: left;
width: 288px;
height: 570px;
margin-left: 0px;
border-left: 2px solid #959192;
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
overflow-y: auto;
}

.column_page{
float: left;
text-align: center;
margin: 0, 0, 0, 210px;
width: 630px;
height: 600px;
}

.pagecontent{
float: left;
text-align: left;
width: 620px;
height: 570px;
overflow-x: hidden;
overflow-y: auto;
padding-left: 5px;
padding-right: 5px;
padding-top: 12px;
}

.column_page_groot{
float: left;
text-align: center;
margin: 0, 0, 0, 0px;
width: 930px;
height: 600px;
}

.pagecontent_groot{
float: left;
text-align: left;
width: 920px;
height: 570px;
overflow-x: hidden;
overflow-y: auto;
padding-left: 5px;
padding-right: 5px;
padding-top: 12px;
}

.column_omschrijving{
float: left;
margin: 0;
width: 310px;
height: 600px;
}

.omschrijving{
float: left;
width: 298px;
height: 570px;
border-left: 2px solid #959192;
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
overflow-y: auto;
}

.column_beeld{
float: left;
text-align: center;
margin: 0, 0, 0, 315px;
width: 310px;
height: 600px;
}

.beeld{
float: left;
text-align: center;
width: 300px;
height: 570px;
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
overflow-y: auto;
}

.column_extra{
float: left;
margin: 0, 0, 0, 630px;
width: 310px;
height: 600px;
}

.extra{
float: left;
width: 300px;
height: 570px;
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
overflow-y: auto;
}

.clear {
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 930px;
	clear: both;
	}

#footer p {
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 12px;
	}

h2:first-child {
 	margin-top: 0px;
}

p:first-child {
 	margin-top: 0px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Various Tags & Classes */

ul{
list-style-type: none;
/*text-indent: -30px;*/
display: inline;
}

li a{
color: #000;
font-weight: 600;
font-size: 1.1em;
line-height: 2;
}

li a:hover{
color: #d9232a;
text-decoration: none;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


.navbutton {
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
clear: both;
border: 0;
}

.navbutton_down {
text-align:center;
padding-top: 10px;
padding-bottom: 10px;
clear: both;

}

/* End Various Tags & Classes*/

/* scrollers */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left:0px;
}

.vscrollerbase {
width: 2px;
background-color: #959192;
right: 0 !important;
visibility: visible !important;
}
.vscrollerbar {
width: 2px;
background-color: #d9232a;
}
.hscrollerbase {
height: 2px;
background-color: #959192;
}
.hscrollerbar {
height: 2px;
background-color: #d9232a;
}

.scrollerjogbox {
width: 2px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #959192;
}

/* End scrollers */



