/*
Theme Name: Cardigan Layout
Theme URI: http://www.wimclaeys.net
Description: Pol Van Den Driessche layout
Version: 2.0
Author: Wim Claeys
*/
body{
	padding:0;
	margin:0;
	background:url(images/body_bg.gif) 0 0 repeat-x #fff; 
	color:#5A5A5A;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
#top{
	background:url(images/top_bg.gif) 0 0 no-repeat;
	width:778px;
	height:248px;
	margin:0 auto;
	position:relative;
}
#top #header{
	display:block;
	width:680px;
	height:49px;
	position:absolute;
	left:50px;
	top:100px;
}
#top div{
	float:left;
}
#top .t{
	padding-left:10px;
	padding-top:60px;
}
#top .t a{
	color:#5A5A5A;
	text-decoration:none;
}
#top img{
	height:140px;
}
#top ul{
	width:730px;
	padding:0;
	position:absolute;
	left:30px;
	top:30px;
margin:0; 
	list-style-type:none;
}
#top ul li{
	display:block;
	float:left;
	margin:0 40px 0 0;
}
#top ul li a{
	font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	background-color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	height:20px;
}
#top ul li a:hover{
	border-top:#2AACF8 solid 3px;
	height:20px;
}
#top ul li.navhome{
	display:block;
	height:20px;
	float:left;
	margin:0 70px 0 0;
	font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#3E3E3E;
	background-color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	border-top:#2AACF8 solid 3px;
}
#body{
	width:636px;
	margin:0 auto;
	background:url(images/purpose_bg.gif) 0 0 no-repeat #fff;
	color:#0F0F0F;
	padding:0 0 70px 57px;
}
#body .content{
	color:#0F0F0F;
	font:13px/18px Arial,Helvetica,sans-serif;
}
#body a{
	color:#0F0F0F;
	text-decoration: none;
	border-bottom: 1px dotted #AAAAAA;
}
#body h2{
	display:block;
	width:180px;
	height:22px;
	padding:0;
	font:bold 16px/14px Georgia, "Times New Roman", Times, serif;
	background-color:#fff;
	color:#5A5A5A;
}
.entry-header {
border-bottom:1px dotted #CCCCCC;
font-size:1.4em;
font-weight:bold;
line-height:1.2;
margin:0 0 10px;
padding:10px;
text-align:center;
text-transform:uppercase;
width:600px;
}
#body .entry-header a{
text-decoration:none;
border-bottom: 0px;
}
#bottom{
	width: 100%;
	position: relative;
	bottom: 0px;
	left: 0px; 
}
#footer{
	width:535px;
	height:60px;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#footer p.copyright{
	font:normal 12px/12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#355E00;
	background-color:#fff;
	line-height:15px;
}
#footer a.d{
	display:block;
	height:8px;
	font:bold 11px/8px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
}
#footer a.x{
	width:52px;
	left:220px;
	top:41px;
	background:url(images/arrow_blue.gif) 45px 0 no-repeat #fff;
}
#footer a.d:hover{
	color:#000;
	background-color:#ACD675;
}
#footer a.c{
	width:40px;
	height:8px;
	background:url(images/arrow_blue.gif) 32px 0 no-repeat #fff;
	left:275px;
	top:41px;
}

#footer a.link{
	color:#000;
	text-decoration:none;
}
#footer a.link:hover{
	color:#000;
	background-color:#ACD675;
}
	
