body {
	text-align: left;
	color: #616161;
}

	

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;

}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	font-style: bold; 
}

h3 {
	font-size: 1em;
}


#page {
	width: 870px;
	margin: 0 auto;
	padding: 10px 10px 0px 0px;
	background: #FFFFFF;
}


/* Content */

#content {
	float: left;
	width: 400px;
	height: auto; 
	padding: 0px 0px 0px 0px
	overflow-y: auto;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}



.entry {
	padding: 0 20px;
	font-size: 14px
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	padding: 0 10 0 0;
}

#sidebar2 {
	float: left;
	padding: 0 0 0 10px;
}

.sidebar {
	
	width: 210px;
	padding: 0;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 10 10px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 0px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


/* Footer */

#footer {
	width: 910px;
	height: 70px;
	margin: 0 auto;
	padding: 0 0px;
	background: #e4dca5;
}

#footer p {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

