/*------
 Header
------*/

  #header {
    padding-bottom: 60px;
  }
  #header a {
    display: block;
    width: 350px;
    background: url(images/logo-small.png) no-repeat top left;
    padding-left: 58px;
    padding-top: 8px;
  } 
    #header a strong {
      font-size: 2.18em;
      display: block;
      margin-bottom: 9px;
      font-family: "Century Schoolbook", Century, Georgia, serif;
    }
    #header a span {
      font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    #header a:hover {
      color: #999;
      text-decoration: none;
    }
  
/*------
 Single
------*/

  #article {
    padding-bottom: 48px;
    font-size: 1.18em;
    line-height: 1.85;
  }
    #article h1 {
      font-size: 3.7em;
      margin-bottom: 24px;
      font-family: "Century Schoolbook", Century, Georgia, serif;
    }
    #article p {
      margin-bottom: 1em;
      text-align: justify;
    }
    #article a {
      font-weight: 900;
    }
    #article hr {
      border-top: 1px solid: #73797a;
      border-bottom: 0;
      float: left;
      width: 100%;
      clear: both;
      margin: 2.5em 0 2.5em 30px; 
    }
    
/*-------
 Archive
-------*/

  #blog-sidebar li {
    margin: 8px 0 25px;
    font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  
  #blog-listings {
    width: 760px;
    margin-right: -30px;
  }
    #blog-listings li {
      display: inline;
    }
    #blog-listings li a {
      display: block;
      float: left;
      width: 350px;
      margin: 0 30px 30px 0;
    }
      #blog-listings li a strong {
        font-size: 1.63em;
        display: block;
        font-family: "Century Schoolbook", Century, Georgia, serif;
        margin-bottom: 8px;
      }
      #blog-listings li a span {
        font-style: italic;
        line-height: 1.81;
      }
      #blog-listings li a:hover {
        color: #999;
        text-decoration: none;
      }
      
  #blog-pagination {
    font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    height: 11px;
    padding-top: 8px;
    border-top: 1px solid #b4bcbd;
  }
    #blog-pagination-left {
      width: 350px;
      float: left;
    }
    #blog-pagination-right {
      width: 350px;
      float: right;
      text-align: right;
    }
    
  #fourohfour {
    font-family: "Century Schoolbook", Century, Georgia, serif;
    font-size: 1.63em;
  }
    
/*------
 Footer
------*/
  
  #footer {
    border: 1px solid #73797a;
    border-left: 0;
    border-right: 0;
    padding: 3px 0;
  }
    #footer .inner {
      border: 1px solid #b4bcbd;
      border-left: 0;
      border-right: 0;
      padding: 20px 0 24px;
    }
    #footer h3 {
      font-size: 2.72em;
      width: 540px;
      float: left;
      line-height: 1.2;
      font-family: "Century Schoolbook", Century, Georgia, serif;
    }
    #footer ul {
      width: 380px;
      float: right;
      margin-top: -4px;
    }
      #footer li {
        width: 160px;
        margin: 25px 0 0 30px;
        float: left;
        font-family: "nudista-web-1","nudista-web-2", Helvetica, Calibri, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
      }