body {
	padding-top: 18px;
	background: url(/imgs/lines.jpg) top left fixed;
	}
h1 a{
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 5px solid  black;
	color: black;
	display: block;
	text-decoration: none;
	}
h1 a:hover {
	color: aqua;
	background: transparent;
	}
h2, h3 {
	line-height: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
	letter-spacing: -1px;
	}
h2.home-title {
	padding-bottom: 0px;
	}
h2 a {
	text-decoration: none;
	display: block;
	padding-bottom: 6px;
	}
h2 a:hover {
	color: white;
	background: aqua;
	}
h3 a {
	text-decoration: none;
	display: block;
	}
h6 {
	font-weight: normal;
	}
hr {
	width: 670px;
	}
hr.full {
	width: 100%;
	background: transparent;
	color: white;
	}
a {
	color: black;
	}
a:hover {
	color: white;
	background: black;
	}
p {
	font-family: georgia, serif;
	}
.home-image {
	padding-bottom: 5px;
	margin-bottom: 18px;
	border-bottom: 1px black solid;
	}
.date {
	border-bottom: 1px solid #eee;
	padding-bottom: 6px;
	background: url(/imgs/arra.gif) -3px 3px no-repeat;
	padding-left: 25px;
	}
.post, .main-post {
	margin-bottom: 52px;
	}
.post h2, .main-post h2 {
	background: #fff;
	font-weight: bold;
	}
.home-box {
	height: 150px;
	display: block;
	border-top: 2px solid black;
	margin-bottom: 18px;
	}
.home-box h6 {
	display: block;
	}
.home-box a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	}
.home-box a:hover {
	color: white;
	background: aqua;
	}
#footer {
	padding: 36px 0px;
	font-style: italic;
	font-family: georgia;
	border-bottom: 5px black solid;
	}