/*
Theme Name: The Future Alliance Reflexions
Theme URI: 
Description: The Future Alliance; Huistijl website omgebouwd naar een WordPress theme
Author: HR-Technologies.com

Modified by Stijn De Meyere || http://villaviscom.be
Port to Wordpress by Stijn De Meyere || http://villaviscom.be
*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	color: #000;
	background-color: #FFF; 
	text-align: center; /* center aligned website IE */
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 931px;
	margin: 0 auto; /* normal center aligned design */
	text-align: left; /* correcting text-alignment after hack centered design IE */	
	background: url(images/bg.png) no-repeat left 111px;
}

/*

basic structure 

*/

#header {
	width: 100%;
	border-bottom: 1px solid #ef910d;
	background: url(images/header.jpg) no-repeat;
	margin:0; 
	padding: 0;
}

#header a {
	display: block;
	width: 100%;
	height: 108px;
	text-indent: -9999px;
}

#contentwrapper {
	width: 711px;
	border-top: 3px solid #4eb0c9;
	margin-top: 1px;
	padding-left: 220px;
	margin-bottom: 120px;
}

#content {
	width: 480px;
	//margin-top: 30px;
	float: left;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 30px;
	color: #666;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 931px;
	height: 100px;
	background: url(images/footer.png) no-repeat left top;
}

/*

footer

*/

#credit, #top {
	font-size: 90%;
	margin-top: 25px;
	height: 12px;
}

#credit {	float: left; }
#top { float: right; }

#mainmenu {
	clear: both;
	margin: -3px 0 0 170px;
	//margin-top: 8px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.3;
}

#mainmenu li {
	display: block;
	float: left;
	width: 193px;
	height: 29px;
	margin-right: 7px;
}

#mainmenu a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	padding-left: 10px;
	padding-top: 8px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#mainmenu .first a {
	padding-top: 2px;
}

#mainmenu .last {
	width: 150px;
	text-align: center;
	margin-top: -5px;
	margin-right: 0;
}

#mainmenu a:hover {
	color: #0d5e95;
}

/*

Basic elements

*/

a {
	color: #1F6299;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover {
	color: #009CEA;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#mainmenu a, #credit a, #top a {
	border-bottom: 0;
}

h2 { 
	font-size: 150%;
}

h3 { 
	font-size: 120%;
	color: #1F6299; 
}

blockquote {
	color: #009CEA;
	width: 200px;
	float: right;
	margin-right: 20px;
	padding: 0;
	font-size: 150%;
	font-style: italic;
}

/*

post info 

*/

.post h2 { 
	font-size: 150%;
	color: #ef910d; 
}

.post h2 a {
	color: #ef910d;
	border: 0;
}

.post h2 a:hover {
	color: #000;
	border: 0;
}

.post .imgcaption, .post .box {
	float: right;
	width: 150px;
	margin: 10px 0 10px 10px;
	background: #009CEA;
	color: #fff;
	font-size: 90%;
}

.post .imgcaption p, .post .imgcaption h4, .post .box p, .post .box h4 {
	margin: 5px;
}

.post div.imgcaption { width: 200px; }
.post .imgcaption ul { padding: 0 1.75em; }
.post .imgcaption ul li { margin: 5px 0; }

.post .box { width: 480px; padding: 5px; float: none; margin: 10px 0;}
.post .box h3 { color: #fff; margin: 0; font-style: italic; }

/*

sidebar 

*/

#sidebar h2 {
	font-size: 100%;
}

#sidebar #searchform #s {
	width: 193px;
}

#sidebar #searchform div {
	text-align: right;
}

#sidebar ul {
	padding: 0 10px;
	margin: 0 10px 20px 10px;
}

/*

comments

*/

.commentmeta {
	width: 150px;
	margin-left: -170px;
	float: left;
	font-size: 90%;
}

textarea#comment {
	width: 500px;
}