/*

Created by SHpartners


Customer:    Westlede
Domain:      www.westlede.com
Author:      Stijn Henderickx

Last update: 08-02-2008

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. varia


*/

/**************************/
/* ------------- DEFAULTS */
/**************************/
	
* {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    margin: 0px;
}

body {
    font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #000;
}

a img {
    border : none;
}

a {
    outline: none;
}

h1 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: normal;
	line-height: 16px;
	padding: 0px 0px 2px 0px;
	border: 0px;
	margin: 10px 10px 10px 0px;
	width: 100%;
	color: #000;
}

h2 {
    font-size: 1.4em;
	color: #000;
}

h3 {
    font-size: 1.8em; /* 18px */
}

h4 {
    font-size: 1.6em; /* 16px */
}

h5 {
    font-size: 1.4em; /* 14px */
}

p {
    font-size: 1.2em; /* 12px */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}



/***************************/
/* ------------- STRUCTURE */	
/***************************/

#wrapper, #body, p, #main  {
	background: none;
	width: 100%;
}

	#wrapper #header {
		width: 100%;
	}	

	#wrapper #header #logo img{
		border: 0px;
	}	
		
		#wrapper #header #search-function {
			display: none;
		}

	#site-title {
		text-transform: uppercase;
		margin: 30px 0px 0px 10px;
		color: #b7b7b7;
		font-weight: bold;
		width: 700px;
		font-size: 2.0em;	
		position: absolute;
		top: 15px;
		left: 90px;
	}		
	
	#pathway, #current {
		display: none;
	}
	
	#textSize {
		display: none;
	}
	
	#top-menu {
		display: none;
	}	
	
	#tags {
		display: none;
	}
	
	
#baseline {
	margin: 0px auto;
	text-align: center;
	color: #7c7c7c;
	padding-bottom: 15px;
	
}

#footer {
	width: 100%;
	margin-top: 20px;
	background: none;
}

/************************************/
/* ------------- LINKS & NAVIGATION */	
/************************************/

a:link {
	color: #838383;
	text-decoration: underline;	
}

a:visited {
	color: #838383;
	text-decoration: underline;	
}

a:hover {
	color: #838383;
	text-decoration: none;
}

a:active {
	color: #838383;
	text-decoration: underline;	
}

.nav * {
    list-style: none;
}

.nav ul {
	
}

.nav li {
	float: left;
}
	#main #left-menu {
		display: none;
	}



/***********************/
/* ------------- VARIA */	
/***********************/

#logo {
	width: 116px; height: 116px;
	float: left;
	border: 0px;
}

	#logo img {
		width: 60%;
		height: 60%;
	}
	
.clear {
	clear: both;
}

#main #body p {
	line-height: 1.7em;
	padding: 0px 10px 10px 0px;
	text-align: justify;
}	
