

/* GENERAL */

html {
	height: 100%;
	}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;

	color: #eee;                  /* Fonts */
	font: 9pt/1.6 "Lucida Sans", Verdana, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	}
#page {
	width: 760px;
	background-color: #440;
	margin: 0 auto;
	overflow: auto;
	min-height: 100%;
	}

a:link {                      /* Links */
	color: #fff;
}
a:visited {
	color: #eee;
}
img {
	border: 0;
}

a:hover.edit_link {
	color: #0cf;
	}
a:hover.delete_link {
	color: #f44;
	}


/* HEADER */

#header {
	margin-bottom: 20px;
	}

#header img {
	border: 0;
	display: block;
	}
#menu {
	width: 365px;
	margin-top: -24px;
	position: absolute;
	left: 50%;

	color: #000;
	text-align: right;
	font-size: 10pt;
	letter-spacing: 0.1em;
	}
#menu a {
	margin-left: 5px;
	color: #000;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu strong {
	margin-left: 5px;
	font-weight: bold;
	border-top: solid 2px #fff;
	}


/* FORMS */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	}
input {
	border: 0;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background: #440;
	color: #eee;
	}
select {
	border: 0;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	background: #440;
	color: #eee;
	}
textarea {
	border: 0;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #440;
	color: #eee;
	}
input.button, button {
	border: 1px solid #eee;
	padding: 5px 8px;
	font-weight: bold;
	}

.quiet {
	color: #777;
	}

.post-edit fieldset {
	margin: 0 0 0 94px;
	}
.form-generic {
	margin: 0 0 0 94px;
	padding: 10px;
	background: #000;
	}

form.post-edit fieldset {
	padding: 10px;
	background: #000;
	}


/* SIDEBAR */

#sidebar {
	width: 108px;
	padding: 0 10px;
	border-left: 4px dotted #c2e063;
	float: right;
	overflow: hidden;
	}

ul li#sidebar-search {                    /* Search */
	margin: 0 0 10px 0;
	list-style-type: none;
	}
#search {
	width: 90px;
	border: 0;
	border-bottom: 2px solid #c2e063;
	padding: 2px 5px;
	background: #000;
	color: #eee;
	}

#sidebar-links {                        /* Links */
	margin-top: 20px;
	font-size: 7.5pt;
	text-align: center;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar-menu li {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13pt;
	font-weight: bold;
	}
#sidebar-menu li ul {
	margin: 0 0 10px 20px;
	text-indent: -10px;
	}
#sidebar-menu li ul li {
	font-size: 9pt;
	}

#logout {
	font-style: italic;
	}
li#sidebar-tags ul li {				/* Tags */
	font-size: 7.5pt;
	font-weight: normal;
	}
/* Temporary, until I figure out a solution */
	li#sidebar-tags div {
		margin: 0 0 10px 10px ;
		font-size: 7.5pt;
		font-weight: normal;
		}
	li#sidebar-tags div a {
		text-decoration: none;
		white-space: nowrap;
		}
li#sidebar-archives ul li {             /* Archives */
	font-weight: normal;
	}
li#sidebar-tags ul li a, li#sidebar-archives ul li a {
	text-decoration: none;
	}


/* NOTICE */

.notice {
	margin: 0 0 20px 134px;
	padding: 10px;
	background: #000;
	font-style: italic;
	}


/* POST */

h1 {
	margin: 0 0 0 94px;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
	}
h2 {
	margin: 0 0 0 94px;
	font-size: 10.5pt;
	font-weight: bold;
	font-style: italic;
	}
h3,h4,h5,h6 {
	margin: 0 0 0 94px;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
p {
	margin: 0 0 0 134px;
	text-indent: -40px;
	}
ul {
	margin: 0 0 0 134px;
	padding: 0;
	}
ul li {
	margin: 0;
	padding: 0;
	list-style: disc outside;
	}
li ul {
	margin: 0 0 0 40px;
	}
ol {
	margin: 0 0 0 134px;
	padding: 0;
	}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal outside;
	}
li ol {
	margin: 0 0 0 40px;
	}
blockquote p {
	margin: 0;
	text-indent: 20px;
	}
blockquote {
	margin: 0 0 0 134px;
	padding: 10px;
	background: #000;
	}
blockquote blockquote {
	margin: 0 0 0 30px;
	padding: 0;
	background: #000;
	font-style: italic;
	}
blockquote.code {
	font-family: monospace;
	}
pre {
	margin: 1em 0 1em 134px;
	padding: 10px;
	background: #000;
	font-family: monospace;
	}


/* CONTENT */

#content {
	width: 608px;
	min-height: 100px;
	padding: 0 10px;
	}

.post-title {
	margin: 0 0 0 94px;
	color: #c2e063;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	}
.post-title .pinned {
	color: #fff;
	font-size: 9pt;
	font-weight: normal;
	}
.post-title a {
	color: #c2e063;
	text-decoration: none;
	}
.post-author {
	font-size: 9pt;
	white-space: nowrap;
	}
.post-text {
	margin-bottom: 20px;
	}
.read-more {
	font-style: italic;
}

.post-bar {
	margin: 10px 0 0 134px;
	padding: 2px 10px;
	background: #000;
	}
.post-bar-admin {
	color: #777;
	}
.post-bar-admin a {
	color: #777;
	}


/* COMMENTS */

h1.comments {
	margin: 0;
	color: #c2e063;
	}
div.comments {
	margin: 0 0 0 134px;
	}
.comment {
	margin-bottom: 10px;
	padding: 10px;
	background: #000;
	color: #eee;
	}
.comment-header {
	margin: 0;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal;
	}
.comment-date {
	font-size: 9pt;
	font-weight: normal;
	}
.comment-admin {
	font-size: 9pt;
	font-weight: normal;
	white-space: nowrap;
	color: #777;
	}
.comment-admin a {
	color: #777;
	}

.comment-body p {                  /* Comment formatting */
	margin: 1em 0 0 0;
	padding: 0;
	text-indent: 0;
	}
.comment-body h1, .comment-body h2, .comment-body h3, .comment-body h4 {
	margin: 1em 0 0 0;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	}

#comment-form {
	margin-top: 10px;
	padding: 10px;
	background: #000;
	}


/* SPECIAL SECTIONS */

#section-title {
	}

#tags-list {
	}
#tag {
	}



/* FOOTER AND NAVIGATION */

#page-nav {
	margin: 0 0 0 134px;
	font-weight: bold;
	}

#footer {
	margin: 50px 144px 10px 144px;
	clear: both;
	font-style: italic;
	}



