body
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 0;
	margin: 0;
	color: black;
	background: white;
	text-rendering: optimizeLegibility;
	}

#stripe_top
	{
	border: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	color: white;
	background: black;
	}

#header
	{
	border: 0;
	width: 700px;
	text-align: left;
	padding: 100px 0 4px 0;
	margin: 0 auto 0 auto;
	}

#domain
	{
	margin-left: 10px;
	}

#container
	{
	border: 0;
	width: 700px;
	text-align: left;
	margin: 50px auto 50px auto;
	}

#content
	{
	border: 0;
	width: 500px;
	text-align: left;
	margin: 0 0 0 10px;
	}

div.comments
	{
	border-top: 3px solid black;
	color: #666;
	background: transparent;
	}

#sidebar
	{
	font-size: .8em;
	float: right;
	width: 180px;
	border: 0;
	text-align: right;
	}

#navigation
	{
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	}

#stripe_bottom
	{
	clear: both;
	border: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	color: white;
	background: black;
	}

#footer
	{
	font-size: .8em;
	border: 0;
	width: 700px;
	text-align: left;
	padding: 4px 0 100px 0;
	margin: 0 auto 0 auto;
	}

#links
	{
	margin-left: 10px;
	}

a
	{
	text-decoration: underline;
	color: black;
	background: transparent;
	}

#domain a
	{
	color: white;
	background: transparent;
	text-decoration: none;
	}

#links a
	{
	color: white;
	background: transparent;
	}

#sidebar a
	{
	font-weight: normal;
	}

div.comments a
	{
	color: #666;
	background: transparent;
	text-decoration: underline;
	}
	
p
	{
	line-height: 1.6em;
	text-align: justify;
	}

#sidebar p
	{
	text-align: right;
	}

center
	{
	line-height: 1.6em;
	}

h1		/* Main headline of posts */
	{
	font-weight: bold;
	font-size: 1.5em;
	}

h2		/* Headlines used inside posts */
	{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	}

h3		/* Used to center text */
	{
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	}

h4		/* Date & link line */
	{
	font-weight: bold;
	font-size: .7em;
	}
	
blockquote
	{
	padding-left: 20px;
	border-left: 2px solid black;
	}

.aside
	{
	border-left: 2px dashed #808080;
	color: #666;
	background: transparent;
	}

.divider
	{
	width: 500px;
	height: 6px;
	border-bottom: 3px solid black;
	padding: 0;
	margin: 0;
	}

.divider_comments
	{
	width: 500px;
	height: 6px;
	border-bottom: 1px solid #808080;
	padding: 0;
	margin: 0;
	}

.smaller
	{
	font-size: .7em;
	}
	
img
	{
	border: 0;
	}

input
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	width: 300px;
	}

input.submit
	{
	width: 100px;
	}

textarea
	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	width: 500px;
	}
