/* CSS Document */

/*
Theme Name: Touchbase Brussels
Description: built specially for Touchbase Brussels
Version: 1.0
Author: Ine Dehandschutter
Author URI: http://matuvu.nu/

*/

/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

html, body {	padding: 0;
  margin: 0;
  height: 100%;
  }
  
body {
	background-color: #adadad;
 	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position:  top center; 
	font-family: Arial;
	font-size: 76%;
	color: #3F3F3F;
	text-align: left;
	}

h1 {
	color: #0057a0;
	margin: 0px 0 0 0px;
    font-size: 18px;
	font-weight: normal;
	}
	
h1 a:link, h1 a:visited {
	color: #0057a0;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #0057a0;
	text-decoration: none;
	}
	

	
h2 {
	color: #2a2a2a;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 0 15px;
	}
	
h2 a:link, h2 a:visited {
	color: #2a2a2a;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #2a2a2a;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	color: #0057a0;
	margin: 0px 0 0 0px;
    font-size: 14px;
	font-weight: normal;
	}
	
h3 a:link, h3 a:visited {
	color: #7DA721;
	font-weight: normal;
	text-decoration: none;
	}

h3 a:hover, h3 a:active {
	color: #FE6A00;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h4 {
	color: #7DA721;
	font-size: 1.1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	



h5 {
	color: #7DA721;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}

h6 {
	color: #0057a0;
	font-size: 12px;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	font-weight:normal;
	}

	
a:link {
	color: #0057a0;
	font-weight: none;
	text-decoration: none;
	}
	
a:visited {
	color: #0057a0;
		text-decoration: none;
	}
	
a:hover {
	color: #0057a0;
	text-decoration: underline;
	}
	
	
a img {
	text-decoration: none;
	border: 0px solid;
	}

p {
	line-height: 1.2;
	padding: 2px 0 2px 0px;
	margin: 0 0 0 0px;
	}
	

	
/* 2)-=-=-=- Structure -=-=-=- */
#header {
	width: 800px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
	}

		
#container {
	width: 800px;
	margin:0px auto;
	text-align: left;
	margin: 0 auto;  position: absolute; top: 50%; left: 50%; margin-left: -415px; margin-top: -261px;
	}
	
#logo {
	float: left;
	text-align: left;
	width: 270px;
    padding: 0 0 0 5px;
	}
	
#menu {
	float: right;
	padding-top: 65px;
	}	

#wrap	{
	margin: 0 auto;
	text-align: left;
	background: url(../images/content_bg.gif) bottom left no-repeat;
	height: 450px;
	}	

#content {
	float:left;
	text-align:center;
	padding: 0px 0px 0 0px;
	width: 800px;
	}
	
.image {
	margin: 0 0 0 0;
	padding: 15px 0 5px 0;
	}
		


.left {
	float: left;
	text-align: left;
	width: 210px;
	padding: 0 0 0 0;
	margin: 10px 0 0 30px;
	*margin: 10px 0 0 15px;
	
	}
	
.detail {
	margin: 2px 0 0 30px;
	*margin: 2px 0 0 15px;
	width: 500px;
	
	}
	
.left p{
	margin: 40px 0 0 15px;
	line-height: 1.5em;
	
	}
	
	
.center	 {
	float: left;
	width: 525px;
	padding: 0 0 0 0;
	margin: 42px 0 0 0;
	text-align: justify;
	}
	

.center_contact	 {
	float: left;
	width: 525px;
	padding: 0 0 0 0;
	margin: 38px 0 0 0;
	text-align: justify;
	}
	
.center_detail	 {
	float: left;
	width: 525px;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	text-align: justify;
	}
	

	
/* 3)-=-=-=- Left selectors -=-=-=- */	


#menu ul {
    color: #0057a0;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 17px;
	}
	
#menu li {
	color: #0057a0;
	padding: 2px 8px 0 8px;
	list-style: none;
	display:inline;
	}
	
#menu li a {
	color: #0057a0;
	}
	
#menu li a:link {
	color: #0057a0;
	font-weight: normal;
	text-decoration: none;
	}
	
#menu li a:visited {
	color: #0057a0;
	font-weight: normal;
	text-decoration: none;
	}
	
#menu li a:hover, #menu li a.active {
	background: none;
	font-weight: normal;
	color: #003968;
	text-decoration: none;
	}
	
	
	
	

	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
	
	
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #000;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #000;
	}
	
.submit {
	background: url(images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
.submit:hover {
	background: url(images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
	

	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
    text-align: center;
	margin-top: 5px;
	color: #777;
	}
	
#footer p {
	padding: 250px 0 0 20px;
	float: left;
	text-transform: uppercase;
	font-size: .9em;
	color: #777;
	}

#footer ul {
	color: #fff;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 17px;
	list-style: none;
	display:inline;

	}
	
	
#footer li {
	color: #fff;
	padding: 2px 8px 0 8px;
	list-style: none;
	display:inline;
	}
	
	
.sifr2 {
	color: #fff;
	}

	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	width: 200px;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 200px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	}
	
.button {
width: 100px;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

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

