/* CSS crunched with Crunch - http://crunchapp.net/ */
/*
@baseBorderRadius:      4px;
@borderRadiusLarge:     6px;
@borderRadiusSmall:     3px;
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 60px;
  color: #6b664a;
  font-family: "Great Vibes", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 30px;
}
h2 {
  font-size: 24px;
  color: #a49e76;
  font-weight: normal;
  font-style: italic;
}
h3 {
  color: #724235;
  font-size: 16px;
  font-weight: normal;
  font-variant: small-caps;
}
#top_bck {
  background-image: url("../images/top_bck.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #313029;
  height: 359px;
}
#top_bck #logo_container {
  position: relative;
}
#top_bck #logo_container a {
  display: block;
  position: absolute;
  left: 213px;
  top: 84px;
}
#menu_bck {
  border-top: solid 1px #fff7d4;
  border-bottom: solid 1px #dcc966;
}
#menu_container {
  background-color: #e6e3b7;
  border-bottom: solid 3px #e2d070;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 10px 50px 3px rgba(152, 147, 116, 0.3);
  -moz-box-shadow: 0 10px 50px 3px rgba(152, 147, 116, 0.3);
  box-shadow: 0 10px 50px 3px rgba(152, 147, 116, 0.3);
}
ul#main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#main-menu li {
  float: left;
  display: inline;
}
ul#main-menu li a {
  margin: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
#content_background {
  background-image: url("../images/content_background.jpg");
}
#content_container {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px 3px rgba(152, 147, 116, 0.5);
  -moz-box-shadow: 0 5px 10px 3px rgba(152, 147, 116, 0.5);
  box-shadow: 0 5px 10px 3px rgba(152, 147, 116, 0.5);
}
#content_container h1 {
  padding: 0 40px;
}
#text_content {
  padding: 0 20px 0 40px;
}
#text_content p {
  line-height: 24px;
  margin-bottom: 20px;
}
#text_content p.lead {
  color: #724235;
  font-variant: small-caps;
}
#text_content ul {
  list-style-type: none;
  margin-left: 10px;
}
#text_content ul li {
  padding-left: 20px;
  background-position: 0 7px;
  background-image: url("../images/list_item_img.gif");
  background-repeat: no-repeat;
}
#text_content img {
  border: solid 1px #e2d070;
  padding: 2px;
}
#text_content strong {
  color: #724235;
}
#gallery-column {
  padding-top: 28px;
}
#gallery-column #gallery-header {
  font-size: 24px;
  color: #a49e76;
  font-variant: small-caps;
}
#gallery-column ul.thumbnails {
  margin: 0;
  padding-top: 34px;
}
#gallery-column ul.thumbnails li {
  margin: 0;
  margin: 4px;
  margin-top: 8px;
}
#gallery-column ul.thumbnails li img {
  padding: 0;
}
#footer_container {
  margin-top: 40px;
  border-top: solid 2px #ba7227;
  padding-top: 2px;
}
#footer_container #footer_container_inner {
  border-top: solid 1px #ba7227;
}
#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #724235;
}
#footer a {
  color: #ba7227;
}
