* { 
	margin: 0; padding: 0;
}

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #ddd;
	margin: 0 0 20px 0;
	text-align: center;
	background: black;
	font-size: 62.5%;
	background: url(images/body-bg.jpg) top left no-repeat black;
	}

#page {
	background: url(images/page-bg.png) repeat-y black;
	text-align: left;
	margin-left: 156px;
	width: 693px;
	padding-top: 25px;
}

#content {
	margin: 0 30px 0;
	}
	
.article-right { float: right; margin: 25px 0 25px 25px; }
.article-left { float: left; margin: 25px 25px 25px 0; }

.post {
	text-align: left;
	width: 620px;
	margin-bottom: 8em;
	}
	
#sidebar {
	position: fixed;
	left: 841px;
	top: 50px;
	width: 150px;
	}
	#sidebar #archives {
		padding-top: 38px;
		background: url(images/sidebar-header-archives.png) top center no-repeat #2d2d2d;
		}
		#sidebar #archives div {
			border-right: 3px solid #660000;
			padding-bottom: 10px;
		}
		#sidebar ul {
			list-style: inside;
		}
		#sidebar ul li {
			line-height: 1.4em;
		}
	#sidebar #ads {
		padding-top: 16px;
		margin-top: 15px;
		background: url(images/sidebar-header-ads.png) top center no-repeat #2d2d2d;
		}
		#sidebar #ads div {
			border-right: 3px solid #660000;
			padding-bottom: 10px;
			padding-left: 10px;
		}
	
#footer {
	padding: 20px;
	}

p {
	font-family: "Lucida Grande", Helvetica, Arial, Sans-Serif;
	margin-bottom: 1.2em;
	font-size: 1.7em;
	line-height: 1.5em;
	}
	p.meta {
		background: #c6c6c6;
		padding: 4px;
		text-indent: 4px;
		color: #1c1c1c;
		font-size: 1.0em;
	}
	
h3 { 
	 font-size: 2.1em; 
	 margin-top: 3.5em;
	 margin-bottom 0.5em;
	 padding: 0.4em;
	 background-color: #660000;
	 color: #eeeeee;
	}

.clear { clear: both; }
.floatleft {float: left;}
.floatright{float: right;}

a, a:visited, a:active {
	color: #69F;
	text-decoration: none;
	}

a:hover {
	border-bottom: thin solid;
	}

h1 {
	font-size: 55px;
	text-align: center;
	padding-top: 50px;
	margin: 0;
	}

div.post h2 a {
	font-size: 2.5em;
	color: white;
	margin-bottom: 0.6em;
	font-weight: normal;
	text-decoration: none;
	}
	div.post h2 a:hover {
		text-decoration: none;
	}

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

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

ol li {
	list-style: decimal outside;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

a img {
	border: none;
}