@charset "utf-8";

body {
	font-size:1em;
}
a:link,
a:visited {
	color:blue !important;
	text-decoration:underline !important;
}
#header {
	padding:15px 0;
}
#header h1 a {
	font-size:.7em;
	text-indent:0;
	height:auto;
}
#content .post small.date {
	letter-spacing:0;
}
.narrowcolumn {
	width:100%;
	padding:0;
}
#header .description,
.sidebar,
.navigation,
.wp-pagenavi,
#respond,
#comments,
.commentlist,
#footer {
	display:none;
}

#content .post .entry code {
	font-size:1em;
	border:0 none;
}

.syntaxhighlighter .no-wrap .line td.content {
	white-space:normal !important;
}