#page-wrapper {
  height: auto !important;
  min-height: 100%;
  margin: 0 0 -75px;

  background-color: #eee;
  overflow: hidden;
}

#pageheader {
  height: 100px;
}

#pageheader .title {
  font-size: 3em;
}

#pageheader .title a {
  color: #000;
}

#pageheader .title a:hover {
  text-decoration: none;
}

#pageheader .subtitle {
  font-size: 1.5em;
}

#page-footer {
  height: 75px;
}

#footer {
  clear: both;
  height: 49px;
  position: relative;
  border-top: 1px dashed #999;
  margin-top: 25px;
}

#footer .copyright {
  margin-top: 5px;
  text-align: center;
}

#footer .links {
  text-align: center;
}

.fixedwidth {
  width: 500px;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

a {
  color: #00F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content .alignleft {
  float: left;
}

#content .alignright {
  text-align: right;
}

.post .header {
  margin-top: 10px;
}

.post .header h2 {
  font-size: 1.3em;
  color: #999;
  float: left;
}

.post .header .date {
  float: right;
  color: #999;
  font-size: 1.3em;
}

.post .headerline {
  border-top: 1px solid #999;
  margin-bottom: 1em;
}

.entry h1 {
  font-size: 2em;
  color: #333;
  border-bottom: 5px solid #333;
  margin-bottom: 1em;
}

.entry h2 {
  font-size: 1.5em;
  color: #666;
  border-bottom: 3px solid #666;
  margin-bottom: 1em;
  text-shadow: -1px -1px 1px #fff;
}

ul li {
  list-style-type: square;
  margin-left: 30px;
}

ul {
  margin-bottom: 10px;
}

.entry p,
ul li {
  font-size: 1em;
  text-shadow: -1px -1px 1px #fff;
  color: #111;
}

.entry p {
  margin-bottom: 1em;
}

.entry em {
  font-style: italic;
}

.postmetadata {
  margin-bottom: 2em;
}

.wp-caption {
  text-align: center;
  margin: 0 auto;
}

