/*
Theme Name: Toluju
Theme URI: http://www.toluju.com
Description: Simple theme for my personal website.
Version: 1.0
Author: Toby Jungen
*/

html, body {
  height: 100%;
}

body {
  width: 100%;
  background-color: #ddd;
  margin: 0px;
  padding: 0px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

a:link {
  color: #136;
}

a:visited {
  color: #136;
}

a:hover {
  color: #842;
}

div#mainWrapper {
  background-color: #fff;
  width: 800px;
  border: solid #000 1px;
  margin: 7px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -wekit-border-radius: 4px;
}

div#contentWrapper {
  padding: 10px;
  font-size: 10pt;
}

div#footerWrapper {
  font-size: 8pt;
  color: #444;
  border-top: solid #000 1px;
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  text-align: center;
}

div#pageTitle {
  background-color: #369;
  color: #ddd;
  font-size: 25pt;
  font-weight: bold;
  padding: 10px;
  font-family: Avant Garde, Avant Gard Gothic, Century Gothic, URW Gothic L, Helvetica, sans-serif;
  text-shadow: #777 1px 1px 1px;
}

span.titleHighlight {
  color: #fff;
}

div#pageMenu{
  position: relative;
  display: block;
  height: 32px;
}

div#pageMenu ul {
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  background-color: #555;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: small;
}

div#pageMenu li {
  float: left;
  margin: 0;
  padding: 0;
}

div#pageMenu a {
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
}

div#pageMenu a:hover {
  background: #234;
  color: #fff;
}

.smallcaps {
  font-variant: small-caps;
}

acronym, abbr {
  border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
  font-size: 90%;
  letter-spacing: .07em;
}

acronym, abbr {
  cursor: help;
}

blockquote {
  border-left: 5px solid #ccc;
  margin-left: 1.5em;
  padding-left: 5px;
}

cite {
  font-size: 90%;
  font-style: normal;
}

ol#comments li p {
  font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
  list-style: none;
}

ul.post-meta span.post-meta-key {
  font-weight: bold;
}

.feedback {
  text-align: right;
  clear: both;
}

.meta {
  font-size: .75em;
}

.meta li, ul.post-meta li {
  display: inline;
}

.meta ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.meta, .meta a {
  font-weight: normal;
  letter-spacing: 0;
}

.storytitle {
  margin: 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
  background: #fff;
  border: 1px solid #333;
  padding: .2em;
}

#commentform textarea {
  width: 75%;
}

#commentlist li ul {
  border-left: 1px solid #ddd;
  font-size: 110%;
  list-style-type: none;
}

h1 {
  font-size: 18pt;
}

div.post h1 {
  margin: 0; 
  padding: 0;
  padding-bottom: 4px;
  margin-top: 3px;
  border-bottom: 3px solid #aaa;
}

div.post h1 a {
  text-decoration: none;
}

div.post {
  margin-bottom: 50px;
}
