body {
  color: #b8a98d;
  padding: 0px;
  background: #2b1a11 url(../images/site/wood-page-bg.jpg); }

a:link {
  color: #e8c054;
  text-decoration: underline; }
a:visited {
  color: #b17c31;
  text-decoration: underline; }
a:hover {
  color: #fde59c;
  text-decoration: underline; }

h1 a:link {
  color: #e8c054;
  text-decoration: none; }
h1 a:visited {
  color: #e8c054;
  text-decoration: none; }
h1 a:hover {
  color: #fde59c;
  text-decoration: underline; }
  
h2 a:link {
  color: #e8c054;
  text-decoration: none; }
h2 a:visited {
  color: #e8c054;
  text-decoration: none; }
h2 a:hover {
  color: #fde59c;
  text-decoration: underline; }
  
h3 a:link {
  color: #e8c054;
  text-decoration: none; }
h3 a:visited {
  color: #e8c054;
  text-decoration: none; }
h3 a:hover {
  color: #fde59c;
  text-decoration: underline; }
  
h4 a:link {
  color: #e8c054;
  text-decoration: none; }
h4 a:visited {
  color: #e8c054;
  text-decoration: none; }
h4 a:hover {
  color: #fde59c;
  text-decoration: underline; }

a.filled {
  background: #7d3906;
  color: #eae2d8;
  padding: 4px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
  a.filled:link {
    color: #eae2d8;
    text-decoration: none; }
  a.filled:visited {
    color: #eae2d8;
    text-decoration: none; }
  a.filled:hover {
    color: #f9e8b0;
    background: #934103;
    text-decoration: none; }

/* Spacing */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px; }

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
.alert,
.faux_p {
  margin-bottom: 20px; }

.narrow_hbreak {
  margin-bottom: 10px; }

.no_hbreak,
.last {
  margin-bottom: 0px; }

.container_16 {
  clear: both; }
  
.centered_text {
  text-align: center; }

.container_16.stretch {
  width: 1000px; }
  
.normal_text {
  color: #b8a98d;
  font-size: 17px; }
  
strong {
  color: #ece3d3; }
.hidden {
  display: none; }
  
#main_container {
  background: url(../images/site/top-page-strip.png) repeat-x;
  padding-top: 30px; }

#site_logo {
  text-align: center;
  height: 89px; }

#main_nav {
  background: url(../images/site/main-nav-bg.png) top center no-repeat;
  padding-left: 30px;
  padding-right: 30px; }
  #main_nav li {
    margin: 0px;
    height: 46px;
    line-height: 46px;
    display: block; }
  #main_nav a {
    border-right: 1px solid #3b342d;
    padding-left: 24px;
    padding-right: 24px; }
    #main_nav a:link {
      color: #dcd3b4;
      text-decoration: none; }
    #main_nav a:visited {
      color: #dcd3b4;
      text-decoration: none; }
    #main_nav a:hover {
      color: #fff;
      text-decoration: none; }
  #main_nav .current a:link {
    color: #fff; }
  #main_nav .current a:visited {
    color: #fff; }
  #main_nav .current a:hover {
    color: #fff; }
  #main_nav .last a {
    border-right: none; }

#sub_nav h2 {
  border-bottom: 1px solid #372a24;
  padding-bottom: 5px; }
#sub_nav ul {
  font-size: 20px;
  padding-left: 10px; }
  #sub_nav ul ul {
    padding-left: 20px;
    margin-bottom: 0; }
#sub_nav a:link {
  color: #b8a98d;
  text-decoration: none; }
#sub_nav a:visited {
  color: #b8a98d;
  text-decoration: none; }
#sub_nav a:hover {
  color: #fff;
  text-decoration: underline; }

#main_image {
  background: url(../images/site/horse-dissolve.png) no-repeat top center;
  height: 489px; }
  
#homepage_rotation {
  display:block;
  margin: 0 auto; }

#subpage_image {
  text-align: center; } 
  #subpage_image img {
    vertical-align: bottom; }

#breadcrumb {
  background: #000;
  border-top: 1px solid #372a24;
  border-bottom: 1px solid #372a24;
  padding: 10px; }
  #breadcrumb li {
    margin-bottom: 0; }
  #breadcrumb a:link {
    color: #e8c054;
    text-decoration: underline; }
  #breadcrumb a:visited {
    color: #e8c054;
    text-decoration: underline; }
  #breadcrumb a:hover {
    color: #fde59c;
    text-decoration: underline; }

#welcome {
  background: url(../images/site/homepage-welcome-bg.jpg) no-repeat top left;
  color: #d2dade;
  border: 3px solid #fff;
  width: 994px; }
  #welcome h1 {
    background: url(../images/site/welcome-heading.png) no-repeat;
    height: 54px;
    text-indent: -9999px; }
  #welcome .inner1 {
    border: 3px solid #354047; }
  #welcome .inner2 {
    border: 1px solid #b5bfc5;
    padding-top: 20px;
    padding-left: 20px;
    position: relative; }
  #welcome .action {
    background: url(../images/site/buttons/action.png) no-repeat;
    height: 58px;
    width: 306px;
    display: block;
    line-height: 58px;
    padding-left: 70px;
    font-size: 21px;
    position: absolute;
    bottom: 20px; }
    #welcome .action {
      border-right: 1px solid #3b342d; }
      #welcome .action:link {
        color: #eae4d2;
        text-decoration: none; }
      #welcome .action:visited {
        color: #eae4d2;
        text-decoration: none; }
      #welcome .action:hover {
        color: #fff;
        text-decoration: none; }

#page_content {
  background: url(../images/site/shade-black.png);
  padding-top: 30px;
  padding-bottom: 30px; }

#page_topper {
  margin-bottom: 30px; }

#aside_box {
  background: url(../images/site/paper-texture-brown.jpg);
  border: 4px solid #d8cfae; }
  #aside_box h2 {
    background: url(../images/site/essentials-heading.png) no-repeat;
    text-indent: -9999px;
    height: 139px; }
  #aside_box .content {
    padding: 15px; }
  #aside_box .link_list li {
    background-color: #483b29;
    padding-left: 20px;
    line-height: 30px;
    background-position: 8px center;
    margin-bottom: 5px; }

#signup_box input {
  vertical-align: bottom; }
  #signup_box input.text {
    padding: 4px;
    font-size: 17px;
    border: none;
    width: 250px;
    margin-right: 5px; }

.title_links a:link {
  color: #eae2d8; }
.title_links a:visited {
  color: #eae2d8; }
.title_links a:hover {
  color: #fde59c; }

.stats {
  padding: 10px;
  background: #000;
  border-top: 1px solid #372a24;
  border-bottom: 1px solid #372a24; }

.section_top_whitespace {
  padding-top: 40px; }
  
#pedigree_tree .row {
  margin-bottom: 10px; }
  #pedigree_tree .row .top_branch {
    background: url(../images/site/lineage-branch-top.gif) left bottom no-repeat;
    float: left;
    padding-left: 130px; }
  #pedigree_tree .row .horizontal_branch {
    background: url(../images/site/lineage-branch-horizontal.gif) left center no-repeat;
    float: left;
    padding-left: 20px; }
  #pedigree_tree .row .bottom_branch {
    background: url(../images/site/lineage-branch-bottom.gif) left top no-repeat;
    float: left;
    padding-left: 130px; }
  #pedigree_tree .row .info {
    width: 200px;
    background: #000;
    border: 1px solid #352b1d;
    padding: 5px 10px;
    text-align: center;
    float: left; }
  #pedigree_tree .row.me .info {
    float: none; }
  #pedigree_tree .row .first_gen {
    margin-left:110px; }
  #pedigree_tree .row .second_gen {
    margin-left:350px; }
  #pedigree_tree .row .bottom_branch.third_gen,
  #pedigree_tree .row .top_branch.third_gen {
    margin-left:130px; }
  #pedigree_tree .row .third_gen.end,
  #pedigree_tree .row .third_gen.end {
    margin-left:592px; }
  #pedigree_tree .pad_top {
    margin-top: 80px; }
  #pedigree_tree .pad_bottom {
    margin-bottom: 80px; }

.for_sale img {
  vertical-align: bottom;
  margin-left: 5px; }

#horse_main_photo {
  border: 5px solid #fff; }

#horse_gallery li {
  margin-right: 20px;
  margin-bottom: 20px; }
  #horse_gallery li.last {
    margin-right: 0px; }
  #horse_gallery .horse_gallery_photo {
    border: 3px solid #fff; }

#farm_gallery li {
  margin-right: 2px;
  margin-bottom: 2px;
  vertical-align: bottom; }
  #farm_gallery li img {
    vertical-align: bottom; }
  #farm_gallery li.last {
    margin-right: 0px; }
      
.thumbnail {
  border: 3px solid #fff; }

#horse_list li {
  position:relative; 
  height: 240px; 
  overflow: hidden; 
  margin-bottom: 20px; }
  #horse_list .info { 
    position: absolute; 
    bottom: 0px;
    margin-bottom: 0px; 
    width: 100%; 
    padding: 8px; 
    background:url(/images/site/lightwindow/black-70.png); }
    #horse_list .info h4 {  
      font-style:italic;
      color: #fff; }
  #horse_list a {
    height: 240px;
    display: block; }
  #horse_list a:link {
    text-decoration: none; }
  #horse_list a:visited {
    text-decoration: none; }
  #horse_list a:hover {
    text-decoration: none; }

.pagination {
  padding: 0;
  overflow: hidden;
  text-align: center; }
  .pagination li {
    padding-left: 0;
    background: none;
    margin-right: 10px;
    display: inline; }
  .pagination .page-total {
    display: block;}
  .pagination a:link {
    text-decoration: none; }
  .pagination a:visited {
    text-decoration: none; }
  .pagination a:hover {
    text-decoration: underline; }
    
#footer {
  border-top: 2px solid #786847;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/site/paper-texture-brown.jpg); }
  
  #footer #signup_box {
    background: #2c2317;
    padding: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
    #footer #signup_box h2 {
      font-size: 34px; }
    #footer #signup_box input {
      vertical-align: bottom; }
      #footer #signup_box input.text {
        padding: 4px;
        font-size: 17px;
        border: none;
        width: 250px;
        margin-right: 5px; }

#bottom_nav {
  background: url(../images/site/paper-texture-red.jpg);
  border-top: 2px solid #786847;
  border-bottom: 2px solid #786847; }
  #bottom_nav ul {
    margin-bottom: 0; }
  #bottom_nav li {
    margin: 0px;
    height: 46px;
    line-height: 46px;
    display: block; }
  #bottom_nav a {
    border-right: 1px solid #7c7654;
    padding-left: 19px;
    padding-right: 19px; }
    #bottom_nav a:link {
      color: #aea894;
      text-decoration: none; }
    #bottom_nav a:visited {
      color: #aea894;
      text-decoration: none; }
    #bottom_nav a:hover {
      color: #fde59c;
      text-decoration: none; }
  #bottom_nav .nav-home a {
    padding-left: 0px; }
  #bottom_nav .last a {
    border-right: none;
    padding-right: 0px; }

#footer_info {
  margin-top: 20px;
  padding-bottom: 40px; }
  
#copyright {
  padding-right: 110px; }
  
#social_links {
  margin-right: 0px; }
  
  #social_links ul {
    line-height:32px;
    float:right;
    margin-bottom: 0px; }
.button:link {
  color: #fff;
  text-decoration: none; }
.button:visited {
  color: #fff;
  text-decoration: none; }
.button:hover {
  color: #f9e8b0;
  text-decoration: none; }
    
.facebook.button {
  background: url(../images/site/icons/facebook_32.png) left center no-repeat;
  line-height: 32px;
  padding-left: 37px;
  display: block; }
.twitter.button {
  background: url(../images/site/icons/twitter_32.png) left center no-repeat;
  line-height: 32px;
  padding-left: 37px;
  display: block; }
  
#footer_info .paypal {
  text-align: right;
  line-height: 32px;
}

#footer_info .paypal img {
  vertical-align: middle;
}
  
#aside .paypal {
  padding-left: 10px;
  line-height: 32px;
}

#aside .paypal img {
  vertical-align: middle;
}

.bxslider li {
  background: none;
  padding: 0;
}

.bxslider img {
  vertical-align: top;
}
.extracat {
  margin-top:-11px;
  }