/*
 Copyright (c) Copyright  2006 Sannoise (Koen De Vreeze)
 Sannoise template css v0.3.5
*/
body {
	background: #EAEAEA;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #FFFFFF;
	border: 1px solid #C0C0C0;
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#header {
	background: #AECEE5 url("images/header-bg.png") repeat; /* png color <=IE6 incompatible => bgimg  */
	height: 100px;
	position: relative;
}
#header img {
	position: absolute;
	left: 20px;
	top: 20px;
}

/*			 Navigation 			*/
	#navigation {
		background: #5A778B;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	#navigation ul {
		background: inherit;
		margin: 0;
		padding: 0;
	}
	#navigation li {
		background: inherit;
		float: left;
		list-style: none;
		margin: 0;
	}
	#navigation li#current a {
		text-decoration: underline;
	}
	#navigation a {
		color: #FFF;
		display: block;
		padding: 2px 8px 3px 8px;
		font-weight: 600;
		text-decoration: none;
	}
	#navigation a:hover {
		background: #8AA7BB;
	}

/*			Content	(contains subnav and maintext)			*/
	#content {
		background: url("images/subnav.png") repeat-y top right;
		clear: both;
		padding: 1px 0;
		overflow: hidden;
		position: relative;
		width: 100%;
	}
	#content a {
		color: #2A477B;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}

/*			Subnavigation 			*/
	#subnav_container {
		margin-left: 730px;
		min-height: 300px;
	}
	#subnav {
		font-size: 0.85em;
		margin: 10px;
	}
	#subnav ul {
		margin: 0;
		padding: 0;
	}
	#subnav ul li {
		line-height: 1.2em;
		list-style: none;
	}
	#subnav h1 {
		font-weight: normal;
		font-size: /*13pt;*/1.55em;
		border-bottom: 1px dotted #000;
	}
	#subnav p {
		margin-top: 4px;
	}
	#subnav li#sub_current a {
		color: #000;
		text-decoration: underline;
	}
	#sitesearch fieldset {
		margin: 8px 0;
		padding: 0;
		border: 0;
	}

/*			Maintext				*/
	#maintext {
		float: left;
		width: 700px;
		padding: 0 15px 15px 15px; /* padding and not margin because IE doubles the values*/
		position: relative;
overflow: visible; /* IE (including IE7) resizes box and would require hidden */
	}
	#maintext a {
		border-bottom: 1px solid;
	}
	#maintext a:visited {
		border-bottom: 1px dashed #CAD7EB;
	}
	#maintext a:hover {
		border-bottom: 1px solid;
		color: #333;
		text-decoration: none;
	}
	#maintext h1 {
		font-weight: normal;
		font-size: 1.5em;
		margin-top: 0.6em;

	}
	#maintext h2 {
		color: #2A477B;
		font-size: 1.3em;
		font-weight: normal;
	}
	#maintext hr {
		background: #DEDEDE;
		border: 0;
		color: #DEDEDE;
		height: 1px;
	}
	#maintext p, #maintext li, #maintext dl {
		color: #333;
	}
	#maintext pre {
		color: #222;
		background: #F7F7F7;
	}

/*			Footer			 */
	#footer {
		background: #5A778B;
		color: #BBB;
		clear: left;
		font-size: 0.8em;
		padding: 2px 20px;
		position: relative;
	}
	#footer p {margin: 1em 0;} /* IE and <=Opera8.5 fix */

	#footer a {
		color: #DDD;
		text-decoration: none;
	}
	#footer a:hover {
		color:  #EEE;
		text-decoration: underline;
	}
	#CCLa {
		float: right;
		margin-right: 10px;
		position: relative;
	}


/* home submenu */
#bloglist a {
	display: block;
	padding: 4px;
}
#bloglist li a:hover {
	text-decoration: none;
	background-color: #DFE6EA; /*#CFD6DA;*/
}
#bloglist span {
	display: block;
}
#bloglist .title {
	font-size: 1.2em;
	line-height: 1.2em;
}
#bloglist .date {
	color: #333;
	font-size: 0.8em;
}

/* links page */
#leftcolumn, #rightcolumn {
	float: left;
	width: 49%;
}
#leftcolumn ul, #rightcolumn ul{
	margin: 8px 0 0 0;
	padding: 0;
}
#leftcolumn ul li, #rightcolumn ul li {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
}

/* lte IE 6 hacks */
#subnav_container {
height: 300px;
}
html > body #subnav_container {
height: auto;
}
