@import url("reset.css");

body {
	background: #fff url('img/bg.jpg') no-repeat fixed bottom left;
	font: 11px terminal, monospace;
	line-height: 1.1em;
	color: #000;
}

#wrap {
	position: relative;
	z-index: 9999;
	width: 800px;
	margin: 0 0 0 170px;
}
#main {
	width: 520px;
	float: left;
}
#side {
	width: 270px;
	float: right;
	line-height: 0.8em;
}
#side a {
	background: #000;
	color: #fff;
	padding: 0 2px;
}
#side a:hover, #side a:focus {
	border-right: 2px solid yellow;
}
#content {
	padding-top: 1em;
	padding-left: 2.7em;
}

/*	Post info */
.post-meta, .post-comments {
	padding: 0 0 0.6em 0;
}
.post-comments, .pages {
	padding: 0.6em 0;
}
.post-meta {
	text-transform: lowercase;
}

/*	Comments */
#comments {
	margin-top: 5em;
}
.comment-list {
	width: 470px;
	margin-bottom: 0.6em;
}
.comment-list li {
	margin: 0.3em 0;
	padding: 0.1em 0;
	border-bottom: 1px dotted #000;
}
.comment-list li.unapproved {
	opacity: 0.7;
	filter: Alpha(Opacity=70);
}
.comment-list li.unapproved .comment-approval {
	font-style: italic;
}
#comment-form {
}

/*	Forms */
input.text, textarea {
	border: 1px solid #000;
	padding: 3px 4px;
}
input.text {
	width: 200px;
}
textarea {
	width: 460px;
	height: 100px;
}
input#submit {
	border: 0;
	background: #000;
	color: #fff;
	padding: 0.3em 0.6em;
}

/*	Content */
h1 {
	display: inline;
}
h2 {
	text-transform: lowercase;
}
h3 {
	text-transform: lowercase;
	padding-bottom: 0.3em;
}
h1 a, h2 a, h3 a, h3 span, .pages a {
	padding: 1px 2px 1px 1px;
	background: #000;
	color: #fff;
}

#content p, #content ul {
	padding-bottom: 0.6em;
	line-height: 1.2em;
}
#content ul li {
	list-style-type: disc;
	margin-left: 12px;
}

a {
	text-decoration: none;
	color: #000;
}
#content a {
	border-bottom: 1px dotted #000;
}
a:hover, a:focus {
	color: #fff;
	background: #000;
}

.small {
	font: 8px small fonts;
}
.pre {
	white-space: pre;
	line-height: 0.8em;
}

/**	Frontside admin tasks
 */
.post-edit-link, .comment-edit-link, .logout-link {
	color: red !important;
	background: transparent !important;
	border: 0 !important;
}

