@charset "utf-8";
body {
	margin: 0px;
	padding: 40px 0px 0px;
	background-color: #F2F2F2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
#top {
	position: fixed;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #333;
	color: #CCC;
	border-bottom: 1px solid #F03;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	text-align: center;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#top a {
	color: #F03;
	text-decoration: none;
}
.dark {
	color: #666;
}
.split {
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}
.high {
	color: #FFF;
}
.date {
	color: #999;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.item {
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.item:hover {
	width: 100%;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: #FFF;
}
.item .item-content {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.item div {
	padding: 5px;
}
.meta {
	float: left;
	width: 200px;
}
.image {
	float: left;
	width: 350px;
}
.text {
	float: left;
}
