body {
  background:#ffffff;
  margin:0;
  color:#333333;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }
a:link {
  color:#5588aa;
  text-decoration:none;
  }
a:visited {
  color:#999999;
  text-decoration:none;
  }
a:hover {
  color:#cc6600;
  text-decoration:underline;
}


/* Header
-----------------------------------------------
 */

#header-wrapper {
  width:660px;
  margin:0 auto 10px;
  border:1px solid #cccccc;
  }

#header-inner {
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

#header { 
  margin: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  color:#666666;
}

#header h1 {
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: normal normal 200% Georgia, Serif;
}

#header a {
  color:#666666;
  text-decoration:none;
  }

#header a:hover {
  color:#666666;
  text-decoration: underline;

  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  color: #666666;

}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 800px;
  margin:0 auto;
  padding:10px;
  text-align:left;
  font: normal normal 100% Georgia, Serif;
  }

#main-wrapper {
  width: 875px;
  float: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }



/* Posts
-----------------------------------------------
 */

.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #cccccc;
  padding-bottom:1.5em;
  }
.post h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#cc6600;
}

.post h3 a {
  display:block;
  text-decoration:none;
  color:#cc6600;
  font-weight:normal;
}

.post a:hover {
  color:#cc6600;
  text-decoration: underline;
}

.post p {
  margin:0 0 .75em;
  line-height:1.6em;
}

.post blockquote {
  margin:1em 20px;
  }
