/*
Theme Name: Brocade 
Description: Custom theme for Brocade Designs
Version: 1.0
Author: Brandon Morrison
Author URI: http://tfnswebdesign.com
*/

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #998B63 url(images/pageBack.jpg) no-repeat center 215px;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #E9E5D9;
}

body#tinymce {
  background: #FFF;
}

#wrapper {
  min-height: 100%;
  position: relative;
  overflow: auto;
}

/**
 * Header
 */

#header {
  width: 100%;
  height: 217px;
  background: url(images/headerBack.png) repeat-x top center;
}

#header .inner {
  width: 950px;
  margin: 0 auto;
  background: url(images/headerColorImage.png) no-repeat top right;
  height: 285px;
}

#header h1.title a {
  display: block;
  width: 632px;
  height: 108px;
  text-indent: -99999px;
  background: url(images/headerTitle.png) no-repeat top left;
  position: relative;
  top: 40px;
}

/**
 * Page
 */

#page {
  margin: 0 auto; /* bottom margin = top positioning - footer height */
  width: 950px;
  position: relative;
  top: -40px;
  z-index: 10;
  overflow: auto;
}

#content {
  width: 630px;
  float: left;
  margin-right: 10px;
}

#content h2.title a,
.single #content .post h2 {
  display: block;
  width: 610px;
  height: 400px;
  text-indent: -99999px;
  border: 10px solid #FFF;
  background: url(images/defaultPrimaryHeaderImage.jpg) no-repeat top left;
}

#content h2.title a:visited {
  border: 10px solid #E9E5D9;
}

#content .post .entry {
  margin-left: 40px;
  font-size: 1.2em;
}

#content p.intro {
  font-size: 1.2em;
}

#content .ngg-left {
  margin-right: 10px;
}

#content .ngg-right {
  margin-right: 10px;
}

/**
 * Gallery
 */
 
.gallery {
  position: relative;
  margin: 0 auto 1em;
  width: 590px;
  overflow: auto;
} 
 
.gallery ul {
  background: #b2a78d;
  border: 1px solid #6F6038;
  list-style: none;
  margin: 0 30px;
  width: 530px;
  text-align: center;
}

.gallery .left,
.gallery .right {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  cursor: pointer;
}

.gallery .left {
  background: url(images/galleryLeftBtn.png) no-repeat center center;
  left: 0;
}

.gallery .right {
  background: url(images/galleryRightBtn.png) no-repeat center center;
  right: 0;
}

.gallery li {
  list-style: none;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
}

.gallery li img {
  margin: 0 auto;
}

.gallery li .caption {
  text-align: left;
}

/**
 * Home page
 */
 
.home .main_post .content {
  background: url(images/homeQuotationMark.png) no-repeat top left;
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
  padding: 30px 0 0 40px;
}

.home .subposts .post {
  width: 200px;
  margin-right: 15px;
  float: left;
}

.home .subposts .post.last {
  margin-right: 0;
}

.home #content .subposts .post h2.title {
  margin-bottom: .25em;
}

.home #content .subposts .post h2.title a,
.home #content .subposts .post h2.title a:visited {
  width: inherit;
  display: inline;
  height: inherit;
  background: none;
  border: none;
}

.home #content .subposts .post h2.title a img {
  width: 190px;
  border: 5px solid #FFF;
}

.home #content .subposts .post h2.title a:visited img {
  border: 5px solid #E9E5D9;
} 

.home .readmore {
  text-align: right;
}

.home .main_post .readmore {
  font-size: 0.75em;
  margin-bottom: 1em;
}

.home .readmore a {
  color: #FFF;
}

/**
 * Comments
 */

h3#comments,
#respond h3 {
  color: #FFF;
  font-weight: bold;
  line-height: 1.2em;
}

.commentlist {
  margin: 0 0 1.2em 0;
}

.commentlist .avatar {
  float: left;
  margin-right: 10px;
  width: 110px;
}

.commentlist .comment {
  overflow: auto;
  padding-bottom: 1em;
}

.commentlist .content {
  float: left;
  width: 470px;
}

.commentlist .comment-meta div {
  display: inline;
}

#respond input {
  font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
  font-size: 1.2em;
}

#commentform label {
  display: block;
}

.comment_label {
  font-size: 1.25em;
  color: #FFF;
  font-weight: bold;
}

.commentlist {
  list-style: none;
  margin-left: 0;
}

.comment_instructions p {
  font-size: 1.2em;
}

.comment_pane_wrapper {
  overflow: visible;
  margin-bottom: 1em;
}

.comment_pane {
  width: 47.5%;
  float: left;
}

.comment_pane.last {
  padding-left: 2%;
  border: none;
  border-left: 1px solid #CCC;
}

#fbc_login {
  margin: 0 10px 0 0px;
  padding: 0;
  display: block;
  float: none;
}

#fbc_login span,
#fbc_login br {
  display: none;
}

#fbc_profile a {
  color: #3B5998;
}

#content #commentform textarea {
  width: 590px;
  font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif; 
}

#respond input#submit {
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
}

/**
 * Sidebar
 */
 
#sidebar {
  width: 290px;
  margin-left: 10px;
  float: left;
  padding-top: 40px;
  text-align: right;
  color: #FFF;
}

#sidebar a {
  color: #FFF;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

#sidebar ul {
  list-style: none;
  margin: 0;
}

#sidebar .widgettitle {
  display: none;
}

#sidebar .widget_links,
#sidebar .widget_categories {
  font-size: 3em;
  font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
  font-weight: bold;
  line-height: 1.2em;
}

#sidebar .widget_categories li.current-cat,
body.home #sidebar .widget_links li {
  padding-right: 35px;
  background: url(images/currentCategory.png) no-repeat right 13px;
}

#sidebar #text-3.widget_text {
  margin-top: 1em;
  font-size: 1.333em;
}

#sidebar .widget_search {
  margin-bottom: 1em;
  background: transparent url(images/searchBox.png) right top no-repeat;
}

#sidebar .widget_search label {
  display: none;
}

#sidebar .widget_search input#s {
  background: transparent;
  border: none;
  padding: 10px;
  color: #ABB089;
  font-family: Garamond, "Hoefler Text", "Times New Roman", Times, serif;
  font-size: 1.2em;
  width: 220px;
  text-align: left;
}

#sidebar .widget_search input#searchsubmit {
  background: transparent;
  border: none;
  position: relative;
  left: -3px;
  top: -1px;
  text-indent: -99999px;
  width: 30px;
  padding: 10px;
  cursor: pointer;
}

/**
 * Footer
 */
 
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #2E2C22;
}

#footer .inner {
  width: 950px;
  margin: 0 auto;
  padding: 5px;
  color: #FFF;
  text-align: right;
  font-family: 'Futura Medium', Century Gothic, AppleGothic, sans-serif;
  text-transform: uppercase;
}

#footer .inner a {
  color: #FFF;
  text-decoration: none;
}

#footer .inner .lower {
  text-transform: none;
}

#footer .inner a:hover {
  border-bottom: 1px solid #FFF;
}

#footer .inner .icon {
  margin: 0 2px 0 4px;
}

/**
 * Search page specifics
 */

body.search h2.search-header {
  border: 10px solid #FFF;
  text-indent: -99999px;
  width: 610px;
  height: 196px;
  background: url(images/searchHeader.jpg) no-repeat top left;
}

body.search #content .teasers,
body.category #content .teasers {
  margin-left: 40px;
}

body.search #content .search-result,
body.category #content .search-result {
  margin-bottom: 1em;
}

body.search #content h2.title,
body.category #content h2.title {
  float: left;
  margin-right: 10px;
}

body.search #content .search-result,
body.category #content .search-result {
  overflow: auto;
}

body.search #content h2.title a,
body.category #content h2.title a {
  width: 80px;
  height: 80px;
  border: 5px solid #FFF;
}

body.search .teasers .readmore,
body.category .teasers .readmore {
  margin-left: 100px;
}