/* CSS Styles - Bohemianworks.nl approved style 
----------------------------------------------------------------*/

/* Universal Selector reset 
----------------------------------------------------------------*/

* {
	margin				: 0px;
	padding				: 0px;
}
/* Main styles
----------------------------------------------------------------*/
body {
	min-width: 970px;
	line-height: 20px;
	font-size:12px;
	font-family: Georgia, "Times New Roman", serif;
	background: url('../_img/grid.png') center top;
	background 			: url('../_img/bg_pattern.jpg');
}
h1 {
	font-size: 36px;
	font-style:italic;
	font-weight:normal;
}
/* Site Layout
----------------------------------------------------------------*/
#wrap {
	width: 970px;
	margin: 0 auto;
	background-color 	: #fdfdf1;
}

#content {
	width: 970px;
	
}
#top {
	background-color 	: #074d66;
	height				: 360px;
}

#menu {
	
}
#shadow {
	width 				: 970px;
	height 				: 10px;
	background 			: url('../_img/shadow_bg.gif');
}
#main {
	
	width: 665px;
	float:left;
	position: relative;
	top:10px;
	left:40px;
}
#sidebar {
	
	width: 215px;
	float 				: right;
	position: relative;
	top:25px;
	left: -30px;
	font-size:11px;
	
	color:#3d342e;
}
#footer {
	clear : both;
	
	font-size:10px;
	
	position:relative;
	top:9px;
	
}
/* Header layout
----------------------------------------------------------------*/
#siteTitle {
	height 				: 40px;
	position 			: relative;
	top 				: 27px;
	left 				: 40px;
}
#headerImage {
	position 			: relative;
	top 				: 19px;
}
#siteTitle h1 {
	color: #00a7d4;
}

#siteTitle strong {
	color: #f7f6d7;
}

/* Menu styles
----------------------------------------------------------------*/
#yearMenu {
	
	position 			: relative;
	left 				: 39px;
	top 				: 31px;
	
	
	
	
	font-size 			: 24px;
	font-weight 		: normal;
	font-style 			: italic;
	list-style 			: none;
}
#yearMenu li {
	display 			: block;
	float 				: left;
	padding-right 		: 20px;
	color 				: #f7f6d7;
}

#yearMenu .current {
	
}
#yearMenu a {
	color:#00a7d4;
	text-decoration:none;
}
#yearMenu a:hover {
	border-bottom		: 3px solid #00A7D4;
}

#menuLijn {
	clear 				: both;
	height 				: 1px;
	width 				: 970px;
	background 			: url('../_img/lijn_h.gif');
	position 			: relative;
	top					: 40px;
}

#dayMenu {
	position 			: relative;
	top 				: 40px;
	left				: 30px;
}

#dayMenu li {
	display 			: block;
	padding-top			: 6px;
	padding-left		: 10px;
	padding-right 		: 10px;
	padding-bottom 		: 3px;
	float 				: left;
	color 				: #f7f6d7;
	font-style			: italic;
	height:50px;
	
}
#dayMenu li a {
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
	display:block;
	font-size: 11px;
	color :#f7f6d7;
}

#dayMenu li a:hover {
	text-decoration:underline;
}
#dayMenu #selected {
	background-color:#00a7d4;
}

/* Sidebar styles
----------------------------------------------------------------*/
#sidebar h3 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.sbLine {
	width:215px;
	height:1px;
	background:url('../_img/lijn_br_h.gif');
	margin-bottom:19px;
	position:relative;
	top:6px;
	
}

#sidebar ul {
	list-style:none;
}
#sidebar .userphoto {
	border: 1px solid #999;
	margin-top:-1px;
	margin-bottom:-1px;
}

#sidebar #bloggers li {
	position:relative;
	top:8px;
}
#sidebar #bloggers .userDescription {
	padding-top:7px;
	padding-bottom:17px;
}

#sidebar #bloggers .name {
	position: relative;
	top:-12px;
	left:10px;
}

#sidebar #bloggers a {
	text-decoration: none;
	font-weight:bold;
	
	font-size:12px;
	color:#3d342e;
}
#sidebar p {
	font-style:italic;
}
/* Footer styles
----------------------------------------------------------------*/
#footer .footerLine {
	width:970px;
	background:url('../_img/lijn_br_h.gif');
	height:1px;

}
#footer p {
	font-style:italic;
	position: relative;
	left: 260px;
	width:550px;
}
#footer a {
	text-decoration:none;
	font-weight:bold;
	color:#3d342e;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .spacer {}