body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}

/* big divs */

#header {
}

#l {
	margin-right: 300px;
	margin-bottom: 20px;
	background-color: white;
	color: black;
}

#r {
	margin: 10px;
	width: 260px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

#menu {
	border: 1px solid #666;
	padding: 10px;
}

#menu2 {
	margin-top: 10px;
	border: 1px solid #666;
	padding: 10px;
	font-size: 0.6em;
}

/* end big divs */

/* headers */

#description {
	font-style: italic;
	font-size: 0.8em;
	letter-spacing: 0.3em;
	margin: 0 0 0 0;
	padding: 5px 15px 5px 30px;
	font-weight: bold;
}

h1 {
	margin: 0 0 0 0;
	padding: 10px 15px 0 15px;
	font-size: 3em;
	text-transform: uppercase;
	color: #FFA500;
	background-color: white;
}

h2 {
	margin: 0 0 0 0;
	font-size: 1.5em;
}

h2 a {
	display: block;
	padding: 3px;
}

h2 a:link {
	color: black;
	background-color: white;
	border-left: 30px solid #FFA500;
	text-decoration: none;
}

h2 a:visited {
	color: #666;
	background-color: white;
	border-left: 30px solid #FFA500;
	text-decoration: none;
}

h2 a:focus {
	color: #666;
	background-color: white;
	border-left: 30px solid #666;
	text-decoration: none;
}

h2 a:hover {
	color: #666;
	background-color: white;
	border-left: 30px solid #CCC;
	text-decoration: none;
}

h2 a:active {
	color: white;
	background-color: #FFA500;
	border-left: 30px solid #CCC;
	text-decoration: none;
}

h3, span.h3fake {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
	background-color: white;
	color: black;
	font-variant: small-caps;
}

h3 a {
	display: block;
	padding: 3px;
}

h3 a:link {
	color: black;
	background-color: white;
	text-decoration: none;
}

h3 a:visited {
	color: black;
	background-color: white;
	text-decoration: none;
}

h3 a:focus {
	color: #FFA500;
	background-color: white;
	text-decoration: none;
}

h3 a:hover {
	color: #FFA500;
	background-color: white;
	text-decoration: none;
}

h3 a:active {
	color: white;
	background-color: #FFA500;
	text-decoration: none;
}

/* end headers */

/* items */

.date {
	position: relative;
	margin: 0 0 0 0;
	padding: 5px;
	color: #666;
	background-color: #FFCE63;
	/*border-top: 2px solid #FFA500;*/
	border-right: 5px solid #FFA500;
	border-bottom: 2px solid #FFA500;
	font-size: 0.8em;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: 0.3em;
}

.items {
	margin: 0 0 0 20px;
	padding: 20px;
	font-size: 1em;
	text-align: left;
	color: black;
	background-color: white;
	height: 1%; /* holly hack */
}

.itemcontent {
	padding: 5px;
	border-left: 30px solid #666;
	font-size: 0.9em;
	line-height: 1.3em;
}
	
.iteminfo {
	font-size: 0.6em;
	text-align: right;
	clear: both;
	margin: 10px;
}

.iteminfo a {
	padding: 5px;
	text-decoration: none;
}

.iteminfo a:link {
	border: 1px solid #CCC;
	background-color: white;
	color: black;
}

.iteminfo a:visited {
	border: 1px solid #CCC;
	background-color: white;
	color: black;
}

.iteminfo a:focus {
	border: 2px solid #FFA500;
	background-color: white;
	color: black;
}

.iteminfo a:hover {
	border: 2px solid #FFA500;
	background-color: white;
	color: black;
}

.iteminfo a:active {
	border: 1px solid #666;
	background-color: #BBB;
	color: black;
}

/* end items */

/* comments */

.viewaddc {
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 40px;
	padding: 3px;
	border-left: 30px solid #FFA500;
}

.comments {
	margin: 0 0 0 20px;
	padding: 20px 20px 0 20px;
	font-size: 1em;
	text-align: left;
	color: black;
	background-color: white;
}

.commentcontent {
	padding: 5px 5px 5px 20px;
	border-left: 15px solid #AAA;
	font-size: 0.9em;
	line-height: 1.2em;
}

.authtext {
	border-left: 30px solid #AAA;
	padding: 5px;
}

.commentinfo {
	font-size: 0.6em;
	text-align: right;
	clear: both;
	margin: 10px;
}

.commentinfo a {
	padding: 5px;
	text-decoration: none;
}

.commentinfo a:link {
	border: 1px solid #CCC;
	background-color: white;
	color: black;
}

.commentinfo a:visited {
	border: 1px solid #CCC;
	background-color: white;
	color: black;
}

.commentinfo a:focus {
	border: 2px solid #FFA500;
	background-color: white;
	color: black;
}

.commentinfo a:hover {
	border: 2px solid #FFA500;
	background-color: white;
	color: black;
}

.commentinfo a:active {
	border: 1px solid #666;
	background-color: #BBB;
	color: black;
}

/* end comments */

/* menu and archive lists */

#r ul, .archivelist {
	padding: 0;
	margin: 0;
	list-style: square;
}

#r ul li, .archivelist li {
	padding: 0;
	margin: 0 0 0 20px;
}

#r ul a, .archivelist a {
	display: block;
	padding: 2px;
}

#r ul a:link, .archivelist a:link {
	color: black;
	background-color: white;
	text-decoration: none;
}

#r ul a:visited, .archivelist a:visited {
	color: #666;
	background-color: white;
	text-decoration: none;
}

#r ul a:focus, .archivelist a:focus {
	color: #FFA500;
	background-color: white;
	text-decoration: none;
}

#r ul a:hover, .archivelist a:hover {
	color: #FFA500;
	background-color: white;
	text-decoration: none;
}

#r ul a:active, .archivelist a:active {
	color: white;
	background-color: #FFA500;
	text-decoration: none;
}

/* end menu lists */

/* regular things */

.itemcontent a {
	text-decoration: none;
	color: black;
	background-color: white;
}

.itemcontent a:link {
	border-bottom: 2px dashed #FFA500;
}

.itemcontent a:visited {
	border-bottom: 1px dashed #FFA500;
}

.itemcontent a:focus {
	background-color: #FFA500;
	color: black;
}

.itemcontent a:hover {
	background-color: #FFA500;
	color: black;
}

.itemcontent a:active {
	background-color: #FFA500;
	color: white;
}

.itemcontent ul {
	list-style: square;
}

blockquote, pre {
	margin: 10px 10px 10px 30px;
	padding: 3px;
	border: 1px solid #FFA500;
	background-color: #EEE;
	color: black;
}

pre {
	font-family: Courier, serif;
}

tt, code, kbd {
	background-color: #CCC;
	color: black;
	font-family: Courier, serif;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

.leftbox {
	padding: 3px;
	float: left;
	border: 1px solid #FFA500;
	color: black;
	background-color: white;
}

.rightbox {
	padding: 3px;
	float: right;
	border: 1px solid #FFA500;
	color: black;
	background-color: white;
}

/* forms */

.commentform, .mailform {
	margin: 20px 20px 20px 40px;
	padding: 10px 10px 10px 20px;
	border-left: 30px solid #FFA500;
	color: black;
	background-color: #EEE;
}

.formfield:focus {
	background-color: white;
	border: 3px solid #FFA500;
	color: black;
}

.commentform .error, .mailform .error {
	font-size: larger;
	font-weight: bold;
	color: red;
	background-color: white;
	border: 1px solid red;
	text-align: center;
}

.loginform, .searchform {
	background-color: #EEE;
	color: black;
	border: 1px solid #FFA500;
	padding: 10px;
	margin: 10px 0;
}

.loginform label, .commentform label, .mailform label {
	font-variant: small-caps;
}

.formfield {
	border: 1px solid #CCC;
	background-color: white;
	color: #666;
	padding: 2px;
	margin: 2px;
}

.formbutton {
	border: 1px solid black;
	background-color: #FFA500;
	color: black;
	padding: 2px;
	font-variant: small-caps;
	margin: 2px;
}

.commentform a {
	color: #FFA500;
	background-color: #EEE;
	padding: 2px;
	text-decoration: none;
}

/* end forms */

/* search highlight */

.highlight {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFA500;
	background-color: white;
}

/* end search highlight */

/* ads and buttons */

.ad {
	width: 100%;
	text-align: center;
	margin: 20px auto;
}

.button {
	margin: 5px;
	text-align: center;
}

.button a img {
	border: none;
}