@import "reset.css";

html {
  overflow-y: scroll;
}
body {
  font-family: Georgia, sans-serif;
  font-size: 14px;
  color: #6d6357;
  background: #211910;
}

p {
  line-height: 1.42em;
  margin-bottom: 1em;
}

a {
  color: #dcbc95;
}

img {
  border: 4px solid #323d51;
  margin-bottom: 10px;
}

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

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

img.left {
  float: left;
  margin-right: 10px;
}

img.right {
  float: right;
  margin-left: 10px;
}

img.no-border {
  border: none;
}

.container {
  width: 1100px;
}

h2 {
  color: #675442;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 8px;
}

h3 {
  color: #9f9f9f;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 24px;
}

h4 {
  color: #675442;
  font-size: 14px;
  margin-bottom: 8px;
}

#contact input[type="hidden"],
#purchase input[type="hidden"] {
  display: none;
  border: none;
}

/*******    Header    *******/
.header {
  height: 107px;
  background: url(../images/new-header-bg.jpg) repeat-x;
}

.header-wrap {
  position: relative;
  width: 1036px;
}

.header a.logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 593px;
  height: 107px;
  background: url(../images/logo.jpg) no-repeat;
}

.header a.logo h1 {
  margin-left: -5000px;
}

/*******    Menu    *******/
.main-nav {
  margin-top: 50px;
  float: right;
}
.main-nav li {
  display: inline;
  background: #362e27;
}
.main-nav a {
  display: block;
  float: left;
  color: #6e6458;
  font-style: italic;
  padding: 6px 8px;
  background: #362e27;
}
.main-nav a:hover {
  color: #F2F1EC;
  text-decoration: none;
}
.main-nav li.first a {
  padding-left: 16px;
}
.main-nav li.last a {
  padding-right: 16px;
}

/*******    Content   *******/
.content {
  background-color: #f2f1ec;
}

.content-inner {
  width: 1100px;
  background: url(../images/hr.png) 30px right no-repeat;
}

img#main-image {
  border: none;
  margin: 0 0 0 0;
  float: left;
}

.content ul {
  margin-bottom: 1em;
}

.content li {
  line-height: 1.42em;
  margin-left: 20px;
  list-style-type: disc;
  font-weight: bold;
}

.cms-content {
  float: right;
  text-align: left;
  padding-top: 95px;
}

.top-hr {
  border: none;
}

/*******    SECTION: Explore Sections    *******/

dl h4 {
  border-bottom: 1px solid #cecfcb;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 0;
  font-style: italic;
}
dd a {
  border-bottom: 1px solid #cecfcb;
  display: block;
  font-size: 18px;
  color: #8f8f8f;
  padding: 10px 23px 10px 0;
}

/*******    Home    *******/
#home .content {
  /* background: #f1f5ee url(../images/home-content-bg.jpg) 559px 0 no-repeat; */
  /* background: #f1f5ee; */
}

#home .cms-content {
/*  margin-right: 52px;
  width: 448px;
  padding-bottom: 20px;
*/
  width: 460px;
}
#home .cms-content h2,
#home .cms-content h3 {
  text-align: right;
}
#home .cms-content p {
  float: right;
  font-size: 16px;
  width: 350px;
}

#home #readyhang {
  float: left;
  border: none;
}

#home .explore {
  font-style: italic;
  margin-right: 52px;
}
#home .explore dl {
  float: right;
  margin-right: 28px;
  width: 200px;
}

#home .explore h4,
#home .purchase h4 {
  border-bottom: 1px solid #cecfcb;
}

#home .explore h4,
#home .purchase h4 {
  padding-top: 10px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

#home .explore dd a {
  text-align: right;
}

#home .purchase {
  float: right;
  padding: 0 15px 15px;
  width: 145px;
  background: #d5d5d1;
}
#home .purchase h4 {}

#home .purchase p {
  padding-top: 12px;
  color: #8f8f8f;
  font-size: 12px;
}

#home .purchase a.buy-now {
  display: block;
  color: #fff;
  background: #675442;
  float: right;
  padding: 5px 8px;
}

/*******    About    *******/
#about .cms-content {
  width: 500px;
}

.autograph {
  padding-top: 10px;
}
.autograph img {
  border: none;
}

.autograph img.head-shot {
  float: left;
  margin-right: 15px;
}

.autograph .name {
  font-size: 12px;
  font-style: italic;
  margin-top: -10px;
}

/*******    How It Works    *******/
#how-it-works .cms-content {
  padding-left: 75px;
  padding-top: 25px;
  float: none;
}

#how-it-works .content-inner {
  background-image: none;
}

#how-it-works .content-inner p {
  font-size: 16px;
}

#how-it-works h2 {
  margin-top: 35px;
}

#how-it-works a#player {
  display: block;
  border: 7px solid #968b7e;
  float: left;
  width: 528px;
  height: 324px;
}

#how-it-works .main-image {
  border: none;
  float: none;
}

.how-top img {
  float: left;
  width: 528px;
}

.how-top dl {
  float: left;
  margin-left: 35px;
}

.how-top dd a {
  font-style: italic;
}

/*******    FAQs   *******/
#faqs .cms-content {
  padding: 25px 0 25px 75px;
  float: none;
}

#faqs .content-inner {
  background-image: none;
}

#faqs .content-inner p {
  font-size: 16px;
}

#faqs h2 {
  margin-top: 35px;
}

.faq-top .all-faqs {
  float: left;
  width: 540px;
}

.faq-top dl {
  float: left;
  margin-left: 35px;
}

.faq-top dd a {
  font-style: italic;
}

/*******    Contact   *******/
#contact .content {
  background: #f0efea url(../images/contact-content-bg.jpg) 620px 0 no-repeat;
}
#contact .cms-content {
  width: 460px;
  padding-top: 15px;
}

#contact-form {
  background: #e1dfdb;
  padding: 15px 20px;
}

#contact-form label {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 3px;
}

#contact-form input,
#contact-form textarea {
  display: block;
  background: #edecea;
  border: none;
  width: 410px;
  padding: 5px;
  margin-bottom: 6px;
}

#contact-form textarea {
  height: 90px;
}

#contact-form input.required,
#contact-form input.invalid,
#contact-form textarea.required {
  border: solid 1px #873116;
  background: #B06558;
}

#contact img {
  border: 0 none;
  margin: 0;
}

#contact-form input.submit {
  font-family: Georgia, sans-serif;
  text-align: right;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #675442;
  background: url(../images/submit-bg.gif) center right no-repeat;
  padding-right: 20px;
  cursor: pointer;
  cursor: hand;
  margin-bottom: 0;
}

#contact-form input.submit:hover {
  text-decoration: underline;
}

.by-mail {
  margin: 10px 0 0 5px;
}

.by-mail h4 {
  background: url(../images/mail-bg.png) center left no-repeat;
  padding-left: 25px;
  height: 21px;
  line-height: 21px;
  font-style: italic;
  margin-bottom: 0;
}

.by-mail p {
  margin-left: 25px;
}

/*******    Purchase Page   *******/
#small-out-of-stock,
#large-out-of-stock {
  display: none;
}

#purchase .cms-content {
  width: 460px;
}

#purchase #product-image-wrapper {
  border: 4px solid #bcbec0;
  float: right;
  margin-left: 10px;
  position: relative;
  height: 294px;
  width: 219px;
  overflow: hidden;
}
#purchase #product-image {
  border: none;
  height: 294px;
  width: 219px;
}

#out-of-stock-message {
  position: absolute;
  bottom: 0;
  width: 219px;
  background: #000;
  padding: 10px 0;
  margin: 0;
  color: #fff;
  text-align: center;
  display: none;
}

#purchase h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: right;
  margin-bottom: 20px;
}

ul.features {
  padding-left: 15px;
}
.features li {
  font-weight: normal;
  font-size: 12px;
}

#purchase p {
  text-align: right;
}

#purchase .price {
  font-weight: bold;
  font-style: italic;
}

#purchase .instructions {
  margin: 40px 0;
  font-size: 11px;
  font-style: italic;
}

#purchase .choices {
  position: relative;
  clear: both;
  padding-top: 50px;
}

#purchase label {
  color: #8f8f8f;
  font-style: italic;
  font-weight: bold;
  display: block;
}

#purchase select {
  display: block;
  background: #fff;
  border: 1px outset #e3e3e3;
}

#purchase input {
  display: block;
  border: 1px inset #e3e3e3;
}

#quantity {
  position: absolute;
  top: 50px;
  right: 100px;
}
#quantity input {
  width: 25px;
  padding: 2px 3px;
  text-align: center;
}

#shipping-info {
  padding-top: 7px;
  font-weight: normal;
  font-size: 11px;
}

#cart-response {
/*
  margin-left: 60px;
  width: 230px;
*/
  margin-left: 20px;
  width: 350px;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  color: #6d6357;
}

#cart-response #message label {
  color: red;
  font-weight: normal;
  font-style: normal;
}
#cart-response #view-cart {
  color: #959595;
}

#size {
  position: absolute;
  top: 0;
  right: 3px;
}
#size select {
  width: 120px;
}

#finish {
  position: absolute;
  top: 0;
  right: 140px;  
}
#finish select {
  width: 140px;
}

#finial-shape {
  position: absolute;
  top: 0;
  right: 300px;  
}
#finial-shape select {
  width: 140px;
}

input#add-to-cart {
  color: #fff;
  font-style: italic;
  background: url(../images/add-to-cart-bg.png) repeat-x;
  padding: 3px 10px 5px;
  position: absolute;
  right: 0;
  top: 49px;
}

#purchase label label.error {
  font-style: normal;
  font-weight: normal;
  color: red;
}

/*******    Footer    *******/
.footer {
  width: 1100px;
  color: #6d6357;
  font-size: 12px;
}

.footer-wrap {
  position: relative;
  padding: 5px 25px 5px 25px;
}
.footer a {
  color: #6d6357;
}

.footer .developed-by {
  position: absolute;
  top: 5px;
  right: 0;
}

/*******    Photo Gallery   *******/


.highslide-item {
  float: left;
  height: 170px;
  text-align: center;
  margin: 0 10px;
}

.highslide-item a.highslide {
  text-align: center;
}

/*******		Blog		*******/

#blog .content-inner {
  width: 915px;
  padding-left: 85px;
}

#blog h2 a {
  padding: 45px 0 72px;
  margin: 0;
  color: #6d6357;
  display: block;
}

#blog .blog-article {
  float: left;
  width: 620px;
  color: #6d6357;
}

#blog .cms-content {
  padding: 0 0 35px 0;
}
#blog .blog-article h3 {
  font-size: 30px;
  font-weight: bold;
  color: #6d6357;
  border-bottom: 1px solid #c8c7c4;
  padding-bottom: 6px;
}
#blog .blog-article h3 span.date {
  float: right;
  font-size: 14px;
  display: block;
  font-weight: normal;
  padding-top: 14px;
}

#blog .blog-article img {
  border: 5px solid #e1e1dd;
  float: left;
  margin-right: 15px;
}

#blog .comments {
  border-bottom: 1px solid #c8c7c4;  
  border-top: 1px solid #c8c7c4;
  padding: 6px 5px;
  margin-bottom: 35px;
  text-align: right;
}
  #blog .comments,
  #blog .comments a {
    color: #675442;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
  }
  #blog .comment-count {
    float: left;
  }

#blog .all-comments {
  border-top: 1px solid #c8c7c4;
  padding-top: 6px;
}


#blog .all-comments h2 {
  font-size: 14px;
}

/*******		Archive		*******/
#blog .blog-archive {
  float: right;
  text-align: left;
  width: 230px;
}

#blog .blog-archive h3 {
  color: #675442;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px solid #c8c7c4;
  padding: 15px 0 5px 5px;
  margin: 0 0 5px 0;
}

.reflect_archive_list {
  padding-left: 5px;
}

.reflect_archive_list ul,
.reflect_archive_list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.reflect_archive_list li,
.reflect_archive_list a {
  font-weight: normal;
  font-style: italic;
  color: #8f8f8f;
}

a.reflect_item_link {
  color: #221910;
}

li.reflect_month {
  display: block;
  padding: 0 0 0 0;
}

ul.reflect_items li {
  padding-left: 15px;
}
.reflect_date {
  display: none;
}

.pagination {
  display: relative;
  height: 34px;
}
.pagination a {
  color: #959595;
  font-weight: bold;
  font-style: italic;
}
.pagination a.ditto_next_link {
  float: right;
}
