@charset "utf-8";
.blogheader {
	width: auto;
	background-image: url(../images/bgblock.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
}
.blogtitle {
	background-image: url(../images/bgblock.jpg);
	font-size: 24px;
	width: 50%;
	float: left;
	height: 100%;
}
.blogdate {
	background-image: url(../images/bgblock.jpg);
	font-size: 12px;
	width: 50%;
	float: right;
	text-align: right;
	height: 100%;
	font-weight: bold;
}
.blogimage {
	top: 35px;
	right: 5px;
	text-align: center;
	float: none;
	vertical-align: top;
}
.blogcontainer {
	padding-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
