/* @override http://www.vvn.be/wp-content/themes/vvn/style.css */

/*
Theme Name: VVN
Theme URI: www.vvn.be
Description: A custom theme based on the caroline theme from Automattic (http://automattic.com) this theme can only be used for the vvn.be website.
Author: PitsLamp
Author URI: http://pitslamp.com/
Version: 1.0.2
Tags: blue, 2-colums, vvn

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/*  style
*
*  Created by Filip Bunkens on 2007-12-18.
*  Copyright (c) 2007 PitsLamp. All rights reserved.
*/

/**
 * Initializing style
 */

/* @group Initialize */
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

/**
 * Normalizes font-size for headers
*/
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

/**
 * Removes list-style from lists
 */
ol, ul {
	list-style: none;
}

/**
 * Normalizes font-style and font-weight to normal
 */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/**
 * Removes borders from tables
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Removes borders from fieldset and img
 */
fieldset, img {
	border: 0;
}

/** 
 * Left-aligns text in caption and th
 */
caption, th{
	text-align: left
}

/**
 * Removes quotation marks from q
 */
q:before, q:after {
	content: '';
}

strong {
	font-weight: bold;
}


.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* @end */

/* @group Layout styles */

html {
	text-align: center;
	height: 100%;
}

body {
	position: relative;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	font-family: "Lucinda Grande", Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	background: url('images/backgroundSite.gif') top left repeat-x;
	height: 100%;
}

#container {
	background: url('images/backgroundContent.gif') left 143px no-repeat;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}

img {
	margin: 10px;
	border: 1px solid #44a3d5;
}

/* @end */

/* @group Header */

#container #branding {
	width: 736px;
	margin-left: auto;
	margin-right: auto;
}

#container #branding h1{
	text-indent: -9999px;
	overflow: hidden;
	height: 110px;
	width: 88px;
	background: url('images/logo_vvn.gif') left 7px no-repeat;
	padding: 0px;
	margin: 0px 0px 0px 36px;
}

#container #branding h1 a{
	height: 110px;
	width: 88px;
	display: block;
}

/* @group Slogan */

#container #branding blockquote {
	float: right;
	height: 82px;
	margin: -105px 36px 0px 0px;
}

#container #branding blockquote p {
	float: right;
	margin: 67px -71px 0px 0px;
	text-indent: -9999px;
	background: url('images/slogan.gif') right top no-repeat;
	width: 379px;
	height: 14px;
}

/* @end */

/* @group Language */

#container #branding blockquote p.language {
	text-indent: 0;
	float: right;
	width: 68px;
	height: 20px;
	background: url('images/backgroundLanguage.gif') 0px 0px;
	font-size: 70%;
	padding: 12px 0 0 3px;
	margin: 0;
	color: #86C0DD;
}

#container #branding blockquote p.language a {
	color: #fff;
	text-decoration: none;
}

#container #branding blockquote p.language a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Navigation */

.menu-header {
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-bottom: 1px;
	background: url('images/backgroundNavbar.gif') left top no-repeat;
	height: 33px;
}

#menu-vvn {
	padding: 0;
	margin: 0px 0px 0px 17px;	
}

#container .menu-header #menu-vvn li{
	float: left;
	position: relative;
}

#menu-vvn li a{
	display: block;
	height: 33px;
	background-position: left top;
	text-indent: -9999px;
}

#menu-vvn .current-menu-ancestor, #menu-vvn .current-menu-item, #menu-vvn .menu-item:hover {
	background-position: bottom left;
}

#menu-item-5{
	background: url('images/buttonVVN.gif') no-repeat;
	width: 47px;
}

#menu-item-6{
	background: url('images/buttonNieuws.gif') no-repeat;
	width: 62px;
}

#menu-item-313{
	background: url('images/buttonActiviteiten.gif') no-repeat;
	width: 98px;
}

#menu-item-70{
	background: url('images/buttonPublicaties.gif') no-repeat;
	width: 90px;
}

#menu-item-110{
	background: url('images/buttonContact.gif') no-repeat;
	width: 78px;
}

#menu-item-7{
	background: url('images/buttonOnderwijs.gif') no-repeat;
	width: 88px;
}

/* @group sub-menu */

.menu-header ul li ul.sub-menu {
	display: none;
	position: absolute; 
	height: auto;
	width: 154px;
	top: 33px;
	left: 0;
	margin: 0px 0px 0px -1px;
	padding: 0;
	background: url("images/backgroundSubnav.gif") left bottom no-repeat;
	border-top: 1px solid #ffffff;
	z-index: 10;
}

.menu-header ul li > ul.sub-menu {
	top: auto;
	left: auto;
}


.menu-header ul li:hover ul.sub-menu, .menu-header ul li.over ul.sub-menu{
	display: block;
}

.menu-header ul li:hover ul.sub-menu li{
	float: none;
	margin: 0;
	padding: 0;
}

#menu-vvn li ul.sub-menu li a, .menu-header ul li.over ul.sub-menu li a {
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	background: transparent;
	text-indent: 0px;
	height: auto;
	text-decoration: none;
	border-top: 1px solid #95cde7;
	width: 142px;
	color: #ffffff;
	font-size: 0.9em;
}

#menu-vvn li ul.sub-menu li a:hover, .menu-header ul li.over ul.sub-menu li a:hover {
	color: #DFF0FB;
}

#menu-item-7 {
	padding: 0;
	margin: 0px 132px 0px 0px;	
}

#container .menu-header #menu-item-72 li{
	float: right;
	position: relative;
}

#menu-item-72 li a{
	display: block;
	height: 33px;
	background-position: left top;
	text-indent: -9999px;
}

li#menu-item-72 a:hover, li#nav_vn a:hover, #nav_switch li a.active {
	background-position: bottom left;
}

#menu-item-72 a {
	background: url('images/buttonVVNyouth.gif') no-repeat;
	width: 92px;
}

/* @end */

/* @end */

/* @group Content */

#container #content-box {
	clear: both;
	width: 734px;
	margin-left: auto;
	margin-right: auto;
	height: 179px;
	padding: 0px;
	margin-top: 0px;
}

#contentHeader {
	width: 100%;
	height: 179px;
	background: #dff0fb;
}

.contentDescription img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
	width: 449px;

}

.contentDescription p{
	margin: 0px 10px 10px 459px;
	padding: 1em 10px 10px;
	font-size: 1.0em;
	color: #7a848a;
	line-height: 1.3em;
	vertical-align: middle;
}

#container #content-box #content {
	margin-top: 1px;
	width: 420px;
	padding: 15px 15px 20px 15px;
	background: url("images/contentSeperator.gif") right top no-repeat;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	float: left;
	color: #666666;
	line-height: 1.5em;
	font-size: 0.9em;
}

#content-container a, #primary a {
	color: #44a3d5;
	text-decoration: none;
}

#content-container ul {
	margin: 0;
	padding: 0 0 0 0;
}

#content-container ul li, #content-container ul.no_bullets li ul li {
	color: #777777;
	padding: 0.5em 0.5em 0.5em 1.5em;
	background: url("images/bulletCross.gif") 0.2em center no-repeat;
}

#content-container ul.no_bullets li {
	background: none;
}

#content-container a:hover {
	text-decoration: underline;
}

#content-container h3 {
	color: #ffa944;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}

#content-container .view-frontpage .view-content-frontpage div ul li{
	padding-left: 0;
	background: none;
}

#content-container h2.entry-title, #content-container h2, #content-container h1 {
	color: #44a3d5;
	font-size: 1.5em;
	width: 400px;
	letter-spacing: -0.05em;
	padding: 15px 0px 15px 0px;
	margin: 0;
	line-height: 1.2em;
}

#content-container div.nodeItem span.nodeDate {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #ffa944;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1em;
}

#content-container p {
	margin-bottom: 0.75em;
}

#content-container em {
	font-style: italic;
}

#primary {
	float: right;
	width: 245px;
	padding: 15px 15px 20px 15px;
}

#primary .widget-container {
	padding: 0px 0px 30px 0px;
}

#primary .widget-container h3.widget-title {
	color: #ffa944;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #dcdcdc;
}

#primary .widget-container div {
	color: #777777;
	font-size: 0.85em;
	margin: 5px 0 0 0;
	padding: 0;
}

#primary .widget-container div ul {
	margin: 0;
	padding: 0 0 0 0;
}

#primary .widget-container div ul li {
	color: #777777;
	padding: 0.5em 0.5em 0.5em 1.5em;
	border-bottom: 1px solid #e1e1e1;
	background: url("images/bulletCross.gif") 0.2em center no-repeat;
}

#primary .widget-container div ul li a {
	color: #777777;
	text-decoration: none;
}

#primary .widget-container div ul li a:hover {
	text-decoration: underline;
}

#primary .widget-container div .vcard {
	font-size-adjust: 2em;
}

/* @end */

/* @group Footer */

#footer {
	clear: both;
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 15px 20px 15px;
	font-size: 0.7em;
	color: #b3b3b3;
}

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

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

/* @end */

/* @group Drupal specific */

#edit-comment {
	width: 420px;
}

.more-link {
	text-align: right;
	padding-top: 0.5em;
}

.more-link a{
	color: #44a3d5;
	text-decoration: none;
}

.more-link a:hover {
	text-decoration: underline;
}

#content-container h2.commentTitle {
	margin-bottom: .6em;
}

#content-container dl.comment {
	margin-top: 25px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 90%;
	color: #666666;
}

#content-container dl.comment span.new {
	display: none;
}

#content-container dl.comment dt {
	margin: 0 0 10px 0;
	line-height: 0.8em;
}

#content-container dl.comment dd{
	margin: 0;
	padding: 0;
	color: #777777;
}

/* @end */

/* @group Comment-form */

div.box h2.title {
	font-size: 110%;
}

#comment-form {
	font-size: 90%;
	color: #666666;
}
#comment-form div.form-item, #contact-mail-page div.form-item{
	clear: both;
	margin-top: 7px;
}

#comment-form div.form-item label, #contact-mail-page div.form-item label, .ntype-webform #content-container form label{
	width: 150px;
	display: block;
	float: left;
}

#comment-form div.form-item input, #contact-mail-page div.form-item input, .ntype-webform #content-container form input{
	width: 260px;
	float: left;
	margin-bottom: 7px;
}

#contact-mail-page div.form-item label.option {
	display: none;
}

#comment-form div.form-item textarea, #contact-mail-page div.form-item textarea, .ntype-webform #content-container form textarea{
	width: 260px;
	height: 125px;
}

#comment-form div.form-item input, 
#comment-form div.form-item textarea, 
#contact-mail-page div.form-item input,
#contact-mail-page div.form-item textarea,
.ntype-webform #content-container form input,
.ntype-webform #content-container form textarea{
	border: 1px solid #aaaaaa;
}

#comment-form div.description, #contact-mail-page div.description{
	clear: both;
}

#comment-form ul, #comment-form a, #comment-form div.description, #contact-mail-page ul, #contact-mail-page a, #contact-mail-page div.description{
	font-size: 80%;
	margin-left: 18px;
}

#comment-form fieldset, #contact-mail-page fieldset {
	border: 0px;
}

#comment-form fieldset legend, #contact-mail-page fieldset legend{
	margin-left: -9px
}

#comment-form div.form-item span.field-prefix, #contact-mail-page div.form-item span.field-prefix{
/*	width: 75px;*/
	display: block;
	clear: none;
	float: left;
}

#comment-form div.form-item input#edit-captcha-response, #contact-mail-page div.form-item input#edit-captcha-response{
	margin-left: 7px;
	width: 50px;
	float: left;
}

#comment-form #edit-submit, #contact-mail-page #edit-submit, .ntype-webform #content-container form #edit-submitbutton {
	clear: both;
	margin-top: 15px;
	width: 120px;
}

#comment-form div.form-item label span.form-required, #contact-mail-page div.form-item label span.form-required, .ntype-webform #content-container form .form-required{
	position: relative;
	color: #44a3d5;
}

.ntype-webform #content-container .nodeDate, .ntype-webform #content-container .commentTitle{
	display: none;
}

/* @end */

/* @group webform studiedag */

#webform-client-form-307 .webform-component-textfield {
	display: block;
	clear: both;
}

#webform-client-form-307 div.form-item {
	display: block;
	clear: both;
	width: 450px;
}

#webform-client-form-307 .webform-component-select .form-item label{
	width: 450px;
}

#webform-client-form-307 .webform-component-select #edit-submitted-studiedag-geslacht-wrapper label, #webform-client-form-307 .webform-component-select #edit-submitted-leerkrachtstudent-wrapper label {
	width: 150px;
}

#webform-client-form-307 div label {
	width: 120px;
}

#webform-client-form-307 .option .form-radio {
	width: 30px;
	display: inline;
}

#webform-client-form-307 .form-item textarea {
	margin-bottom: 20px;
}

#webform-client-form-307 .form-item .description {
	float: left;
	width: 150px;
	margin-top: -100px;
	font-style: italic;
	font-size: 0.8em;
}

/* @end */

/* @group search */

dd form .form-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group admin */

#blocks {
}

#blocks .odd {
	background: #cdcdcd;
}

#blocks th, #blocks td.region {
	text-transform: uppercase;
	background: #44a3d5;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
}

.block-region {
	background: #44a3d5;
	color: #ffffff;
}

/* @end */

/* @group messages */

/* Messages */

.error {
	border: 1px solid #E57D64;
	background-color: #F6D5CB;
	color: #F6212C;
	padding: 10px;
	margin-bottom: 20px;
	width: 300px;
	min-width: 300px;
}

.status {
	border: 1px solid #6ADA1D;
	background-color: #D2F2B7;
	color: #569D23;
	padding: 10px;
	margin-bottom: 20px;
	width: 300px;
	min-width: 300px;
}

/* @end */


/* @group event */

span.nodeEvent_Date {
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #ffa944;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
}

/* @end */

/* @group onderwijs */



/* @group Navigation */



.menu-header {
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-bottom: 1px;
	background: url('images/backgroundNavbar.gif') left top no-repeat;
	height: 33px;
}

#menu-onderwijs {
	padding: 0;
	margin: 0px 0px 0px 17px;	
}

#menu-onderwijs li {
	float: left;
	position: relative;
}

#menu-onderwijs li a {
	display: block;
	height: 33px;
	background-position: left top;
	text-indent: -9999px;
}

#menu-onderwijs .current-menu-ancestor, #menu-onderwijs .current-menu-item, #menu-onderwijs .menu-item:hover {
	background-position: left bottom;
}

#menu-item-26{
	background: url('images/buttonVVN.gif') no-repeat;
	width: 47px;
}

#menu-item-28{
	background: url('images/buttonNieuws.gif') no-repeat;
	width: 62px;
}

#menu-item-29{
	background: url('images/buttonActiviteiten.gif') no-repeat;
	width: 98px;
}

#menu-item-30{
	background: url('images/buttonPublicaties.gif') no-repeat;
	width: 90px;
}

#menu-item-31{
	background: url('images/buttonContact.gif') no-repeat;
	width: 78px;
}

#menu-item-22{
	background: url('images/buttonOnderwijs.gif') no-repeat;
	width: 88px;
}

ul.sub-menu #menu-item-22, ul.sub-menu #menu-item-31, ul.sub-menu #menu-item-30, ul.sub-menu #menu-item-29, ul.sub-menu #menu-item-28, ul.sub-menu #menu-item-26 {
	background: none;
}

/* @group sub-menu */

#menu-onderwijs li ul.sub-menu li a, .menu-header ul li.over ul.sub-menu li a {
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	background: transparent;
	text-indent: 0px;
	height: auto;
	text-decoration: none;
	border-top: 1px solid #95cde7;
	width: 142px;
	color: #ffffff;
	font-size: 0.9em;
}

#menu-item-22 {
	padding: 0;
	margin: 0px 132px 0px 0px;	
}


#menu-onderwijs li ul.sub-menu li a:hover, .menu-header ul li.over ul.sub-menu li a:hover {
	color: #DFF0FB;
}

#container .menu-header #menu-item-32 li{
	float: right;
	position: relative;
}

#menu-item-32 li a{
	display: block;
	height: 33px;
	background-position: left top;
	text-indent: -9999px;
}

li#menu-item-32 a:hover, li#nav_vn a:hover, #nav_switch li a.active {
	background-position: bottom left;
}

#menu-item-32 a {
	background: url('images/buttonVVNyouth.gif') no-repeat;
	width: 92px;
}

/* @end */

/* @end */


/* @end */
