/*

Created by SHpartners


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

Last update: 11-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.7em;
	background-color: #E3E2D9;
	color: #000;
}

a img {
	border : none;
}

a {
	outline: none;
}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 16px;
	color: #51741e;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #DEDEDE;
	margin: 10px 10px 10px 0px;
}

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

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-intro {
	background: url(../images/bck_intro_mid.jpg) repeat-y;
	width: 665px; 
	margin: 0px auto;
	margin-top: 20px;
}
	
	#wrapper-intro #header {
		background: url(../images/bck_intro_top.jpg) no-repeat;
		width: 665px; 
		height: 10px;
	}

		#wrapper-intro #header #spacer-left{
			width: 269px;
			height: 50px;
			background-color: #E3E2D9;
			float: left;
			background: url(../images/bck_top_menu_left.jpg) repeat-y right #E3E2D9;			
		}
		
		#wrapper-intro #header #spacer-right{
			width: 269px;
			height: 50px;
			background-color: #E3E2D9;
			float: right;
			background: url(../images/bck_top_menu_right.jpg) repeat-y left #E3E2D9;
		} 
		
		#wrapper-intro #header #logo-intro {
			float: left;
			background-color: #E3E2D9;
			border: 8px solid #FFF;
		}
		
		#wrapper-intro #header #logo-intro img {
			text-align: center;
			border-left: 8px solid #ACACAC;
			border-top: 8px solid #ACACAC;
			border-bottom: 8px solid #ACACAC;
			border-right: 11px solid #ACACAC;
		}
			

	#wrapper-intro #body {
		margin-left: 8px;
		height: 160px;
	}
	
		#wrapper-intro #body h2 {
			text-transform: uppercase;
			text-align: center;
			padding-top: 15px;
		}
		
		#wrapper-intro #body #links-more {
			margin: 50px;
			text-align: center;
		}
				
		#wrapper-intro #body #links-more a:link, #wrapper-intro #body #links-more a:visited, #wrapper-intro #body #links-more a:hover, #wrapper-intro #body #links-more a:active {
			text-transform: uppercase;
			font-size: 1.7em;
			text-transform: uppercase;
			font-weight: normal;
			line-height: 16px;
			color: #51741e;
			padding: 20px;
		}	
								
	#wrapper-intro #bottom {
		background: url(../images/bck_intro_bottom.jpg) no-repeat;
		width: 665px; 
		height: 10px;
	}
	

#wrapper {
	background: url(../images/bck_mid.jpg) repeat-y;
	width: 957px; 
	margin: 0px auto;
	margin-top: 20px;
}

	#wrapper #header {
		margin-left: 8px;
	}

	#wrapper #header #search-function {
		float: right;
		margin: 30px 0px 0px 50px;		
		width: 220px;
	}

	
	#wrapper #header #site-title {
		text-transform: uppercase;
		float: left;
		margin: 30px 0px 0px 50px;
		color: #b7b7b7;
		font-weight: bold;
		width: 400px;
		font-size: 2.0em;
		float: left;	
	}

	#wrapper #header #textSize {
		float: right;
		width: 165px;
		margin: 35px 0px 0px 50px;
		padding-right: 35px;
		text-align: right;
	}
	
		#textSize #small {
			font-size: 1.1em;
			font-weight: bold;
			padding: 5px 3px 0px 0px;
			cursor: pointer;
			color: #999999;
		}
		
		#textSize #big {
			font-size: 1.5em;
			font-weight: bold;
			cursor: pointer;
			color: #999999;
		}	
		
			#wrapper #header #textSize a{
				width: 165px;
			}
				
	#wrapper #header #pathway {
		float: left;
		margin: 35px 0px 0px 50px;
		color: #b7b7b7;
		font-weight: bold;
		width: 500px;
	}
	
		#wrapper #header #pathway .current {
			color: #b7b7b7;
			font-weight: normal;
		}

		#wrapper #header #pathway a:link, #wrapper #header #textSize a:link  {
			color: #999999;
			text-decoration: underline;
			font-weight: normal;
		}
		
		#wrapper #header #pathway a:visited, #wrapper #header #textSize a:visited   {
			color: #999999;
			text-decoration: underline;	
			font-weight: normal;			
		}
		
		#wrapper #header #pathway a:hover, #wrapper #header #textSize a:hover   {
			color: #999999;
			text-decoration: none;
			font-weight: normal;						
		}
		
		#wrapper #header #pathway a:active, #wrapper #header #textSize a:active   {
			color: #999999;
			text-decoration: underline;
			font-weight: normal;	
		}
	
	#wrapper #main {
		margin-left: 8px;
	}
	
		#main #body {
			width: 743px;
			float: left;
			line-height: 1.7em;
			min-height: 400px;
			padding: 0px 20px 30px 0px;
		}
		
		#main #body p {
			font-size: 1.0em;
		}
		
		#main #body #tags {
			color: #b7b7b7;
			font-weight: normal;
			width: 500px;
			margin-bottom: 5px;
		}
				
	#wrapper #footer {
		height: 17px;
		background: url(../images/bck_bottom.jpg) repeat-y;
	}
	
	
	
#baseline {
	width: 957px; 
	margin: 0px auto;
	text-align: center;
	color: #7c7c7c;
	padding-bottom: 15px;
	
}

.printonly {
	display: none;
}

.newsitem, .searchitem {
	padding: 5px 5px 10px 0px;
}

.newsitem p, .searchitem, p {
	margin: 5px;
}

hr {
  background: #ccc;
  border: 0;
  color: #ccc;
  height: 1px;
  margin: 0 0 10px;
}

	
/************************************/
/* ------------- 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;
}


	#top-menu {
		width: 814px; height: 32px;
		float: left;
		background-color: #E3E2D9;
		background: url(../images/bck_top_menu.jpg) repeat-y left #E3E2D9;
	}
	
	#top-menu li {
		text-transform: uppercase;
		font-size: 1.1em;
		margin: 0px 5px 0px 10px;
		padding: 10px 5px 7px 5px;
		
	}
	
		#top-menu li a:link {
			color: #838383;
			text-decoration: none;	
		}
		
		#top-menu li a:visited {
			color: #838383;
			text-decoration: none;	
		}
		
		#top-menu li a:hover {
			color: #999999;
			text-decoration: none;
		}
		
		#top-menu li a:active {
			color: #838383;
			text-decoration: none;	
		}	
		
	
	#top-menu .current, .section {
		background: url(../images/bck_menu_bottom_2.jpg) no-repeat bottom center;
	}
	
		#top-menu .current a:visited, #top-menu .section a:link, #top-menu .section a:visited, #top-menu .section a:hover, #top-menu .section a:active {
			color: #51741e;
			font-weight: bold;
		}	
		

	#main #left-menu {
		width: 180px;
		float: left;
		border: 1px solid white;
	}

	#main #left-menu li {
		list-style: none;
		border-bottom: 1px dotted #CCCCCC;
		padding: 10px 0px 10px 8px;
		width: 165px;
	}

		#main #left-menu li a:link {
			color: #838383;
			text-decoration: none;	
		}
		
		#main #left-menu li a:visited {
			color: #838383;
			text-decoration: none;	
		}
		
		#main #left-menu li a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#main #left-menu li a:active {
			color: #838383;
			text-decoration: none;	
		}	

	#main #left-menu ul .current {
		font-weight: bold;
		color: #51741e;
	}

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

#logo {
	width: 116px; height: 116px;
	float: left;
	border: 8px solid white;
}

	#logo img {
		width: 100px; height: 100px;
		float: left;
		border-left: 8px solid #ACACAC;
		border-top: 8px solid #ACACAC;
		border-bottom: 8px solid #ACACAC;
		border-right: 11px solid #ACACAC;
	}
	
.clear {
	clear: both;
}

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


#SearchForm_SearchForm {

}
	#SearchForm_SearchForm #Search {
		float: left;
		width: 160px;
	}

	#SearchForm_SearchForm div span input {
		padding: 2px;
		border-bottom: 1px solid grey;
		border-left: 1px solid #bbbbbb;
		border-top: 1px solid #bbbbbb;
		border-right: 1px solid #bbbbbb;
		font-family: 'lucida grande',tahoma,sans-serif;
		font-size: 1.1em;
	}
	

#LoginForm div.field input{
}

#LoginForm div.field input.checkbox {
	height : 26px;
	font-size : 18px;
	font-weight : lighter;
	width : 16px;
}

#LoginForm {
	width: 500px;
	margin: 40px auto;
	background-color: #FFF;
	padding: 10px;
	border-bottom: 2px solid gray;
	border-right: 2px solid gray;

}

#LoginForm h1 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid gray;
	color: gray;
}


#LoginForm > p {
	display: none;
}

#LoginForm fieldset {
	border : 0px solid #CCCCCC;
	padding: 0px;
}

#LoginForm fieldset #Remember {
	padding: 15px 15px 15px 0;
}

#LoginForm fieldset input, label {
	margin: 5px;
}

#LoginForm label {
	font-size: 10px;
}

#LoginForm .message {
	padding: 10px 10px 10px 0;
}

#LoginForm label.left {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#MemberLoginForm_LoginForm_error {
	font-size: 10px;
	color: red;
	font-weight: bold;
	margin: 5px;
}


td {
	vertical-align: top;
}

.formlabel {
	padding-right: 15px;
	float: right;
	text-align: left;
	vertical-align: top;	
}

td input, td textarea {
	margin: 5px;
	padding: 2px;
	border-bottom: 1px solid grey;
	border-left: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	font-family: 'lucida grande',tahoma,sans-serif;
	font-size: 1.1em;
}

.middleColumn input {
}

#search-results ol, #search-results li {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
	#search-results li {
		font-weight: bold;
	}


