html {
    height: 100%;
}

body {
	font: 14px/1.5em "Helvetica", "Lucida Grande", "Lucida Sans Unicode";
	color: #000;
	background: #fff;
	margin: 0 0 0 0;
	height: 100%;
}

h1 a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
	color: #34A834;
	text-transform: uppercase;
}

a {
	color: #34A834;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.full_background {
	display: block;
	width: 100%;
	height: 100%;
}

/* Site ID tags */

#header {
	padding: 2em;
	background-color: #000;
	margin:0;
	width: 100%;
}

#header > h1 > a {
	font: 2.0em Helvetica;
	color: #858584;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 100%;
    position: relative;
}

#content_body {
	margin: 1.5em;
	padding: 7.5px;
	background-color:#fff;
	min-height: 100%;
}

#disqus_thread{
    border-top: 2px solid #858584;
    padding: 5px;
}

#footer {
    width: 100%;
    background-color: #000;
    border-top: 2px solid #34A834;
    padding: 10px;
	text-align: center;
	margin: 0 0 0 0;
	height: 150px;
    position: relative;

}

#footer > span {
	color: #b4866b;
}

#navigation {
	display: block;
	text-align: center;
}

#navigation a {
	padding: 3px;
}

img {
    border: 2px solid #2d2d2d ;
}

#posts {
	margin: 2em;
}

.post {
	margin: 2em;
}

.post_date {
	font-weight: bold;
}

.post_summary {
	padding: 0.5em;
}

p.intro:first-letter {
	font-weight: bold;
	font-size: 1.5em;
}

.highlight + .highlight { display:none; }

.highlight {
    background-color: #1e1e1e;    
}

.lineno {
    
    padding-top:2px;
    padding-bottom:2.5px;
    background-color: #000000;
    color: #cccccc;
}


