	#blogPosts {
		text-overflow: clip;
		line-height: 12px;
		font-size: 90%;
		border: 1px solid #85A4E4;
		padding: 10px; background: #F0F0FF;
		background: #fff url(../images/blog_back_b.jpg) repeat-x top;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	
	#blogPosts a {border:none;}
	.meta {font-size:80%; color: #666666; padding-top: 5px; border-bottom: 1px solid #E1E1E1; margin-bottom: 12px;}
	blockquote {margin: 2px 10px 2px 10px; padding: 2px 14px 2px 14px; border-left: 3px solid #FF6E6B; font-style: italic;}
	.offerings {padding: 10px; border: 1px solid #85a4e4; padding-left: 30px; margin: 20px; background-color: #f0f0ff; background: #fff url(../images/blog_back_b.jpg) repeat-x top;}
	.avatar {float: left; margin: 2px 5px 5px 2px;}
	.storycontent p {padding: 5px 0;}
	
	a {
		border: none;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
	}
	
	p {margin-top: 5px;}
	
	ol, ul {margin-left: 15px;}
	ol li p cite {font-size: 85%; color: #777;}
	ol li p cite a {border: none; font-weight: bold;}
	ol li p cite a:hover {border: none; color: black;}
	
	ol#commentlist {
		list-style-type: none;
		text-overflow: clip;
		line-height: 12px;
		font-size: 90%;
		padding: 10px;
		background: #F0F0FF;
		background: #fff url(../images/blog_back_b.jpg) repeat-x top;
	}
	
	ol li {margin-bottom: 15px;}
	
	
	#blogPosts code, .post code {
		font-family: monospace, Monaco;
	}
	
	#blogPosts pre, .post pre {
		font-family: monospace, Monaco;
/* 		color: #5c5c5c; */
		padding: 4px;
		background: #f0ffff;
		border: 1px solid #efefef;
		width: 98%;
		overflow-y: auto;
		display: block;
		margin: 2px;
		text-align: left;
	}

	h2 {
		letter-spacing: 6px;
		font-family: "Times New Roman", Times, serif;
		font-variant: small-caps;
		text-transform: none;
		color: white;
		background-color: #efefef;
		padding: 2px 5px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	.lowerSkip {
		border-color: #b7b7b7;
		border-style: solid;
		border-width: 1px;
		background-color: #e7e7e7;
		padding: 8px;
		text-align: center;
	}
	
	#content div.lowerSkip a {
		font-weight: bold;
		border: none;
	}

	
	.post {margin: 5px 5px 20px 5px;}

#menu input#s {
	width: 60%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	margin-top: 10px;
	padding-bottom: 2px;
}

#menu ul ul {
	list-style-type: none;
	text-align: left;
}

#menu ul ul li {
	font: 10px/14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: navy;
	text-decoration: none;
	border: none;
	display: block;
}

#menu ul ul li a:hover {
	color: #3E5046;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#postcomment {
	margin-top: 10px;
}
