/* ************************ BLOG ************************ */
.blognav{
	float: right;
	width: 462px;
}

.blogmain{
	width: 462px;
}


.blogpost{
	margin-bottom: 15px;
}

.blogpost h1{
	border-top: 1px solid black;
	font-size: 20px;
	font-weight: bold;
	padding: 0.3em;;
	font-style: normal;
	background-color: black;
	margin-bottom: 0.25em;
}

.blogpost h1 a, .blogpost h1{
	color: white;
}
.blogpost h1 a:hover{
	color: #DDAA77;
}
.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: 460px;
        height: auto;
	/* Resize the image for IE6 */
	width: expression(this.width > 450 ? 450: 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: 0;
}

.blogrecentposts h2 {
	font-size: 15px;
	margin-top: 0;
}

.blogrecentposts a{
	display: block;
	background-color: white;
	margin-bottom: 0.25em;
	text-decoration: none;
	color: black;
	padding: 8px;
	
}

.blogrecentposts a:hover{
	color: #DDAA77;
}

.blogpostbottom {
	clear: both;
}

.blogPrevNext{
	text-align: center;
}

<?php
    die;
?>
