/*  
Theme Name: Tutorial
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/



body{
margin: 0 auto 0 auto;
width: 950px;
text-align: left;
}

.textMove{ /*this is your standard for each header*/
height: 200px;
width: 950px;
text-indent: -2000px;/*This pushes your text back so it's
invisible*/
}
.specificText{ /*specific header-text image*/
background: url("http://www.ivpp.nl/wp-content/uploads/headerimage.jpg") no-repeat left top; 
}

.specificText-communicatie{ /*specific header-text image*/
background: url("http://www.ivpp.nl/wp-content/uploads/headerimage-communicatie.jpg") no-repeat left top; 
}

.specificText-zelfvertrouwen{ /*specific header-text image*/
background: url("http://www.ivpp.nl/wp-content/uploads/headerimage-zelfvertrouwen.jpg") no-repeat left top; 
}

.specificText-geluk{ /*specific header-text image*/
background: url("http://www.ivpp.nl/wp-content/uploads/headerimage-geluk.jpg") no-repeat left top;
}

.specificText-productiviteit{ /*specific header-text image*/
background: url("http://www.ivpp.nl/wp-content/uploads/headerimage-productiviteit.jpg") no-repeat left top;
}

#home-link {
    position: absolute;
    width: 950px;    
    height: 200px;   
    top: 0; left: 0; 
    border: 0;
    float: left;
}

#wrapper{
margin: 0 auto 0 auto;
width: 950px;
padding-bottom: 60px;
}
.post {
padding-bottom: 30px;
} 
img {
float: right; 
padding-left: 15px;
padding-bottom: 15px;
text-decoration: none;
}
#container {
float: left;
width: 600px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: 0.5pt;
line-height: 130%;
text-align: left;
padding: 30px;
padding-left:40px;
padding-right: 75px;
padding-bottom: 90px;
}

#container h1 {
color:#003333;
padding-bottom: 10px;
font-size: 25px;
border-bottom: 1px solid;
border-bottom-color:#999999;
line-height: 130%;
}

#container h2 {
color:#003366;
font-size: 25px;
}

#container h3 {
color:#333333;
font-size: 14px;
}

#container a {
font-style: italic;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

.entry {
padding-bottom: 60px;
}


.entry h1{
border-bottom: 1px solid;
border-bottom-color:#999999;
}

.entry h2{
color:#003366;
line-height: 145%;
}

.sidebar {
list-style-type: none;
float: right;
width: 175px;
padding-right: 40px;
}

.sidebar img{
text-decoration: none;
}

#rss {
font-size: 14px;
border-bottom: 1px solid;
border-bottom-color:#999999;
color:#666666;
padding-bottom: 20px;
margin-bottom:20px;
}

#rss a{
text-decoration:underline;
font-size: 14px;
color:#003366;
}

#rss img{
float:right;
}

#explorer {
list-style-type: none;
float: right;
width: 175px;
padding-right: 40px;
}

.sidebar a{
color:#000;
text-align: left;
text-decoration: none;
font-size: 25px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold
}

.sidebar a:hover{
color:#0033FF
}

#container a:link {
color:#003366;
}

#container a:visited {
color:#003366;
}

#container a:hover {
color:#0033FF;
}

.entry a{
color:#003366;
}

#post a{
color:#003366;
}

.postmetadata a{
color:#003366;
}

#container {
text-decoration: none;
}

#searchform {
margin: 20px 20px 20px 700px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 3px solid #ccc;
	padding: 20px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer {
	height: 66px;
	clear: both;
	color:#999999;
	margin-top:60px;
	text-align:center;
	text-decoration: none;
}

#footer a {
height: 66px;
	clear: both;
	color:#999999;
	margin-top:60px;
	text-align:center;
	text-decoration: none;
	}
	
#footer a:hover {
height: 66px;
	clear: both;
	color:#0000FF;
	margin-top:60px;
	text-align:center;
	text-decoration: none;
	}	


