﻿/*
	LAYOUT
*/
body{
	background: #FFFFFF;
}
#container{
	position: relative;
	width: 860px;
	margin: 20px auto 20px auto;
	text-align: left;
}
/*
	HEADER
*/
#header {
	float: left;
	width: 100%;
	height: 73px;
}
#logo {
	float: left;
	/*margin: 20px auto auto 20px;*/
}
/*
	MAIN
*/
#main {
	float: left;
	width: 100%;
}
#col-image {
	display: inline;
	float: left;
	width: 210px;
	margin-top: 5px;
}
#col-content {
	display: inline;
	float: left;
	width: 330px;
	margin-left: 30px;
}
#col-latest {
	display: inline;
	float: left;
	width: 170px;
	margin-left: 60px;
}
.small-img {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	list-style-type: none;
}
li {
	margin-top: 1em;
}
h2.date{
	margin-bottom: 0;
}
div.date{
	margin-bottom: .8em;
	font-weight: bold;
	color: #6F6F6F;
}
.comment{
	margin-top: 1em;
}
.comment .bottom{
	color: #6F6F6F;
	font-size: .8em;
	font-weight: bold;
}
#comment-form{
	margin-top: 2em;
}