/*
Theme Name: Fawkes House
Theme URI: http://www.horse-and-cart.com.au
Description: Wordpress template for Fawkes House
Version: 1.0
Author: Myles Eftos
Author URI: http://www.horse-and-cart.com.au
*/

@import url('reset.css');

body {
  font-size: 12px;
  line-height: 18px;
  background-color: #56262f;
  color: #333333;
  font-family: Georgia, serif;
}

a {
  color: #FFF;
}

br.clear {
  clear: both;
}

#outer-container {
  background-image: url(background-texture.jpg);
  background-position: top left;
  padding-bottom: 6em;
}

#container {
  width: 65em;
  margin: 0 auto;
}

#global-navigation {
  width: 65em;
  height: 8em;
  margin: 0 auto;
  text-align: right;
}

  #global-navigation a.book-a-stay {
    float: right;
    display: block;
    height: 30px;
    width: 0px;
    margin-top: 26px;
    padding-left: 135px;
    overflow: hidden;
    background-image: url(book.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  
  #global-navigation a.book-a-stay:hover {
    background-position: 0 -30px;
  }

#header {
  background-color: #3b4815;
  height: 28em;
}

  #header h1 {
    position: relative;
    top: -43px;
    width: 949px;
    height: 410px;
    margin: 0 auto;
    background-image: url(hero.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

    #header h1 img {
      position: relative;
      top: 43px;
      left: 73px;
    }

  #header h2 {
    text-indent: -3000em;
  }

#navigation {
  background-color: #e5decd;
  font-size: 11px;
  padding-top: 20px;
}

  #navigation ol {
    margin: 0 auto;
    text-align: center;
    padding-top: 0.5em;
  }

    #navigation ol li {
      display: inline;
      padding: 0 0.5em;
    }

    #navigation ol li a {
      color: #333333;
      text-decoration: none;
      line-height: 3.5em;
      padding: 0 0.5em;
      text-transform: uppercase;
      font-weight: bold;
    }

    #navigation ol li.current a, #navigation ol li:hover a {
      color: #56262f;
    }

#content {
  background-color: #faf9f5;
  padding: 2em 2em 1em 2em;
}

  #sub-content {
    width: 116px;
    background-color: #d4d7cc;
    padding: 2.5em 1em 0 1em;
  }

    #sub-content a {
      color: #3b4815;
      font-style: italic;
      font-weight: bold;
      text-decoration: none;
    }
    
    #sub-content li {
      margin-bottom: 0.75em;
      line-height: 1.25em;
    }

      #sub-content li.current>a {
        color: #56262f;
        font-style: normal; 
      }

      #sub-content li>a:hover {
        color: #56262f;
      }
   
      #sub-content li ol {
        margin-left: 1em;
        margin-top: 0.5em;
      }

      #sub-content li li {
        line-height: 1em;
      }
        
        #sub-content li li a {
          font-style: normal;
          font-size: 10px;
        }

  #content.bookings {
    margin-left: -2.5em;
    padding: 0;
  }

  #content.guestbook {
    width: 491px;
    float: right;
  }

  #sub-content.guestbook{
    width: 240px;
    margin: 0;
    padding: 0;
  }
  
  #content.two-column {
    width: 592px; 
    float: right;
  }

  #content img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  #content img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }

  #content a {
    color: #56262f;
    text-decoration: underline;
  }
  
  #content a:hover {
    text-decoration: none;
  }
  
  #content h1 {
    font-size: 24px;
    color: #56262f;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 0.5em;
  }

  #content h2 {
    font-size: 18px;
    color: #3b4815;
    line-height: 24px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  #content h3 {
    font-size: 14px;
    color: #56262f;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  #content h4, #content h5, #content h6 {
    font-size: 12px;
    color: #3b4815;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 1em;
  }

  #content p {
    margin-bottom: 1em;  
  }

  #content strong {
    font-weight: bold;
  }

  #content em {
    font-style: italic;
  }

  #content ul {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 1em;
  }

  #content ol {
    list-style-type: decimal;
    margin-left: 2em;
    margin-bottom: 1em;
  }

  #content ul.links {
    margin-left: 0;
    list-style-type: none;
  }

  #content ul.links img {
    float: left;
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 1em;
  }

  #content ul.links div.link {
    margin-bottom: 1em;
    clear: left;
  }
    
    #content ul.links div.link a {
      text-decoration: none;
      font-style: italic;
    }


  #content fieldset.search {
    margin-bottom: 1em;
  }

    #content.search h2 {
      margin-bottom: 0;
    }

      #content.search h2 a {
        color: #3b4815;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
      }

      #content.search ol li {
        margin-bottom: 1em;  
      }

  #content fieldset.contact {
    margin-bottom: 1em;
  }

    #content fieldset.contact label {
      display: block;
      clear: left;
      margin-bottom: 1em;
    }
    
    #content fieldset.contact label span.text_label {
      display: block;
      float: left;
      width: 12em;
    }

    #content fieldset.contact input {
      color: #333333;
      font-family: Georgia, serif;
      width: 20em;
      font-size: 12px;
    }

    #content fieldset.contact textarea {
      width: 36em;
      color: #333333;
      font-family: Georgia, serif;
      font-size: 12px;
    }
    
    #content fieldset.contact fieldset.buttons {
      width: 48em;
      text-align: right;
    }

  #content div.paging div.next {
    float: left;
  }
  
  #content div.paging div.previous {
    float: right;
  }

  #content div.post {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #c9baba;
  }

  #content div.metadata {
    font-size: 10px;
  }

  #content div.comments div.metadata {
    margin-bottom: 1em;
    padding-bottom: 0;
    border-bottom: 0 none;
    font-size: 12px;
  }
  
  #content div.comments h3 {
    margin-top: 1em;
  }

    #content fieldset.comment label {
      display: block;
      margin-bottom: 1em;
    }
   
    #content fieldset.comment textarea {
      color: #333333;
      font-family: Georgia, serif;
      width: 36em;
      font-size: 12px;
    }
    
    #content fieldset.comment input {
      width: 18em;
      margin-right: 0.5em;
      color: #333333;
      font-family: Georgia, serif;
      font-size: 12px;
    }
    
    #content fieldset.comment.buttons {
      width: 36em;
      text-align: right;
    }

#footer {
  color: #faf9f5;
  width: 80em;
  margin: 0 auto;
}

  #footer div.section {
    font-style: italic;
    float: left;
    margin-left: 3em;
    width: 18em;
    padding: 1em 0;
    font-size: 11px
  }

    #footer div.section h2 {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 1em;
    }

    #footer div.section ol {}
      #footer div.section ol li {
        margin-bottom: 16px;
      }
      
      #footer div.section ol li.facebook {
        height: 19px;
        padding-left: 27px;
        background-image: url(facebook.png);
        background-repeat: no-repeat;
        background-position: top left;
      }

      #footer div.section ol li.blog {
        height: 23px;
        padding-left: 27px;
        padding-top: 4px;
        background-image: url(blog.png);
        background-repeat: no-repeat;
        background-position: top left;
      }

      #footer div.section ol li.links {
        height: 23px;
        padding-left: 27px;
        padding-top: 2px;
        background-image: url(links.png);
        background-repeat: no-repeat;
        background-position: top left;
      }

      #footer div.section ol li.twitter {
        height: 20px;
        padding-left: 27px;
        background-image: url(twitter.png);
        background-repeat: no-repeat;
        background-position: top left;
      }

      #footer div.section ul.twitter-feed li {
        font-style: normal;
        font-size: 11px;
        margin-bottom: 0.5em;
      }
      
        #footer div.section ul.twitter-feed li span.date {
          display: block;
        font-size: 9px;
        }

    #footer div.section.contact div {
      margin-bottom: 1em;
    }
    
      #footer div.section.newsletter p {
        margin-bottom: 1em;
      }

      #footer div.section.newsletter input {
        font-size: 1em;
        color: #333333;
        font-family: Georgia, serif;
        font-style: italic;
        width: 18em;
      }
      
      #footer div.section.newsletter input.default {
        color: #AAAAAA;
      }

      #footer div.section.newsletter button {
        background-color: transparent;
        width: 61px;
        height: 16px;
        border: 0 none;
        cursor: pointer;
        margin: 6px 2px 0 0;
        padding: 0;
        float: right;
      }

  #footer div.copyright {
    clear: left;
    text-align: center;
    font-size: 10px;
    margin-bottom: 1em;
  }

  #footer a {
    color: #faf9f5;
    text-decoration: none;
  }
  
  #footer a:hover {
    text-decoration: underline;
  }

