#BlogContent {
	width: 480px;
}
	.authorDate, .tags, .blogVitals {
		text-transform: uppercase;
		font-size: 10px;
		line-height: 1em;
	}
.blogEntry h2 {
	color: #666;
}
#Sidebar {
	float: right;
	width: 220px;
	margin-left: 10px;

	padding: none;
}

.widgetHolder {
	padding: 3px 15px 20px 15px;
	margin: 0px;

	background: #e5f6cd url(../images/widget_top.png) no-repeat;
}
	.widgetHolder h3 {
		line-height: 5px;
		color: #666;
	}
	.widgetHolder ul {
		padding-left: 0px;
		margin-left: 0px;
		list-style: none;
	}
	.widgetHolder ul li {
		border-bottom: 1px dotted #87bf44;
	}

.widgetBottom {
	height: 3px;
	background: #b8db87 url(../images/widget_bottom.png) no-repeat;
	margin-bottom: 20px;
}
.codesnippet {
background-color:#CCC; 
border-collapse:collapse; 
border-style:dashed; 
border-width: 1px;
padding: 0px 10px 0px 10px;
}