/* GENERAL */
html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #1a1a1a;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

/* HEADER */
div#header h1 a {
	color: black;
	text-decoration: none;
}

div#header p#tweets {
	display: none;
}

/* NAVIGATION */
div#navigation-top, div#content div#navigation {
	display: none;
}

/* CONTENT */
div#content .post .title h2 {
	margin: 0px;
}

div#content .post .title h2 a {
	color: black;
	text-decoration: none;
}

div#content .post .entry {
	text-align: justify;
}

div#content .post p.postmetadata {
	text-align: center;
	margin-bottom: 25px;
	color: #555555;
	border-top: 1px solid #555555;
}

div#content .post p.postmetadata.long {
	font-size: 0.8em;
	text-align: justify;
}

/* COMMENTS */
/*TODO*/

/* SLIDE */
div#slide {
	display: none;
}

/* FOOTER */
hr#hrfooter, div#footer {
	display: none;
}

/* STATIC VERSION */
.isstatic {
	display: none;
}
