/* ----------------------------------------------------------------------------  */

/*	undo common browser defaults  */

	hr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
	{ margin:0; padding:0; border: none; }
	
	input
	{margin: 0 0 1px 0;}

	a img,:link img,:visited img { border:none; }

	h1 span, h2 span, h3 span, h4 span {display:none; padding: 0px; margin: 0px;}
	
/* ----------------------------------------------------------------------------  */

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #6ad152;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFF;
	height: 100%;
}

.wrap {
	width: 920px;
}

#clear {
	clear: both;
}

#headerbg {
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	width: 920px;
	height: 400px;
}

h1 {
	font-size: 18px;
	color: #FFF;
}

h2 {
	font-size: 16px;
	color: #43B728;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

h3 {
	font-size: 14px;
	color: #6ad152;
}

.header {
	font-size: 18px;
	padding: 230px 50px 0px 450px;
}

#content {
	width: 920px;
	background-image: url("images/content-bg.gif");
	background-repeat: repeat-y;
}

#mainbg {
	width: 523px;
	float: left;
}

#maintext {
	padding: 1px 5px 1px 83px;
	text-align: justify;
}

#thefall {
	width: 151px;
	height: 275px;
	background-image: url("images/the-fall.gif");
	background-repeat: no-repeat;
	float: left;
}

#navbg {
	width: 246px;
	float: right;
}

#navtext {
	width: 165px;
	padding: 1px 5px 1px 5px;
	text-align: right;
}

#footerbg {
	width: 920px;
	height: 106px;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	clear: both;
}

#footertext {
	padding: 10px 0px 2px 0px;
	text-align: center;
}

.footer:link {
	color: #FFF;
	text-decoration: none;
}

.footer:visited {
	color: #FFF;
	text-decoration: none;
}

.footer:hover {
	color: #FFF;
	text-decoration: line-through;
}

a {
	color: #DDD;
	text-decoration: none;
}

a:hover {
	color: #DDD;
	text-decoration: line-through;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.postmetadata {
	clear: left;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.center {
	text-align: center;
	}

