body {
	font-size: 1em;
	margin: 2em; 
	padding: 3em;
	text-align:justify;
	}


h1 {
	border-bottom: 0.1em solid #ccd0d6;
	font-size: 3em;
	letter-spacing: 1px;
	line-height: 65%;
	padding: 0 0 0 0.1em;
	z-index: 2;
	text-transform: uppercase;
	margin-left: %;
	margin-right: %;
	
	}

h2, h3, h4, h5, h6 {
	background: #fff;
	color: #34425b;
	
}




div#content img, li a img { border: none; }
/* HEADER STUFF */
div#header { margin: 5em 0 0 -0.5em; }
h1#title, p#description { margin: 0; }
h1#title {
	border-bottom: 0.1em solid #ccd0d6;
	font-size: 4em;
	letter-spacing: 1px;
	line-height: 65%;
	padding: 0 0 0 0.1em;
	z-index: 2;
}
p#description {
	background: #fff;
	color: #777;
	font-size: 1.2em;
	padding: 0.5em;
}
/* FOOTER STUFF */
div#footer {
	clear: both;
	width: 100%;
	padding: 1em 0 1em 0;
}
div#footer p {
	background: #fff;
	color: #9aa1ae;
	font-size: 0.9em;
	margin: 0;
}
/* UNIVERSAL THINGS */
blockquote, code, pre {
	background: #ebedef;
	color: #4d5663;
	padding: 0.1em 1em;
}
blockquote blockquote {
	border-left: 5px solid #ccd0d6;
}
code, pre { font: 1em/140% "courier new", courier, monospace; }
abbr, acronym {
	border-bottom: 1px dotted #4a5f82;
	cursor: help;
}
.clearer {
	clear: both;
	height: 0;
}
.alignright { float: right; }
.alignleft, div#container { float: left; }
div.navigation {
	clear: both;
	font-size: 0.9em;
	height: 1.5em;
	margin: 3em 0;
}
/* LINKS, PEACE BE UPON THEM */
a, a:link, a:visited, a:active, a:hover {
	outline: none;
	text-decoration: none;
}
div#header a, div#header a:link, div#header a:visited, div#header a:active { color: #0d1117; }
div#header a:hover { color: #9aa1ae; }
div#content a, div#content a:link, div#content a:visited, div#content a:active {
	border-bottom: 1px solid #9aa1ae;
	color: #34425b;
}
div#content h2.post-title a:link, div#content h2.post-title a:active, div#content h2.post-title a:visited, div#content p.post-footer a:link, div#content p.post-footer a:active, div#content p.post-footer a:visited {
	border-bottom: none;
}
div.sidebar a, div.sidebar a:link, div.sidebar a:visited, div.sidebar a:active {
	background: #fff;
	border-bottom: 1px solid #ccd0d6;
	color: #34425b;
}
div#content a:hover, div#content h2.post-title a:hover, div#content p.post-footer a:hover, div.sidebar a:hover {
	border-bottom: 1px solid #0d1117;
	color: #0d1117;
}
div#footer p a, div#footer p a:link, div#footer p a:visited, div#footer p a:active {
	background: #fff;
	border-bottom: 1px solid #ccd0d6;
	color: #9aa1ae;
}
div#footer p a:hover {
	background: #fff;
	border-bottom: 1px solid #34425b;
	color: #34425b;
}


ol
{
list-style-none;
}

