body { 
	margin: 0; 
	padding: 0; 

	text-align: center;	
	
	font-family: "Bitstream Vera Sans", sans-serif;
}

img {
	border: none;
}

.post,
.article {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	
	padding-left: 4ex;
	padding-right: 4ex;

	text-align: left;
	
	max-width: 80em;
}

.post {
	margin-top: 4em;
	margin-bottom: 4em;
}

.post-date,
.post-footer
{
	font-size: smaller;
}

.article-meta-precontent {
	text-align: left;

	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-left: -.1em;
}

.article-meta-postcontent {
	text-align: right;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-right: -.1em;
}


.article-meta-action,
.article-meta-info
{
	padding-left: 1em;
	padding-right: 1em;

	padding-top: 2px;
	padding-bottom: 2px;
	
	margin-right: .1em;
	margin-left: .1em;
}

.article-meta-action {

}

.article-meta-info {
	font-style: oblique;
}

.article-meta-info .tag {
	padding-left: 1ex;
	padding-right: 1ex;
}
	
.content {	
	padding: .1em 1em;
}

.content h1 {    	
	text-align: center;    	
	
	font-size: 300%;
	font-weight: bold; 
	
	font-family: "Bitstream Vera Sans", sans-serif;
}

.content p {
	font-family: "Bitstream Vera Sans", sans-serif;
	line-height: 135%;
}

.content .content-body {
	text-align: justify;
}

.content .breaking-image-left,
.content .breaking-image-right {
	margin: 1ex;
}

.content .breaking-image-left {
	float: left;
	margin-left: -3em;
}

.content .breaking-image-right {
	float: right;
	margin-right: -3em;
}

.content blockquote {
	clear: both;

	margin-left: 3ex;
	margin-right: 3ex;

	padding: 1ex 2ex;
}

.content pre {
	clear: both;

	margin-left: 3ex;
	margin-right: 3ex;

	padding: 1ex 2ex;
}

.content code {
	font-family: monospace;
}

#header {
	margin-bottom: 2em;
	
	padding-top: .5em;
	padding-bottom: .5em;
}

#header .header-tab,
#header .header-tab-current
{
	margin-right: .1em;
	margin-left: .1em;

	padding: .5em;
}

#footer {
	margin-bottom: 1em;
}

