/*
Theme Name:     TokyoWeekender - BC Bare Bone child
Description:    TW website theme, child of BC Bare Bone
Author:         Paul Romelot
Author URI:     http://www.linkedin.com/pub/paul-romelot/4b/1aa/5a7
Template:       barebone
Version:        0.1.0
*/

@import url("../barebone/style.css");
@import url("fonts/pt-sans/stylesheet.css");
@import url("fonts/titillium/stylesheet.css");


/* From old style */
.alignright { float: right; }
.alignleft { float: left; }

ul
{
  list-style-type: none;
}

a
{
  text-decoration: none;
  color: #404040;
}

a:hover
{
  color: #c82128;
}

div.post a
{
  color: #c82128;
}

div.post a:hover
{
  color: #404040;
}

body
{
  font-family: "PTSansRegular", Tahoma, Arial, Helvetica, sans-serif;
}

#menu
{
  background: #414141; /* Old browsers */
  background: -moz-linear-gradient(top, #414141 0%, #040404 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#040404)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%,#040404 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%,#040404 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%,#040404 100%); /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%,#040404 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
  color: #FFF;
}

.wp-caption
{
  background: #f3f3f3;
}

.main-bloc-header
{
  background: url(images/bg.gif) repeat-x;
}

.main-bloc-header > span
{
  background: #FFF;
}

/* BANNER Read Mag online */

#banner-mag > a
{
  margin-top: 30px;
  width:100%; height: 95px; position: relative;
  display: block;
  background: #efedee; /* Old browsers */
  background: -moz-linear-gradient(top, #efedee 0%, #dfdbdc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efedee), color-stop(100%,#dfdbdc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efedee 0%,#dfdbdc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efedee 0%,#dfdbdc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efedee 0%,#dfdbdc 100%); /* IE10+ */
  background: linear-gradient(to bottom, #efedee 0%,#dfdbdc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efedee', endColorstr='#dfdbdc',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e0e0e0;
  opacity: 0.9;
}

#banner-mag > a:hover
{
  opacity: 1;
}

#banner-mag > a > img
{
  position: absolute;
  bottom: 5px; left: 5px;
}

#banner-mag > a > span.logo
{
  position: absolute;
  bottom: 30px; left: 200px;
  width: 205px; height: 53px;
  background-image: url(images/sprites.png);
  background-position: -199px -113px;
  display: block;
}

#banner-mag > a > div.read-now
{
  position: absolute;
  bottom: 27px; left: 425px;
  color: #000;
  font-size: 16px;
}

#banner-mag > a > div.read-now > span
{
  font-size: 20px;
  font-weight: bold;
  color:#c82128;
}

div.navigation
{
  color: #a2a2a2;
}

.em-pagination
{
  width: 100%;
}

ul.numeric-pager > li,
.em-pagination > a,
.em-pagination > strong
{
  display: inline-block;
}

ul.numeric-pager > li > a,
.em-pagination > a,
.em-pagination > strong > span
{
  width: 24px; height: 24px; line-height: 24px;
  border-radius: 12px; -webkit-border-radius:12px; -moz-border-radius: 12px;
  border: 1px #dedede solid;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

ul.numeric-pager > li > a:hover,
ul.numeric-pager > li.active > a,
.em-pagination > strong > span
{
  background: #f2eeef;
}

#footer
{
  background-color: #000;
  color: #FFF;
}

#about-us > a
{
  color: #FFF;
}

#about-us > a:hover
{
  text-decoration: underline;
}


div.cat-bloc-header
{
  /*border-bottom: 9px solid #c92229;*/
}

div.cat-bloc-header > a
{
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}


#social-widget a
{
  background-image: url(images/sprites.png);
  width: 141px;
  height: 51px;
  display: inline-block;
}

#social-widget a.facebook-link
{
  background-position: -91px -48px;
  margin-right: 18px;
}

#social-widget a.twitter-link
{
  background-position: -247px -48px;
}


/*
  PLUGIN - Events manager
*/

#show-calendar
{
  display: none;
}

#event-calendar
{
  background: #f3f3f3;
  padding: 3px;
  position: relative;
  max-width: 296px;
}

div.month
{
  background: #eaeaea;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  position: relative;
  width: 290px;
  margin: 2px;
}

div.month > a.previous-month,
div.month > a.next-month
{
  position: absolute;
  left: 5px; top: 0px;
}

div.month > a.next-month
{
  left: auto;
  right: 5px;
}

.days > ul > li
{
  float: left; display: block;
  width:42px; height: 42px; line-height: 42px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin: 0; padding: 0; border: none;
}

.days > ul > li.eventless
{
  background: #f3f3f3;
}


.days > ul > li.eventless-post
{
  color: #e7e7e7;
}

.days > ul > li.eventful
{
  background: #e11aa8;
}

.days > ul > li a
{
  display: block;
  width:42px; height: 42px; line-height: 42px;
}

.days > ul > li.eventful a
{
  color:#FFF;
}

.days > ul > li > ul
{
  display: none;
}

.days > ul.days-names > li
{
  height: 25px; line-height: 25px;
}

.event-sidebar-link
{
  display: block;
  font-family: "TitilliumText25L400wt";
  background: #f3f3f3;
}

.event-sidebar-link:hover
{
  background: #e11aa8; color: #FFF;
}

/* Hack for Business directory plugin */

.wpbdp-field-schoolname > label, .wpbdp-field-listdescription > label,
#wpbdp-search-page h3,
.wpbdp-bar,
#wpbdp-search-page h2.title,
input[type=reset],
.listing-title,
.listing-actions,
.stickytag
{
  display: none;
}

.wpbdp-field-agegroup,
.wpbdp-field-email,
.wpbdp-field-phone
{
  display: none;
}

.sticky .wpbdp-field-agegroup,
.sticky .wpbdp-field-email,
.sticky .wpbdp-field-phone
{
  display: block;
}

/* Caption popup black layer */
#popup-black-layer
{
  position: fixed;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 1;
  vertical-align: middle;
  text-align: center;
  opacity: 1;
  z-index: 99;
  display: none;
}

#popup-black-layer > div
{
  margin: 100px auto auto auto;
}

#popup-black-layer img
{
  display: block;
  max-width: 90%;
  max-height: 90%;
  opacity: 1 !important;
}

#popup-black-layer:hover
{
  cursor: pointer;
}

.social > div
{
   display: inline-block;
   width: 100px;
}

.seo_keyword
{
  font-style: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
div.post a.interlink
{
  color:#5B191B;
  margin: 0 2px;
}
div.post a.interlink:hover{
  text-decoration: underline;
}



/********************************/
/* HTML post templates */
.floatHack
{
  clear: both;
  height: 1px;
  width: 100%;
  float: none;
  display: block;
}
.justify
{
  text-align: justify;
}

.multi-column-post
{
  position:relative;
  width: 100%;
  margin: 5px 0;
}
.multi-column-post
{
  overflow: hidden;
}

.multi-column-post div.left
{
  float: left;
  margin-right: 5px;
}
.multi-column-post div.right
{
  float: right;
  margin-left: 5px;
}

.multi-column-post div.separatorLeft
{
  padding-left: 5px;
  border-left: 1px solid #dedede;
}
.multi-column-post div.separatorRight
{
  padding-right: 5px;
  border-right: 1px solid #dedede;
}

.single-post .post .multi-column-post .wp-caption
{
  width: 100%;
  max-width: 100%;
}

.single-post .post .multi-column-post .wp-caption img
{
  /*width: 100%;*/
  max-width: 100%;
}

.multi-column-post div.width25
{
  width: 23.5%;
}
.multi-column-post div.width33
{
  width: 31.8%;
}
.multi-column-post div.width50
{
  width: 48.5%;
}
.multi-column-post div.width66
{
  width: 65.1%;
}
.multi-column-post div.width75
{
  width: 73.5%;
}


blockquote, q
{
  font-size: 1em;
  color: #000;
  line-height: 1.1em;
  padding: 0 10px;
}

blockquote, q,
blockquote:lang(en), q:lang(en),
blockquote:lang(en-gb), q:lang(en-gb),
blockquote:lang(en-uk), q:lang(en-uk),
blockquote.english, q.english
{
  quotes: "โ" "โ" "โ" "โ?";
}

blockquote:lang(en-us), q:lang(en-us),
blockquote:lang(us), q:lang(us),
blockquote.american, q.american
{
  quotes: "โ" "โ?" "โ" "โ" ;
}

blockquote:lang(fr), q:lang(fr),
blockquote.french, q.french
{
  quotes: "ยซ" "ยป" "โ" "โ?";
}
blockquote.japanese, q.japanese
{
  quotes: "ใ" "ใ?" "ใ" "ใ?";
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
  font-size: 1.15em;
  font-weight: bold;
  padding: 0 3px;
}










.dump{ margin: 10px; padding-bottom: 10px; border-bottom: 1px solid #dedede; }


.custom_cat_feature
{
  min-height: 300px;
  margin: 10px 0;
}

.main-bloc-content ul.post-list.three-col > li,
body div.cat-bloc
{ overflow: hidden; margin-left: 23px;}


/* =========== tpl_bigger =========== */
.tpl_bigger ul.post-list.three-col > li
{
  width: 290px;
}
.tpl_bigger ul.post-list.three-col > li > a > img
{
  min-width: 290px;
  min-height: 180px;
}
.tpl_bigger ul.post-list.three-col > li:nth-child(3n+1)
{
  margin-left: 15px;
}

/* =========== tpl_bigger =========== */
.tpl_photo ul.post-list.three-col > li
{
  width: 640px;
  min-height: 425px
}
.tpl_photo ul.post-list.three-col > li > a > img
{
  min-width: 640px;
  min-height: 400px;
}
.tpl_photo ul.post-list.three-col > li,
.tpl_photo ul.post-list.three-col > li:nth-child(3n+1)
{
  margin-left: 0px;
}


/* =========== tpl_1_list-vertical =========== */
.tpl_1_list-vertical div.tags
{
  height: 30px;
  overflow: hidden;
  margin-top: 8px;
}
.tpl_1_list-vertical div.tags a
{
  color: #606060;
  font-style: italic;
}

.tpl_1_list-vertical li.tpl_text-pic
{
  height: 210px;
}
.tpl_1_list-vertical li.tpl_text-only
{
  height: 90px;
}

/* =========== tpl_slider, tpl_slider2, tpl_slider_flat... =========== */
.tpl_slide
{
  position: relative;
  width: 100%;
  border: 0;
  margin: 0;
}

.tpl_slider{ width: 640px; height: 400px; }
.tpl_slider .tpl_slide_inner{ cursor: move; position: absolute; overflow: hidden; left: 0px; top: 0px; width: 640px; height: 400px; }
.tpl_slider .tpl_slide_inner li { position: relative; }
.tpl_slider .tpl_slide_inner li div { position: absolute; top: 0; right: 0; width: 100px; }








.wall_container
{
  width: 960px;
  height: 580px;
  position: relative;
  margin: 0 auto;
}
.wall_container .wall_tile
{
  background-color: #222;
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}

.wall_tile_text
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;

  background: transparent url('/wp-content/themes/tokyoweekender/images/pic_wall_tile_bg.png') repeat top left;
  border-top: 1px solid #fff;
  width: 100%;
}

.wall_tile_text div
{
  padding: 6px;
  font-size: 17px;
  line-height: 22px;
  height: 55px;
  overflow: hidden;
  color: #fff;
}
.wall_tile_text div span
{
  display: none;
  position: absolute;
  bottom: 5px;
  left: 5px;

  font-size: 12px;
  line-height: 14px;
}
.wall_tile_text.tile_on div span
{
  display: inline-block;
}





.trend_container
{
  max-width: 1920px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.trend_blur_cover
{
  height: 450px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;

  background-color: #f0f0f0;
  opacity: 0.75;
  display: none;
  border-right: 2px solid #bbb;
}
.trend_blur_cover.right
{
  top: 0;
  left: auto;
  right: 0px;
  border-right: 0;
  border-left: 2px solid #bbb;
}

.trend_container_inner
{
  width: 100%;
  height: 450px;
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.trend_slide_container
{

}
.trend_slide
{
  width: 960px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  float: left;
  background-color: #fff;
  float: left;
}
.trend_slide.slide_margin
{
  width: 480px;
}
.slider_arrow
{
  width: 65px;
  height: 65px;
  position: absolute;
  top: 210px;
  right: 0;
  cursor: pointer;
  background: transparent url('/wp-content/themes/tokyoweekender/images/slider_left_arrow.png') no-repeat top right;
  line-height: 65px;
}
.slider_arrow.next
{
  background: transparent url('/wp-content/themes/tokyoweekender/images/slider_right_arrow.png') no-repeat top left;
  right: auto;
  left: 0;
}

.trend_container .loader
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #fff url('/wp-content/themes/tokyoweekender/images/loader.gif') no-repeat center;
}


.sliderTpl
{
  margin: 15px 0 0 10px;
  float: left;
  /*background-color: #f0f0f0;
  border: 1px solid #d0d0d0;*/
  height: 425px;
  overflow: hidden;
}
.sliderTpl_title
{
  font-size: 18px;
  height: 110px;
  line-height: 20px;
  margin: 0 0 6px;
  overflow: hidden;
  border-bottom: 1px solid #d0d0d0;
}
.sliderTpl_text
{
  margin: 8px;
  overflow: hidden;
}
.sliderTpl_date
{
  font-style: italic;
  color: #909090;
  font-size: 14px;
}


.sliderTpl.main
{
  width: 455px;
  position: relative;
}
.sliderTpl_picture
{
  position: relative;
  overflow: hidden;
}

.sliderTpl.main .sliderTpl_content
{
  background-color: #fff;
  width: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  margin: 0;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  opacity: 0.65;
}
.sliderTpl.main .sliderTpl_content.hovered
{
  opacity: 1;
}
.sliderTpl.main .sliderTpl_title
{
  padding: 10px;
  margin: 0;
  min-height: 60px;
  overflow: hidden;
  height: auto;
  border-bottom: 0;
}
.sliderTpl.main .sliderTpl_title a
{
  width: 100%;
  overflow: hidden;
}
.sliderTpl.main .sliderTpl_text
{
  min-height: 80px;
  max-height: 120px;
  margin: 0;
  padding: 10px;
  display: none;
  border-top: 1px solid #dedede;
}



.sliderTpl.main .sliderTpl_picture
{
  height: 425px;
  width: 455px;
}


.sliderTpl.half_h
{
  width: 460px;
  height: 135px;
  margin-left: 25px;
  overflow: hidden;
}
.sliderTpl.half_h .sliderTpl_picture
{
  width: 190px;
  height: 130px;
  float: left;
}


.sliderTpl.half_h .sliderTpl_content
{
  float: left; width: 260px;
}

.sliderTpl.half_h .sliderTpl_text,
.sliderTpl.half_h .sliderTpl_title
{
  float: left;
  margin: 0 0 5px 15px;
  width: 240px;
  height: auto;
  min-height: 40px;
}

.sliderTpl.half_h .sliderTpl_title
{
  border: 0;
  min-height: 60px;
  max-height: 80px;
}


.sliderTpl.half_h2
{
  width: 455px;
  height: 190px;
  margin: 8px 0 0 0;
  border: 1px solid #d0d0d0;
  margin-left: 25px;
  padding: 2px;
}
.sliderTpl.half_h2 .sliderTpl_picture
{
  float: left;
  overflow: hidden;
  width: 215px;
  height: 190px;
  position: relative;
}
.sliderTpl.half_h2 .sliderTpl_picture img
{
  position: absolute;
  top: 0;
  left: -20%;
}
.sliderTpl.half_h2 .sliderTpl_content
{
   float: left;
   width: 225px;
   margin-left: 15px;
}
.sliderTpl.half_h2 .sliderTpl_text,
.sliderTpl.half_h2 .sliderTpl_title
{

}


.sliderTpl.half_v
{
  width: 215px;
}
.sliderTpl.half_v img
{
  /*width: 215px;
  height: 185px;*/
}
.sliderTpl.half_v .sliderTpl_title
{
  min-height: 90px;
  max-height: 120px;
}
.sliderTpl.half_v .sliderTpl_text
{
  height: 150px;
}

.sliderTpl.half_v2
{
  border-left: 1px solid #dedede;
  height: 420px;
  padding-left: 10px;
  width: 215px;
}
.sliderTpl.half_v2 .sliderTpl_picture
{
  height: 130px;
  margin-top: 30px;
}
.sliderTpl.half_v2 div.sliderTpl_content
{
  height: 230px;
  overflow: hidden;
}
.sliderTpl.half_v2 .sliderTpl_title
{
  border: 0;
  margin: 10px 0;
}
.sliderTpl.half_v2 .sliderTpl_title span
{
  text-align: justify;
}
.sliderTpl.half_v2 .sliderTpl_text
{
  border-top: 1px solid #dedede;
  padding-top: 15px;
  height: 80px;
  overflow: hidden;
}




body #main-content div.cat-bloc.tpl_1_list-vertical
{
  margin: 0 0 20px 0;
}
body #main-content div.cat-bloc.tpl_1_list-vertical:nth-child(2n+1)
{
  margin: 0 23px 20px;
}




/* standard article template */
.photo-text
{
  position: relative;
}
.photo-desc
{
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.tpl_photo ul.post-list.three-col > li.photo-text > a > img
{
  border: 0;
  height: 425px;
  min-height: 425px;
  max-height: 425px;
}
.photo-text > div,
.photo-text div.title
{
  padding: 0 10px;
}
.photo-description
{
  margin: 10px 0;
  color: #525252;
  line-height: 16px;
  border: 1px solid #fff;
}

.photo-desc-hover .photo-description
{
  position: absolute;
  bottom: 32px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;

  padding: 10px 5px 0 5px;
  height: 0px;
}
.photo-desc-right .photo-description
{
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;

  padding: 10px 5px 0 5px;
  height: 0;
  width: 320px;
  margin: 0;
}
.photo-desc-left .photo-description
{
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;

  padding: 10px 5px 0 5px;
  height: 0;
  width: 320px;
  margin: 0;
}

.photo-desc-hover:hover .photo-description,
.photo-desc-right:hover .photo-description,
.photo-desc-left:hover .photo-description
{
  border-color: #ddd;
}

.description-date
{
  color: #909090;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}




























