/*
-----------------------------------------------------------------------------------------
home_2013.css

This stylesheet is specific to just elements that are on the homepage 
of either TAB or KAB.
-----------------------------------------------------------------------------------------
*/
/*
Layout
----------------------------------------------------------------------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphens: auto;
    }
a:link,
a:visited,
a:hover,
a:visited,
h3 {
  text-decoration: none;
  -webkit-transition: color .25s ease, background-color .25s ease, border .25s ease;
  -moz-transition: color .25s ease, background-color .25s ease, border .25s ease;
  -o-transition: color .25s ease, background-color .25s ease, border .25s ease;
  transition: color .25s ease, background-color .25s ease, border .25s ease;
    }
#content {
  width: 1140px;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  /* background: transparent url(/resources/images/1140_grid_14.png) 0 0 repeat-y; */
  border-right: 1px solid #efefef;
  background-color: #ffffff;
  
  /*test rb ad jerome */
  z-index:1;
    }
#leftpart {
  width: 814px ;/* 824px;*/
  min-height: 800px;
  margin: 0;
  overflow: hidden;
  /* border-top: 5px solid pink; */
  border-right: 1px solid #efefef;
  padding: 0 0 0 0;/*13px;*/

  }
  
#rightpart {
  width: 302px;
  min-height: 800px;
  padding: 0 0 0 13px;
  margin: 0;
  /* border-top: 5px solid pink; */
  display: block;
    }
/* Pick of the day */
.spot {
  padding-top: 20px;
  width: 710px;
  /*height: 280px;*/
  display: none;
    }
    
.spot_desc{
  /*margin-left: 380px;*/
  padding-left: 380px;
  word-wrap: break-word;
}

body.en #leftpart .spot h3,
body.ja #leftpart .spot h3 {
  display: block;
  line-height: 120%;
  clear: none !important;
  padding-top: 0;
  font-weight: 600;
  font-size: 30px;
    }
body.ja #leftpart .spot h3 {  font-size: 28px }
/*.spot { height:260px !important; } breaks safari _NO__DOTCOMMA__AFTER__*/
.spot h4 {
  display: block;
  line-height: 1.2;
  font-size: 24px;
  clear: none !important;
  padding-top: 0;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 .3em 0;
    }
body.ja .spot h4 {  font-size: 22px }
.spot .timeleft {
  font-size: 12px;
  color: #5B5D60;
  margin: 5px 0 1em 0;
  float: left;
    }
.spot-text p {  display: block }
#leftpart #all_events_teaser {  font-size: 1.8em }
.spot .main-pic a img {
  width: 345px;
  height: 230px;
  border: none;
    }
.spot .main-pic a:link,
#spot .main-pic a:visited {  border: 1px solid transparent }
.spot .main-pic {
  margin: 0 20px 30px 0;
  width: 345px;
  height: 230px;
    }
    .spot .main-pic a {
      display: block;
      height: 230px;
      overflow: hidden;
        }
.spot .sparkline {
  float: left;
  width: 40px;
  margin: 0 10px 0 0;
    }
    .spot .sparkline img {
      width: 40px;
      height: auto;
        }
#event_list_switcher {
  width: 100%;
  background: white;
  margin-top: 30px;
    }
    #event_list_switcher li {
      display: inline-block;
      padding: 0 0;
      margin: 0 0;
        }
        #event_list_switcher li a {
          display: block;
          padding: 13px 15px 13px 15px;
          margin: 0 0;
          font-size: 14px;
          font-family: "Avenir Next", Avenir, Arial, sans-serif;
          font-weight: 500;
          line-height: 1;
            }
    #event_list_switcher li.selected a {
      background: #ddd;
      border-radius: 5px;
      text-decoration: none;
        }
.event_list {  display: none; clear:both;}

div.event_list ul {  width: 100% }
    div.event_list ul li {
      width: 223px;
      display: inline-block;
      vertical-align: top;
      margin-right: 35px;/*17px;*/
      margin-bottom: 20px;
        }
    div.event_list ul li:nth-child(3n+0) {  margin-right: 0 }
    div.event_list ul li a {  text-decoration: none }
    div.event_list ul li .event_image {
      width: 223px;
      height: 150px;
      overflow: hidden;
      margin-bottom: 10px;
      border: 1px solid transparent;
        }
    div.event_list ul li:hover .event_image {
      -webkit-transition: border .25s ease;
      -moz-transition: border .25s ease;
      -o-transition: border .25s ease;
      transition: border .25s ease;
        }
    div.event_list ul li .event_image img {
      width: 223px;
      height: auto;
      background-color: #ddd;
      font-size: 14px;
      color: #999;
        }
    div.event_list ul li h3 {
      margin: 0 0;
      padding: 0;
        }
    div.event_list ul li:hover h3 {
      margin: 0 0;
      padding: 0;
        }
    div.event_list ul li h4 {
      margin: 0 0;
      padding: 0;
      font-weight: 400;
        }
    div.event_list ul li .timeleft {
      font-size: 12px;
      color: #ef1884;
        }
#FB_widget {  margin: 0 0 30px 0 }
.more_bottom {
  width: 737px;
  display: block;
  height: auto;
  padding: 36px 0;
    }
    .more_bottom a {
      background: #148BCF;
      border-radius: 5px;
      padding: 10px 20px;
      font-size: 18px;
      text-transform: uppercase;
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      font-family: "Avenir Next", Avenir, Arial, sans-serif;
        }
    .more_bottom a:link,
    .more_bottom a:visited,
    .more_bottom a:hover,
    .more_bottom a:active {  color: white }
    .more_bottom a:hover,
    .more_bottom a:active {
      background: #ef1884;
      text-decoration: none;
        }
#rightpart #firstad {
  display: block;
  width: 304px;
  padding-top: 0;
  border-bottom: none;
  margin-bottom: 13px;
    }
#firstad a img {
  width: 180px;
  height: auto;
  margin-top: 30px;
    }
/* TABlog preview that is on the home page */
#tablogpreview {
  float: left;
  display: inline;
  margin: 0;
  width: 234px;
  margin-bottom: 10px;
    }
    #tablogpreview h2 {
      margin: 0.9em 0 0 0;
      padding: 0;
        }
    #tablogpreview h3 {  margin: 0.2em 0 0.5em 0 }
    #tablogpreview h2 {  font-size: 1.8em }
    #tablogpreview .postedby {
      font-size: 1em;
      line-height: 1em;
        }
    #tablogpreview .more {
      line-height: 1em;
      font-weight: normal;
        }
    #tablogpreview #olderreports {  font-weight: bold }
.tablogpreview {
  display: block;
  clear: left;
  margin: 0 0px;
  padding: 0 10px;
  width: auto;
  margin-bottom: 30px;
  background: #fcfcfc;
  border: 1px solid #ededed;
    } /* removed left margin for page-to-page consistency */
.tablogpreview h2 {
  margin: 0.9em 0 20px 0;
  padding: 0;
  text-align: center;
  font-family: "Avenir Next", Avenir, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
    }
.tablogpreview h3 {
  margin: 0.5em 0 0.25em 0;
  padding: 0 10px;
    }
.tablogpreview p {  padding: 0 10px }
.tablogpreview .tablog_image a img {
  width: 100%;
  height: auto;
    }
.tablogpreview .tablog_image { }
/* Holiday note */
#holidaynote {
  clear: both;
  padding-top: 20px;
    }
/* Advertisements */
#homebnrs {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: 835px;
    }
    #homebnrs ul {
      line-height: 0;
      width: 835px;
      display: block;
      height: auto;
      margin: 0;
      padding: 0;
        }
        #homebnrs ul li {
          margin: 0 35px 5px 0 !important;
          padding: 0 !important;
          display: inline-block;
          line-height: 0;
          vertical-align: bottom;
            }
        #homebnrs ul li:last-child {  margin-right: 0 !important }
/*#homebnrs img, #homebnrs object { border: 0; padding: 0; margin: 9px 0 0 0; }_NO__DOTCOMMA__AFTER__*/
/*#homebnrs img {width:223px; height: auto;}_NO__DOTCOMMA__AFTER__*/
    #homebnrs img {
      height: 130px !important;
      border: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
        }
    #homebnrs .long img { height:auto !important;  width: 739px !important; margin-bottom: 20px !important; }
    #homebnrs .middle img { height:auto !important;  width: 463px !important; margin-bottom: 20px !important; }
    #homebnrs .short img { height:auto !important;  width: 223px !important }

.bnr_rt,
.bnr_lt {
  float: left;
  display: inline;
  width: 209px;
  margin-bottom: 0;
    }
.bnr_lt {  margin-right: 8px }
#koukoku {  margin: 5px 0 30px 0 }

#loading {
  margin-top: -40px;
  margin-left: 730px;
  width: 25px;
  height: 25px;
    }
/* Most Reviewed, Recently Reviewed */
#recent_reviews_preview,
#most_reviewed_preview {
  float: left;
  width: 234px;
  display: inline;
  border-bottom: 1px solid #E3E3E3;
    }
    #recent_reviews_preview ul,
    #most_reviewed_preview ul {
      width: 234px;
      float: left;
      margin-bottom: 0 !important;
        }
        #recent_reviews_preview ul li,
        #most_reviewed_preview ul li {
          float: left;
          display: inline;
          width: 234px;
          list-style: none;
          padding: 0;
          margin: 0 0 7px 0;
          background: transparent;
            }
        #recent_reviews_preview ul li img,
        #most_reviewed_preview ul li img {
          float: left;
          display: inline;
          width: 30px;
          margin-top: 2px;
            }
    #recent_reviews_preview p,
    #most_reviewed_preview p {
      display: inline;
      float: left;
      margin-left: 10px;
      width: 185px !important;
        }
#service_showcase {
  float: left;
  display: inline;
  width: 447px;
    }
    #service_showcase a {
      float: left;
      display: inline;
      width: 447px;
      margin-bottom: 24px;
        }
/*
Typography
----------------------------------------------------------------------------------------- */
body.en #pick h3 {  font-weight: bold } /* Make English text bold without making it Extrabold in FF Ja */
#tablogpreview h2 {  font-size: 1.8em }
#tablogpreview .postedby {
  font-size: 1em;
  line-height: 1em;
    }
#tablogpreview .more {
  line-height: 1em;
  font-weight: normal;
    }
#tablogpreview #olderreports {  font-weight: bold }