/*
Theme Name: Tuimeloor vzw
Theme URI: http://www.tuimeloor.be/
Description: Based on the default WordPress Theme
Version: 1.6
Author: --
Author URI: --
Tags: --
	
*/
/* 	
	The structure of this website is based on the WordPress Default theme (*info above).
*/

/** PRINT-CSS **/

*{
	margin: 0px;
	padding: 0px;
}

img{
	border-width:0px;
	border-style:none;
}

body {
	color:#000000;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
}

#page {
	width: 735px; /*685 + 50px extra*/
}

#header {
	}
#logo{
	width:85px;
	height:78px;
	background-image:url(images/logoTuimeloor_print.gif);
	background-repeat:no-repeat;
}
	
#header h1, #header .description{
	color:#000000;
    font-size: 25px;
}
#header .description{
	padding-bottom:20px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:20px;
}

#contentwrap{
	width:685px;
}

#sidebar{
	display:none;
}

#content {
	width:470px;
	float:left;
}

#footer {
	clear: both;
	height:10px;
	width: 340px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#999999;
	font-size:10px;
	margin-top:20px;
	margin-bottom:20px;
	}


/* CONTENT */
#content h2 a{
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	}
#content h2 a:hover{
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	}
#content h2, h5, h6{
	font-weight:bold;
	margin-bottom:5px;
	margin-top:20px;
	}
#content h3, h4{
	font-weight:bold;
	margin-bottom:15px;
	margin-top:20px;
	}
#content h2{
	font-size:25px;
	line-height:24px;
	}
#content h3{
	font-size:18px;
	line-height:16px;
	}
#content h4{
	font-size:15px;
	line-height:13px;
	}
#content h5{
	font-size:12px;
	line-height:10px;
	}
#content h6{
	font-size:11px;
	line-height:9px;
	}

.entry{
	margin-top:20px;
	}
	
.postDate{
	color:#888888;
	display:block;
	font-size:11px;
}

#content p{
	line-height:18px;
	margin-bottom:6px;
}

#content img{
}

#content ul, #content ol{
	margin-top:5px;
	margin-bottom:6px;
}
#content li{
	line-height:16px;
	margin-left:15px;
	padding-left:15px;
	background-image:url(images/listDot.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:1px;
	padding-bottom:1px;
}

.postmetadata{
	color:#888888;
	font-size:10px;
	margin-top:15px;
	padding-bottom:20px;
	background-image:url(images/sidebarDubbleline.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}


/* Leave a reply - id="#respond" */

#respond h3{
	margin-bottom:15px;
}
#respond label{
	margin-left:5px;
}
#respond textarea{
	width: 470px;
}

/* STYLE BASIC ELEMENTS */

a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

li{
	list-style-type:none;
	}
	
/* CLASSES */

.clearBoth{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:30px;
	}
	
/* table agenda */
.agenda{
	width: 500px;
	font-size:10px;
	text-align:left;
	border-width:0px;
	border-style:none;
}
.agenda th{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f6f5e8;
	padding-left:2px;
}
.agenda tr{
	height:10px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	background-color:#eaf3de;
	margin-bottom:1px;
}
.agenda td{
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:2px;
}

/* table medewerkers */
#medewerkers{
	margin:0px;
	padding:0px;
	border-width:0px;
	border-style:none;
}
#medewerkers img{
	margin:0px;
	padding:0px;
	border-width:0px;
	border-style:none;
}

/* extra classes # content img */
.size-full{
	margin-top:10px;
	margin-bottom:10px;
}

.size-medium{
	padding:0px;
	margin-bottom:2px;
	width:154px;
	float:left;
	margin-right:2px;
}

