/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
overflow:hidden;
  line-height: 1; }

/* line 24, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../CodeKit.app/Contents/Resources/engines/compass/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 5, ../sass/parts/base.scss */
::-moz-selection {
  background: #131313;
  text-shadow: none; }

/* line 10, ../sass/parts/base.scss */
::selection {
  background: #131313;
  text-shadow: none; }

/* line 14, ../sass/screen.scss */
* {
  margin: 0;
  padding: 0; }

/* line 21, ../sass/screen.scss */
#container {
  width: 590px;
  margin: 0 auto;
  padding: 0px;
  position: relative; }

/* line 29, ../sass/screen.scss */
a {
  text-decoration: none; }
  /* line 33, ../sass/screen.scss */
  a:hover {
    color: #444 !important; }

/* line 41, ../sass/screen.scss */
.color {
  -webkit-filter: grayscale(0%) !important; }

/* line 47, ../sass/screen.scss */
.podcast {
  position:relative;
  right:10px;
  width: 590px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom:25px;
  height: 60px;
  *border-top: 3px solid #222;
  border-bottom: 1px solid #CCCCCC;
  overflow:hidden;
  }
  /* line 56, ../sass/screen.scss */
  .podcast h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    color: #000; }
  /* line 66, ../sass/screen.scss */
  .podcast p {
    font-family: 'Roboto';
    font-size: 10px;
    color: #555; }

/* line 76, ../sass/screen.scss */
.episode {
  max-width: 270px;
  float: left; }

/* line 83, ../sass/screen.scss */
audio {
  width: 70%;
  margin: 5px 0px;
  display: none; }

/* line 91, ../sass/screen.scss */
.left {
  float: left;
  width: 200px;
  border-right: 1px solid #CCCCCC;
  margin-right: 10px; }
  /* line 98, ../sass/screen.scss */
  .left img {
    width: 50px;
    float: left;
    padding-right: 5px;
    position: relative;
    bottom: 0px; }

/* line 110, ../sass/screen.scss */
.image {
  float: left;
  padding-right: 10px; }
  /* line 115, ../sass/screen.scss */
  .image img {
    height: 50px;
    width: auto;
    position: relative;
    top: 3px; }

/* line 126, ../sass/screen.scss */



i.fa-external-link, i.fa-apple, .fa-plus-square {
  position: absolute;
  top: 5px;
  right: -12px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all .2s ease; }
  /* line 135, ../sass/screen.scss */
  i.fa-external-link:hover, i.fa-apple:hover, .fa-plus-square:hover {
    color: #444;
    cursor: pointer; }

i.fa-external-link {

left: 585px;

}

/* line 144, ../sass/screen.scss */
.fa-apple {
  right: 35px !important; }

/* line 150, ../sass/screen.scss */
.fa-plus-square {
  right: 412px !important;
   }

/* line 156, ../sass/screen.scss */
i.fa-play {
  position: absolute;
  left: 239px;
  top: 20px;
  z-index: 100;
  font-size: 18px; }
  /* line 164, ../sass/screen.scss */
  i.fa-play:hover {
    cursor: pointer;
    opacity: 0.5; }

@keyframes dropdown {
  /* line 175, ../sass/screen.scss */
  0% {
    top: -20px; }

  /* line 176, ../sass/screen.scss */
  100% {
    top: 0px; } }

@-moz-keyframes dropdown {
  /* line 181, ../sass/screen.scss */
  0% {
    top: -20px; }

  /* line 182, ../sass/screen.scss */
  100% {
    top: 0px; } }

@-webkit-keyframes dropdown {
  /* line 187, ../sass/screen.scss */
  0% {
    top: -20px; }

  /* line 188, ../sass/screen.scss */
  100% {
    top: 0px; } }

/* line 191, ../sass/screen.scss */
i.fa-external-link, .fa-apple, .fa-plus-square {
  animation: dropdown 2s;
  -moz-animation: dropdown 2s;
  -webkit-animation: dropdown 2s; }
