* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #99BBAA;
    font-size: 12px;
    font-family: arial, geneva, sans-serif;
    line-height: 1.4em;
}

img, a img { 
    border: 0 none; 
}

p {
    margin-bottom: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    margin-bottom: 0.3em;
    font-family: verdana, sans-serif;
    letter-spacing: 1px;
}

h2 	{
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #666;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h2 a {
    color: #666;
}

h2 a:hover {
    color: #dc241f;
}

h3 {
    margin: 0.65em 0 0.1em 0;
}

h5 {
    font-size: 1.1em;
    font-weight: normal;
}
    
a {
    color: #212182;
    text-decoration: none;
}

a:hover {
    color: #dc241f;
    border-bottom: 1px dotted #dc241f;
}

ul {
    margin-bottom: 1em;
    margin-left: 2em;
    padding-left: 0;
}

li ul {
    margin-bottom: 0em;
}

ol {
    margin-bottom: 1em;
    margin-left: 2em; 
    padding-left: 0;
}

li {
    margin-bottom: 0.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1em;
    margin-left: 1em;
}

hr {
    border: none;
    background-color: #999; 
    color: #999; 
    height: 1px;
    margin-bottom: 1.5em;
}

select {
    border: 0;
    width: 16em;
    background-color: #DDE5D9;
}

#header_top { 
	padding: 1px 10px; 
	position: relative;
	font-size: 10px;
	letter-spacing: 0.03em;
	text-decoration: none;
	color: #3e4646;
	border-bottom: 1px solid #fff;
	background-color: #DDE5D9;
	text-align: right;
}

#header {
	padding: 6px 0 0 6px;
	background-color: #DDE5D9;
}

#header h1 {
	margin-bottom: 6px;
	font-size: 2em;
	color: #333;
	font-weight: normal;
	line-height:1em;
}

#page, #content, #sidebar, .col {
    float: left;
}

#content {
    margin-left: 10px;
}

#content .front {
    margin-left: 0;
}

.col {
    margin: 0 8px 0 4px;
    width: 280px;
}

.col.left {
    width: 600px;
}

.col.split.right {
    margin: 0;
}

.col.sidebar {
    background-color: #e6e8e1;
    padding:4px 10px 10px 10px;
    margin: 0 5px 5px 0;
}

.post {
    margin: 5px 0 10px 0;
}

.post-meta {
    font-size: 0.8em;
}

.comments-link {
    font-size: 0.9em;
}

#asides {
    background-color: #e6e8e1;
    padding:4px 10px 10px 10px;
    margin: 0 5px 5px 0;
    width: 280px;
}

.aside {
    font-size: 0.95em;
}

#recent_posts {
    background-color:#e6e8e6;
    margin: 0 5px 5px 0;
    padding:4px 10px 10px 10px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar li {
    line-height: 1.1em;
}

#footer {
	background-color: #3e4646; 
	padding: 20px; 
	color: #d4efef; 
}

#footer a {
    color: #fff;
}

pre, code {
    font: 1.05em Courier, monospace;
}

pre {
    line-height: 1.5em;
}

pre strong {
    font-size: 1em;
    font-weight: bold;
}

blockquote {
    margin: auto 0em 1em 0em;
    border: 1px solid #999;
    padding: 2em;
    background: #fbfaf5;
}

br.clear {clear: both; height: 1px;}

.alignleft {
    float:left;
    margin: 0 10px 10px 0;
}

.alignright {
    float:right;
    margin: 0 0 10px 10px;
}

.front img, .single img {
    border: 0;
}

.comment {
    background-color:#F3F3F3;
    border:1px solid #DEE4DA;
    margin-bottom:5px;
    margin-top:5px;
    padding:5px;
    width: 500px;
}

