body {
  background: #00bad0 url(../images/background-stripe.png) center 0 repeat-y;
  color: #004151;
  font-family: sans-serif;
  height: 100%;
}

#container {
  width: 100%;
  min-height: 100%;
  position: relative;
}

#main {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
/*  background-color: #cbfbff; */
  padding-bottom: 60px; /* NOTE: must match #footer height */
}

#content {
  width: 580px;
  margin: 0px 20px 80px 20px;
  padding-top: 20px;
}

/**********************************************************************/
/* Footer */
/**********************************************************************/

#footer {
  position: relative;
  bottom: 0; 
  height: 60px;
  width: 100%;
}

#footer-main {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: bold;
}

.footer-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

ul.footer-content {
  list-style: none;
}

ul.footer-content li {
  display: inline;
  white-space: nowrap;
  background: url(../images/list-separator.png) 0 0 no-repeat;
  padding-left: 6px;
  padding-right: 6px;
}

ul.footer-content li:first-child {
  background: none;
}


/**********************************************************************/
/* Header, navigation */
/**********************************************************************/

#logo {
  width: 100%;
  height: 78px;
}

#logo-mediterraneo {
  background: url(../images/logo-mediterraneo.png) 30px -10px no-repeat;
  width: 60%;
  height: 100%;
  float: left;
}

#logo-market-and-cafe {
  background: url(../images/logo-market-and-cafe.png) 30px 10px no-repeat;
  width: 40%;
  height: 50%;
  float: right;
}

#logo-waves {
  background: url(../images/logo-waves.png) 16px -6px no-repeat;
  width: 40%;
  height: 50%;
  float: right;
}

#nav {
  width: 100%;
  height: 100px;
  background: #00bad0 url(../images/banner-umbrellas.png) 0px 10px no-repeat;
}

ul#nav-menu {
  list-style: none;
}

#nav-menu {
  position: relative;
  top: 75px;
  margin-left: 20px;
  color: #cbfbff;
  font-weight: bold;
}

#nav-menu li {
  display: inline;
  margin-right: 10px;
}

#nav-menu a {
  text-decoration: none;
  color: #cbfbff;
}

#nav-menu a:hover,
#nav-menu a.active
{
  color: #f9ff28;
}

/**********************************************************************/
/* Home page with slideshow */
/**********************************************************************/

body.section-index #content {
  width: 620px;
  margin: 0;
  padding-top: 0px;
}

.section-index .headline-banner {
  width: 580px;
  font-size: 14px;
  padding: 6px 20px;
}

.section-index li.headline {
  display: inline;
  padding: 0px 4px;
}

.section-index .headline-title {
  font-weight: bold;
}

.section-index .headline a {
  color: #004151;
}


body.section-index .info {
  padding: 20px 20px;
}

.section-index .info h2 {
  font-size: 16px;
  font-weight: bold;
}

.info-events {
  margin: 12px 20px 20px 12px;
}

.section-index .info .event a {
  font-size: 14px;
}

.section-index .info .event p {
  margin: 6px 20px;
  font-size: 12px;
}

.section-index .info .event-title {
  text-decoration: underline;
}

.info-hours {
  margin: 12px 20px 20px 12px;
}

.slideshow-caption {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  padding: 6px 0px;
  background-color: #004151;
  color: #cbfbff;
}

.info-hours {
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

.info-hours .weekday {
  text-align: right;
  padding-right: 10px;
}

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

.slideshow {
  height: 320px;
  overflow: hidden;
}

.section-index .social-media {
  padding: 10px 0px;
  text-align: center;
}

/**********************************************************************/
/* Location */
/**********************************************************************/

#map {
  width: 100%;
  height: 350px;
}

#map iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid #00bad0;
}

#map-link {
  font-size: 14px;
  text-align: center;
  padding: 10px 0px;
}

#map-link a:visited,
#map-link a {
  color: #004151;
}

#map-link a:hover {
  color: #0093a4;
}

.directions {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

/**********************************************************************/
/* Reviews */
/**********************************************************************/

.review_text {
  position: relative;
  padding: 0px 36px;
  font-size: 14px;
  text-align: left;
}

.review_text .pull-quote-left {
  width: 33px;
  height: 25px;
  position: relative;
  top: 15px;
  left: -38px;
  background: url(../images/pull-quotes-left.png) no-repeat;
}

.review_text .pull-quote-right {
  width: 33px;
  height: 25px;
  position: relative;
  left: 100%;
  margin-left: -10px;
  margin-top: -25px;
  background: url(../images/pull-quotes-right.png) no-repeat;
}

.review_credit {
  font-size: 16px;
  font-weight: bold;
  color: #00bad0;
  padding-left: 30%;
  padding-top: 10px;
  margin-bottom: 20px;
}

/**********************************************************************/
/* Menu, Catering */
/**********************************************************************/

.menu {
}

.menu h1 {
  font-size: 14px;
  font-weight: bold;
}

.menu-nav1 a:visited,
.menu-nav1 a {
  color: #004151;
}

.menu-nav1 a:hover {
  color: #0093a4;
}

.menu-nav1 a {
  line-height: 15px;
}

ul.menu-nav1 {
  list-style: none;
  height: 170px;
}

.menu-nav1 > li > h1 {
  font-size: 12px;
  margin-bottom: 4px;
}

.menu-nav1 > li {
  width: 190px;
  display: inline;
  float: left;
}

.menu-nav2 {
  font-size: 11px;
}

.menu-nav2 > li {
}

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

.menu-heading h1 {
  text-decoration: underline;
  margin-bottom: 4px;
}

.menu-heading .note {
  font-size: 11px;
}

.menu-section-heading {
  color: #cbfbff;
  background-color: #00bad0;
  width: 560px;
  padding-left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.menu-divider {
  background: url(../images/divider-swash.png) center 0 no-repeat;
  width: 100%;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.menu-section .large-note { 
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.menu-section .note { 
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.menu-section .extras { 
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding-left: 16px;
}

.menu .menu-section-items {
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
  margin-bottom: 10px;
}

.menu .menu-section-items tr {
  border-top: 1px solid #00bad0;
}

.menu .menu-section-items tr:first-child {
  border-top: none;
}

.menu .menu-section-items td {
  padding-bottom: 6px;
  padding-top: 6px;
}

.menu .menu-section-items .item-name {
  width: 600px;
  text-align: left;
}

.menu .menu-section-items .item-price2 {
  width: 100px;
  text-align: left;
}

.menu .menu-section-items .item-price1 {
  width: 100px;
  text-align: right;
  padding-right: 6px;
}

.menu .item {
  width: 70%;
}

.menu .price {
  font-weight: bold;
  float: right;
}

.catering-notes {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
}

.catering-notes li {
  line-height: 15px;
}

/**********************************************************************/
/* Gallery */
/**********************************************************************/

body.section-gallery #content {
  width: 620px;
  margin: 0;
}

.gallery-preview {
  width: 620px;
  height: 320px;
  margin-bottom: 10px;
}

.gallery-preview img {
  width: 620px;
  height: 320px;
}

.carousel-container {
  width: 100%;
  margin: 0;
}

.carousel-pagination {
  width: 20px;
  vertical-align: middle;
  text-align: center;
}

.carousel-pagination a {
  display: none;
}

.carousel-pagination a.active {
  display: block;
}

.carousel {
  position: relative;
  width: 580px;
  height: 140px;
  overflow: hidden;
}

ul.carousel-lister {
  position: relative;
  left: 0px;
  list-style: none;
  width: 10000px; /* FIXME */
}

li.carousel-item {
  float: left;
  width: 116px;
  height: 128px;
  background: url(../images/frame-polaroid.png) 0 0 no-repeat;
  margin: 4px 14px 8px 14px;
}

li.carousel-item div {
  position: relative;
  left: 8px;
  top: 8px;
}

li.carousel-item a {
  display: block;
}

.carousel-item.active {
  background-color: #000;
}



