/*
Theme Name: Bravenboer
Theme URI: http://www.bravenboer.co.za/
Description: Custom-made theme for Bernard Bravenboer's website.
Version: 1.5
Author: Linsen Loots
Tags: photoblog

*/

html {
  background: #272B44 url(images/background-tile.jpg);
  font: normal 12px Tahoma;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: url(images/background-gradient.jpg) top repeat-x;
  margin: 0;
  padding: 0;
  height: 100%;
}



a {
  color: #000000;
  text-decoration: none;
}
a img {
  border: none;
}

#top {
  background: url(images/background-top.jpg) top no-repeat;
  margin: 0;
  padding: 60px 0 0 0;
  height: 100%;
}

#header_block {
  margin: 0 auto;
  padding: 15px;
  width: 950px;
  background: #000000;
}

#main_image {
  float: right;
  display: block;
  width: 128px;
  height: 128px;
  margin: 10px 10px 10px 0;
  padding-left: 10px;
}
.home #main_image {
  width: 600px;
  height: 400px;
  margin: 0;
  padding: 0;
}
  #main_image .hover {
    width: 580px;
    height: 20px;
    padding: 10px;
    margin-top: 360px;
    position: absolute;
    z-index: 1;
    color: #FFFFFF;
    font-size: 18px;
    background: url(images/semi-black.png);
    display: none;
  }
  #main_image:hover .hover {
    display: block;
  }

#header {
  margin: 20px 10px 0 0;
  height: 138px;
  overflow: hidden;
  width: 322px;
  float: right;
}
.home #header {
  margin: 0 0 0 20px;
  float: none;
  width: 300px;
}
  #header a {
    display: block;
    height: 138px;
    width: 322px;
    background: url(images/bernardbravenboer.jpg) left no-repeat; 
  }
  .home #header a {
    padding-right: 0;
    width: 300px;
  }
    #header a .text {
      display: none;
    }
    #header-image {
      float: right;
      width: 160px;
      height: 160px;
      padding: 5px;
      overflow: hidden;
    }
    
#nav {
  list-style: none;
  margin: 5px 0 0 15px;
  padding: 0;
}
.home #nav {
  margin: 90px 0 0 20px;
}
  #nav li {
    padding: 0;
    margin: 0 0 3px 0;
  }
  .home #nav li {
    margin: 0 0 7px 0;
  }
    #nav li a {
      display: block;
      height: 25px;
      width: 250px;
      padding-left: 5px;
      overflow: hidden;
    }
      #nav a .text {
        display: none;
      }
      #nav a .normal, #nav a:hover .hover {
        display: inline;
        
      }
      #nav a:hover .normal, #nav a .hover {
        display: none;
      }

.clear {
  clear: both;
  width: 100%;
  height: 1px;
}
  
#body_block {
  margin: 0 auto;
  padding: 35px 15px 20px 15px;
  width: 950px;
  background: #BEBEBE;
  color: #303030;
}
.home #body_block {
  background: #BEBEBE url(images/bernard.jpg) bottom left no-repeat; 
}


#post-list-short {
  float: left;
  width: 600px;
  margin-left: 10px;
}
.home #post-list-short {
  float: right;
  margin: -10px 0 0 0;
  width: 610px;
}
  #post-list-short .archive-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #303030;
  }
  .post-short {
    height: 128px;
    overflow: hidden;
    clear: both;
    text-align: justify;
    padding: 10px;
    display: block;
  }
  .post-short:hover {
    background: #AAAAAA;
  }
    .post-short span {
      display: block;
    }
    .post-short .title {
      color: #191919;
      font-size: 18px;
      text-align: left;
    }
    .post-short .date {
      color: #FFFFFF;
      font-size: 11px;
    }
    .post-short .text {
      margin: 1em 0;
    }
    .post-short .thumbnail {
      float: left;
      margin: -5px 15px 0 -5px;
      padding: 5px;
      height: 128px;
      overflow: hidden;
    }
  #post-list-short .posts-more {
    display: block;
    width: 280px;
    text-align: right;
    float: right;
    height: 25px;
    padding: 10px;
  }
  .home #post-list-short .posts-more {
    width: 140px;
  }
  #post-list-short .prev {
    text-align: left;
    float: left;
  }
    #post-list-short .posts-more {
      color: #191919;
      font-size: 18px;
    }
    #post-list-short .posts-more:hover {
      background: #AAAAAA;
    }

#sidebar {
  float: right;
  width: 300px;
}
  #search_bar {
    margin-bottom: 25px;
  }
    #search_bar label {
      display: block;
      margin-bottom: 10px;
    }
    #searchform #s {
      width: 230px;
      border: 1px solid #303030;
      padding: 5px;
      height: 19px;
      font-size: 14px;
      float: left;
    }
    #searchform button {
      height: 30px;
      width: 30px;
      background: url(images/search-button.jpg) no-repeat;
      overflow: hidden;
      border: 0;
      margin: 0 0 0 10px;
      cursor: pointer;
      float: left;
      border: 1px solid #303030;
    }
      #searchform button:hover {
        border-color: #FFFFFF;
      }
      #searchform button span {
        display: none;
      }
  #archive-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    #archive-list ul a {
      display: block;
      width: 300px;
      font-size: 14px;
      margin: 0;
      padding: 5px 0;
    }
    #archive-list ul a:hover {
      font-weight: bold;
    }
    #rss .icon {
      position: relative;
      left: 7px;
      top: -4px;
    }
  
#welcome-note {
  padding-left: 5px;
  width: 320px;       
}
  #welcome-note div {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
  }

.post {
  text-align: center;
}  
  .post .title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #303030;
  }
  .post .date {
    font-size: 14px;
    color: #FFFFFF;
  }
    .post .title img, .post .date img {
      display: inline;
      margin: 0;
    }
  .post a {
    color: #FFFFFF;
  }
  .post a:hover {
    text-decoration: underline;
  }
  .post p {
    width: 600px;
    margin: 15px auto;
  }
  .post img {
    display: block;
    margin: 20px auto;
  }

#next-prev-posts {
  display: block;
  height: 30px;
  width: 600px;
  margin: 0 auto;
  padding-top: 15px;
}
  #next-prev-posts a {
    display: block;
    width: 280px;
    padding: 5px 10px;
  }
  #next-prev-posts a:hover {
    background: #AAAAAA;
  }
  #next-post {
    float: right;
    text-align: right;
  }
  #prev-post {
    float: left;
  }
  
#comments-block {
  padding-top: 30px;
  width: 600px;
  margin: 0 auto;
}
  #comments-block .title {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
  }
  
  #comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    #comment-list li {
      min-height: 80px;
      margin: 20px 0;
      border: 1px solid #FFFFFF;
      padding: 10px;
      clear: both;
    }
      #comment-list li .avatar {
        float: left;
        margin-right: 10px;
      }
      #comment-list li .info {
        float: left;
      }
      #comment-list li .author {
        color: #191919;
        font-size: 18px;
      }
      #comment-list li .time {
        color: #FFFFFF;
        font-size: 11px;
      }
  #leave-comments {
    color: #191919;
    font-size: 18px;
    display: block;
  }
  #add-comments {
      margin: 20px 0;
      border: 1px solid #FFFFFF;
      padding: 10px;
      clear: both;
  }
  #add-comments-body {
    display: none;
  }
    #commentform input, #commentform textarea {
      border: 1px solid #303030;
    }
    #commentform input {
      width: 250px;
      padding: 2px 5px;
    }
    #comment {
      width: 565px;
      padding: 5px;
      font: normal 12px Tahoma;
    }
    #commentform button {
      float: right;
      width: 100px;
      padding-top: 5px;
      cursor: pointer;
      margin-bottom: 10px;
    }

#portfolio {
  margin: 0 auto;
  width: 900px;
}
  #portfolio .link {
    display: block;
    float: left;
    padding: 20px 25px 15px 25px;
    width: 250px;
    text-align: center;
  }
  #portfolio .link:hover {
    background: #AAAAAA;
  }
    #portfolio .link .photo {
      display: block;
      margin-bottom: 10px;
    }
  #portfolio .title {
    margin: 0 0 10px 0;
  }
  #portfolio #back {
    float: right;
    padding: 10px 15px 5px 15px;
  }
  #portfolio #back:hover {
    background: #AAAAAA;
  }
  #portfolio #images {
    width: 900px;
    height: 600px;
    overflow: hidden;
    background: #DDDDDD;
    cursor: pointer;
  }
    #portfolio #images img {
      position: absolute;
      display: none;  
    }
    #portfolio #images #img1 {
      display: block;
    }
  #portfolio #thumbnails {
    width: 880px;
    background: #DDDDDD;
    padding: 10px;
  }
    #portfolio #thumbnails a {
      height: 42px;
      padding: 9px 0;
      width: 31px;
      text-align: center;
      display: block;
      background: #BEBEBE;
      float: left;
      cursor: pointer;
    }
    #portfolio #thumbnails a:hover {
      background: #AAAAAA;
    }
    #portfolio #thumbnails a.inactive {
      cursor: default;
      visibility: hidden;
    }                                 
    #portfolio #thumbnails a#nextThumb {
      margin-left: 10px;
    }
    #portfolio #thumbnails .thumb {
      float: left;
      margin-left: 11px;
      cursor: pointer;
      display: none;
    }
    #portfolio #thumbnails #thumb1, #portfolio #thumbnails #thumb2, #portfolio #thumbnails #thumb3, #portfolio #thumbnails #thumb4, #portfolio #thumbnails #thumb5, #portfolio #thumbnails #thumb6, #portfolio #thumbnails #thumb7, #portfolio #thumbnails #thumb8 {
      display: block;
    }
    
#about {
  margin: 0 50px 0 30px;
}
  #about .title {
    margin: 0 0 5px 0;
  }
  #about p {
    margin: 15px 0;
    line-height: 1.2;
  }
  #about p img {
    float: right;
    margin: 10px 0 10px 20px;
  }
#about-photo {
  float: left;
  margin: 0 40px 20px 0;
  position: relative;
  top: 4px;
}


#request {
  margin: 0 30px;
  padding-bottom: 20px;
}
#request p {
  width: auto;
}
#request .title {
  margin-left: 360px;
}
#request .wpcf7-form {
  float: left;
  margin: -30px 40px 0 0;
}

#contact {
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
#contact .wpcf7-form {
  margin: 20px auto;
  padding: 10px 20px 5px 20px;
}
#contact a {
  color: #FFFFFF;
}

.wpcf7-form {
  width: 280px;
  display: block;
  background-color: #AAAAAA;
  padding: 0 20px;
}
  .wpcf7-form textarea {
    width: 260px;
    height: 100px;
    font-family: Tahoma;
    font-size: 12px;
  }
  .wpcf7-response-output {
    border: none;
    background-color: #333333;
    color: #FFFFFF;
  }


#footer_block {
  height: 20px;
  width: 980px;
  margin: 0 auto 40px auto;
  background: #000000 url(images/nimblemind.jpg) right no-repeat;
}