html, body {
  height: 100%;
}

body {
  font-family: Bitstream Vera Sans,Verdana,Geneva,Arial,Helvetica,sans-serif;
  background-color: white;
  color: black;
  max-width: 1024px;
  margin-bottom: 0px;
  margin-top: 0px;
}

a:hover {
  background-color: InfoBackground;
}

#banner {
  display: block;
}

#container {
  position: relative;
  min-height: 100%;
}

#right {
  float: right;
  min-width: 200px;
  width: 200px;
}

.menu {
  background-color: #a7a7a7;
  color: white;
  margin-bottom: 12px;
  text-align: right;
}

.menuitem > a {
  font-size: x-large;
  padding: 6px;
}

.menu a, .menu a:visited {
  display: block;
  text-decoration: none;
  color: white;
}

.menu a:hover {
  display: block;
  text-decoration: underline;
  color: black;
  background-color: white;
}

.submenu a {
  padding: 3px 6px 3px 0px;
  font-size: small;
}

.recent_history {
  border-left: 1px dashed #a7a7a7;
  padding-left: 3px;
  font-size: x-large;
}

.recent_history div {
  font-size: medium;
}

.recent_post {
  position: relative;
  left: 18px;
  width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recent_post span {
  position: relative;
  left: 12px;
}

#main {
  height: 100%;
}

.notice {
  background-color: yellow;
  border: dashed 2px black;
  padding: 6px;
  margin-bottom: 6px;
}

#footer {
  text-align: center;
  font-size: small;
  position: absolute;
  bottom: -40px;
  width: 90%;
}

/* style for journal posts */
.post .title {
  font-size: xx-large;
  font-weight: bold;
  padding-top: 0px;
}

.title {
  padding: 0px 6px 6px 6px;
}

.body, .tags {
  padding: 6px 6px 0px 6px;
}

.tags {
  font-weight: bold;
  text-align: right;
}

.replies {
  margin: 12px 12px 0px 4ex;
  background-color: #a7a7a7;
}

#replytag {
  margin: 12px 6px 0px 4ex;
}

.extra {
  margin-top: 12px;
  margin-right: 6px;
  text-align: right;
  font-size: x-small;
}

/* style for content of journal posts */
blockquote {
  border-left: 2px solid black;
  padding-left: 6px;
}

p + pre code {
  background-color: black;
  color: white;
  display: block;
  border-style: double;
  border-color: white;
  border-width: 4pt;
  padding: 3pt;
  width: 486pt;
  max-height: 406px;
  overflow: auto;
}

/* form stuff */
.form label, .form input, .form textarea, .form select {
  display: block;
  float: left;
  margin-bottom: 6px;
}

.form label {
  text-align: right;
  width: 10ex;
  padding-right: 12px;
}

.form br {
  clear: left;
}

/* google reader stuff */

#activities > * {
  padding-right: 6px;
  border-width: 0px;
}

link {
  display: none;
}

.friendfeed {
  width: auto ! important;
}

.friendfeed, .friendfeed * {
  background-color: inherit ! important;
  color: white ! important;
  line-height: normal ! important;
  margin-bottom: 0px ! important;
}

.friendfeed a, .friendfeed a:visited {
  text-decoration: none ! important;
}

.friendfeed .summary {
  display: none;
}

.friendfeed .info {
  display: none;
}

.friendfeed .cluster {
  margin-bottom: 12px ! important;
}

.friendfeed .logo {
  background: none ! important;
}
