body {
  background-color: #eee;
  color: #000;
  font-size: 100%;
  font-family: 'bitstream vera sans', verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 150%;
  font-weight: bold;
}
h2 {
  font-size:   130%;
  color:       #333333;
  font-weight: bold;
}
h3 {
  font-size:   110%;
  color:       #333333;
  font-weight: bold;
}
/*p {*/
  /*width: 50em;*/
/*}*/

p, li, .feedback {
  font: 90%/175% 'bitstream vera sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: 0px;
}

ol {
  width: 50em;
  }
ul {
  width: 50em;
}
a {
  text-decoration: none
}
a:link {
  color: #36c;
}
a:visited {
  color: #359;
}
a:hover {
  color: #48f;
  text-decoration: underline;
}
a img {
  border: none;
}

acronym, abbr {
  border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
  cursor: help;
  font-size: 90%;
  letter-spacing: .07em;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

.captiontext {
  font-size: 90%;
  font-style: italic
}

.indexlist, .projectlist {
  list-style-type: none;
}

.indexlist a {
  font-weight: bold;
  font-size: 150%;
}

.indexlist a img {
  vertical-align: middle;
  margin-right: 10px;
  text-decoration: none;
}

.indexlist a:hover, .projectlist a:hover {
  text-decoration: none;
}

.projectlist a {
	font-weight: bold;
}

#header {
/* from wp-layout.css */
  color: #fff;
  background: #3d7bb9;
  border-bottom: double 3px #007;
  border-left: solid 1px #007;
  border-right: solid 1px #007;
  border-top: solid 1px #007;
  font: italic normal 220% 'bitstream vera sans', verdana, helvetica, arial, sans, freesans;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 15px 10px 15px 60px;
}

#footer {
/* from wp-layout.css (credit) */
  background:  #3d7bb9;
  border-top: double 3px #aab;
  color: #fff;
  font-size: 11px;
  margin: 10px 0 0 0;
  padding: 3px;
  text-align: center;
}

#footer a {
  color: #fff;
}

/* menu adapted from wp-layout.css */
#menu {
  background: #fff;
  border-left: 1px dotted #ccc;
  border-top: solid 3px #e0e0e6;
  padding: 20px 0 10px 30px;
  position: absolute;
  right: 2px;
  top: 0;
  width: 11em;
}

/* search form? */
#menu form {
  margin: 0 0 0 13px;
}

/* list of menu items */
#menu ul {
	color: #247;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
	width: 90%;
}

/* menu item itself */
#menu ul li {
	font: normal normal 110% 'bitstream vera sans', verdana, helvetica, sans;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

/* submenu list */
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* submenu list item */
#menu ul ul li {
	border: 0;
	/*font: normal normal 80%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	line-height: 135%;
	font-size: 90%;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

/* anchor style of submenu list item */
#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

/* sub-submenu :-\ */
#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* main content area */
#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
	min-height: 500px;
}

input, textarea {
  background: #fff;
  border: 1px solid #333;
  padding: .2em;
}

#commentform textarea {
  width: 100%;
}

/* list of comments (duh) */
#commentlist li ul {
  border-left: 1px solid #ddd;
  font-size: 110%;
  list-style-type: none;
}
