/*
Theme Name: Dine Around Seattle
Description: Custom WordPress theme built exclusively for use on the Dine Around Seattle website
Version: 1.0
Author: Christine Estrada via TRAY Creative
Author URI: http://www.traycreative.com
*/


/* RESET
 * Reset default browser CSS. Based on work by Eric Meyer: 
 * http://meyerweb.com/eric/tools/css/reset/index.html
 * ---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, nav, section { 
  display: block; 
}

audio, canvas, video { 
  display: inline-block; *display: inline; *zoom: 1; 
}
audio:not([controls]) { 
  display: none; 
}

[hidden] { 
  display: none; 
}


body {
	line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* float clearing */
.group:after {
	content: ".";  
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden; 
}

.group {
	display: inline-block;
}

/* Hides from IE-mac */
* html .group {
	height: 1%;
}

.group {
	display: block;
}
/* End hide from IE-mac */




/* GENERAL TYPOGRAPHY
 * Styling for global typographical elements
 * ---------------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #3b3838;
  background-color: #3b3838;
}

a {
  color: #015f74;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }
  
p {
  margin-bottom: 15px;
}

p.with-border {
  border-top: 1px solid #bcbdc0;
  padding-top: 10px;
  margin-top: 10px;
}

h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #613a2a;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #613a2a;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

  h3.with-icon {
    min-height: 36px;
    margin-top: 20px;
    padding: 2px 0 0 50px;
  }
  
    h3.with-icon + p {
      margin-top: -10px;
      margin-left: 50px;
    }
  
  h3.one {
    background: url('images/icon_1.gif') no-repeat left top;
  }

  h3.two {
    background: url('images/icon_2.gif') no-repeat left top;
  }

  h3.three {
    background: url('images/icon_3.gif') no-repeat left top;
  }
  
h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #613a2a;
  margin-bottom: 20px;
}
  
h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #613a2a;
}  

  h5 a {
    color: #613a2a;
    text-decoration: none;
  }
  
  h5 a:hover {
    text-decoration: none;
  }
  
h6 {
  font-size: 15px;
  font-weight: bold;
  color: #613a2a;
}

.footnote {
  font-size: 11px;
  margin-top: 15px;
}




/* SITE STRUCTURE
 * Structural elements
 * ---------------------------------------------------------------------- */

.content-container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.page-content {
  padding: 60px 25px;
  background-color: #fff;
}




/* COMMON ELEMENT STYLING
 * Styling for common elements (column, etc)
 * ---------------------------------------------------------------------- */

.cms-copy ul {
  margin: 15px 0;
}

.cms-copy ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 10px;
}

.cms-copy ol {
  font-size: 15px;
  list-style-type: none;
  margin-left: 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 5px;
}

.alignleft {
  float: left;
  margin: 0 5px 10px 0;
}

.two-column .column {
  float: left;
  width: 50%;
}

.three-column .column {
  float: left;
  width: 33.33%;
}

.section-tab-content {
  display: none;
}

.section-tab-content.active {
  display: block;
}

dt {
  float: left;
  width: 100px;
  margin-bottom: 10px;
  clear: left;
}

dd {
  float: left;
  width: 300px;
  margin-bottom: 10px;
}

  dd a {
    font-weight: normal;
    text-transform: none;
    color: #414141;
  }
  



/* HEADER STYLING
 * Styling for the header area of the site
 * ---------------------------------------------------------------------- */
 
header[role="banner"] {
  position: relative;
  height: 170px;
}

  header[role='banner'] .logo {
    position: absolute;
    top: 24px;
    left: 60px;
    z-index: 200;
    width: 179px;
    height: 174px;
    z-index: 6000;
  }

  header[role="banner"] .social-media {
    position: absolute;
    right: 32px;
    top: 4px;
    width: 120px;
    height: 25px;
    z-index: 50;
  }

    header[role="banner"] .social-media a {
      float: left;
      margin-left: 10px;
    }

    header[role="banner"] .social-media a:first-child {
      margin-left: 0;
    }  
    
  header[role='banner'] .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 324px;
    border-bottom: 1px solid #414141;
  }
  
  header[role='banner'] .carousel img {
    display: none;
  }
  
  header[role='banner'] .banner-promo {
    position: absolute;
    top: 325px;
    left: 0;
    width: 100%;
    height: 54px;
    text-align: center;
    border-top: 2px solid #613a2a;
    border-bottom: 2px solid #613a2a;
    background-color: #613a2a;
  }
  
  header[role='banner'] .banner-promo {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    color: #fff;
  }  
  
  header[role='banner'] .banner-promo p,
  header[role='banner'] .banner-promo .divider {
    display: inline;
  }
  
  header[role='banner'] .banner-promo .divider {
    font-weight: normal;
    padding: 0 10px;
    color: #f8cc89;
  }

  header[role='banner'] .banner-good-business {
    height: 114px;
    text-align: right;
    background-color: #fff;
  }
  
  header[role='banner'] .banner-restaurant-search {
    width: 100%;
    height: 52px;
    text-align: center;
    border-top: 2px solid #613a2a;
    border-bottom: 2px solid #613a2a;
    background-color: #613a2a;
  }

    header[role='banner'] .banner-restaurant-search .filter {
      float: left;
      margin: 16px 0 0 400px;
      color: #fff;
    }

    header[role='banner'] .banner-restaurant-search .filter p {
      float: left;
      margin-right: 20px;
    }
      
    header[role='banner'] .banner-restaurant-search .radio-group {
      float: left;
      margin-right: 10px;
    }

    header[role='banner'] .banner-restaurant-search input[type='radio'] {
      float: left;
    }

    header[role='banner'] .banner-restaurant-search label {
      float: left;
      margin-top: 1px;
    }

    header[role='banner'] .select-dropdown {
      position: absolute;
      top: 125px;
      right: 20px;
      width: 380px;
      text-align: left;
      z-index: 100;
    }
    
    header[role='banner'] .select-dropdown > div {
      position: relative;
      top: 0;
      width: 360px;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      background-color: #eee;
      border: 1px solid #bcbdc0;
      border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
      z-index: 1;
    }
    
      header[role='banner'] .select-dropdown > div a {
        color: #3b3838;
        text-decoration: none;
      }


    header[role='banner'] .select-list {
      display: none;
      position: absolute;
      top: 30px;
      left: 0;
      width: 330px;
      height: 310px;
      overflow-y: scroll;
      padding: 10px 25px;
      background: url('images/bg_nav.png');
    }
    
    header[role='banner'] .select-list #lunch-list {
      display: none;
    }

    header[role='banner'] .select-list h3 {
      font-size: 16px;
      text-transform: none;
      color: #fff;
      margin-top: 10px;
    }    
    
    header[role='banner'] .select-list a {
      display: block;
      padding: 2px 0;
      color: #f8cc89;
    }
  



/* FOOTER STYLING
 * Styling for the footer area of the site
 * ---------------------------------------------------------------------- */

footer p {
  color: #3b3838;
}

footer h5 {
  color: #3b3838;
}

footer a {
  font-weight: normal;
  color: #015f74;
}
    
footer[role='contentinfo'] {
  height: 180px;
  text-align: center;
  margin-bottom: -16px;
  padding: 25px 0;
  background: #fff3e4 url('images/bg_seattle.png') center bottom no-repeat;
}

footer[role='contentinfo'] h5 {
  margin-bottom: 10px;
}
  



/* NAVIGATION STYLING
 * Styling for navigation
 * ---------------------------------------------------------------------- */

  /* TYPOGRAPHY: GLOBAL NAV
   * Global typography for nav elements
   * ---------------------------------------------------------------------- */

  nav a {
    text-decoration: none;
    border-bottom: none;
  }
  
    nav a:hover {
      text-decoration: none;
    }


  /* STYLING: PRIMARY NAV
   * Styling for primary nav
   * ---------------------------------------------------------------------- */

    /* TYPOGRAPHY: PRIMARY NAV
     * Typography for primary navigation
     * ---------------------------------------------------------------------- */

    .nav-primary a {
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 60px;
      color: #3b3838;
    }
    
    .nav-primary .current-menu-item a {
      color: #015f74;
    }

    .nav-primary .sub-menu a {
      display: block;
      font-size: 14px;
      line-height: 1.4;
      padding: 10px 14px;
      text-transform: none;
    }
    
    .nav-primary .sub-menu a:hover {
      background-color: #fce6c4;
    }

    

    /* LAYOUT: PRIMARY NAV
     * Layout styling for primary navigation
     * ---------------------------------------------------------------------- */

    .nav-primary {
      position: absolute;
      left: 0;
      top: 52px;
      width: 100%;
      height: 60px;
      background-color: #f8cc89;
      border-top: 2px solid #3b3838;
      border-bottom: 2px solid #3b3838;
      z-index: 5000;
    }
    
      .nav-primary ul {
        float: right;
        margin-right: 155px;
      }
    
      .nav-primary li {
        float: left;
        position: relative;
      } 
      
      .nav-primary li:after {
        font-size: 16px;
        font-weight: bold;
        padding: 0 10px;
        content: "|";
      }
      
      .nav-primary li:hover .sub-menu {
        display: block;
      }
      
      .nav-primary .sub-menu {
        display: none;
        position: absolute;
        top: 60px;
        left: -14px;
        width: 150px;
        margin-right: 0;
        border-right: 2px solid #3b3838;
        border-bottom: 2px solid #3b3838;
        border-left: 2px solid #3b3838;
        background-color: #f8cc89;
      }
      
      .nav-primary .sub-menu li {
        float: none;
      }
      
      .nav-primary .sub-menu li:after {
        content: none;
      }
      

  /* STYLING: TAB NAV
   * Styling for tab nav
   * ---------------------------------------------------------------------- */

    /* TYPOGRAPHY: TAB NAV
     * Typography for tab navigation
     * ---------------------------------------------------------------------- */

    .nav-tabs a {
      font-size: 16px;
    }
    

    /* LAYOUT: TAB NAV
     * Layout styling for tab navigation
     * ---------------------------------------------------------------------- */

    .nav-tabs li {
      float: left;
      position: relative;
      display: block;
      width: 163px;
      height: 41px;
      margin-left: -15px;
      background: url('images/bg_tab.png') no-repeat left center; 
      z-index: 5;
      cursor: pointer;
    }
    
    .nav-tabs li:first-child {
      margin-left: 0;
    }
    
      .nav-tabs li.active {
        background: url('images/bg_tab-on.png') no-repeat left center; 
        z-index: 10;
      }
      
      .nav-tabs li.active a {
        color: #fff;
      }
      
      .nav-tabs li:hover {
        background: url('images/bg_tab-on.png') no-repeat left center;
      }
      
      .nav-tabs li:hover a {
        color: #fff;
      }
    
    .nav-tabs a {
      display: block;
      font-weight: bold;
      text-align: center;
      padding-top: 10px;
      color: #3b3838;
    }




/* SECTION STYLING
 * Styling for content sections
 * ---------------------------------------------------------------------- *

  /* SECTION STYLING: SIDEBAR
   * Styling for sidebar content
   * ---------------------------------------------------------------------- */

  .with-sidebar-left .section-sidebar {
    float: left;
    width: 291px;
  }
  
  .with-sidebar-right .section-sidebar {
    float: right;
    width: 291px;
  }
  
  .section-sidebar .view-map {
    display: block;
    margin-bottom: 40px;
  }
  
  .section-sidebar .section-quote {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.6;
    color: #613a2a;
    margin-top: 20px;
  }
  
  .section-sidebar .section-reservations {
    padding: 20px 20px 5px 20px;
    border: 1px solid #bcbdc0;
    background: #fff3e4 !important;
  }
  
  .section-sidebar .section-reservations h6 {  
    margin-bottom: 15px;
  }
  

  /* SECTION STYLING: FEATURES
   * Styling for feature boxes
   * ---------------------------------------------------------------------- */

  .section-features {
    padding: 50px 30px;
    background-color: #f8cc89;
  }
  
    .section-promo {
      float: left;
      width: 290px;
      height: 367px;
      margin-left: 34px;
    }
    
    .section-promo:first-child {
      width: 292px;
      margin-left: 0;
    }

      .section-promo .content {
        padding: 20px 25px;
        height: 305px;
        border: 1px solid #bcbdc0;
        background-color: #fff;
      }
      
      .section-promo h4 {
        text-align: center;
        margin-bottom: 15px;
      }
      
      .section-promo h4 + img {
        border: 1px solid #a0a0a0;
        margin-bottom: 10px;
      }




/* ARTICLE STYLING
 * Styling for article content
 * ---------------------------------------------------------------------- */

  .with-sidebar-right article {
    float: left;
    width: 615px;
  }
  
  .with-sidebar-left article {
    float: right;
    width: 615px;
  }
  
  .content-with-border {
    border: 1px solid #bcbdc0;
    padding: 30px;
  }
  

  /* ARTICLE STYLING: RESTAURANT LIST
   * Styling for restaurant list
   * ---------------------------------------------------------------------- */

  .article-restaurants a {
    font-weight: normal;
    text-transform: none;
    color: #3b3838;
  }
  
  .article-restaurants ul {
    margin-bottom: 15px;
  }

  .article-restaurants li a {
    padding-right: 20px;
    background: url('images/dinner.png') no-repeat top right;
  }

  .article-restaurants li.lunch a {
    padding-right: 40px;
    background: url('images/lunch-dinner.png') no-repeat top right;
  }




/* PAGE STYLING
 * Styling for specific pages
 * ---------------------------------------------------------------------- */

  /* PAGE STYLING: HOME
   * Styling for home page
   * ---------------------------------------------------------------------- */

  #home header[role="banner"] {
    height: 384px;
  }

  #home header[role="banner"] .logo {
    top: 14px;
    left: 60px;
    width: 237px;
    height: 298px;
  }

  #home h1 {
    margin-bottom: 30px;
  }
  
  #home .page-content {
    padding-top: 45px;
  }
  
  #home .content-with-border {
    margin-bottom: 20px;
  }


  /* PAGE STYLING: ABOUT
   * Styling for about page
   * ---------------------------------------------------------------------- */

  #about .cms-copy h3 {
    float: left;
    width: 100px;
    color: #613a2a;
  }
  

  /* PAGE STYLING: RESTAURANT DETAIL
   * Styling for restaurant detail page
   * ---------------------------------------------------------------------- */

  .restaurant .section-sidebar a {
    font-weight: normal;
    text-transform: none;
    color: #414141;
  }

  .restaurant .section-restaurant-info {
    font-size: 13px;
  }

  .restaurant .section-restaurant-info .hours {
    text-transform: none;
  }
  
  .restaurant hgroup {
    margin-bottom: 20px;
  }
  
  .restaurant .section-carousel {
    position: relative;
    float: left;
    width: 290px;
    height: 229px;
    border: 1px solid #b3b3b3;
  }
    
    .restaurant .section-carousel .item {
      display: none;
      width: 290px;
      height: 229px;
      text-align: center;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
    }
    
    .restaurant .section-carousel .nav-carousel {
      position: absolute;
      right: 10px;
      bottom: 10px;
      z-index: 100;
    }
    
    .restaurant .section-carousel .nav-carousel #nav a {
      display: block;
      font-size: 1px;
      float: left;
      width: 12px;
      height: 12px;
      border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
      margin-left: 5px;
      color: #f8cc89;
      background-color: #f8cc89;
    }
    
    .restaurant .section-carousel .nav-carousel #nav .activeSlide {
      color: #015f74;
      background-color: #015f74;
    }
    
    .restaurant .section-restaurant-info {
      float: right;
      width: 310px;
    }
    
      .restaurant .section-restaurant-info p {
        margin-bottom: 7px;
      }
      
    .restaurant .section-menus {
      margin-top: 30px;
    }
    
      .restaurant .section-menus .content-with-border {
        border: 30px solid #3b3838;
      }
    
      .restaurant .section-menu h5 {
        margin: 25px 0 10px;
      }
      
      .restaurant .section-menu h5:first-child {
        margin-top: 0;
      } 
      
  .restaurant .section-partners .content-with-border {
    border: 30px solid #3b3838;
    border-top: 0;
  }
  
  .restaurant .section-partners h4 {
    text-transform: none;
  }
  
  
  /* RESTAURANT PAGE STYLING
   * Styling for restaurant page
   * ---------------------------------------------------------------------- */

  #restaurants .section-map {
    display: none;
  }

  #restaurants .section-map:first-child {
    display: block;
  }

  #map-canvas {
    width: 100%;
    height: 410px;
  }




/* TABLE STYLING
 * Styling for tables
 * ---------------------------------------------------------------------- */

table td {
  vertical-align: middle;
  padding-bottom: 35px;
}




/* OPEN TABLE STYLING
 * Styling for open table widget
 * ---------------------------------------------------------------------- */

#OT_searchWrapperAll {
  background: #fff3e4 !important;
}

#OT_searchWrapperAll form {
  padding: 20px;
}

#OT_searchWrapper {
  background: #fff3e4 !important;
}

#OT_searchWrapper select {
  width: 100%;
  padding: 3px;
  background-color: #eee;
  border: 1px solid #bcbdc0;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#OT_searchWrapper input[type='text'] {
  padding: 3px;
  background-color: #eee;
  border: 1px solid #bcbdc0;
  border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#OT_searchWrapper dl {
  top: 20px !important;
}

#OT_searchWrapperAll p.reserve {
  position: absolute;
  bottom: 75px;
  left: 5%;
  width: 90%;
  height: 30px;
  text-align: center;
  font-size: 14px;
}

#OT_searchWrapperAll a {
  text-decoration: underline;
}

h2.OT_feedTitle {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  padding-bottom: 20px !important;
  margin: 0 0 20px 0 !important;
  border-bottom: 1px solid #bcbdc0 !important;
  color: #3b3838;
}

#dateDisplay {
  position: absolute;
}

#OT_logoLink {
  display: none !important;
}

#OT_logo {
  top: 350px !important;
  text-align: center;
  background: #fff3e4 !important;
}

#OT_submitWrap {
  top: 180px !important;
  left: 0 !important;
  width: 100% !important;
}

#OT_searchWrapper .months {
  color: #3b3838 !important;
}


  /* OPEN TABLE STYLING
   * Styling for open table widget in sidebar
   * ---------------------------------------------------------------------- */

  .section-sidebar #OT_searchWrapperAll {
    height: 404px;
    border: 1px solid #bcbdc0;
    background: #fff3e4;
  }
  
  .section-sidebar #OT_dateLbl {
    float: none !important;
    top: 55px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #bcbdc0;
  }

  .section-sidebar #OT_date {
    float: none !important;
    top: 75px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .section-sidebar #OT_timeLbl {
    float: none !important;
    top: 120px !important;
    left: 0 !important;
    width: 110px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #bcbdc0;
  }

  .section-sidebar #OT_time {
    float: none !important;
    top: 140px !important;
    left: 0 !important;
    width: 110px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .section-sidebar #OT_partySizeLbl {
    float: none !important;
    top: 120px !important;
    left: 125px !important;
    width: 110px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #bcbdc0;
  }

  .section-sidebar #OT_partySize {
    float: none !important;
    top: 140px !important;
    left: 125px !important;
    width: 110px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }




/* MAILCHIMP STYLING
 * Styling for MailChimp
 * ---------------------------------------------------------------------- */

form#mc-embedded-subscribe-form input.email {
  float: left;
  width: 140px;
} 

form#mc-embedded-subscribe-form input.button {
  float: right;
}
