/*
Theme Name:     TokyoWeekender - BC Bare Bone child
Description:    TW styles for Screen display
Author:         Paul Romelot
Author URI:     http://www.linkedin.com/pub/paul-romelot/4b/1aa/5a7
Template:       barebone
Version:        0.1.0
*/

#header, #menu div.menu-tw-menu-container, .container
{
  width: 960px; margin: auto;
  padding: 0;
}

.mobile-only { display: none !important; }

#header
{
  height: 174px; /* This includes menu navigation height */
  position: relative;
}

#header > span
{
  position: absolute;
  top: 95px;  left: 20px;
  font-size: 14px;
  font-family: 'TitilliumText25L400wt', Tahoma, Arial, Helvetica, sans-serif;
  color:#3f3f3f;
}

#social-pages
{
  position: absolute;
  bottom: 83px;
  left: 310px;
  z-index: 10;
}

#social-pages > a
{
  display: inline-block;
}

#social-pages > a:hover
{
  opacity: 0.8;
}

a.social-page
{
  width: 32px; height: 32px;
  margin-right: 5px;
}

a.social-page.rss
{
  background-image: url(images/social/rss.png);
}

a.social-page.tw
{
  background-image: url(images/social/tw.png);
}

a.social-page.fb
{
  background-image: url(images/social/fb.png);
}

#banner-top
{
  position: absolute;
  top: 28px;  right: 0;
}

#top-links
{
  position: absolute; right: 0; top: 5px;
}

#top-links > li
{
  display: inline-block; margin-left: 10px;
  font-size: 12px;
}

#logo
{
  position: absolute;
  top: 10px;  left: 0;
}

#show-menu { display: none; }

#menu
{
  width: 100%;
  height:54px;
  margin-top: -54px;
}

#menu > div.container
{
  position: relative;
}

#menu.floating
{
  position: fixed;
  top: 0; z-index: 200;
  margin-top: auto;
}

#search-container
{
  position: absolute;
  top: -64px;
  right: 0px;
  width: 242px; height: 30px;
/*  background-image: url(images/sprites.png);
  background-position: -164px -213px;
  background-repeat: no-repeat;*/
  border: 1px solid #999999;
}

#s
{
  width: 200px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  font-size: 16px;
}

#searchsubmit
{
  position: absolute;
  right: 10px; top: 4px;
}

#s
{
  background: none;
  border: none;
  color: #a0a0a0;
}

#s:focus
{
  color: #707070;
}

.searchsubmit
{
  background: none;
  border: none;
  width: 20px; height: 20px;
  background-image: url(images/sprites.png);
  background-position: -16px 0;
}

.searchsubmit:hover
{
  cursor: pointer;
}

#main-content, .sidebar
{
  vertical-align: top;
  display: inline-block;
}

#main-content
{
  width: 640px;
}

.sidebar
{
  width: 300px;
}

.sidebar > div
{
  width: 300px;
}

#main-content > div, .sidebar > div
{
  margin-bottom: 20px;
}

#main-content + .sidebar, .sidebar + #main-content
{
  margin-left: 15px;
}

#container
{
  padding-top: 20px;
}

/* ------------------------------------------
  SINGLE POST
--------------------------------------------- */

blockquote
{
  font-size: 20px; color: #000; line-height: 22px; padding: 0 40px 0 40px; text-align: center;
}

.wp-caption
{
  padding: 10px 0 0 0; margin-bottom: 10px;
}

.wp-caption > a > img
{
  margin: auto; display: block;
}

.wp-caption.alignright
{
  margin-left: 10px;
}

.wp-caption.alignleft
{
  margin-right: 10px;
}
.post .wp-caption
{
  max-width: 640px;
}
.single-post .post .wp-caption img
{
  max-width: 620px;
}

.wp-caption-text
{
  font-style: italic; text-align: center; margin: 0 0 5px 0 !important; padding: 5px !important; font-size: 13px;
}

blockquote.alignright,
blockquote.alignleft
{
  padding: 0 20px 5px 20px; width: 250px;
}

a.post-title
{
  font-size: 26px;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.entry
{
  font-size: 16px;
  line-height: 18px;
  color: #222021;
}

.entry > p:first-child
{
  font-size: 20px;
  line-height: 22px;
}

.entry > p:first-child > strong
{
  font-weight: normal;
}

.entry p
{
  margin: 15px 0 15px 0;
}

.entry h2 /* old style imported from previous stylesheet */
{
    color: #000;
    font-size: 20px;
    line-height: 22px;
    margin: 0.9em 0.9em 0.9em 0;
    font-weight: normal;
}

.single-post
{
  position: relative;
}

.single-post img
{
  max-width: 640px;
  height: auto;
}

.share
{
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 4px 0 4px 0;
}

.share ul
{
  height: 32px;
}

.share ul > li
{
  display: inline-block; height: 32px;
  margin-right: 5px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: bold;
}

/* ------------------------------------------
  SIDEBAR
-------------------------------------------- */

.widget > div.widget-content
{
  background: #f3f3f3;
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.widget-header
{
  height: 40px;
  padding: 0 10px 0 10px;
  font-size: 22px;
  line-height: 40px;
  display: block;
  color: #FFF;
  position: relative;
  opacity: 0.9;
}

div.widget-header a
{
  font-size: 21px;
}

a.widget-header:hover
{
  opacity: 1;
  color: #FFF;
}

#twitter-timeline-header
{
  background: #01baf2;
}

#twitter-timeline div.widget-content
{
  height: 215px;
  display: block;
}

span.twitter-pic
{
  width: 32px; height: 32px;
  display: block;
  background-image: url(images/sprites.png);
  background-position: -91px -112px;
}

#twitter-timeline-header span.twitter-pic
{
  position: absolute;
  right:5px;
  top: 5px;
}

#events-slideshow-header
{
  background: #ed008c;
}

span.events-pic
{
  width: 35px; height: 30px;
  display: block;
  background-image: url(images/sprites.png);
  background-position: -126px -113px;
}

#events-slideshow-header span.events-pic
{
  position: absolute;
  right:6px;
  top: 5px;
}

#events-slideshow-widget div.widget-content
{
  padding: 0 !important;
  height: 225px;
  overflow: hidden;
}

#events-slideshow > li
{
  width:300px;  height: 225px;
  position: relative;
  overflow: hidden;
}

#events-slideshow > li > div
{
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  background-color: #000;
  opacity:0.6;
  font-size: 22px;
  width: 100%;
  bottom: 0px;
}

#events-slideshow > li > div > a
{
  padding-left: 10px;
  color:#FFF;
}

#events-slideshow:hover
{
  cursor: pointer;
}

#events-slideshow:hover > li > div
{
  bottom: 0px;
}

#social-widget
{
  border-bottom: 5px solid #000;
  border-top: 5px solid #000;
  padding: 16px 0 16px 0;
}

span.mag-pic
{
  width: 34px; height: 30px;
  display: block;
  background-image: url(images/sprites.png);
  background-position: -165px -113px;
}

#magazine-header
{
  background: #41ad48;
}

#magazine-header span.mag-pic
{
  position: absolute;
  top: 5px;  right: 6px;
}

#magazine-widget div.widget-content
{
  padding: 0 !important;
  height: 250px;
  overflow: hidden;
}

#popup-mag
{
  width: 300px;
  height: 250px;
  background-image: url(/wp-content/uploads/2013/02/online-edition.jpg);
  display: block;
  position: relative;
}

#popup-mag > div
{
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #000;
  opacity:0.6;
  font-size: 22px;
  width: 100%;
}

#popup-mag > div > span
{
  padding-left: 10px;
  color:#FFF;
}

#popular-posts-slideshow-widget a
{
  color: #737373;
}

#popular-posts-slideshow-widget > div.widget-header
{
  background: #c92229;
  position: relative;
}

#popular-posts-slideshow-widget > div.widget-content ul li img
{
  width: 280px;
  margin-bottom: 5px;
}

#popular-posts-slideshow-widget > div.widget-content p
{
  font-size: 14px;
}

#popular-posts-slideshow-widget > div.widget-content p span
{
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  color: #3e3e3e;
  line-height: 21px;
}

#popular-posts-slideshow-widget > div.widget-content a:hover span
{
  color: #c92229;
}

#popular-posts-pager {
  position: absolute;
  z-index: 100;
  right: 12px;
  top: 12px;
  display: block;
}

#popular-posts-pager > a
{
  width: 14px; height: 14px;
  display: inline-block;
  border-radius: 7px;
  background: #FFF;
  opacity: 0.5;
  margin-left: 5px;
}

#popular-posts-pager > a.activeSlide
{
  opacity: 1;
}

.banner-300-250
{
  display: block;
  width: 300px;
  height: 250px;
}

#real-estate-widget div.widget-header
{
  background: #f3f3f3;
  color: #3e3e3e;
}

#real-estate-widget div.widget-content a
{
  font-size: 20px;
  color: #c92229;
  line-height: 22px;
}

#real-estate-widget div.widget-content
{
  padding-bottom: 50px;
}

#real-estate-widget div.widget-content img
{
  margin-right: 10px;
  float: left;
}

div.external-link
{
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div.external-link a
{
  font-size: 14px !important;
  color: #000 !important;
  position: relative;
  padding-right: 35px;
}

.realestate-pic
{
  display: block;
  background-image: url(images/sprites.png);
  background-position: -16px -48px;
  width: 33px; height: 27px;
}

#real-estate-widget .realestate-pic
{
  position: absolute;
  right:0px; bottom: 0px;
  margin-left: 5px;
}

#asiadailywire-widget .widget-header,
#asiadailywire-widget .widget-content
{
  background: #eaf8f9;
}

#asiadailywire-widget .widget-content img
{
  opacity: 0.9;
}

#asiadailywire-widget .widget-content a
{
 color:#28a1c0;
 font-size: 18px;
 line-height: 20px;
}

#asiadailywire-widget .widget-content a:hover
{
 color:#1b859f;
}

#asiadailywire-widget .widget-content a:hover img
{
  opacity: 1;
}

span.adw-logo
{
  background-position: -197px -166px;
  width:184px; height: 24px;
  display: block;
  background-image: url(images/sprites.png);
  position: absolute;
  left: 10px; top:10px;
  z-index: 1;
}

span.adw-baseline
{
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
  z-index: 2;
  color: #000;
  line-height: 12px;
}

.post-list-widget div.widget-header,
div.widget-header.neutral
{
  background: #f3f3f3;
  color: #3e3e3e;
}

.post-list-widget a
{
  color: #c82128;
}

.post-list-widget.event-posts a:not(.excerpt)
{
  color: #ED008C;
}

.post-list-widget div.widget-content a
{
  font-size: 20px;
  line-height: 22px;
}

.post-list-widget div.widget-content ul
{
  margin-top: -10px;
}

.post-list-widget div.widget-content ul > li
{
  border-top: #d7d7d7 1px solid;
  padding-top: 10px;
}

.post-list-widget a:hover
{
  color: #000;
}

a.excerpt
{
  color: #3e3e3e;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-top: 5px;
}

.tree-menu
{
  font-size: 16px;
  font-family: "TitilliumText25L400wt", Tahoma, Arial, Verdana;
  background-color: #f3f3f3;
}
.tree-menu ul li,
.tree-menu > span,
.tree-menu > a
{
  margin: 2px 0 2px 0;
  display: block;
  min-height: 40px;
  line-height: 40px;
}

.tree-menu ul li a,
.tree-menu ul li span,
.tree-menu > span,
.tree-menu > a
{
  padding-left: 25px;
  display: block;
  height: 40px;
  line-height: 40px;
}

.tree-menu ul li ul li a,
.tree-menu ul li ul li span
{
  padding-left: 35px;
}

.tree-menu > span,
.tree-menu > a
{
  padding-left: 15px;
  border-bottom: 1px solid #fff;
  background: #f3f3f3;
}

.tree-menu span
{
  color: #FFF;
  background: #C92229;
}



h1
{
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #222
}

div:not(.single-post) > h1
{
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 22px;
  font-weight: normal;
  background-image: url(images/sprites.png);
  background-position: -280px 4px;
  background-repeat: no-repeat;
  padding-left: 70px;
  margin-bottom: 20px;
}

.big-link
{
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #c82128;
}

.big-link:hover
{
  color: #000;
}

/* ------------------------------------------
  POST LIST
-------------------------------------------- */

.main-bloc-header
{
  font-size: 22px;
  height: 40px;
  background: url(images/bg.gif) repeat-x;
}

.main-bloc-header > span
{
  height: 40px;
  line-height: 36px;
  padding-right: 8px;
  background: #FFF;
}

ul.post-list li
{ position: relative; }

ul.post-list.three-col > li, div.cat-bloc
{
  width: 195px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 27.5px;
}

ul.post-list.three-col > li:nth-child(3n+1), div.cat-bloc:nth-child(3n+1)
{
  margin-left: 0;
}

ul.post-list.three-col > li > a > img
{
  margin-bottom: 5px;
  border: 1px solid #f3f3f3;
  opacity: 0.9;
}

ul.post-list.three-col > li > a
{
  display: block;
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 5px;
}

ul.post-list.three-col > li > a:hover img
{
  opacity: 1;
}

span.featured-corner
{
  background: #C92229;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  position: absolute; top: 5px; left: 0px; z-index: 15;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-style: normal !important;
}

span.sponsored-corner
{
  font-size: 10px; font-style: italic; color:#CCCCCC; position: absolute;
  bottom: 0; right: 0;
}

.row-style span.featured-corner
{
  top: 15px;
}

ul.post-list li.featured-post > a
{
  color: #C92229 !important;
}

ul.post-list li.featured-post > div.tags
{
  display: none;
}

div.tags {
  font-size: 11px;
  height: 13px;
  line-height: 15px;
}

span.tags-pic
{
  background-image: url('images/sprites.png');
  background-position: -16px -35px;
  width: 12px; height: 13px;
  display: block;
  float: left;
  margin-right: 5px;
}

span.tags-pic.grey
{
  background-position: -29px -35px;
}

div.cat-bloc-header
{
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  padding-bottom: 8px;
}

ul.post-list.one-col > li
{
  font-size: 14px;
  margin-bottom: 12px;
}

ul.post-list.one-col > li > a
{
  width: 100%;
  display: block;
}

ul.post-list.one-col > li > a > img
{
  margin-bottom: 3px;
}

ul.post-list.one-col.row-style > li
{
  padding: 15px 0 15px 205px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  color: #525252;
  line-height: 16px;
  min-height: 130px;
  margin-bottom: 0;
}

ul.post-list.one-col.row-style > li > span
{
  font-style: italic;
  margin: 4px 0 4px 0;
  display: block;
}

ul.post-list.one-col.row-style > li > a
{
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

ul.post-list.one-col.row-style > li > a:hover
{
  color: #c92229;
}

ul.post-list.one-col.row-style > li > a.picture,
ul.post-list.one-col.row-style > li > img
{
  position: absolute;
  left: 0;
  width: 195px;
  height: 130px;
}

/* Ad sense */
ul.row-style li.ads
{
  padding: 10px 0 10px 0 !important;
  min-height: 60px !important;
  height: 60px !important;
  text-align: center !important;
}

div.ads
{
  text-align: center;
}

/* ---------------------------------------
    PAGER
---------------------------------------- */

div.navigation
{
  position: relative;
  height: 24px;
  display: block;
}

ul.numeric-pager
{
  position: absolute;
  right: 0;
}


/* ---------------------------------------
    FOOTER SECTION
 --------------------------------------- */

#footer
{
  min-height: 180px;
}

#footer > div.container
{
  position: relative;
}

ul#menu-tw-footer
{
  position: absolute;
  right: 0;
  top: 0;
}

ul#menu-tw-footer > li
{
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  float:left;
}

ul#menu-tw-footer > li > a
{
  background: #242021;
  padding: 0 15px 0 15px !important;
  margin: 0;
  display: block;
}

ul#menu-tw-footer > li:first-child > a
{
  margin-left: 8px;
}

ul#menu-tw-footer > li:first-child
{
  background-image: url(images/sprites.png);
  background-position: 0 -144px;
}

ul#menu-tw-footer > li:last-child
{
  background-image: url(images/sprites.png);
  background-position: 0 -144px;
}

ul#menu-tw-footer:after{
    content:"";
    display: block;
    float: left;
    height: 54px;
    width: 8px;
    background-image: url(images/sprites.png);
    background-position: -8px -138px;
}

#copyright
{
  position: absolute;
  top: 70px;
  font-size: 13px;
  color: #707070;
  right:0;
  text-align: right;
}

#about-us
{
  padding-top: 10px;
  width: 450px;
  font-size: 14px;
  line-height: 16px;
}

.bcmedia-logo
{
  width: 243px; height:62px;
  background-image: url(images/bc_logo_red.png);
  background-repeat: no-repeat;
  display: block;
  float: right;
  margin-right: 210px;
  margin-top: 10px;
}

.event-sidebar-link
{
  height: 40px; line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
}

.small-links
{
  padding: 2px;
}

.event-sidebar-small-link
{
  color: #3E3E3E;
  font-size: 14px;
  text-decoration: underline;
}

.event-sidebar-small-link:hover
{
  text-decoration: none;
  color: #E11AA8;
}

ul.events-list > li,
ul.locations-list > li
{
  display: inline-block;
  background: #f3f3f3;
  width: 280px;
  padding:10px;
  position: relative;
  vertical-align: top;
  margin-bottom: 20px;
  min-height: 250px;
}

ul.locations-list > li
{
  min-height: 40px;
}

ul.events-list > li:nth-child(even)
{
  margin-left: 30px;
}

ul.locations-list > li:nth-child(even)
{
  margin-left: 40px;
}

ul.locations-list > li:nth-child(odd)
{
  margin-left: auto;
}

ul.events-list > li:nth-child(odd)
{
  margin-left: 10px;
}

ul.events-list > li > a
{
  width: 100%; display: block;
}

a.event-name
{
  font-size: 20px;
  color: #272525;
  line-height: 22px;
  margin-bottom: 2px;
}

a.event-name > img
{
  opacity:0.9;
}

a.event-name:hover > img
{
  opacity:1;
}

ul.events-list a:hover
{
  color: #000;
}

a.event-location, p.event-times
{
  display: block;
  width:100%;
  font-size: 14px;
  color: #767676;
  margin:0 !important;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
}

.venue-link > span,
.event-location > span,
p.event-times > span
{
  background: url(images/sprites.png);
  display: block;
  width: 12px; height: 16px;
  margin-right: 5px;
  float: left;
}

.venue-link > span,
.event-location > span
{
  background-position: -78px 0;
}

p.event-times > span
{
  background-position: -78px -16px;
  margin-top: 1px;
}

ul.events-list > li > span
{
  position: absolute;
}

span.corner
{
  background: url(images/sprites.png);
  background-position: -91px 0;
  width: 17px; height: 48px;
  display: block;
  left: -17px; top: 20px;
}

ul.events-list > li > span.event-date
{
  height: 30px;
  display: block;
  line-height: 30px;
  color: #FFF;
  background : #ea30a5;
  left: 0; top: 20px;
  z-index: 1;
  text-transform: uppercase;
  padding-right: 10px;
}

.em-location-map, .em-locations-map { width: 640px !important; height: 325px !important; display: block; margin-top: 20px; margin-bottom: 20px; }
.em-date-range { display: none; }

.single-event > div.event-header
{
  padding: 5px;
  margin: 10px 0 10px 0;
}

.single-event > div.event-description
{
  margin: 10px 0 20px 0;
}

.single-event > div.event-header > p
{
  padding: 4px 0 4px 0;
  font-size: 16px;
  line-height: 16px;
}

.single-event > div.event-header > p > span
{
  display: block;
  float: left;
  font-weight: bold;
  width: 70px;
}

.single-event > div.event-description p
{
  font-size: 16px !important;
  line-height: 18px !important;
}

.em-events-search
{
  margin-bottom: 15px;
  position: relative;
}

.em-events-search-text
{
  width: 230px;
}

#main-content .em-events-search
{
  display: none;
}

.em-events-search input[type="text"]
{
  background: #f1f1f0;
  border: none;
  line-height: 30px; height: 30px;
  padding-left: 10px;
  width: 290px;
}

.em-events-search input[type="text"]:hover
{
  background: #f6f6f6;
}

input.em-date-input-loc
{
  width: 120px;
}

.em-events-search-submit
{
  width: 20px;  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
}

#featured_slider.event-slider
{
  background-color: #000;
  min-height: 425px; height: 425px;
  width: 100%;
  margin-bottom: 20px;
}

#slider-pager.event-slider
{
  right: auto; left: 10px;
}

ul#slider.event-slider
{
  width: 100%; min-height: 425px; height: 425px;
}

ul#slider.event-slider > li
{
  position: relative;
  width: 100%; min-height: 425px; height: 425px;
}

ul#slider.event-slider > li > div > p.event-excerpt
{
  display: block;
}

ul#slider.event-slider > li > div > p.event-excerpt:hover
{
  cursor: pointer;
}

ul#slider.event-slider > li > div
{
  position: absolute;
  top: 20px; right: 20px;
  width: 275px;
  color: #fff;
}

ul#slider.event-slider > li > div a, p.event-time
{
  color: #e31aa6 !important;
}

ul#slider.event-slider > li > div a:hover
{
  color: #FFF !important;
}

ul#slider.event-slider > li > div > a, p.event-time
{
  font-size: 22px;
}

ul#slider.event-slider > li > div > p
{
  margin: 5px 0 5px 0;
  line-height: 18px;
}

ul#slider.event-slider > li > div > p.event-location > a
{
  color: #fff !important; font-size: 14px;
}

ul#slider.event-slider > li > div > p.event-location > a:hover
{
  text-decoration: underline;
}

/* ------------------------------ */
/* Hack business directory plugin */
/* ------------------------------ */

.wpbdp-field-schoolname > span.value
{
  font-size: 20px;
}

div.field-value
{
  padding: 2px;
}

img.attachment-wpbdp-thumb, img.wpbdp-excerpt-thumbnail
{
  left: 10px !important;
  height: auto !important;
  width: 150px !important;
}

li.wpbdp-listing
{
  margin-bottom: auto !important;
  padding : 10px 10px 10px 170px !important;
}

.wpbdp-search-page input[type=text], .wpbdp-search-page select {
    border: 1px solid #CCCCCC;
}

.wpbdp-listing-excerpt.odd
{
  background-color: white !important;
}

#wpbdp-search-form input[type=submit], .view-listing {
    background-color: #c82128;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    width: 100px;
    border: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.view-listing
{
  display: none;
}

.sticky .view-listing
{
  display: block;
}

#wpbdp-search-form-wrapper
{
  position: relative;
  padding-bottom: 40px;
  padding-top: 10px;
  background: #f6f6f6;
}

.wpbdp-listing a
{
  color: #444444 !important;
}

.sticky.wpbdp-listing a
{
  color: #c82128 !important;
}

li.sticky,
li.sticky.odd
{
  margin: 10px 0 10px 0;
  background: #fbf5f5 !important;
  padding-bottom: 30px !important;
}

#wpbdp-search-form .search-filter
{
  display: inline-block; vertical-align: top;
  width: 300px;
}
#wpbdp-search-form .search-filter:nth-child(odd)
{
  margin-right: 30px;
}

li.sticky:before
{
   background: url("http://www.tokyoweekender.com/wp-content/uploads/2013/03/featured_school.png") no-repeat scroll left top transparent;
  display: block;
  height: 30px;
  left: -2px;
  position: absolute;
  top: 6px;
  width: 90px;
  z-index: 5;
}

.wpbdp-listing:not(.sticky) img
{
  max-width: 100px;
  max-height: 100px;
  height: auto; width: auto;
}

.wpbdp-listing:not(.sticky)
{
  padding-left: 125px !important;
}

.search-results
{
  margin-top: 10px !important;
}

.wpbdmsingledetails
{
  width: 100% !important;
  float: none; margin: 0; padding: 0;
}

/* Styles for WK_Subscription plugin */

#frmSubscribe fieldset > div
{
  width: 100%;
  padding: 4px 0 4px 0;
  position: relative;
  overflow: visible;
}

#frmSubscribe fieldset label, #frmSubscribe fieldset ul, #frmSubscribe fieldset ul li
{
  display: inline-block;
}

#frmSubscribe fieldset label
{
  width: 200px;
}

#frmSubscribe h2
{
  margin-bottom: 2px !important;
}

#frmSubscribe fieldset
{
  margin: 5px 0 30px 0;
  padding: 5px 0 5px 10px;
  background: #f3f3f3;
}

#frmSubscribe label.error
{
  width: 400px;
  color: #c92229;
}

 #link-to-bc {
   width:300px; height: 427px;
   display: block;
   position: absolute;
   top: 0; left: 0;
   z-index: 200;
 }
