*
{
	margin: 0;
	padding: 0;
}

html
{
	color: #333;
	background-color: #f9f9f9;
	font: normal 90%/1.5 "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted transparent; 
}

a:link
{
	color: #5b6526;
	border-bottom-color: #5b6526;
}

a:visited
{
	color: #8e9859;
	border-bottom-color: #8e9859;
}

a:hover, a:active
{
	color: #000000;
	border-bottom-color: #000000;
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	color: #26655b;
	margin: 0 0 10px;
	font-weight: normal;
	text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.0em;
	font-weight: bold;
}

h3 a
{
	font-weight: bold;
}

h4, h5, h6
{
	font-size: 1.0em;
}

/* Lists */

ul, ol
{
	line-height: 1.7em;
}

ul
{
	margin: 25px 35px;
	list-style-type: square;
}

ol
{
	margin: 25px 40px;
}

/* Other HTML Elements */

p
{
	margin: 10px 0;
}

abbr, acronym, cite
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

/* Structure */

body
{
	width: 800px;
	margin: 0 auto;
}

#navigation
{
	float: left;
	width: 100%;
}

#header
{
	clear: both;
	padding: 10px 0;
	background-color: #fff;
}

#wrapper
{
	float: left; 
	width: 100%;
	clear: both;
	padding: 20px 0 10px;
}

#content
{
	width: 70%;
	float: left;
}

#sidebar
{
	width: 30%;
	float: left;
}

#footer
{
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
	text-align: center;
	background-color: #e8ecd8;
}

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: #e8ecd8;
	border-top: 10px solid #5b6526;
}

#navigation li
{
	float: left; 
}

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px;
	margin-top: -10px;
	font-weight: normal;
	border-bottom-width: 0;
	text-transform: uppercase;
	border-top: 10px solid #5b6526;
}

#navigation a:hover, 
#navigation a:active
{
	border-top-color: #8e9859;
}

#navigation li.active a
{
	background-color: #fff;	
	border-top-color: #9fa96a;
}

/* Header */

#header h1
{
	margin: 0;
	padding: 0 10px 10px;
}

#header h2
{
	margin: 0;
	padding: 0 10px;
	font-size: 1.0em;
}

/* Content */

.post
{
	margin: 0 20px 0 10px;
}

.post-footer
{
	color: #555;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 10px solid #e8ecd8;
}

.post-footer a
{
	border-bottom-width: 0;
}

.post-footer a:link
{
	color: #8e9859;
}

.post-footer a:hover,
.post-footer a:active
{
	color: #555;
}

.last .post-footer
{
	margin-bottom: 0;
	border-bottom-width: 0;
}

/* Sidebar */

.block
{
	padding: 0 5px 0 15px;
	margin: 0 5px 20px 15px;
	border-bottom: 10px solid #e8ecd8;
}

.block h2
{
	margin-left: 0;
	margin-bottom: 5px;
}

.block ul
{
	margin-top: 0;
	margin-left: 20px;
}

#about_me p
{
	font-size: 0.9em;
}

/* Footer */

#footer a:link
{
	color: #8e9859;
}

#footer a:hover, #footer a:active
{
	color: #5b6526;
}