/* @group Layout */

body {
	margin: 0;
	padding: 0;
	font: 14px "Trebuchet MS", verdana, sans-serif;
}

#header {
	border-bottom: 4px solid #25822C;
}

#title a {
	color: #000;
	font-size: 40px;
	text-decoration: none;
	text-shadow: 2px 2px 5px #000;
}

#nav {
	display: none;
}

#sidebar {
	display: none;
}

#footer {
	padding: 20px 0;
	text-align: center;
	color: #888;
	font: 10px verdana;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 15px 0;
}

h1 a, h2 a, h3 a, h4 a {
	color: #82242E;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

/* @end */

/* @group Links */
a {
	color: #0C4E18;
}

a:hover {
	color: #350409;
}

/* @end */

/* @group Posts */

h1.posttitle {
	text-shadow: 3px 3px 5px #aaa;
}

.entry {
	line-height: 20px;
}

.entry h2, .entry h3, .entry h4 {
	border-left: 5px solid #68b5cc;
	padding-left: 5px;
}

.postmeta {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #5b5b5b;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 20px;
	text-align: center;
}

.postmeta a {
	color: #33764e;
	text-decoration: none;
}

.postmeta a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Comments */

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	display: block;
	margin: 0;
	padding: 5px;
}

.commentlist cite, .commentlist cite a {
	color: #82242E;
}

.commentlist small a {
	color: #616161;
}

#respond {
	display: none;
}

/* @end */

/* @group General */

pre {
	overflow: auto;
	font-size: 12px;
	border-left: 3px solid #cfcfcf;
	padding-left: 10px;
}

a img {
	border: 0;
}

/* @end */