/*
Theme Name: IAPP Next Air
Author: Friks
Author URI: http://www.friks.nl/
Version: 1.0

2011, Friks. All rights reserved
*/
/*@font-face{font-family:'Calibri';src:url('fonts/calibri.eot');src:url('fonts/calibri.eot?#iefix') format('embedded-opentype'),
url('fonts/calibri.woff') format('woff'),
url('fonts/calibri.ttf') format('truetype'),
url('fonts/calibri.svg#Calibri') format('svg');font-weight:normal;font-style:normal}.wrap{margin:0 auto;width:1000px;padding:0px}
*/
body{
	font-size: 14px;
	font-family: 'Calibri', Arial, Verdana;
	color: #000000;
	text-align: center;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

*{
	margin:0;
	padding:0;
}

p{
	margin-bottom: 0.8em;
}

h1{
	color: #377619;
	font-size: 22px;
	margin-bottom: 0.4em;
}

h2{
	color: #377619;
	font-size: 18px;
	margin-bottom: 0.5em;
}

h3{
	color: #000000;
	font-size: 18px;
	margin-bottom: 0.6em;
}

h4{
	color: #377619;
}


a{
	color: #377619;
	text-decoration: none;
}

a:hover{
	color: #377619;
	text-decoration: underline;
}

input, textarea{
	padding: 5px;
	font-family: 'Calibri', Arial, Verdana;
}

td.border{
	border-bottom: 1px solid #cccccc;
}

.wpcf7-submit{
	padding: 5px 10px;
	color: #ffffff;
	font-size: 19px;
	text-shadow: 0px 0px 2px #000000;
	background-color: #377619;
	border: 1px solid #24530e;
	border-radius: 5px;
}

.error{
	color: #ff0000;
}

.password{
	width: 100px;
}

.login{
	margin: 0 0 0 10px;
	padding: 2px 10px 4px 25px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	background-color: #4a774b;
	border: 1px solid #000000;
}

#wrapper{
	width: 986px;
	margin: 0px auto;
	text-align: left;
	height: auto;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
}

#header{
	width: 986px;
	height: 150px;
	background-image: url(images/header.jpg);
}

#logo a{
	float: left;
	position: relative;
	top: 51px;
	left: 79px;
	width: 280px;
	height: 46px;
	background-image: url(images/logo.png);
}

#menu{
	float: right;
	position: relative;
	top: 87px;
	right: 0px;
	width: 553px;
}
		#menu ul { }
			
			#menu li  a{ color: #ffffff !important; }
			
			#menu ul li  { float:left; color: #ffffff; position:relative; padding: 0 25px 0 0;}

					#menu ul li a:hover, #menu li.current-menu-item a, li.current-page-ancestor a{ color: #c3ddae !important;}

				#menu ul.sub-menu { display:none; position:absolute; left:0px; top:0px; z-index:1000; background-color: #6b9958; }
				
					#menu ul li:hover ul.sub-menu { list-style:none; display:block; position:absolute; left:0px; top:15px; z-index:100; }
					
						#menu ul.sub-menu a { width:300px; color: #ffffff; }
						
						#menu ul.sub-menu li { padding: 0px 5px 5px 5px; }
						
							#menu ul ul ul  { position:absolute; left:300px !important; top:0px !important; display:none;}
							
								#menu ul ul ul li {display:none;}
							
									#menu ul ul li:hover ul { left:75px !important; top:0px !important; position:absolute; }
									
										#menu ul ul li:hover ul li {display:block;}

#content{
	display: inline-block;
	width: 891px;
	padding: 0 25px 20px 70px;
}

#content-box{
	float: left;
	width: 635px;
	padding: 0 50px 0 0;
}

#content-box img{
	border: 0px;
}

#content-box ul{
	padding: 0 0 10px 30px;
}

#sidebar{
	float: right;
	width: 194px;
	padding: 0 0 0 10px;
}

#sidebar-eu-logos{
	width: 184px;
	height: 59px;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	text-align: center;
	background-image: url(images/eu-logos-bg.png);
}

#sidebar-login{
	margin: 0 0 20px 0;
	color: #377619;
}

#sidebar-login h3{
	margin: 0px;
}

#sidebar-news{
	width: 184px;
}

#line{
	float: left;
	width: 2px;
	height: 450px;
	background-image: url(images/line.png);
	background-position: center bottom;
	background-color: #377619;
}

h1.news, h2.news, h3.news{
	margin: 0px;
}

#content-footer{
	clear: both;
	width: 635px;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 1px solid #dddddd;
}

#content-footer img{
	padding: 0 25px;
	border: 0px;
}

#content-footer, #content-footer a, #content-footer a:hover{
	color: #9f9f9f;
}

#footer{
	clear: both;
	width: 986px;
	height: 49px;
	margin: 0px auto;
	background-image: url(images/footer.png);
}

.clear{
	clear: both;
}

.alignleft{
	float: left;
	margin: 0 20px 0 0;
}

.alignright{
	float: right;
	margin: 0 0 0 20px;
}

hr{
	height: 0px;
	margin: 10px 0;
	background-color: #cccccc;
}