/*
Theme: widmannorg
based roughly on the awesome Kubrick v1.5 theme (http://binarybonsai.com/kubrick/)
*/

body {
	text-align: center;
	font-family: 'Lucida Grande', Arial, Helvetica;
	font-size: 70%;
	margin: 0pt;
}

#header {
	width: 950px;
	text-align: left;
	margin: 0pt auto;
	padding: 10px 0 0 0;
}
	
	#headerimg {
		float: left;
	}
	
	#headertext {
		float:right;
		text-align: right;
	}
	
#topnavigation {
	width: 100%;
	background-color: #00248F;
	/*margin: 0pt;*/
	margin: 10pt auto;
	height: 25px;
	border-bottom: 3px solid #BFCFFF;
}
	
	#menu {
		width: 950px;
		padding: 0;
		margin: 0pt auto;
		display:block;
		height: 25px;
		position:relative;
	}
		#menu ul {
			list-style-type: none;
			text-align: left;
			padding: 0;
			margin: 0;
		}
		
		#menu li {
			float: left;
		}
		
			#menu li a {
				color: #BFCFFF;
				display: block;
				padding: 6px 8px;
				text-decoration: none;
				font-size: 100%;
				font-weight: bold;
				text-transform: uppercase;
			}
			
			#menu li  a.active, #menu li a:hover {
				color: #00248F;
				background-color: #BFCFFF;
			}
		
		#search {
			height:25px;
			float: right;
			margin: 3px 0 0 0;
			position:absolute;
			right:0px;
		}
		
			#s {
				border:1px solid #BFCFFF;
				font-size:1em;
				padding: 3px;
				width:200px;
				height:1em;
			}
			
			#searchsubmit {
				display:none;
			}
			
#page {
	width: 950px;
	text-align: left;
	margin: 0pt auto;
        position: relative;
}

#content {
	width: 640px;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}
	.post {
		margin-bottom: 40px;
	}
	
	.post h2 {
		margin: 2px 0;
	}
	
	#content a {
		text-decoration:none;
		color: #00248F;
	}
	
	#content a:hover {
		background-color: #00248F;
		color: #BFCFFF;
	}
	
	#content .post span.titlecomment a {
		color: #a0a0a0;
	}
	
	.post .meta {
		color: #909090;
	}
	
		#content .post .meta a {
			color: #909090;
			text-decoration: underline;
		}
		
		#content .post .meta a:hover {
			background-color: #909090;
			color: #ffffff;
		}
	
	.post .entry {
		font-size: 110%;
		margin-top: -7px;
	}
	
	.navigation {
		margin-bottom: 25px;
	}
	
	.alignleft {
		float:left;
	}

	.alignright {
		float:right;
	}

#sidebarwrapper {
	width: 299px;
	float: right;
	border-left: 1px dotted #BFCFFF;
}

	#sidebar {
		list-style-type: none;
		margin: 0;
		padding: 5px;
                position: absolute;
                right: 0px;
                width: 300px;
	}
	
		#sidebar a {
			text-decoration:none;
			color: #00248F;
		}
		
		#sidebar a:hover {
			background-color: #00248F;
			color: #BFCFFF;
		}
	
		#sidebar p {
			padding-left: 10px;
		}
		
		#sidebar ul {
			padding-left: 10px;
			list-style-type: none;
			margin: 0;
		}

#footer {
	border-top: 1px dotted #BFCFFF;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

	#footer a {
		text-decoration:none;
		color: #00248F;
	}
		
	#footer a:hover {
		background-color: #00248F;
		color: #BFCFFF;
	}
	
	#w_org {
		position: absolute;
		top: 5px;
		right: 0px;
	}

