/* CSS document for website VerkeersOpleidingen Zuid */
/* CSS based on: 
/* CSS Mastery: Advanced Web Standards Solutions - Simon Collison's */

/* the appropriate background class will be applied based on class attached to the body */

* {
padding: 0;
margin: 0;
}

html{
overflow-x:hidden;
overflow-y:scroll;
}

body {
font:70% Arial, Verdana, Helvetica, sans-serif;
color: #353739; 
background-color: #fff;
}

#threeColLayout {
background: #fff url(../artwork/VOZ_bkglft.gif) no-repeat;
}
#twoColLayout {
background: #fff url(../artwork/VOZ_bkglft.gif) no-repeat;
}
#oneColLayout {
background: #fff url(../artwork/voz_bkglft.gif) no-repeat;
}

/* default links */

a:link {
background-color: transparent;
text-decoration:underline;
color: #53a441;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color: #53a441;
}
a:hover {
background-color: #53a441;
text-decoration: underline;
color: #fff;
}
a:active {
background-color: transparent;
text-decoration: underline;
color: #53a441;
}	
*html a {
display:block;
}

/* headers here */

h1 {
padding: 5px;
font-size: 200%;
color: #53a441;
font-weight: 900;
}

h2 {
padding: 5px;
margin-bottom: 10px;
font-size: 130%;
color: #353739;
float: left;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
display: inline;
font-size: 92%;
margin: 10px 5px 0 0;
padding: 2px;
}

.default h3 {
background: #ddedd9;
}
.careers h3 {
background: #F762E0;
}
.one_man h3 {
font-size: 110%;
background: #B18FD1;
}
.interviews h3 {
font-size: 110%;
background: #D7D493;
}
.profiles h3 {
background: #C4DDB8;
}

/* center text */
.center {
margin-left: 300px;
font-weight: 800;
font-size:250%;
color: #53a441;
}

.green_center {
margin-left: 25px;
font-weight: 800;
font-size:250%;
color: #53a441;
}

.slogan_center {
margin-left: 100px;
font-size: 150%;
color: #353739;
}

.slogan {
margin-left: -50px;
font-size: 150%;
color: #353739;
}

.foto {
margin-bottom: 5px;
}

.bold {
font-weight: 900;
color: #000;
}

.redbut {
background:url(../artwork/VOZ_buttonrood_17.gif) no-repeat;
padding-left: 20px;
}

.blackbut {
background:url(../artwork/VOZ_buttonzwart_17.gif) no-repeat;
padding-left: 20px;
}

.greenbut {
background: url(../artwork/VOZ_buttongroen_17.gif) no-repeat;
padding-left: 20px;
}

.butgreen {
background: url(../artwork/VOZ_buttongroen_17.gif) no-repeat;
padding: 5px 0 0 20px;
}

.green {
color: #53a441;
font-weight: 900;
font-size: 125%;
}

.login {
	color: #666666;
}

.center_slip {
     text-align:center;
}

.indent_slip {
     text-indent: 5px; 
}


ul {
margin-left: 75px;
}

ul li {
text-indent: 10px;
}

/* main wrapper that holds it all centrally */

#wrapper {
width:950px;
margin:0 auto;
min-height: 90%;
padding: 0 10px 10px 10px;
}

/* default masthead holding the banner and mainNav */

#header {
width: 950px;
height: 80px;
background-color:transparent;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:750px;
display:inline;
margin: 0 0 20px 0;
}

/* logo in primaryContent */
#logo {
   background-image: url(../artwork/VOZ_01_180.gif);
   width: 220px;
   height: 113px;
   float: left;
   margin-top: 280px;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float: left;
width: 220px;
min-height: 400px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
width: 555px;
float: left;
min-height: 400px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent{
float: left;
width: 500px;
}

#sideContent{
float: left;
width: 230px;
min-height: 400px;
}

#sideContent dl {
margin-left: 0px;
margin-top: 20px;
}

#sideContent dt {
padding: 5px 0 0 20px;

}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}

/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 0;
padding: 5px 2px 5px 20px;
background:url(diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #ddedd9;
padding: 5px 0 5px 0;
line-height: 170%;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 10px;
color: #333;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

/* Rules for the top corners and border */
.bt {
	background:url(../artwork/box.png) no-repeat 100% 0 !important;
	background:url(../artwork/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
	 
.bt div {
    height:27px;
	width:18px; 
	position:relative;
	left:-18px;
	background:url(../artwork/box.png) no-repeat 0 0 !important;
	background:url(../artwork/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../artwork/box.png) no-repeat 100% 100% !important;
	background:url(../artwork/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
	
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../artwork/box.png) no-repeat 0 100% !important;
	background:url(../artwork/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(../artwork/borders.png) repeat-y 0 0 !important;
	background:url(../artwork/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(../artwork/borders.png) repeat-y 100% 0 !important;
	background:url(../artwork/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background: #ddedd9;
    border: 1px solid #53a441;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */

/* date and posted control the small text info in article blurbs */

.date {
font-size: 85%;
font-weight: bold;
color: #666;
}

.posted {
display: block;
margin: -5px 0 0 50px;
padding: 0 0 10px 0;
font-weight: bold;
color: #666;
}

.postedUnderline {
display: block;
margin: 0 5px 5px 50px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

address {
margin-left: 50px;
}

/* erm, the footer */

#footer{
clear:both;
width: 910px;
height: 25px;
font-size: 90%;
background-color: transparent;
}

#footer p {
margin: 0 0 0 10px;
}

/* horizontal footer menu navigation - based on a method from Richard Rutter */

#footNav
{
padding: 0;
width: 910px;
height: 25px;
font-weight: 800;
margin-left: 230px;
}

#footNav ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#footNav li
{
display: block;
margin: 0;
padding: 10px 0 0 0;
float: left;
width: auto;
}

#footNav a
{
color: #353739;
display: inline;
width: auto;
text-decoration: none;
background: transparent;
margin: 0;
padding: 5px 5px;
border-right: 1px solid #353739;
}

#footNav a:hover, #footNav a:active { background: #53a441;color: #fff; }

#footNav a.active:link, #footNav a.active:visited
{
position: relative;
z-index: 102;
background: transparent ;
color: #353739;
font-weight: bold;
}

/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */

img {
float: left;
margin: 0px 0 2px 15px;
border: 0px;
}

/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;
margin-top: 4px;
border: 3px solid #C5BDBD;
}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background: url(shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}
 
.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

/* used to ensure all our floated thumbnails stay the right width away from the left side of the box */

.thumbnails {
margin: 0 0 20px 50px;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
background-position: 0 -40px;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

  #mainNav
{
margin-left: 0px;
padding: 0;
width: 950px;
height: 40px;
float: left;
font-weight: 800;
font-size: 100%;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 35px 0 0 0;
float: left;
width: auto;
}

#mainNav a
{
color: #353739;
display: inline;
width: auto;
text-decoration: none;
background: transparent;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #353739;
}

#mainNav a:hover, #mainNav a:active { background: #53a441;color: #fff; }

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: transparent ;
color: #353739;
font-weight: bold;
}

/* form styling - not much though kids */


dl {
margin-left: 50px;
}