/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

html, body {
	height: 100%;
}

/* Layout
-------------------------------------------------------------- */	

body {
	font: 75%/150% Tahoma, Arial;
	color: #FFF;
	background: #e3e3e3 url(images/background.png);
	margin: 0px;
	padding: 0px;
}
a {
	color: #CCC;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
p {
	font: normal Tahoma, Arial;
	color: #292929;
}
h1 {
	margin:0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Tahoma, Arial;
	color: #c9eefe;
	display: none;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #b30101;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 190%/100% Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #b30101;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 150%/100% Tahoma, Arial;
	color: #222;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 940px;
}
#header {
	background: #e3e3e3 url(images/header.png);
	height: 116px;
	width: 100%;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 20px 0px 0px 50px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
.counter {
	display: block;
	margin: 5px 20px 0px 0px;
	padding: 0px;
	float: right;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 35px;
	bottom: 30px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav  a {
	color: #ccc;
	text-decoration: none;
	padding: 5px 10px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
}
	
#nav .active a {
	color: #fff;
	background: url(images/lijn.png) repeat-x;
	text-decoration: none;
	padding: 5px 10px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;	
}
.current_page_item a {
	color: #fff;
	background: url(images/lijn.png) repeat-x;
	text-decoration: none;
	padding: 5px 10px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;	
}
#nav a:visited {
	color: #ccc;
	text-decoration: none;
}

#nav a:active {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #e5e5e5;
	background: url('images/lijn_active.png') repeat-x;	
}
#content {
	padding: 30px 0px;
	float: left;
	width: 960px;
	overflow: hidden;
}
.post {
	border: 2px solid #fff;
	float: left;
	background: #fff;
	width: 300px;
	height: 300px;
	padding-top: 0px;	
	margin: 5px;
	display: block;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;	
}
.post-title {
	max-width: 280;
}
.post-title h2 a{
	color: #b30101;
}
.post-title h2 a:hover{
	color: #be0000;
}
.case-headers {
	float:left;
	border-top: 1px solid #b30101;
	position: absolute;
	background: #fff;
	width:290px;
	padding: 5px 0px 5px 10px;
	margin-top: -55px;
	display: block;
}
.entry {
	clear: both;
	padding-top: 0px;
}

.post-cat {
	padding-left: 3px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-cat a {
	color: #b30101;
}
.post-cat a:hover {
	color: #be0000;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.breadcrumb-base a{
	padding-right: 5px;
	font-size: 80%;
	color: #777;
}
.breadcrumb {
	font-size: 80%;
	color: #999;
}
.single-post-title {
	padding-left: 1px;
}
.single-post-title h2 {
	font: bold 200%/100% Tahoma, Arial;
	color: #666;
	text-align: center;
}
.single-post-images {	
	float: left;
	width: 927px;
	min-height: 400px;	
	background-color: #fff;	
	border: 2px solid white;
	text-align: center;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;		
}
.single-post-elements {
	height: 400px;
	width: 937px;
	text-align: center;
}
.image-headers-container {
	float: left;
	position: relative;
	z-index: 999;
	width: 940px;
	margin-top: -33px;	
	display: block;
}
.image-headers {
	float:left;
	background: #fff;
	display: block;
}
a.image-headers-link a{
	font-size: 1px;
	display: block;
	float: left;
	text-decoration: none;
	border: 5px solid #b30101;
	margin-left: 10px;
	text-indent: -999%;
	width: 10px;
	height: 10px;
}
a.image-headers-link a:hover{
	border: 5px solid #be0000;
}
a.activeSlide{
	background-color: #650000;
	color: #650000;
}
.single-post-description{	
	float: left;	
	margin-top: 20px;
	padding: 0px 20px;
	width: 580px;
	background-color: #fff;	
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;		
}
.single-post-title h3 {
	font: normal 150%/100% Tahoma, Arial;
	color: #222;
	margin: 0px;
	padding: 0px;
}
.single-post-cat {
	font: normal 90%/100% Tahoma, Arial;
	color: #222;
	margin: 0px;
}
.single-post-description a , .single-post-extra a {
	font: normal Tahoma, Arial;
	color: #b30101;
}
.single-post-content p {
	font: normal Tahoma, Arial;
	color: #292929;
	line-height: 22px;
	margin-top: 10px;
}
.single-post-contact p {
	font: normal Tahoma, Arial;
	color: #545454;
	margin: 10px 20px 20px 0px;
}
.single-post-extra{	
	float: right;	
	margin: 20px 30px 20px 20px;
	padding: 10px 20px 20px;
	width: 250px;
	background-color: #fff;	
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;		
}
.single-post-related h4 {
	font: normal 125%/100% Tahoma, Arial;
	color: #222;
	margin: 10px 0px 0px;
	padding-bottom: 5px;
}
.single-post-related  {
	font: normal Tahoma, Arial;
	color: #222;
	margin: 10px 0px 0px;
}
.static {
	float: left;	
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px 20px;
	width: 570px;
	background-color: #fff;	
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;		
}
.static-full {
	float: left;	
	margin-left: 10px;
	margin-top: 20px;
	padding: 0px 20px;
	width: 870px;
	background-color: #fff;	
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;		
}
.static-image {
	margin: -20px 10px 0px 0px;
	float: left;
	width: 250px;
	border: 5px solid #fff;
}
.static-image2 {
	margin: -30px 10px 0px 0px;
	float: left;
	width: 250px;
}
.static-text {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;	
	width: 290px;
}
.static-text-content p {
	font: normal Tahoma, Arial;
	color: #292929;
	line-height: 22px;
	margin: 0px 0px 10px;
	padding: 0px;
}
.quote {
	padding-left: 30px;
	margin: 10px 0px 10px 15px;
	display: block;
	width: 250px;
	float: right;
	background: #eee url('images/quotes.png') no-repeat 5px 5px;
}
.quote p {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	color: #888;
}
.static-text-content a {
	color: #b30101;
	text-decoration: none;
}
.static-text-content a:hover {
	color: #b30101;
	text-decoration: underline;
}
a.student img {
	padding-bottom: 5px;
	border: 2px solid #fff;
	margin: 10px;
}
a.student img:hover {
	border: 2px solid #b30101;
}
.static-numbered {
	list-style: decimal;
	font: normal Tahoma, Arial;
	color: #292929;
	margin: -10px 20px 0px;
	padding: 0px;	
}
.static-extra {
	float: right;	
	margin-top: 20px;
	padding: 0px 20px;
	width: 180px;
	background-color: #fff;	
}
.static-text2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 540px;
}
.static-text3 {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 800px;
}
.static-ul {
	list-style: square;
	font: normal Tahoma, Arial;
	color: #292929;
	margin: -10px 15px 0px;
	padding: 0px;
}
a.single-image:hover {
	border: 2px solid #b30101;
}
.contact h4 {
	font: normal 125%/100% Tahoma, Arial;
	color: #222;
}
.contact {
	color: #222;
}
.viernulvier a {
	font: normal Tahoma, Arial;
	color: #b30101;	
}
p.error {
	color: #a20000;
	font-style: italic;
}
label.error {
	color: #fff;
	display: block;
	width: 325px;
	background-color: #a20000;
}
p.succes {
	color: #13a200;
	font-style: italic;
}
input[type="text"]{
	width: 300px;
	margin: 5px 0px;
	height: 20px;
	padding: 0px 5px 0px 20px;
}
textarea {
	width: 300px;
	margin: 5px 0px;
	height: 120px;
	padding: 0px 5px 0px 20px;

}
input[type="text"].success, textarea.success {
	background: url("images/formvalid_true.png") no-repeat 2px 2px;
	border: 1px solid #abadb3;
	padding: 0px 5px 0px 20px;
}
input[type="text"].error, textarea.error {
	background: url("images/formvalid_false.png") no-repeat 2px 2px;
	border: 1px solid #abadb3;
	padding: 0px 5px 0px 20px;
}

#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
}
#sidebar h3 {
	font: normal 140%/100% Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
#footer {
	height: 50px;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 75%;
	line-height: 70%;
}
#footer li {
	display: inline;
	margin-left: 15px;
}
#footer a, #footer a:visited{
	color: #777;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding-bottom: 10px;
}
/* Plugins en social media
-------------------------------------------------------------- */	
.twitter-image {
	float: right;
	background: url("images/twitter1.png") no-repeat left;
	display: block;
	width: 90px;
	height: 35px;
	margin-bottom: -30px;
}
.twitter-image:hover {
	float: right;
	background: url("images/twitter2.png") no-repeat left;
	display: block;
	width: 90px;
	height: 35px;
	margin-bottom: -30px;
}
ul.twitter {
	font: normal 98% Tahoma, Arial;
	color: #292929;
	padding-bottom: 10px;
}
li.twitter-item {
	margin-top: 10px;
}
ul.delicious {
	font: normal 98% Tahoma, Arial;
	color: #292929;
}
li.delicious-item {
	margin-top: 10px;
}
ul.social {
	font: normal 98% Tahoma, Arial;
	color: #292929;
}
li.social-item {
	margin-top: 10px;
}
li.social-item  a{
	margin-right: 10px;
}
