body {
	font:12px/18px verdana, sans-serif;
	letter-spacing:0px;
	color:#333;
	margin:0;
	padding:0;
	background-color: #e7dcbe;
}

div#site {
	margin:20px auto 0 auto;
}

a {
	color:#b29909;
	text-decoration:none;
	padding:0 1px;
}


a:hover {
	text-decoration:underline;
	padding:0 1px;
}

h4 {
	margin:20px 0 0 0;
	padding:0;
	font-size:14px;
}

p {
	margin:0;
	padding:5px 20px;
}

ul, ol {
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
	list-style: none;
}

ul li, ol li {
	margin:0 0 3px 0;
	padding:0 0 0 3px;
}

code {
	font-size:1.1em;
	background-color:#f3f3ff;
	color:#000;
}

div#site pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	overflow:auto;
	padding:3px 5px;
}

blockquote {
	font-size:11px;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background-color:#f3f3f3;
}

input, select, textarea {
	font:11px/16px verdana, sans-serif;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.footnote,
.footnote a {
	font:10px/12px verdana, sans-serif;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

/* wbh styles */
h1 {
	color: #b29909;
	font-size: 40pt;
	letter-spacing: 3pt;
	text-transform: lowercase;
	margin: 20px;
	position: relative;
	top: 5px;
}


div.entry {
	display: none;
}

span.blogentry a, span.blogentry {
  color: #333;
  font-weight: bold;
}

span.blogtitle, span.blogdate, span.action {
  font-size:0.8em;
  color:#666;
}

ul.aday {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-botton: 0;
}

li.newday {
  background-color: #93d3dc;
  padding: 5px;
  font-weight: bold;
}

li.selected {
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
  background-color: #fff;
  padding: 10px;
}

div#directory {
  border: 2px solid #aac;
  margin: 10px;
  background-color: #eef;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 220px;
}
div#directory ul, div#directory li {
  list-style: disc;
}
div#directory li {
  border: 0;
  margin: 0;
}
div#dirlist {
  display: none;
}

span.expand a {
  font-size: 12pt;
  font-weight: bold;
  padding: 3px;
  text-decoration: none;
}

span.expand a:hover {
  background-color: #93d3dc;
}

div.another_item {
	clear: both;
	margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #93d3dc;

}

span.other_items {
    color: #b29909;
	font-weight: bold;
	background-color: #fff;
}

div#menu {
padding: 10px;
background-color: #fff;
border: 5px solid #93d3dc;
width: 300px;
margin-left: 20px;
}
