body {
	background-color: #BCBEBB;
	font-family: Times, serif;
	padding-left: 5em;
	padding-right: 5em;
}

h1 {
	text-align: center;
}

hr {
	height: 2px;
}

h3 time {
	font-size: 60%;
}

#footer {
	text-align: center;
}

#buttonbar {
	text-align: center;
}

.lastmod {
	text-align: center;
}
.navi {
	text-align: center;
}
.pubdate {
	padding-left: 1em;
	padding-right: 2em;
}
.related-toggle {
	padding-left: 1em;
	padding-right: 2em;
	margin-bottom: 1em;
}
.related {
	font-size: 80%;
	padding: 1em 1em 1em 0;
	margin-left: 1.3em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f0f0;
}
.pingback-toggle {
	padding-left: 1em;
	padding-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.pingback {
	font-size: 80%;
	padding: 1em 1em 1em 0;
	margin-left: 1.3em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f0f0;
}
.debate {
	padding-left: 1em;
	padding-right: 2em;
}

.twitter-share-button {
	position: absolute;
	top: 1em;
	right: 5.5em;
}

.noobbar {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border-bottom: 1px solid black;
	width: 100%;
	z-index: 100;
}
.noobbar-close {
	position: absolute;
	right: 0;
}

#idc-container-parent #idc-container.idc-inline {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f0f0;
	padding: 1em;
	margin-right: 1em;
}

article[class=post] > p {
	text-align: justify;
}
article[class=post] > p[class=footnote] {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
article[class=post] > p[class=pubdate] {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
article img {
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f0f0;
	padding: 1em;
	margin-right: 1em;
	
}
article .moovie {
	border: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f0f0f0;
	padding: 1em;
	margin-right: 1em;
	width: 640px;
}
article[class=post] span > code {
	background-color: #f0f0f0;
}
em {
	white-space: nowrap;
}

.sidebar {
	float: right;
	position: relative;
	width: 20em;
}
