* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px auto;
	padding: 20px 10px;
	font-family: helvetica, verdana, sans-serif;
	text-align: center;
	font-size: 62.5%;
	background: url( '/wp-content/themes/paneling/images/bg.jpg') center top no-repeat #000;
}

div {
	text-align: left;
}

h1 {
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url( '/wp-content/themes/paneling/images/drop_shadow.png') center top no-repeat;
	width: 465px;
	height: 478px;
}
h1 a {
	margin: 11px 11px 0px;
	background: url( '/wp-content/themes/paneling/images/main_image.jpg') left top no-repeat;
	width: 442px;
	height: 445px;
}
h1,
h1 a {
	display: block;
	overflow: hidden;
}

h2 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #836143;
}
h2 a {
	text-decoration: none;
	color: inherit;
}
h2 a:hover {
	text-decoration: underline;
}

h3 {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.75em;
	color: #836143;
}

h4 {
	margin-bottom: 10px;
	font-size: 1.5em;
	color: #836143;
}

h5 {
	font-size: 1.3em;
	color: #836143;
}

p {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #b49a82;
    line-height: 1.25em;
}
.hentry {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
.hentry p {
    color: #000;
}

p.meta,
p.date {
	font-size: 1.1em;
	color: #b49a82;
}

a {
	color: #836143;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:visited {
}

#main_container {
	margin: 0px auto;
	width: 465px;
}

#navigation {
	margin: 0 auto 40px auto;
	list-style: none;
	text-indent: -9999px;
	height: 25px;
	width: 317px;
}
#navigation,
#navigation li a {
	background: url( '/wp-content/themes/paneling/images/navigation.png' ) left top no-repeat;
	overflow: hidden;
}
#navigation li {
	float: left;
}
#navigation li,
#navigation li a {
	display: block;
	height: 25px;
}
#navigation li a {
	color: #888;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
}
#navigation li a:hover {
	color: #000;
}
#navigation li.blog {
	margin-right: 25px;
}
#navigation li.blog a:hover {
	background-position: left bottom;
}
#navigation li.blog,
#navigation li.blog a {
	width: 59px;
}
#navigation li.resume {
	margin-right: 28px;
}
#navigation li.resume a {
	background-position: -84px top;
}
#navigation li.resume a:hover {
	background-position: -84px bottom;
}
#navigation li.resume,
#navigation li.resume a {
	width: 103px;
}
#navigation li.contact a {
	background-position: -215px top;
}
#navigation li.contact a:hover {
	background-position: -215px bottom;
}
#navigation li.contact,
#navigation li.contact a {
	margin: 0px;
	width: 101px;
}

#content,
#footer {
	margin: 0px auto;
	width: 440px;
}

#footer {
	margin-top: 30px;
	font-size: 1em;
	color: #624022;
}

form input[type="text"] {
	margin-bottom: 20px;
}
form input[type="text"],
form textarea {
	padding: 5px 0px;
	font-size: 1.5em;
	width: 394px;
	font-family: helvetica, verdana, sans-serif;
}
form textarea {
	width: 398px;
	height: 150px;
}
form label {
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	color: #888;
}
pre code {
    color: #333;
    font-size: 12px;
    display: block;
}
pre {
    padding: 10px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    overflow: auto;
}

label.overlabel {
    padding: 8px 0px 0px 5px;
    position: absolute;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
}

h3#comments {
    margin-bottom: 20px;
}
.comments {
    background-color: #fff;
    padding: 20px;
}

.commentlist {
    list-style: none;
}
.commentlist li {
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
    border: 1px solid #f2f2f2;
}
.commentlist .vcard cite,
.commentlist .vcard span {
    font-weight: bold;
    font-style: normal;
    color: #666;
}
.commentlist .vcard img {
    margin-right: 10px;
    vertical-align: baseline;
    float: left;
}
.commentlist .comment-meta{
    margin-bottom: 5px;
}
.commentlist .comment-meta,
.commentlist p {
    margin-left: 42px;
}
.commentlist p {
    margin-bottom: 0px;
}


.navigation {
    padding: 5px;
    background-color: #888;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
}
.navigation a {
    color: #333;
}

.post ul, .post ol {
    padding: 20px 20px 10px 30px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.post ul li,
.post ol li {
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 18px;
}

.comments .navigation {
    background-color: #fff;
}

#respond {
    margin-top: 15px;
}
