body
{
	background-color: #E6E6E6;
	color: black;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	text-align: center;
}

a
{
	color: #666666;
}

a:hover
{
	color: #3399CC;
}

#header
{
	background-color: #1A1A1A;
	height: 100px;
}

#header h1
{
	font-size: 42px;
	margin: 0;
	padding: 41px 0px 0px 17px;
	font-weight: normal;
}

#header h1 a
{
	color: white;
	text-decoration: none;
}

#page
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#content
{
	margin-top: 10px;
}

div.post, div.noarticles, h2.pagetitle, #respond
{
	margin-bottom: 10px;
	background-color: white;
	padding: 15px;
}

h2.pagetitle
{
	margin: 0px 0px 10px 0px;
	font-size: 12pt;
}

div.post h2, #respond h3
{
	position: relative;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 2px solid #eeeeee;
}

div.post h2 a
{
	text-decoration: none;
	color: black;
}

div.post h2 em
{
	width: 54px;
	text-align: center;
	position: absolute;
	left: -90px;
	top: -4px;
	color: white;
	background-color: #111111;
	padding: 3px 5px;
	font-style: normal;
}

div.categories
{
	background-image: url('images/folder.png');
	background-repeat: no-repeat;
	padding-left: 22px;
}

div.author
{
	background-image: url('images/user.png');
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 4px;
}

div.tags
{
	background-image: url('images/tag.png');
	background-repeat: no-repeat;
	padding-left: 22px;
}

blockquote
{
	border-left: 3px solid #CCCCCC;
	margin: 10px 0 10px 20px;
	padding-left: 15px;
}

#footer
{
	font-size: 8pt;
	margin-top: -10px;
	padding: 0px 10px;
	color: #666666;
}

#footer p.copy
{
	float: left;
}

#footer p.powered
{
	float: right;
}

a img
{
    border: 1px solid black;
}

.alignleft
{
    float:left;
}

img.alignright
{
    margin-left: 10px;
}

.alignright
{
    float:right;
}

/* Comments */

#comments
{
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 8px 15px;
}

ol.commentlist
{
    margin: 0;
    padding: 0;
}

li.comment
{
    list-style: none;
    background-color: #FFFFFF;
    padding: 10px 15px 0px 15px;
    margin-bottom: 10px;
}

li.comment.odd
{
    background-color: #F6F6F6;
}

img.avatar
{
    display: none;
}

div.comment-author
{
    float: left;
}

cite.fn
{
    font-style: normal;
    font-weight: bold;
}

cite.fn a
{
    color: #3399CC;
}

div.comment-meta
{
    float: right;
    font-size: 8pt;
}

li.comment p
{
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Comments form */

#respond
{
    padding-bottom: 4px;
}

#respond input[type='text'], #respond textarea
{
    border: 1px solid #BBBBBB;
    font-size: 12pt;
    padding: 4px;
    margin: 0;
}

#respond input[type='text']:focus, #respond textarea:focus
{
    border: 1px solid #61B3E3;
}

#respond label small
{
    font-size: 8pt;
    font-weight: bold;
}

#comment
{
    width: 98%;
}

#submit
{
    background-color: #1F80B9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
    color: white;
    font-weight: bold;
    border: 0;
    outline: none;
}

#submit:hover
{
    background-color: #176695;
}

#submit:active
{
    background-color: #61B3E3;
}

.entry h1 {
	font-size: 20px;
	border-bottom: 1px solid gray;
}
