/* Blog Page Styles */

#blog-body {
	background: url(../images/subpage-bg.gif) repeat-y;
	width: 860px;
	margin: 0 auto;
	padding: 20px;
}

.blog-sidebar {
	float: right;
	width: 211px;
}

.blog-mainbody {
	width: 614px;
	margin-bottom: 20px;
}

.blog-mainbody h2 {
	font-family: helvetica,"Lucida Grande","Trebuchet MS","Lucida Sans Unicode",verdana,arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.blog-postdetails {
	padding: 4px 0 4px 0;
	color: #666;
	font-size: 11px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
	
.blog-thepost {
	margin-bottom: 30px;
}

.sidebar-w-top {
	width: 216px;
	height: 5px;
	background: url(../images/sidebar-w-top.gif) no-repeat;
}

.sidebar-w-mid {
	width: 206px;
	background: url(../images/sidebar-w-mid.gif) repeat-y;
	padding: 6px 0 6px 10px;
}

.sidebar-w-end {
	width: 216px;
	height: 5px;
	background: url(../images/sidebar-w-end.gif) no-repeat;
	margin-bottom: 14px;
}

.siderbar-w-title {
	width: 194px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
}

.blog-archive {
	font-size: 12px;
}

.blog-archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-archive li {
	margin: 0 0 10px 20px;
	padding: 0 0 4px 0;
	list-style-image: url(../images/bullet-arrow.gif);
	border-bottom: 1px dotted #E0E0E0;
	width: 172px;
}

.blog-archive a:link {color: #666666; text-decoration: none;}
.blog-archive a:visited {color: #666666; text-decoration: none;}
.blog-archive a:hover {color: black; text-decoration: underline;}
.blog-archive a:active {color: black; text-decoration: underline;}

.blog-h2 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 14px;
}

.blog-latestposts {
	font-size: 12px;
}

.blog-latestposts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-latestposts li {
	margin: 0 0 10px 20px;
	padding: 0 0 4px 0;
	list-style-image: url(../images/bullet_go.png);
	border-bottom: 1px dotted #E0E0E0;
	width: 172px;
}

.blog-latestposts a:link {color: #666666; text-decoration: none;}
.blog-latestposts a:visited {color: #666666; text-decoration: none;}
.blog-latestposts a:hover {color: black; text-decoration: underline;}
.blog-latestposts a:active {color: black; text-decoration: underline;}
