/* ****	WEBLOG */
#weblogItemsContainer {
	float: left;
	width: 610px; }
	.weblogItem {
		width: 610px;
		border-left: 8px solid #5193CA;
		margin-bottom: 20px; } /* IE6: margin-bottom: 20px; */
		.XMSWeblogListPage .weblogItem { margin: 40px 0; }
			.XMSWeblogListPage .firstWeblogItem .weblogItem { margin: 0; }
	.weblogItem .info { 
		padding-left: 25px; } /* IE6: height: 100% */
	.firstWeblogItem .weblogItem, .detailView .weblogItem { border: 0; }
	.firstWeblogItem .info, .detailView .info { 
		border-left: 8px solid #5193CA; }
		.weblogItem .info img.thumb { 
			float: left;
			margin: 0 10px 0 0; }
			.firstWeblogItem .weblogItem .info h2 { 
			font-size: 24px; }
		.weblogItem .info h2 { 
			font-size: 20px;
			margin-top: 0; }
		.weblogItem .info p.stamp { 
			color: #70777D;
			font-size: 11px;
			font-weight: normal; }
		.weblogItem .info p.tags {
			font-size: 12px; }
			.weblogItem .info p.tags em { 
				color: #5193CA;
				font-style: normal; }
			.weblogItem .info p.tags a { color: #70777D; }
				.weblogItem .info p.tags a:hover { color: #A7ACB0; }
	.weblogItem .introText, .weblogItem .mainText {	
		padding-left: 25px;
		margin: 15px 0 15px 0; }
		.firstWeblogItem .weblogItem .introText, .firstWeblogItem .weblogItem .mainText { padding-left: 33px }
	/* bookmarks */
	.weblogItem ul.bookmarks {
		height: 30px;
		margin-left: 22px; }
	.newsItem ul.bookmarks { margin-left: 0;}
		ul.bookmarks li {
			float: left;
			margin-right: 7px; }
			ul.bookmarks li.alignRight {
				float: right; }
			ul.bookmarks li a {
				color: #AAA;
				vertical-align: text-top; }
				ul.bookmarks li a:hover, ul.bookmarks li a.hover {
					color: #4B4B4B;	}
				ul.bookmarks li a span { position: relative; }

	/* Collection navigation */
	.offsetContainer { margin: 30px 10px 15px 40px; }
		.offsetContainer a.nextOffset {
			float: right;
		}
	
				
	/* Weblog list Sidebar */
		#section_sidebar a { color: white; }
		#section_sidebar .XMSWeblogBlock a em { color: #B2D1EA; font-style: normal; display: block; }
		#section_sidebar a:hover { color: #B2D1EA; }
		#section_sidebar h3, .archief span {
			font-size: 18px;
			margin-bottom: 10px;
			padding: 0;
			color: white; }
		#section_sidebar .reacties { margin-bottom: 20px; }
			#section_sidebar .reacties div { margin: 10px 0 10px 0; }
			#section_sidebar .reacties em, #sidebar #relatedBlogposts em  { 
				font-style: normal;
				font-size: 11px; }
			#section_sidebar .reacties strong { 
				font-size: 12px; }
		/* Archief */
		#section_sidebar .archief h3 { 
			background: url(../gfx/icon_archief_blue.jpg) no-repeat;
			height: 25px;
			padding: 3px 0 0 45px; }
		#section_sidebar .archief h3.archive, .archiefPerskamer h3.archive {
			padding: 0;
			width: 60px;
			cursor: pointer;
			background: url(../gfx/archive_arrow.jpg) no-repeat center right; }
			#section_sidebar .archief h3.archive:hover, .archiefPerskamer h3.archive:hover {
				background: url(../gfx/archive_arrow_selected.jpg) no-repeat center right; }
			#section_sidebar .archief h3.archive.selected, .archiefPerskamer h3.archive.selected {
				background: url(../gfx/archive_arrow_selected.jpg) no-repeat center right; }
		#accordion .monthArray { 
			float: left;
			width: 70px;
			padding-bottom: 20px; }
			#accordion .monthArray a { 
			color: #B2D1EA;}
		#section_sidebar #relatedBlogposts {
			margin: 20px 0 20px 0; }
			#section_sidebar #relatedBlogposts ul li { 
				font-weight: bold;
				margin-bottom: 7px; } 
			#section_sidebar #relatedBlogposts em { font-weight: normal; }
	.comment { 
		border-left: 9px solid #DDDDDD; /* IE6: border: 1px white solid; */
		margin: 20px 0 20px 0;
		padding: 7px 7px 7px 16px; }
		.comment span { 
			display: block;
			color: #5193CA;
			font-size: 14px;
			font-family: "Palatino Linotype", Georgia, Times, serif;
			border-bottom: 1px solid #F0F0F0;
			padding: 0 0 5px 0;  }
		.comment em { 
			display: block;
			margin-top: 5px; }
	.XMSCommentElement h3 { 
		padding: 10px 0 10px 25px; }
	form#addComment { margin-left: 25px; }
		form#addComment input.button {
			width: 412px;
			margin-left: 90px;} /* IE6: margin-left: 93px; */
/* tagcloud */
.tagBlock {
	float: right;
	padding-bottom: 10px;
	text-align: center;
	width: 350px;
	margin: 20px 25px 0 0;
	color: #5193ca;
	font-family: "Palatino Linotype";
	text-transform: lowercase; }
	.tabBlock span a { padding: 0 8px; }
		.tagBlock span a { white-space: nowrap; border: 1px solid transparent; } /* if IE6: border: 1px solid white; */
			.tagBlock span a:hover { background: #eee; color: #397fb9; border: 1px solid #ddd; }
	/* tag scalar values */
	.tagBlock span.tag5 a { font-size: 180%; }	
	.tagBlock span.tag4 a { font-size: 160%; color: #639fd2; }	
	.tagBlock span.tag3 a { font-size: 140%; color: #68a1d0; }	
	.tagBlock span.tag2 a { font-size: 130%; color: #82b1d8; }
	.tagBlock span.tag1 a { font-size: 115%; color: #9fc2e0; }
	.tagBlock span.tag0 a { font-size: 100%; color: #9fc2e0; }
