@charset "UTF-8";
/* CSS Document */

h1 {
	color: #337CA0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 8px auto;
	padding: 3px;
	width: auto;
	height: auto;
	background: url(../images/underline.jpg) 0 bottom no-repeat;
}

h1 a {
	color: #337CA0;
}

h2 {
	color: #337CA0;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	margin: 5px 0;
}

.blogdate {
	color: #A6C6D5;
}

.author {
	float: right;
	color: #337CA0;
}

.offset {
	margin: 0 10px 0 10px;
}
.postarticle {
	margin: 5px 0 8px 0;
}

.fullpost {
	float: left;
}