/* ************************ BLOG ************************ */
.blognav{
	float: right;
	width: 205px;
}

.blogmain{
	width: 690px;
}

.blogpost{
	margin-bottom: 15px;
}

.blogpost h1{
	border-top: 1px solid black;
	font-size: 20px;
	font-weight: bold;
	padding: 0.5em 0 0;
	font-style: normal;
}
.blogpost h3{
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #DDDDDD;
}

.blogpostbody {
	padding-top: 1em;
	padding-bottom: 1em;
}


.blogpostbody img{
	max-width: 650px;
	/* Resize the image for IE6 */
	width: expression(this.width > 600 ? 600: true);
	margin-top: 1em;
	border: 1px solid #666666;
}


.blogpostfooter{
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
	text-align: right;
}
.blogpostcommentheader{
	padding: 4px;
	color: white;
	background-color: black;
}

.blogrecentposts {
	padding: 5px;
}

.blogrecentposts h2 {
	font-size: 15px;
	margin-top: 0;
}

.blogrecentposts a{
	display: block;
	text-decoration: none;
	color: #666666;
	padding-bottom: 10px;
}

.blogrecentposts a:hover{
	color: red;
}

.blogpostbottom {
	clear: both;
}
<?php
    die;
?>
