@import "style.css";;
#doc3 {
  margin: 0; }

a:link, a:visited {
  text-decoration: none; }
a:hover {
  text-decoration: underline; }

#content {
  padding-left: 10px;
  padding-top: 12px; }
  #content h1, #content h2, #content h3, #content h4, #content h5 {
    font-family: "Hoefler Text", "Georgia", Georgia, "Times New Roman", "Times", Times, serif; }
  #content a {
    color: #7b1d1d; }
  #content .post h2.title, #content .page h2.title {
    margin: 0;
    font-size: 36px;
    font-weight: normal; }
  #content .post h2, #content .page h2 {
    font-size: 18px; }
  #content .post h3, #content .page h3 {
    font-size: 16px; }
  #content .post .author, #content .page .author {
    display: none; }
  #content .post .date, #content .page .date {
    text-align: right;
    color: #555555;
    margin: -8px 0 10px; }

#sidebar-left {
  border-top: none;
  border-left: none;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #7b1d1d;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 12px 0 0 10px;
  color: white; }
  #sidebar-left a {
    color: white; }
    #sidebar-left a:hover {
      text-decoration: none; }
  #sidebar-left h1 {
    font-family: "Hoefler Text", "Georgia", Georgia, "Times New Roman", "Times", Times, serif;
    font-size: 36px;
    color: white;
    margin: 0; }
  #sidebar-left .tagline {
    font-style: italic;
    line-height: 24px;
    font-size: 14px; }

#sidebar-right {
  font-size: 0.8em;
  color: #555555; }
  #sidebar-right h2 {
    font-family: "Hoefler Text", "Georgia", Georgia, "Times New Roman", "Times", Times, serif;
    margin-bottom: 0; }
  #sidebar-right ul {
    margin-top: 0.2em; }
  #sidebar-right a {
    color: #7b1d1d; }
  #sidebar-right .date {
    font-size: 0.8em;
    font-style: italic; }
  #sidebar-right .tag-cloud {
    margin: 0; }
    #sidebar-right .tag-cloud li {
      display: inline; }
      #sidebar-right .tag-cloud li span {
        position: absolute;
        left: -999px;
        width: 990px; }
    #sidebar-right .tag-cloud .not-popular {
      font-size: 0.9em; }
    #sidebar-right .tag-cloud .somewhat-popular {
      font-size: 1em; }
    #sidebar-right .tag-cloud .popular {
      font-size: 1.2em; }
    #sidebar-right .tag-cloud .very-popular {
      font-size: 1.3em; }
    #sidebar-right .tag-cloud .ultra-popular {
      font-size: 1.5em; }
