/*  
Theme Name: Custom
Theme URI: http://www.geertbollen.be/
Description: Custom theme for Infarmed
Version: 2.0
Author: Geert Bollen
Author URI: http://www.geertbollen.be/
*/

body{
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #ffffff; /*#59ad40;*/
	background-image: url('/imgs/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
#page{
	width: 950px;
}
#left{
	float: left;
	width: 185px;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	text-align: right;
	padding: 20px 30px 20px 10px;
}
#right{
	float: left;
	width: 725px;
	text-align: left;
}
.clear{
	clear: both;
}

.rama{
	font-size: 12px;
}

#logo img {
	border: 0;
}

#info{
	margin: 20px 0 0 0; 
}
.title{
	display: inline;
	color: #246c0f;
	font-size: 13px;
	font-weight: bold;
}
.darkgreen{
	display: inline;
	color: #246c0f;
}
.darkred{
	display: inline;
	color: #991b1e;
}
.lightgreen{
	display: inline;
	color: #59ad40;
	font-size: 11px;
}
.big{
	font-size: 13px;
	font-weight: bold;
}
#info a{
	color: #000000;
	text-decoration: none;
}
#info a:hover{
	text-decoration: underline;
}
#info a.lightgreen{
	color: #59ad40;
	text-decoration: none;
}
#info a:hover.lightgreen{
	text-decoration: underline;
}

#nav{
	height: 32px; /*80px;*/
	padding: 32px 0 0 40px;
	width: 603px; /*643px;*/
	background-image: url('/imgs/bg_nav.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #4a9135;
}
#nav li.page_item a{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #59ad40;
	padding: 8px;
	margin: 0 2px 0 0;
	display: block;
}
#nav li.lang_item a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #417e2e;
	padding: 10px 8px 8px 8px;
	margin: 0 2px 0 0;
	display: block;
}
#nav li.lang_item_first a{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #417e2e;
	padding: 10px 8px 8px 8px;
	margin: 0 2px 0 20px;
	display: block;
}
#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav li{
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}

#content{
	margin: 22px 0 0 0;
	padding: 0 40px 20px 40px;
	width: 563px;
	/*text-align: justify;*/
}
#content h2{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: #991b1e;
}
#content h3{
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	padding: 0;
	display: block;
	/*border-bottom: 1px solid #72d355;*/
	border-bottom: 1px solid #e64e52;
}
#content ul{
	margin: 0;
	padding: 0 0 0 15px;
}
#content a{
	color: #ffffff;
}
#content a:hover{
	text-decoration: none;
}
#content img.normal{
	margin: 0;
	border: 3px solid #72d355;
}
#content img.staff{
	float: left;
	margin: 0 10px 5px 0;
	border: 3px solid #72d355;
}
#content img.right{
	float: right;
	margin: 0 0 5px 10px;
	border: 3px solid #72d355;
}

#note{
	padding: 10px;
	border: 3px solid #72d355;
}
#note .red{
	color: #991b1e;
	font-weight: bold;
}
#note a.red{
	color: #991b1e;
}

span.wpcf7-list-item{
	display: block;
}
.textfield{
	width: 400px;
	padding: 3px;
}