/*
Theme Name: Westtalent 09
Theme URI: http://www.westtalent.be/
Description: Het wordpress theme voor de popconcours Westtalent 2009. in opdracht voor het Entrepot. <a href="http://www.het-entrepot.be">Entrepot</a>.
Version: 1.0
Author: Filip Verhaert
Author URI:
Tags: geel, rood, fixed, 3 columns
The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*--------------- ALGEMEEN ----------------------*/

* {
margin: 0px;
padding: 0px;
}

body {
font-size:62.5%;
background: #FDB913 url(images/bgr.gif) repeat;
}

#container {
margin: 0 auto;
width: 1000px;
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 1.2em;
line-height: 1.6em;
background-color:#FFFFFF;
}

#container2 {
border: 1px solid #000000;
}

#container3 {
width: 610px;
float:left;
}

#container3_page {
width: 890px;
float:left;
}

#pushbottom {
clear: both;
}

#band {
height: 35px;
/*border: 2px solid #00FF00;*/
background-color:#000000;
}

/*-------------- TYPOGRAFFIE --------------*/

h1 {
font-size: 2.4em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.6em;
}

h4 {
font-size: 1.4em;
}

h1, h4 {
font-family:"Trebuchet MS", Arial, sans-serif;
}

h2, h3 {
font-family:"Trebuchet MS", Arial, sans-serif;
}

p {
margin-bottom: 1.8em;
}

a {
text-decoration:none;
font-weight: bold;
}

a:link {
color:#000000;
}

a:visited {
color:#333333;
}

a:hover {
text-decoration: underline;
}

a:visited {}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/*----------------- HEADERS --------------------*/

#header {
width:1000px;
height:233px;
background: url("images/WThoofding.jpg") no-repeat left top;
}

#header p, #header h1, #header h2/**/ {
/*display: none;*/
}

/*-------------- INHOUD -----------------------*/

#content {
margin: 0 10px;
width: 420px;
float: right;
}

#content_page {
margin: 0 10px;
width: 650px;
float: right;
}

/*-------------- SIDEBARS ---------------------*/

#sidebarL {
margin: 0;
width:150px;
float: left;
}

#sidebarR {
margin: 0 0 0 10px;
width: 370px;
float:right;
}

/*---------------- NAVIGATIE --------------------*/

#top_navlist {
position: absolute;
top: 241px;
width: 1000px;
/*text-align: right;*/
/*border: 2px solid #0099FF;*/
}

#top_navlist h2{
display: none;
}

ul#navlist {
margin-left: 5px;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 2px 10px;
font-size: 1.4em;
font-weight: bolder;
border: 1px solid #666666;
}

#navlist a:link, #navlist a:visited {
/*color: #d2232a;
background-color: #fdcd01;*/
color:#FFFFFF;
background-color:#000000;
text-decoration: none;
}

#navlist a:hover {
color: #ffffff;
background-color: #d2232a;
text-decoration: none;
}

/* Verticale Nav */

ul#Vnavlist {
margin-left: 0;
margin-top: 10px;
padding-left: 0;
list-style-type: none;
}

#Vnavlist a {
display: block;
padding: 3px;
width: 145px;
border-bottom: 3px solid #fff;
font-size: 1.3em;
}

#Vnavlist a:link, #Vnavlist a:visited {
background-color: #BA181F;
color: #fff;
text-decoration: none;
}

#Vnavlist a:hover
{
background-color: #FDB913;
color: #CE181F;
}

/*-------------- BLOG ELEMENTEN -----------------*/


/*---------------- FORMS ------------------------*/


/*---------------- FOOTER -----------------------*/

#footer {
height: 100px;
width: 1000px;
background: #FDB913 url(images/footer.png) no-repeat;
/*border: 1px solid #000000;*/
}

#footer h3 {
display:none;
}

/*------------------ IMAGES -----------------------*/
#logo {
width:130px;
height: 163px;
margin: 25px 0 0 12px;
}

#logo img {
border-style: none;
}

/*----------------- Extra CLASSES -----------------*/
.titel {
margin-top: 10px;
margin-bottom: 3px;
/*height: 56px;*/
/*line-height: 85px;*/
background-color: #FFF;
font-size: 2em;
/*font-weight:bold;*/
color: #BA181F;
padding-bottom: 5px;
border-bottom: 2px dotted #CE181F;
}

.kalender {
margin-top: 0;
padding-bottom: 5px;
height: 48px;
width: 150px;
line-height: 65px;
background-color: #BA181F;
font-size: 2.4em;
/*border-bottom: 2px dotted #CE181F;*/
/*font-weight: bold;*/
color: #ffffff;
/*color: #BA181F;*/
}

#inhoud {
width: 80%;
margin: 0 10px;
float: right;
}

.entry {
	margin-top: 10px;
}

/*.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	*/
/*-------- commentaar form ---------*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	
/*any little extra flares and fun design
elements you want to add can go here*/