/* skin
----------------------------------------------------*/

a {
  color:#07729f;
}

html {
  background: #2A0D00;
}

body {
  margin: 0;
  color: #2A0D00;
  background: #2a0d00 url(/images/body.gif) center 0 repeat-y;
}

#hd {
  color: #F4DEAC;
  background: #2a0d00 url(/images/logo.gif) center 0 no-repeat;
}

#ft {
  color: #2a0d00;
  background: #2a0d00 url(/images/ft.gif) center 0 no-repeat;
  text-align: center;
}

#gns_01 {
  font-size: 108%;
  font-weight: bold;
}

#gns_01 li a {
  color: #2A0D00;
  border-right: 1px solid #E1A925;
}

#gns_01 li#home a {
  border-left: 1px solid #E1A925;
}

#gns_01 li.active a {
  color: #625858;
  background-color: #fff;
}

/* end skin
-------------------------------------------------------------------------*/

#hd, h1, h2, h3, th, #ft {
  font-family: Georgia, Times, serif;
  letter-spacing: 1px;
}

.clear { clear: both; }

#bd {
  min-height: 350px;
  z-index: 1;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

#hd {
  letter-spacing: 1px;
}

#hd h1,
#hd h1 a {
  display: block;
  width: 250px;
  height: 120px;
}

#hd h1 {
  position: absolute;
  top: 0;
  left: 28px;
}

#hd h1 a {
  text-indent: -1000em;
}

#ft {
  padding-top: 3em;
}

#hd .banner,
#ft .inner {
  position: relative;
  width:73.076em;
  margin: 0 auto;
}

#hd .banner { height: 170px; }
#ft .inner  { min-height: 100px; }

#gns_01 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 42px;
  margin: 0;
  padding-left: 145px;
}

#gns_01 li.tab,
#gns_01 li.tab a {
  display: block;
  float: left;
}

#gns_01 li.tab a {
  height: 29px;
  padding: 13px 20px 0;
  text-decoration: none;
}

#gns_01 li.tab a.tab:hover {
  text-decoration: underline;
}

.yui-g {
  padding: 2em;
}

#hd li.hours {
  position: absolute;
  top: 30px;
  width: 360px;
}

#hd li.hours.a {
  left: 0;
}

#hd .hours.b ul li.comma {display: none;}


#hd li.hours.b {
  right: 10px;
  text-align:right;
}

#ft .hours.b ul li.street,
#ft .hours.b ul li.comma,
#ft .hours.b ul li.city {
  display: inline-block;
}

#ft .hours.b ul li.comma,
#ft .hours.b ul li.city {
  margin-left: -2px;
}

/*#ft li.hours {
  display: inline-block;
}
*/
#ft li.hours.a {
  padding-right: 10px;
  border-right: solid 1px #2A0D00;
}

#ft li.hours.b {
  padding-left: 10px;
}

/* content
----------------------------------------------------------*/

h2,h3 {
  font-weight: bold;
  letter-spacing: 2px;
  color: #6E2405;
}

h2 {
  font-size: 153.9%;
  line-height: 197%;
  margin-bottom: .5em;
}

div.category {
  padding: .5em;
  background-color: #F4DEAC;
  margin-bottom: 2em;
}

div.category h3 {
  font-size: 116%;
  padding: 5px 0 12px .75em;
}

table, td, tr {
  background-color: #fff;
}

table, tr {
  border: 1px solid #EDCD7F;
}

td { padding: .25em 1em; }
th { padding: .5em 1em; }

th {
  font-size: 108%;
  font-weight: bold;
  text-transform: lowercase;
  font-variant: small-caps;
  background-color: #6E2405;
  color: #F4DEAC;
}

tr.item_details td {
  color: #6E2405;
  background-color: #F4DEAC;
}

.item_details p {
  margin: 10px 10px 10px 0;
  font-size: 108%;
}

.item_details img {
  float: left;
  margin: 0 15px 10px 0;
  border: 1px solid #E1A925;
}

.item_details img:hover {
  border: 2px solid #07729F;
  margin: -1px 14px 9px -1px;
}

#main_content div.hours {
  display: inline-block;
  float: left;;
  width: 205px;
  margin-right: 12px;
}

#main_content div.hours table {
  border: none;
}

#main_content div.hours tr {
  border: none;
}

#main_content div.hours td {
  padding: 1px;
  border: none;
}


#main_content div.home_content {
  display: inline-block;
  left: 450px;
  width: 680px;
  padding-top: 9px;
}

#main_content div.home_content p {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
/* posts
-------------------------------------------------------------------------*/

li.post {
  min-height: 50px;
  margin-bottom: 20px;
}

li.post h3,
li.post h4,
li.post p {
  margin-left: 60px;
}

li.post h3 {
  font-size: 123.1%;
}

li.post h4 {
  color: #6E5905;
}

.post img.avatar {
  float: left;
  vertical-align: text-top;
}


/* pagination
--------------------------------------------------------------------------------*/

.pagination {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  text-align: right;
  z-index: 1000;
}

.pagination a,
.pagination span {
  padding: 1px 3px 2px;
  margin: 0;
  border-width: 1px;
}

.pagination .disabled {
  color: #aaa;
}

.pagination a,
.pagination a:visited {
  color: #555;
}

.pagination a:visited:hover,
.pagination a:hover,
.pagination .current {
  color: #2E576B;
}

.pagination a:hover,
.pagination .current {
  background-color: #bbddee;
  border-color: #66AACC;
}

.pagination a,
.pagination .disabled {
  border-color: #fff;
}

.pagination span.gap {
  border-color: #fff;
}

.pagination a,
.pagination span {
  border-style: solid;
}

ul.main_photos {
  width: 888px;
  height: 165px;
  background-color: #2A0D00;
  padding: 5px;
  margin-bottom: 2em;
}

ul.main_photos img {
  width: 100%;
  margin: 0;
  padding: 0;
}

.main_photo {
  display: inline-block;
  width: 219px;
  height: 164px;
  padding: 0;
  margin: 0;
}

a.photo {
  display: block;
  height: auto;
  width: auto;
}















