body {
  font-size: 12pt;
  background-color: #eee;
  font-family: 'Fjord One',Serif;
    /* background-image:-webkit-gradient(radial,center center,0,center center,460,from(#fff),to(#999)); */
    /* background-image:-webkit-radial-gradient(circle,#fff,#999); */
    /* background-image:-moz-radial-gradient(circle,#fff,#999); */
    /* background-image:-o-radial-gradient(circle,#fff,#999); */
    /* background-repeat:no-repeat */
}

h1,h2,h3,h4 { 
  font-family:'Conv_newgotbc',Sans-Serif;
  font-weight: normal;
  margin-top: 1.2em;
  margin-bottom: .4em;
}

p {
  padding-bottom: 1em;
}

img {
  box-shadow: 0 0 20px #ccc;
}

#logo {
  height: 72px;
  width: 72px;
}

#preamble {
  xheight: 100%;
  width: 72px;
  position: fixed;
  top: 24px;
  left: 24px;
  background-color: white;
  box-shadow: 0 0 20px #ccc;
}

#content, .post {
  margin: 0px 0 0 128px;
  padding-top: 42px;
  padding-right: 96px;
  line-height: 1.5;
}

.post-body {
  margin-top: 6pt;
}

.post-info, #postamble {
  font-style: italic;
  margin: 12pt 0 0 128px;
  color: #888;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.title {
  text-align: left;
  margin: 0;
  margin-bottom: 14px;
  font-family:'Conv_newgotbc',Sans-Serif;
  font-weight: normal;
}

#arco {
  text-align: center;
  font-family: 'Cutive Mono', monospace;
  padding-bottom: 3px;
  font-size: 10pt;
}

#footnav {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #c0c0c0;
  box-shadow: 0 0 20px #bbb;
  width: 100%;
  background-image: url("../img/otis_redding.png");
}

#taglist, .summary {
  float: left;
  border-right: 1px solid #aaa;
  height: 100%;
}

#taglist { 
  font-weight: bold; 
  padding: 10px 12px;
}

.summary {
  padding: 4px 12px;
  font-weight: bold;
}

.summary-date {
  font-size: 7pt;
  font-style: italic;
  font-weight: normal;
}

#org-div-home-and-up {
  background-color: red;
}

.org-ul {
  list-style-type: none;
  padding: 0;
}