/* Reset browser defaults */
blockquote { border-left: solid 2px #ccc; padding-left: 1em; margin-left: 1em;  }
.clearer, .clear { float: none; clear: both; line-height: 0px; }
 

/* Fix for h's */

h1, h2, h3 ,h4 ,h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}

/* Links */
a { 
  color: #943424;
  text-decoration: none;
  font-weight: bold;
  padding: 1px 2px;
  text-decoration: underline;
}
a:visited {
  color: #AA695D;
}
a:hover {
  color: #441A12; background-color: #D6A678;
}
a img {
  border: 0;
}

/* Body & wrapper [#container] */
html, 
body {
  height: 100%;
  margin: 0; padding: 0;
}
body
{
  font: 0.75em/1.6em 'lucida grande', sans-serif;
  background: #5b311f url(../images/backdrop.jpg) center 0 repeat;
  color: #333;
}
td,
th,
textarea,
input {
  font: 1em 'lucida grande', sans-serif;
}

#container
{
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: center;
}
#bodyarea ul, #bodyarea ol {
  margin: 5px 0 5px 0;
}

#bodyarea .col_small ul,
#bodyarea .col_small ol {
  margin: 0;
}
#bodyarea ul { 
  list-style-image: url(../images/bullet.gif);
}
.spacing {
  padding: 0px !important;
}

/* Columns */ 
.col_small, 
.col_medium, 
.col_large, 
.col_full {
  position: relative;
}
.col_small, .store_sidebar { 
  float: left;
  width: 230px;
  padding: 15px 10px;
  font-size: 0.9em;
}
.col_medium {
  float: left;
  width: 400px !important;
  width: 400px;
  padding: 10px;
  margin: 0;
}
.col_large, .store_main {
  float: left;
  width: 650px;
  padding: 15px 10px 50px 10px;
}

#bodyarea .store_main {
  padding:15px 10px 50px 10px;
}

/* Header [#container > #header] */
#header {
  margin: 0 auto; text-align: left;
  position: relative; overflow: hidden;
}

#header h1 {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 43px;
  font: 2.4em 'segoe ui', 'lucida grande', sans-serif;
  z-index: 1;
  color: #fff;
}
#header p {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 77px;
  font: bold 0.85em 'segoe ui', 'lucida grande', sans-serif;
  color: #8e8d5e;
  z-index: 1;
}
#header, #navigation, #bodyarea, #footer {
  width: 920px;
}

/* Navigation [#container > #header > #navigation] */
#navigation {
  background: #371c10 url(../images/nav-bg.jpg) center top no-repeat;
  margin-top: 128px;
/*  height: 32px;*/
/*  padding-bottom: 32px;*/
  position: relative;
  border-top: solid 2px #ca482e;
}
#navigation ul {
  overflow: hidden;
  margin: 0;
}
#navigation li {
  float: left;
  display: block;
}
#navigation a,
#navigation a:visited {
  text-decoration: none;
  float: left;
  color: #fff;
  font-family: 'lucida grande', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  margin: 0 2px 0 0;
  padding: 0 10px;
  line-height: 30px;
  padding-bottom: 0;
  border: 0;
}
#navigation li:hover a,
#navigation li.active a,
#navigation a:hover {
  background: #2d170e; 
}

/* Secondary nav */
#navigation .menu_secondary {
  background: transparent;
  width: auto;
  z-index: 1;
}
  
#navigation .menu_secondary a {
  line-height: 25px;
  background: transparent;
  border: 0; color: #CD977A;
  padding: 0 10px;
}

#navigation .menu_secondary a:hover {
  background: #2d170e;
  color: #F48D56;
  padding-bottom: 0;
}

/* Centering trick */
#navigation .menu_primary,
#navigation .menu_secondary {
  margin:0 auto;
  white-space:nowrap;
  width: auto;
}
#navigation .menu_primary li,
#navigation .menu_secondary li {
  float: left;
  margin: 0;
}

/* Search [#container > #header > form] */
#header form {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 226px;
  height: 24px;
  background: url(../images/search.gif) no-repeat;
  overflow: hidden;
}
#header .textfield {
  width: 180px;
  margin: 4px 4px 0 8px;
  background: #fff;
  border: 0;
  color: #444;
  padding: 0;
}
#header .textfield:focus {
  color: #444;
}
#header .submitbutton {
  width: 24px;
  height: 100%;
  border: 0; background: #fff;
  /* Image replacement */ 
    font-size: 0.01em;
    padding-left: 103px;
    position: absolute;
    top: 0; left: 182px;
  background: url(../images/search.gif) -182px 0px no-repeat;
  cursor: pointer;
}
  
/* Body [#container > #bodyarea] */
#bodyarea {
  width: 920px;
  margin: 0 auto;
  text-align: left;
  background: #e1cfac url(../images/area-bg.jpg) repeat-y;
  padding: 0;
  overflow: hidden;
  position: relative;
  border-bottom: solid 2px #4B1002;
}

/* Footer [#container > #footer] */
#footer {
  text-align: center; width: 100%; padding-top: 8px; padding-bottom: 10px;
}
#footer p {
  margin: 0 auto 1em auto;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 0.8em;
  padding: 10px 10px 28px 10px; width: 748px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}
#footer a, #footer a:visited {
  text-decoration: none;
  color: #D6A678;
  border-bottom: dotted 1px #D6A678;
}
#footer a:hover {
  color: #111;
}
  
/* Content */
/* Page-specific search box */ 
#searchcontent {
  width: auto;
}
.col_small #searchcontent {
  top: -10px;
  right: -20px;
}
#searchcontent .textfield {
  width: 140px;
  background: #F6F7D7;
  border: solid 1px #C2C48D;
  padding: 2px;
}
#searchcontent .submitbutton {
  font-size: 0.78em;
  font-weight: bold;
  padding: 2px 4px;
  background: #C5BBA5;
  border: solid 2px #ddd;
}

/* Etc */
.content_item a.edit,
.meta a.edit {
  padding: 3px 2px 3px 20px;
  background-image: url(../images/icon-edit.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: 0;
}

/* Functions */
.functions {
  padding: 1.5em 0 1.5em 0;
  margin: 0;
}
.functions p {
  background: #BFA77F;
  margin: 0 -20px;
  padding: 6px 0 6px 14px;
}
.functions a,
.functions a:visited {
  color: #333;
  border: 0;
  padding: 6px 8px 6px 26px;
  background: url(../images/icon-add.gif) 6px 6px no-repeat;
}
.functions a:hover {
  color: #111;
  background-color: #B19973;
}

/* News */
.newsitemsmall {
  float: right;
  margin: 0 0 1em 1em;
} 
/* Image */
.content_item {
  border-bottom: solid 1px #aaa;
}
.meta {
  margin: 0 !important;
  padding: 0;
  font-size: 0.8em;
  color: #777;
  font-weight: bold;
}
.content_item h3 {
  margin-bottom: 0;
  padding: 0;
}

/* Item */
.imagecaption {
  float: right;
  margin: 0 0 1em 1em;
  padding: 2px;
  border: solid 1px #aaa;
  background: #eee;
  width: 240px;
}
.imagecaption img {
  display: block;
  vertical-align: middle;
}
.imagecaption p {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  display: block;
  text-align: left;
  width: auto;
}

/* Pagination */
#paginate {
  clear: both;
  background: #BFA77F;
  margin: 1.5em -20px 1.5em -20px;
  padding: 6px 0;
  overflow: hidden;
}
#paginate .next { 
  float: right;
}
#paginate .previous {
  float: left;
}
#paginate a { 
  color: #111;
  padding: 8px 20px;
  background: #B19973;
}
#paginate a:visited {
  color: #222;
}
#paginate a:hover {
  color: #111;
  background: #A88D60;
}

/* Calendar */
.calendar {
  border: 1px solid #9F978B;
}
#event_calendar td,
#event_calendar th {
  width: 14%;
  vertical-align: top;
  position: relative;
}
#event_calendar th {
  text-align: center;
  padding: 4px 3px;
  font-weight: bold;
  background: #CFB09B;
}
#event_calendar td {
  height: 10em;
  padding: 3px;
  background: #EFEAE0;
  border-top: solid 2px #482110;
  font-size: 0.85em;
  overflow: auto;
}
#event_calendar td a,
#event_calendar td a:visited {
  padding: 2px;
  display: block;
  background: #D6CCB3;
  color: #333;
  border: solid 1px #C5BBA5; 
}
#event_calendar td a:hover {
  background-color: #C5BBA5;
}
#event_calendar ul {
  margin: 0; list-style: none;
}
#event_calendar p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: inline;
}
/* Calendar subscribe */
.subscribe {
  text-align: center;
}
.subscribe a,
.subscribe a:visited,
.subscribe a:hover {
  background: transparent;
  border: 0;
}

/* Sort [calendar page, and collections page] */
.sort ul {
  margin: 0; padding: 0;
}
.sort a:hover {
  background-color: #97825F;
  color: #333;
}
.sort li {
  display: inline;
}
.sort ul {
  overflow: hidden;
}
.sort select {
  font-size: 0.9em;
  border: solid 4px #B19973;
  background: #B19973;
  -moz-border-radius: 2px; margin: 0 2px;
}

/* Gallery */
.thumb {
  float: left;
}
.thumbnails {
  overflow: hidden;
}
.thumbnails a {
  padding: 0;
  margin: 0;
  border: 0;
}
.thumbnails a:hover {
  background: 0;
}
.thumbnails img {
  border: solid 2px #ccc;
  margin-right: 5px;
}
.thumbnails a:hover img {
  border-color: #A6A853;
}

/* Albums */
.content_item .thumb {
  display: inline;
  float: none;
}
.content_item a {
  padding: 0;
  border: 0;
}

/* sIFR */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
}
span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
/* "decoy" styles used to hide the browser text before it is replaced */
.sIFR-hasFlash h1 {
  visibility: hidden;
}

/*=BODYAREA
=== === === === === === === === === === */
#bodyarea #buysteps{
  border-bottom: 2px solid #5b311f;
  margin: 0 0 10px 0;
  color: #5b311f;
  font-size: 85%;
}
#bodyarea #buysteps ul{
  padding: 0 10px 4px 0;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
}

/*=STORE
=== === === === === === === === === === */
#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0 ;
}
#bodyarea ul.products_list li{
  padding: 10px 0 0 0;
  margin: 0;
  float: left;
  width: 100%;
}
#bodyarea ul.products_list li .product_img{
  float: left;
  width: 120px;
}
#bodyarea ul.products_list li .product_img a{
  padding: 0;
}
#bodyarea ul.products_list li .product_img img{
  display: block;
  margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc{
  float: left;
  width: 380px;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}
#bodyarea table.products_list,
#bodyarea .summary table{
  margin: 0 0 40px 0;
  border-collapse: collapse;
  width: 540px;
}
#bodyarea table.products_list th,
#bodyarea .summary table th{
  padding: 3px;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 3px;
  border-top: 1px solid #D6A678;
}

#article {
  overflow:hidden;
}

.view_more_link {
  margin:0 !important;
}

.forms_widget div {
  padding: 0;
}

#bodyarea .col_small .widget-forms-widget .widgetdiv1 {
  overflow: visible;
}
