body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

#head {
    margin-bottom: 1em;
    padding: 5px;
    border-bottom: 5px solid #56556A;
	background-color: #BBB8E4;
}
#head h1 a {
	text-decoration: none;
	color: #32366A;
}
#main {
    width: 75%;
}
#extra {
    width: 25%;
}
#extra h2, #extra ul {
	width: 90%;
}
#extra h2 {
	border-bottom: 1px solid #000;
}
#extra li {
	margin: .5em 0 .5em 1em;
	list-style-type: square;
}
.column {
    float: left;
}

h1 {
    font-size: 250%;
}
h2 {
    font-size: 215%;
}
h3 {
    font-size: 175%;
}

.notice {
	margin: 5px;
	padding: 5px;
	background-color: #F4E2C3;
	border: 1px solid #B17F53;
	text-align: center;
}

.post-set {
    width: 90%;
    margin: 0 auto;
}
.post-set h2 {
	border-bottom: 1px solid #000;
}
.post-set h2 a {
	text-decoration: none;
	color: #000;
}
.post {
    margin: 1em 0;
	background-color: #EAEAEA;
}
.post h3 {
	background-color: #CCC;
}
.post .content {
	padding: 0 1em;
}
.post .meta {
	padding: 0 1em;
	text-align: right;
	background-color: #CCC;
}
.post h3 {
	padding: 0 5px;
}
.post h3 a {
	text-decoration: none;
	color: #000;
}
.post p {
    margin: 1em 0;
    line-height: 1.5;
}