@font-face
{
	font-family: Handserif;
	src: url("/fonts/Handserif.ttf");
}

@font-face
{
	font-family: ChunkFive;
	src: url("/fonts/ChunkFive.otf");
}

/* Museo: A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face
{
	font-family: Museo;
	src: url("/fonts/Museo100.otf");
}

@font-face
{
	font-family: Museo;
	src: url("/fonts/Museo500.otf");
	font-weight: bold;
}


body
{
	font-family: Museo, sans-serif;
	margin: 0px;
	background: #fff url("/images/crimson.png") top left repeat-y;
	text-align: left;
}

a
{
	text-decoration: none;
	font-weight:bold;
}

a:link
{
	color: #22a;
}

a:visited
{
	color: #22a;
}

a:active
{
	color: #22a;
}

a:hover
{
	color: #55f;
}

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#container
{
	margin: 0px;
}

.content
{
	margin: 0px 0px 0px 200px;
	padding: 15px 15px 15px 40px;
	color: #000;
	background-color: #fff;
	font-size: small;
	text-align: left;
}

.comments
{
	margin: 0px;
	padding: 15px 15px 15px 15px;
	color: #000;
	background-color: #fff;
	font-size: small;
	text-align: left;
}


.content p, .comments p
{
	color: #000;
	font-size: medium;
	line-height: 150%;
	margin-bottom: 10px;
	max-width: 640px;
}

.content blockquote
{
	line-height: 150%;
	border: 0px solid #000;
	background-color: #fff;
	color: #c00;
	font-family: Handserif, serif;
	font-size: 12pt;
	padding: 10px;
	max-width: 580px;
	margin: 10px;
}

.content h2, .comments h2
{
	color: #c00;
	font-family: ChunkFive, sans-serif;
	font-size: medium;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 0px solid #c00;
}

.content h3
{
	color: #000;
	font-family: ChunkFive, sans-serif;
	font-size: large;
	margin-bottom: 10px;
}

.content p.posted, .comments p.posted
{
	color: #000;
	font-size: x-small;
	border-top: 0px solid #000;
	margin-top: -10px;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px 3px 3px 0px;
}

.content img
{
	border: 0px solid #000;
}

.sidebar
{
	float: left;
	margin-left: 0px;
	width: 180px;
	text-align: right;
	padding: 15px 15px 15px 10px;
	color: #fff;
	font-family: ChunkFive, sans-serif;
}

.sidebar h1
{
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 22pt;
}

.sidebar h2
{
	color: #fff;
	font-size: large;
	margin-top: 15px;
}

.sidebar a
{
	font-weight: normal;
}

.sidebar a:link
{
	color: #ff6;
}

.sidebar a:visited
{
	color: #ff6;
}

.sidebar a:active
{
	color: #ff6;
}

.sidebar a:hover
{
	color: #ffc;
}

.prevnext
{
	font-size: medium;
	color: #888;
	margin-bottom: 20px;
}

.blog
{
	max-width: 640px;
}

.comments-head
{
	font-size: small;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
}

.comments-body
{
	color: #000;
	line-height: 140%;
	width: 95%;
	border: 0px dotted #000;
	margin-top: -1px;
	padding: 0px;
	background-color: #fff;
}

.comments-body p
{
	font-family: Handserif, serif;
	color: #c00;
	font-size: 12pt;
}

.comments-post
{
	color: #000;
	font-family: Museo, sans-serif;
	font-size: x-small;
	line-height: normal;
}

textarea[id="comment-text"]
{
	width: 80%;
}

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}

.search
{
	margin-top: 15px;
	margin-bottom: 20px;
}

