/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: VIA FUTURA theme based on the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: VIA FUTURA
Author URI: http://www.viafutura.be/

	Kubrick v1.5
	 http://www.viafutura.be/

	This theme was designed and built by VIA FUTURA, based on the Kubrick theme by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html,body{
	margin:0;
	padding:0;
}
body{
	font:12px Arial,Verdana,sans-serif;
	text-align:center;
	background:#fff;
}
p{
	margin:0 0 10px;
}
h1,h2,h3,h4,h5,h6{
	padding:0 0 10px;
	font-weight:bold;
}
h2{
	font:bold 17px Verdana,Arial,sans-serif;
}
h3{
	font:bold 17px Verdana,Arial,sans-serif;
}
strong{
	font-weight:bold;
}
a:link,a:hover{
	color:#1f314c;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#3d6196;
}
a:active,a:focus{
	color:#f18e00;
}
a span{
	color:#f18e00;
}

th{
	font-weight:bold;
}

#container small,#container small a{
	font-size:10px;
	line-height:13px;
}

#containerwrap{
	text-align:left;
	width:810px;
	margin:0 auto;
	background:#fff;
}
#container{
	width:780px;
	padding:0 15px;
}
#container *{
	line-height:18px;
}
#wrapper{
	float:left;
	width:100%;
}

/* HEADER
----------*/
#header h1{
	height:151px;
	line-height:109px;
	margin:0;
	padding:0;
	border-bottom:2px solid #fff;
}

#header ul{
	padding:0 180px 11px;
	border:2px solid #fff;
	border-width:2px 0 0 0;
	background:transparent url(http://www.viafutura.be/layout/headnavbg.gif) no-repeat top center;
}
#header li{
	float:left;
	width:197px;
	border-left:2px solid #fff;
}
#header li#three{
	width:198px;
	border-right:2px solid #fff;
}
#header li a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	padding:4px 0;
}

/* CONTENT
----------*/

#content{
	margin:0 210px 0 30px;
	padding:20px 0 0 0;
	color:#666;
	font-size:13px;
	min-height:637px;
}
#content h2{
	color:#1f314c;
}
#content h2 a{
	text-decoration:none;
}
#content h3{
	font-family:Arial;
	font-size:16px;
	color:#8f98a5;
	padding-top:10px;
}
#content h4{
	font-family:Arial;
	color:#f18e00;
	font-size:14px;
}
#content strong{
	color:#f18e00;
}
#welcome{
	margin:0;
	padding:0 0 20px 0;
}
.newsitem{
	margin:0;
	padding:20px 0;
	clear:both;
	border-top:1px solid #1f314c;
}

.newsitem img{
	border:1px solid #666;
}
img.alignleft{margin:3px 20px 20px 0;}
img.alignright{margin:3px 0 20px 20px;}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}

.blockitem{
	padding:20px 0;
	clear:both;
}

.borderbottom{
	border-bottom:1px solid #1f314c;
}

#content ul{
	list-style:disc;
	margin-bottom:10px;
}
#content ul ul{
	list-style:circle;
}
#content ul ul ul{
	list-style:square;
}
#content li{
	margin-left:25px;
}
#content ol{
	list-style:decimal;
	margin-bottom:10px;
}
#content input.text,#content textarea{
	width:340px;
}

.indent{
	padding-left:15px;
	margin-bottom:25px;
	background:transparent url(http://www.viafutura.be/layout/indent.gif) repeat-y left top;
}

p.error_message{
	border:1px solid #c00;
	background:#fdd;
	padding:15px;
	margin:10px 0;
	color:#c00;
}

/* SIDEBAR
------------*/

#sidebar{
	float:left;
	width:180px;
	margin-left:-180px;
	color:#555;
	padding:20px 0;
}
#sidebar h3{
	color:#1f314c;
}

#sidebar ul{
	padding:0 20px;
}

#sidebar ul ul{
	padding:0 0 0 20px;
	margin-bottom:10px;
	list-style:disc;
}

/* FOOTER
------------*/

#footer{
	color:#444;
	clear:left;
	width:100%;
	background:#fff;
	font-size:11px;
}
#footer p{
	margin:0;
	padding:10px 0;
	text-align:center;
}

/* FORMS
-----------*/

input.submit{
	background:#f18e00;
	color:#fff;
        border:1px solid #C5CBD5;
	padding:3px 15px;
	display:block;
	margin:0 auto;
	font:bold 11px Verdana,Arial,sans-serif;
}
input.submit:focus{
    border-color:#8F98A5 #FFFFFF #FFFFFF #8F98A5;
}

input.text,textarea{
	width:128px;
	border:1px solid #8f98a5;
	padding:3px 5px;
	font:11px Verdana,Arial,sans-serif;
}


#contact #content input.text,#contact #content textarea{
	width:346px;
}

#contact #content input.submit{
	margin-bottom:25px;
}

/* CLEARFIX
-----------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */