body {
	background-color: #0a0a0a;
	background-image: url(../images/darkwood.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}

body, input, textarea, select {
	font-family: "Myriad Roman", Helvetica, Arial, sans-serif;
	font-size: small;
}
a {
	color: #55968e;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:focus {
	outline: 0;
}
br.clear {
	clear: both;
}
hr {
	background: #1e1e1e;
	border: 0;
	height: 1px;
	margin: 0 0 25px 0;
	width: 100%;
}


/* Header */
#header-wrapper {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	height: 50px;
}
#header {
	text-align: left;
	margin: 0 auto;
	padding-top: 12px;
	width: 940px;
}
#header h1 {
	background-image: url(../images/apparentlynothing.png);
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 379px;
}
#header h1 a {
	display: block;
	height: 26px;
	width: 367px;
}
#header h1 span {
	display: none;
}

#header #nav a {
	display: block;
	color: #999;
	float: right;
	font-size: 85%;
	letter-spacing: 0.11em;
	padding: 7px 0 0 0;
	margin-left: 45px;
	text-transform: uppercase;
}
#header #nav a:hover {
	color: #55968e;
}

#nav-menu-wrap {
	left: 50%;
	display: none;
	height: 1px;
	margin-left: 255px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	width: 1px;
	z-index: 100;
}
#nav-menu {
	background-image: url(../images/bg.png);
	width: 110px;
}
#nav-menu li a {
	border-top: 1px #1e1e1e solid;
	color: #55968e;
	display:  block;
	font-size: 80%;
	letter-spacing: 0.11em;
	padding: 5px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
#nav-menu li a:hover {
	background: #000;
	color: #ccc;
}

/* recent drop-down */
#recent-thumbs {
	background-image: url(../images/bg.png);
	left: 50%;
	margin-left: -470px;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	top: -100px;
	width: 940px;
	z-index: 50;
}
#recent-thumbs img {
	margin: 0 6px;
}

/* content */
#content {
	text-align: left;
	margin: 99px auto 60px auto;
	width: 940px;
}


/* post */
div.post {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 20px;
}
div.post h2,
div.full-page h1 {
	color: #55968e;
	font-size: x-large;
	letter-spacing: 0.07em;
}
div.post p.post-date,
div.post p.post-tags {
	color: #666;
	font-size: 85%;
	letter-spacing: 0.07em;
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
div.post p.post-tags {
	font-size: 75%;
	margin-top: 60px;
}
div.post p.categories {
	font-size: 85%;
	text-transform: lowercase;
	margin: 5px 0;
}
div.post div.full-entry {
	float: left;
	width: 285px;
}
div.post div.entry {
	font-size: 87%;
	line-height: 170%;
	margin: 15px 0;
}
p.link-comment {
	color: #999;
	font-size: 80%;
	letter-spacing: 0.08em;
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
}
p.link-comment a {
	color: #999;
}
p.link-comment a:hover {
	color: #55968e;
}
#comments-info {
	display: none;
	width: 900px;
}
#info {
	float: left;
	padding-right: 20px;
	width: 330px;
}
#comments {
	float: left;
	margin-left: 10px;
	width: 540px;
}


/* comments */
div.comments {
	float: left;
	margin-left: 45px;
	width: 570px;
}
ol.commentlist li {
	border-top: 1px #1e1e1e solid;
	font-size: 85%;
	padding: 14px 0;
}
ol.commentlist cite {
	font-size: 90%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
ol.commentlist cite a {
	color: #fff;
}
ol.commentlist cite a:hover {
	color: #55968e;
}
ol.commentlist div.comment-meta {
	color: #666;
	font-size: 85%;
	margin: 10px 0;
	text-transform: uppercase;
}
ol.commentlist div.comment-meta a {
	color: #666;
}
ol.commentlist span.says {
	display: none;
}

#comments div.commentmeta-details {
	float: left;
	width: 180px;
}
#comments div.comment-text {
	float: left;
	line-height: 180%;
	width: 360px;
}
#respond {
	float: left;
	margin-left: 30px;
	width: 360px;
}
#respond h3 {
	display: none;
}
#commentform-about {
	margin-top: 15px;
}
#commentform label,
#commentform-about label {
	color: #ccc;
	font-size: 85%;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
#commentform label small {
	color: #666;
}
#commentform input {
	border: 1px #333 solid;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat;
	background-position: left center;
	color: #fff;
	margin: 8px 0 20px 0;
	padding: 7px 5px;
	width: 350px;
}
#commentform-about input {
	border: 1px #333 solid;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat;
	background-position: left center;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 7px 5px;
	width: 290px;
}
textarea {
	border: 1px #333 solid;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat;
	color: #fff;
	padding: 5px;
	width: 350px;
}
#commentform-about textarea {
	border: 1px #333 solid;
	background-image: url(../images/bg-form.png);
	background-repeat: repeat;
	color: #fff;
	margin-top: 8px;
	padding: 5px;
	width: 290px;
}
input#submit {
	border: 0;
	background: #4f6d6d;
	letter-spacing: 0.09em;
	margin-top: 15px;
	text-transform: uppercase;
	width: 360px;
}
#commentform-about input#submit {
	width: 300px;
}	
div.comment-agree {
	color: #999;
	float: left;
	font-size: 80%;
	line-height: 160%;
	width: 150px;
}
div.comment-agree p {
	margin: 0 0 20px 0;
}

/* pages */
div.archive-thumb {
	float: left;
	margin: 10px;
}
div.full-page {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 20px;
	width: 900px;
	text-align: left;
	margin: 99px auto 60px auto;
}
div.full-page p {
	margin: 20px 0;
}
div.full-page ul {
	margin: 20px;
}
div.full-page ul.arrow-list li {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin: 10px 0;
}
div.page-main {
	float: left;
	font-size: 90%;
	line-height: 190%;
	margin-right: 100px;
	width: 500px;
}
div.page-main div.entry h2 {
	font-size: 110%;
}
div.page-main p {
	margin: 22px 0;
}
div.page-col {
	float: left;
	width: 300px;
}
div.page-col ul {
	margin: 8px 0 20px 0;
}

div.full-page h2 {
	color: #666;
	font-size: 85%;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
div.full-page div.archive-month,
div.full-page div.archive-category {
	float: left;
	margin-right: 40px;
	width: 30%;
}
div.full-page div.archive-old {
	float: left;
	width: 30%;
}
div.archive-old span {
	display: block;
	border-bottom: 1px #1e1e1e solid;
	color: #999;
	font-size: 80%;
	padding: 6px 10px;
	text-transform: uppercase;
}
ul.blogroll li {
	display: block;
	float: left;
	margin: 0 15px;
	width: 180px;
}
div.full-page div.archive-month ul,
div.full-page div.archive-category ul,
div.archive-category-sub ul,
div.full-page div.archive-old ul {
	margin: 15px 0;
}
div.full-page div.archive-month li a,
div.full-page div.archive-category li a,
div.archive-category-sub li a,
div.full-page div.archive-old li a,
div.page-col li a,
ul.blogroll li a {
	border-bottom: 1px #1e1e1e solid;
	color: #55968e;
	display:  block;
	font-size: 80%;
	letter-spacing: 0.07em;
	padding: 6px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
div.full-page div.archive-month li a:hover,
div.full-page div.archive-category li a:hover,
div.archive-category-sub li a:hover,
div.full-page div.archive-old li a:hover,
div.page-col li a:hover,
ul.blogroll li a:hover {
	background: #000;
	color: #ccc;
}
div.archive-category-sub {
	float: right;
	margin-top: 20px;
	width: 180px;
}
div.archive-thumb-list {
	float: left;
	margin-top: 10px;
	width: 700px;
}
span.error {
	color: #dc135f;
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	padding: 3px 0;
}
p.contact-ty {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 12px;
	margin: 10px 0 35px 0;
}

/* footer */
#footer {
	color: #666;
	font-size: 80%;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #ccc;
}
#footer p {
	margin: 5px 0;
}
