body {
}

/* Blog Styles */
h2.blogname {
	border: solid 1px #dddddd;
	border-bottom: none;
	line-height: 50px;
	padding: 2px 8px;
	margin-bottom: 20px;
}

div.blog div.item {
}

div.blog div.byline {
	font-size: 11px;
	color: #999;
}

div.blog div.content {
}

div.blog div.divider {
	margin: 7px 0px;
	border-top: dotted 1px #CCCCCC;
	clear: both;
}

div.blog div.end {
}

div.blog div.end a.video {
	text-decoration: none;
}

div.blog div.end a.video:hover span {
	text-decoration: underline;
}

div.blog div.end div.comments {
	line-height: 32px;
	padding-right: 8px;
}

div.blog.comment {
	background-color: #f2f2f2;
	margin-top: 20px;
}

div.blog div.separator {
	height: 10px;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 7px;
	clear: both;
}

div.blog div.addcomment textarea {
	width: 98%;
	height: 100px;
	margin-bottom: 14px;
	margin-top: 18px;
}

div.blog div.category {
	border: dotted 1px #ccc;
	padding: 5px;
	background-color: #f2f2f2;
	clear: both;
}

div.blog div.category a {
	text-decoration: none;
}

div.blog div.category a:hover {
	text-decoration: none;
}

div.blog div.category a span {
	text-decoration: underline;
}

div.blog div.category a em {
	color: #909090;
}

div.blog div.category div {
	font-size: 11px;
}
/* End Blog Styles */