/* General */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #444444;
  background: #58422c url('/images/background.png') repeat;
}

img {
  border: 0;
}

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

a:hover {
  text-decoration: underline;
}

input {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.f-12 {
  font-size: 12px;
}

.align-center {
  text-align: center;
}

ul li {
  list-style: square;
}

li {
  margin: 0 0 7px 0;
}

/* Structure */

#pad {
  height: 50%;
  margin: 0 auto -341px auto;
  float: left;
  width: 940px;
}
  
#center {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

#header {
  position: relative;
  width: 1000px;
  height: 139px;
  background: transparent url('/images/header.png') no-repeat;
  z-index: 2;
}

#main {
  position: relative;
  width: 1000px;
  min-height: 500px;
  background: transparent url('/images/main_bg.png') repeat-y;
  z-index: 2; 
}

#footer {
  position: relative;
  width: 1000px;
  height: 50px;
  background: transparent url('/images/footer.png') no-repeat;
  clear: both;
  z-index: 2;
}

/* Menus */

#header #home-link {
  display: block;
  position: absolute;
  top: 22px;
  left: 22px;
  height: 84px;
  width: 473px;
}

#primary_menu {
  position: absolute;
  top: 159px;
  left: 135px;
  width: 600px;
  height: 30px;
  z-index: 3;
}

#primary_menu a {
  display: block;
  float: left;
  height: 20px;
  padding: 5px 9px 7px 9px;
  font-size: 15px;
  font-weight: normal;
  font-family: Arial, sans;
  letter-spacing: 0.6px;
  line-height: 20px;
  color: #ffffff;
}

#primary_menu a.active {
  color: #BA503A;
  border: #6c655e 1px solid;
  background: #ffffff;
  -o-box-shadow: -3px -3px 8px #3D3226;
  -icab-box-shadow: -3px -3px 8px #3D3226;
  -khtml-box-shadow: -3px -3px 8px #3D3226;
  -moz-box-shadow: -3px -3px 8px #3D3226;
  -webkit-box-shadow: -3px -3px 8px #3D3226;
  box-shadow: -3px -3px 8px #3D3226;
}

#primary_menu a:hover {
  color: #BA503A;
  text-decoration: none;
}

#secondary_menu {
  position: absolute;
  top: 189px;
  left: 115px;
  width: 600px;
  height: 22px;
  background: #ffffff;
  z-index: 3;
}

#secondary_menu .sec {
  padding: 4px 0 0 23px;
  display: none;
}

#secondary_menu .sec.active {
  display: block;
}

#secondary_menu a {
  font-size: 14px;
  font-weight: normal;
  font-family: Arial, sans;
  letter-spacing: 0.6px;
  padding: 0 6px 0 6px;
  color: #54381C;
}

#secondary_menu a.active {
  text-decoration: underline;
}

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

/* Content */

#main {
  position: relative;
  float: left;
}

/* Sidebar */

#main #sidebar {
  position: relative;
  float: right;
  width: 300px;
  padding: 25px 0 30px 0;
}

#main #sidebar .block .header {
  width: 239px;
  height: 34px;
  background: url('/images/sub_header.png') no-repeat;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 4px 0 7px 53px;
  line-height: 34px;
}

#main #sidebar .block .header a {
  color: #ffffff;
}

#main #sidebar .block .content {
  padding: 0 35px 0 5px;
}

#main #sidebar .block .content h1.story {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 8px 0;
}

#main #sidebar .block .content h1.story a {
  color: #222222;
}

#main #sidebar .block .content img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 85px;
  max-width: 100px;
  -o-box-shadow: 3px 3px 5px #555555;
  -icab-box-shadow: 3px 3px 5px #555555;
  -khtml-box-shadow: 3px 3px 5px #555555;
  -moz-box-shadow: 3px 3px 5px #555555;
  -webkit-box-shadow: 3px 3px 5px #555555;
  box-shadow: 3px 3px 5px #555555;
}

#main #sidebar .block .content img.give {
  float: none;
  margin: 0 0 0 3px;
  -o-box-shadow: none;
  -icab-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 300px;
  max-width: 300px;
}


#main #sidebar .block .content .story-body {
  font-size: 12px;
  line-height: 150%;
}

#main #sidebar .block .content .story-body .read-more {
  text-align: right;
  margin-top: 5px;
}

#main #sidebar .block .content .story-body .read-more a {
  font-weight: bold;
}

#main #sidebar .block .content .story-divider {
  border-top: #777777 2px dotted;
  height: 1px;
  margin: 10px 0;
}

#main #sidebar .block .content a.book img {
  max-height: 350px;
  max-width: 240px;
  padding: 0;
  float: none;
  display: block;
  margin: 15px 0 10px 27px;
  -o-box-shadow: 3px 3px 5px #555555;
  -icab-box-shadow: 3px 3px 5px #555555;
  -khtml-box-shadow: 3px 3px 5px #555555;
  -moz-box-shadow: 3px 3px 5px #555555;
  -webkit-box-shadow: 3px 3px 5px #555555;
  box-shadow: 3px 3px 5px #555555;
}

#main #sidebar .block .twitter ul {
  padding: 0 0 0 20px;
  margin: 14px 0;
}

#main #sidebar .block .twitter ul li {
  margin: 0 0 5px 0;
  font-size: 12px;
}

#main #sidebar .block .twitter ul li .date {
  text-align: right;
  font-size: 10px;
  font-style: italic;
  margin: 5px 0 0 0;
}

#main #sidebar #sidebar-video {
  -o-box-shadow: 3px 3px 5px #555555;
  -icab-box-shadow: 3px 3px 5px #555555;
  -khtml-box-shadow: 3px 3px 5px #555555;
  -moz-box-shadow: 3px 3px 5px #555555;
  -webkit-box-shadow: 3px 3px 5px #555555;
  box-shadow: 3px 3px 5px #555555;
}

#main #sidebar .block .content.sites {
  margin: 8px 0 8px 0;
}

#main #sidebar .block .content.sites img {
  margin: 0px 0 13px 12px;
  float: none;
  max-width: 250px;
}

/* Blog */

#main #blog {
  position: relative;
  float: left;
  width: 600px;
  padding: 40px 40px 50px 60px;
}

#main #blog .post {
  margin: 0 0 30px 0;
}

#main #page img,
#main #blog img {
  max-width: 600px;
  -o-box-shadow: 3px 3px 5px #555555;
  -icab-box-shadow: 3px 3px 5px #555555;
  -khtml-box-shadow: 3px 3px 5px #555555;
  -moz-box-shadow: 3px 3px 5px #555555;
  -webkit-box-shadow: 3px 3px 5px #555555;
  box-shadow: 3px 3px 5px #555555;
  margin: 10px;
}

#main #blog h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 4px 0 6px 0;
}

#main #blog h1 a {
  color: #444444;
}

#main #blog h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 10px 0 10px 0;
}

#main #blog h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 10px 0 10px 0;
}

#main #blog .body {
  line-height: 130%;
}

#main #blog .date {
  color: #634e37;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  padding: 0 0 0 70px;
}

#main #blog .date .print {
  float: right;
  padding: 0 20px 0 0;
}

#main #blog .divider {
  background: #E0E0D5;
  height: 2px;
  margin: 9px 0 11px 0;
}

#main #blog .links {
  margin: 9px 0 11px 0;
  padding: 0 10px;
  height: 35px;
  border: 1px solid #EBEBEB;
  background: #F5F5F5;
  line-height: 35px;  
}

#main #blog .links a {
  font-weight: bold;
}

#main #blog .post.short {
  margin: 0 0 20px 0;
}

#main #blog .post.short h3 {
  margin: 10px 0 3px 0;
}

#main #blog .post.short h3 a {
  color: #444444;
}

#main #blog .post.short .details {
  font-size: 12px;
}

/* Comments */

#main #blog #comments {
  margin: 20px 0 0 0;
}

#main #blog #comments #comment_body {
  font-size: 13px;
  height: 200px;
  width: 594px;
}

#main #blog #comments #comments-list {
  margin: 20px 0 0 0;
}

#main #blog #comments .comment {
  border: 1px solid #EBEBEB;
  background: #F5F5F5;
  margin: 0 0 10px 0;
}

#main #blog #comments .comment .comment-name {
  border-bottom: 1px solid #EBEBEB;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 15px 20px 5px;
  padding-bottom: 10px;
}
#main #blog #comments .comment .comment-name span {
  color: #BA503A;
}

#main #blog #comments .comment .comment-date {
  background: #EFEFEF;
  border-top: 1px solid #EBEBEB;
  color: #333333;
  font-size: 12px;
  padding: 10px 25px 10px 15px;
  text-align: right;
}

#main #blog #comments .comment .comment-text {
  font-size: 13px;
  line-height: 140%;
  margin: 15px 20px 5px 25px;
}


/* Pages */

#main #page {
  position: relative;
  float: left;
  width: 600px;
  padding: 40px 40px 50px 60px;
}

#main #page h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 4px 0 10px 0;
}

#main #page h2 {
  font-size: 26px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 10px 0;
}

#main #page h3 {
  font-size: 20px;
  font-weight: normal;
  font-family: 'Times New Roman', Times, serif;
  margin: 0 0 10px 0;
}

/* Contact */

#main #page #contact-form {
  margin: 30px 0 0 0;
}

#main #page #contact-form .field {
  width: 300px;
}

#main #page #contact-form select {
  width: 306px;
}

#main #page #contact-form textarea {
  width: 598px;
  height: 300px;
}

#main #page #contact-form .title {
  font-weight: bold;
  color: #ff0000;
}

#main #page #contact-form .small {
  font-size: 10px;
}

/* Newsletter */

#newsletter {
  position: relative;
  width: 1000px;
  height: 50px;
}

#newsletter #form {
  position: absolute;
  top: 16px;
  right: 11px;
  height: 37px;
  width: 274px;
  background: transparent url('/images/mailing_list.png');
}

#newsletter #form #EMAIL {
  width: 172px;
  height: 17px;
  font-size: 11px;
  border: 0;
  background: #ffffff;
  margin: 8px 0 0 40px;
  padding: 3px 0 0 3px;
}

#newsletter #form #submit {
  width: 45px;
  height: 19px;
  border: 0;
  background: #ffffff;
  font-size: 9px;
  margin: 2px 0 0 1px;
}

/* Subscribe */

#subscribe {
  position: relative;
  width: 1000px;
  height: 50px;
  z-index: 2;
}

#subscribe img {
  margin: 0 0 0 20px;
}

/* Slideshow */

#slideshow-container {
  width: 600px;
  padding: 5px;
  background: #564636;
  margin: -10px 0 35px -5px;
  -o-box-shadow: 3px 3px 5px #555555;
  -icab-box-shadow: 3px 3px 5px #555555;
  -khtml-box-shadow: 3px 3px 5px #555555;
  -moz-box-shadow: 3px 3px 5px #555555;
  -webkit-box-shadow: 3px 3px 5px #555555;
  box-shadow: 3px 3px 5px #555555;
}

#main #blog #slideshow-container img {
  margin: 0;
  -o-box-shadow: 0;
  -icab-box-shadow: 0;
  -khtml-box-shadow: 0;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}


#slideshow {
  width: 600px;
  height: 371px;
}

#slideshow .slide {
  position: absolute;
}

#slideshow .slide .enlarge {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  height: 26px;
  width: 81px;
  z-index: 100;
}

#slideshow .slide .enlarge img {
  float: right;
}

#slideshow .slide .enlarge .enlarge_text {
  display: none;
}

#slideshow .slide .enlarge:hover .enlarge_text {
  display: block;
}

#slideshow-content {
  position: absolute;
  width: 498px;
  height: 459px;
  top: 17px;
  left: 402px;
  overflow: auto;
}

#slideshow-content .text {
  padding: 40px 50px;
}

#slideshow-thumbs {
  width: 600px;
  height: 62px;
  margin: 5px 0 0 0;
  position: relative;
  overflow: hidden;
}

#slideshow-thumbs #slider {
  height: 62px;
  position: absolute;
  left: 0;
}

#slideshow-thumbs #slider .thumb {
  position: relative;
  float: left;
  width: 100px;
  height: 62px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  z-index: 40;
}

#slideshow-thumbs #slider .thumb .rollover {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 58px;
  border: 2px solid #DF5337;
  visibility: hidden;
}

/* Pagination */

.pagination {
  font-size: 14px;
  line-height: 20px;
  margin: 30px 0 0 0;
  text-align: center;
}

.pagination .page {
  margin: 0 2px;
}

.pagination a {
  border: 1px solid #dcdcdc;
  padding: 0px 4px 2px 4px;
  background-color: #ececec;
}

.pagination span.current {
  border: 1px solid #dcdcdc;
  padding: 0px 5px 2px 5px;
  background-color: #fcfcfc; 
}

.pagination a.prev_page,
.pagination a.next_page,
.pagination span.prev_page,
.pagination span.next_page {
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* Admin & Edit Links */

#edit {
  position: fixed;
  top: 22px;
  right: 0;
  padding: 3px 6px;
  z-index: 20;
}

  #edit a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }

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

#admin {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  padding: 2px 6px 5px 6px;
  color: #fff;
  font-size: 12px;
}

  #admin a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  
  #admin a:hover {
    text-decoration: underline;
  }

#logins {
  padding: 60px 0 0 30px;
}

/* Errors & Notices */

#notice, #error {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 5px;
  z-index: 100;
}

#notice {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#error {
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;  
}

#errorExplanation {
  font-size: 12px;
  font-weight: bold;
  color: #785C52;
  padding: 20px;
}

