body {
	background-color: black;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 10px;
	padding: 5px;
	background-color: #DFBD97;
	overflow: hidden;

	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

img#logo {
	float: right;
}

#header img {
	border: 0px;
}

#header h1 {
	margin: 0px;
	margin-top: 0.4em;
	text-align: center;
}

#header a {
	color: #401;
}

#content {
	width: 575px;
	float: right;

	background-color: #DFBD97;
	color: black;

	margin-top: 10px;

	padding-left: 10px;
	padding-right: 5px;

	font-family: Helvetica, Arial, sans-serif;
        line-height: 1.3em;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content h2 {
	font-family: Georgia, serif;
	color: #401;
}

#content h3 {
	font-family: Georgia, serif;
}

#content a {
	color: #401;
}

#content hr {
	height: 1px;
	color: #401;
	background-color: #401;
}

p.postEntry {
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}

div.comment {
	margin-bottom: 3em;
	font-size: 0.9em;
}

p.byline {
	font-size: 0.9em;
	text-align: right;
}

#sidebar {
	width: 290px;
	float: left;

	margin-top: 10px;

	padding: 5px;

	background-color: #401;
	color: #DFBD97;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar h3 {
	color: white;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

#sidebar a {
	color: #DFBD97;
}

#footer {
	clear: both;

	text-align: right;

	background-color: black;
	color: #282828;

	font-size: 0.8em;

	padding-top: 5px;
}
