body {
	background-color: #0a0001;
	padding: 0;
	margin: 0;
	color: #590C13;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
.gradient {
	background-attachment: fixed;
	background-image: url(../misc/gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#darkroom {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 50;
	background-color: #000;
	background-attachment: fixed;	
	opacity: 0;
	filter: alpha(opacity=0);
}
#content {
	text-align: center;
	margin: auto;
	width: 780px;
}

#header {
	clear: both;
	text-align:	center;
	width: 100%;
	padding: 0 0 5px;
}
#header h3#greeting {
	width: 100%;
	margin: 2px 0 -10px;
	text-align: center;
	color: #FF7022;
	font-size: 1em;
	font-weight: normal;
}
#header h3#greeting .light {
	color: #FC6;
	text-shadow: #FFF099 2px 2px 3px;
}

#title {
	margin: 20px 0 0 0;
}
#title a {
	display: block;
	height: 67px;
	width: 423px;
	margin: auto;
	text-indent: -100em;
	background: url(../misc/title.png) no-repeat scroll center center;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right;
}
#previous, #next {
	width: 60px;
	height: 40px;
	margin-top: -20px;
}
#previous {
	padding-left: 130px;
}
#next {
	padding-right: 130px;
}
.archivesdiv {
	clear: both;
}
#archives {
	background-image: url(../misc/archives.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: scroll;
	padding: 5px 5px 5px 30px;
}
#title1 {
	background-image: url(../misc/link.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	padding: 5px 25px 5px 5px;
	z-index: 75;
	position: relative;
}
.posttitle1 #title1 {
	background-image: url(../misc/flash.png);
}
a.headerlink {
/*	color: #570510;*/
	color: #0a0001;
	-webkit-transition: color 0.5s;
	font-size: 0.8em;
}
a:hover.headerlink {
	color: #C33;
}

#postcontent {
	clear: both;
	background: #0a0001;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#mainimage {
	z-index: 100;
	position: relative;
}
#postheader {
	padding: 10px 5px;
	font-size: 9px;
}
#postheader, #postheader a {
	color: #343434;
}
#postheader img {
	vertical-align: -3px;
}
.date {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
}
#postbody {
	clear: both;
	margin: 0 15px;
}
#postbody a, #comments a {
	color: #570510;
}
#postbody a:hover, #comments a:hover {
	color: #C33;
}
#postbody h4 {
	text-align: left;
	color: #590C13;
	font-size: 0.9em;
	text-shadow: #330C0C 1px 1px 1px;
	font-weight: bold;
}
#postbody p {
	text-align: justify;
	color: #575757;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
#postbody p a, #comments p a {
	color: #671520;
}
.italics {
	font-style: italic;
}
#commentslinkdiv {
	text-align: right;
	font-size: 0.75em;
}
#postbody2 {
	margin-bottom: -35px;
	width: 100%;
	overflow: hidden;
}

#footer {
	margin-bottom: 15px;
	font-size: 0.7em;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	border-left: 1px solid #311;
}
#footer li.first {
	border: none;
}
#footer li a {
	color: #71191C;
	padding: 5px;
	margin: 0 2px 0 5px;
}
#footer li a:hover {
	background: #2C0105;
	color: #CCC;
	text-shadow: #000 1px 1px 1px;
}
#footer li a img {
	vertical-align: -3px;
	margin-left: 3px;
}

/* Search stuff */
#search {
	padding: 10px;
	margin: auto;
	width: 550px;
	color: #AAA;
	text-align: center;
}
#search a { color: #570510; }
#search a:hover { color: #C33; }
#search input {
	width: 150px;
	margin: auto;
	margin-bottom: 1.5em;
}
#search input.troll { width: 150px; padding-left: 2px; }
#search dl {
	margin: 0 auto;
	width: 514px;
	padding: 0 1.5em;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	background: #0A0001;
}
#search #searchResultsDL { height: 0px; }
#search dt,
#search dd {
	margin: 0;
	padding: 0;
}
#search dt { margin-top: 1.5em; }
#search dd.last { margin-bottom: 1.5em; }
#search dd p {
	color: #575757;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
#search dd p strong { color: #777; }
#search #searchStatus {
	position: absolute;
	display: inline;
	width: 150px;
	margin: 0;
	padding: 0 1em;
	text-align: left;
	color: #008040;
	font-size: 10px;
	line-height: 22px;
	font-family: Monaco, 'Courier New', monospace;
}


/* archives specific ones */

#infobox {
	padding: 0 20px;
	border: 1px dotted #000;
	background: #930;
}
#infobox p {
	color: #ccc;
	text-align: center;
}

div.archivesbody {
	padding: 2px 20px;
	overflow: hidden;
	text-align: left;
	width: 710px;	/* because Safari screws up on the overflow property!!! */
}
.archivesbody ul {
	overflow: hidden;
	list-style-type: none;
}
#archiveslist li p {
	margin: 10px;
}

.archivesbody #archivelist { /* for individual archive pages */
	overflow: auto;
	margin: auto -30px;
	padding: 0;
}

.archivesbody .open, .archivesbody .closed {
	float: left;
	width: 25px;
	height: 15px;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.archivesbody .open {
	background-image: url(../misc/roll_open.png);
}
.archivesbody .closed {
	background-image: url(../misc/roll_closed.png);
}

.archivesbody .thumbslist {
	margin-bottom: 10px;
	clear: both;
}
.archivesbody .thumbslist li {
	display: inline;
	border: none;
}
.archivesbody .thumbslist a {
	float: left;
	width: 225px;
	height: 150px;
	margin: 8px 13px;
	border: solid 2px transparent;
	-webkit-transition: all 0.4s;
}
.archivesbody .thumbslist a:hover {
	border: solid 2px #F30;
	border-right-color: #F60;
	border-bottom-color: #C60;
	margin: 8px 13px;
}

/* end of archives specific ones */

/* about + links page */
#aboutbody {
	width: 450px;
	padding-right: 10px;
}
#linksbody {
	width: 240px;
	padding-left: 10px;
}
#linksbody ul {
	margin: 0;
	padding-left: 15px;
}
#linksbody ul.ll-linksList {
	font-size: 0.75em;
	color: #343434;
}
#linksbody ul.ll-linksList li {
	margin-top: 1px;
}
#linksbody ul.ll-entriesList {
	font-size: 0.9em;
}
.ll-entryDate {
	color: #272727;
	font-size: 0.8em;
	font-style: italic;
}

