/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 6, 2014, 2:02:21 AM
    Author     : Kevon
*/
/* line 10, ../scss/style.scss */
body {
  background: #FFFFFF;
  padding: 0px;
}

/* line 16, ../scss/style.scss */
#inkwell #crumbs-container {
  padding-left: 30px;
  padding-top: 45px;
}
/* line 19, ../scss/style.scss */
#inkwell #footer {
  width: 100%;
}
/* line 21, ../scss/style.scss */
#inkwell #footer .ads, #inkwell #footer .social {
  display: none;
}
/* line 25, ../scss/style.scss */
#inkwell #logo {
  width: 250px;
  height: 77px;
  margin-left: 80px;
  background-size: cover;
  background-image: url(/images/buffalovibe_logo_250.png);
}
@media screen and (max-width: 768px) {
  /* line 25, ../scss/style.scss */
  #inkwell #logo {
    width: 200px;
    height: 62px;
    margin-left: 10px;
  }
}
/* line 37, ../scss/style.scss */
#inkwell .full {
  width: 100%;
}
/* line 40, ../scss/style.scss */
#inkwell .sitebar {
  height: 100px;
  background-color: #FFF;
  border-bottom: 15px solid #7fd0f8;
}
/* line 45, ../scss/style.scss */
#inkwell .container {
  background-image: url(/themes/inkwell/img/hipster-sketch.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  /* line 45, ../scss/style.scss */
  #inkwell .container {
    background-image: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  /* line 45, ../scss/style.scss */
  #inkwell .container {
    background-size: 200px;
  }
}
/* line 56, ../scss/style.scss */
#inkwell .body-block {
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
  background-color: #F3F3F3;
}
@media screen and (max-width: 768px) {
  /* line 62, ../scss/style.scss */
  #inkwell .articleblock {
    padding: 15px;
  }
}
/* line 67, ../scss/style.scss */
#inkwell .header-unit {
  height: 500px;
  position: relative;
  margin-bottom: 30px;
}
/* line 72, ../scss/style.scss */
#inkwell #video-container {
  position: absolute;
}
/* line 75, ../scss/style.scss */
#inkwell #video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 82, ../scss/style.scss */
#inkwell video {
  position: absolute;
  z-index: 0;
}
/* line 86, ../scss/style.scss */
#inkwell .launchvideo {
  width: 90%;
  height: 220px;
  text-align: center;
  background-image: url(/themes/inkwell/img/mike-gelen-inkwell-video-thumb.jpg);
}
