/*  
Theme Name: Datavisualization.ch 2010
Theme URI: http://datavisualization.ch/
Description: Design for the Data Visualization and Infographics Magazine Datavisualization.ch
Version: 1.2
Author: Interactive Things
Author URI: http://interactivethings.com/
Updated: 111012_BW
*/
/*
BASE STYLESHEET
Description:  Global variables for the website
Author:       Interactive Things
Created:      110504_BW
Updated:      110504_BW
*/
/* line 5, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
LIBRARY STYLESHEET
Description:  Reusable styling patterns
Author:       Interactive Things
Created:      110504_BW
Updated:      110504_BW
*/
/* line 16, assets/app/stylesheets/library/_mixins.scss */
.navigation ul, #header ul, #nav ul {
  margin: 0;
  padding: 0; }
  /* line 19, assets/app/stylesheets/library/_mixins.scss */
  .navigation ul li, #header ul li, #nav ul li {
    display: block;
    height: 30px;
    list-style: none; }
    /* line 23, assets/app/stylesheets/library/_mixins.scss */
    .navigation ul li a, #header ul li a, #nav ul li a {
      color: white;
      display: block;
      font-weight: normal;
      height: 30px;
      line-height: 32px;
      text-transform: uppercase; }

/* line 31, assets/app/stylesheets/library/_mixins.scss */
.border_image, img.border, a img.border, .narrow .grid .text_only h3 a, .narrow .article_image img, .narrow .article_image_large img, .wide .article img.border, .wide .article a img.border, #related_articles .thumbnails a img {
  border: 4px solid #dddddd;
  padding: 1px; }

/* line 35, assets/app/stylesheets/library/_mixins.scss */
.border_image_active, a:hover img.border, .narrow .grid .text_only h3 a:hover, .narrow .article_image_large:hover img, .narrow .article_image:hover img, .wide .article a:hover img.border, #related_articles .thumbnails a:hover img {
  border: 4px solid #ee0011; }

/* line 38, assets/app/stylesheets/library/_mixins.scss */
.meta_text, #view_mode, .section_heading h2, .section_heading h3, .narrow .article_meta, .wide .article_meta, #more_articles {
  font-size: 11px;
  font-weight: normal;
  color: #bbbbbb;
  line-height: 1;
  text-transform: uppercase; }
  /* line 44, assets/app/stylesheets/library/_mixins.scss */
  .meta_text span, #view_mode span, .section_heading h2 span, .section_heading h3 span, .narrow .article_meta span, .wide .article_meta span, #more_articles span {
    padding: 0 20px 0 20px; }
  /* line 46, assets/app/stylesheets/library/_mixins.scss */
  .meta_text a, #view_mode a, .section_heading h2 a, .section_heading h3 a, .narrow .article_meta a, .wide .article_meta a, #more_articles a {
    color: #bbbbbb;
    font-weight: normal; }
  /* line 49, assets/app/stylesheets/library/_mixins.scss */
  .meta_text a:hover, #view_mode a:hover, .section_heading h2 a:hover, .section_heading h3 a:hover, .narrow .article_meta a:hover, .wide .article_meta a:hover, #more_articles a:hover {
    color: #ee0011; }

/* line 53, assets/app/stylesheets/library/_mixins.scss */
.lead p, #aside p, #sidebar p {
  color: #999999;
  font: italic 14px / 16px "Georgia", Georgia, serif; }
  /* line 56, assets/app/stylesheets/library/_mixins.scss */
  .lead p a, #aside p a, #sidebar p a {
    font-weight: normal; }
    /* line 58, assets/app/stylesheets/library/_mixins.scss */
    .lead p a strong, #aside p a strong, #sidebar p a strong {
      color: #ee0011;
      font-weight: normal;
      text-decoration: underline; }

/* line 63, assets/app/stylesheets/library/_mixins.scss */
.icon_links, #sidebar #subscribe_links_large ul, #sidebar #subscribe_links_slim ul, #share_article ul {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 68, assets/app/stylesheets/library/_mixins.scss */
  .icon_links li, #sidebar #subscribe_links_large ul li, #sidebar #subscribe_links_slim ul li, #share_article ul li {
    border-bottom: 1px solid #dddddd; }
    /* line 70, assets/app/stylesheets/library/_mixins.scss */
    .icon_links li a, #sidebar #subscribe_links_large ul li a, #sidebar #subscribe_links_slim ul li a, #share_article ul li a {
      display: block;
      height: 18px;
      padding: 4px 0 0 0; }

/* line 75, assets/app/stylesheets/library/_mixins.scss */
.rounded, #sendbutton {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/*
GENERAL STYLESHEET
Description:  Global styling for the Website
Author:       Interactive Things
Created:      110504_BW
Updated:      120125_BW
*/
/* line 3, assets/app/stylesheets/general/_typography.scss */
html, body {
  color: #333333; }

/* line 6, assets/app/stylesheets/general/_typography.scss */
body {
  font: 75% "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background: url("assets/app/images/body_bg.png") center top repeat-y; }

/* line 13, assets/app/stylesheets/general/_typography.scss */
h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold; }

/* line 18, assets/app/stylesheets/general/_typography.scss */
h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold; }

/* line 23, assets/app/stylesheets/general/_typography.scss */
h2 a:hover {
  color: #333333; }

/* line 26, assets/app/stylesheets/general/_typography.scss */
h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold; }

/* line 31, assets/app/stylesheets/general/_typography.scss */
h4 {
  font-size: 12px;
  line-height: 1;
  font-weight: bold; }

/* line 38, assets/app/stylesheets/general/_typography.scss */
a {
  color: #333333;
  text-decoration: none;
  font-weight: bold; }

/* line 43, assets/app/stylesheets/general/_typography.scss */
a:focus, a:active, a:hover {
  color: #ee0011;
  border: none;
  outline: none; }

/* line 48, assets/app/stylesheets/general/_typography.scss */
p {
  margin: 0 0 1.5em; }

/* line 51, assets/app/stylesheets/general/_typography.scss */
form p {
  margin: 0; }

/* line 54, assets/app/stylesheets/general/_typography.scss */
hr {
  height: 1px;
  padding: 0;
  margin: 9px 0 10px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #dddddd; }

/* line 62, assets/app/stylesheets/general/_typography.scss */
blockquote {
  margin: 1.5em;
  color: #999999;
  font: italic 14px / 18px "Georgia", Georgia, serif; }

/* line 67, assets/app/stylesheets/general/_typography.scss */
strong {
  font-weight: bold; }

/* line 70, assets/app/stylesheets/general/_typography.scss */
em, dfn {
  font-style: italic; }

/* line 73, assets/app/stylesheets/general/_typography.scss */
dfn {
  font-weight: bold; }

/* line 76, assets/app/stylesheets/general/_typography.scss */
sup, sub {
  line-height: 0; }

/* line 79, assets/app/stylesheets/general/_typography.scss */
abbr, acronym {
  border-bottom: 1px dotted #333333; }

/* line 82, assets/app/stylesheets/general/_typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic; }

/* line 86, assets/app/stylesheets/general/_typography.scss */
del {
  color: #999999; }

/* line 89, assets/app/stylesheets/general/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre; }

/* line 93, assets/app/stylesheets/general/_typography.scss */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

/* line 97, assets/app/stylesheets/general/_typography.scss */
li ul, li ol {
  margin: 0; }

/* line 100, assets/app/stylesheets/general/_typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em; }

/* line 104, assets/app/stylesheets/general/_typography.scss */
ul {
  list-style-type: disc; }

/* line 107, assets/app/stylesheets/general/_typography.scss */
ol {
  list-style-type: decimal; }

/* line 110, assets/app/stylesheets/general/_typography.scss */
dl {
  margin: 0 0 1.5em 0; }

/* line 113, assets/app/stylesheets/general/_typography.scss */
dl dt {
  font-weight: bold; }

/* line 116, assets/app/stylesheets/general/_typography.scss */
dd {
  margin-left: 1.5em; }

/* line 121, assets/app/stylesheets/general/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%; }

/* line 125, assets/app/stylesheets/general/_typography.scss */
th {
  font-weight: bold; }

/* line 128, assets/app/stylesheets/general/_typography.scss */
th, td {
  padding: 4px 10px 4px 5px; }

/* line 131, assets/app/stylesheets/general/_typography.scss */
tfoot {
  font-style: italic; }

/* line 136, assets/app/stylesheets/general/_typography.scss */
label {
  font-size: 11px;
  font-weight: normal;
  color: #333333;
  line-height: 1;
  text-transform: uppercase; }

/* line 143, assets/app/stylesheets/general/_typography.scss */
input {
  outline: none;
  border: 1px solid #dddddd;
  padding: 5px;
  margin: 0 0 20px;
  width: 338px;
  font: 12px / 1.5 "Helvetica", Helvetica, Arial, sans-serif; }

/* line 151, assets/app/stylesheets/general/_typography.scss */
textarea {
  outline: none;
  border: 1px solid #dddddd;
  padding: 5px;
  margin: 0 0 20px;
  width: 338px;
  font: 12px / 1.5 "Helvetica", Helvetica, Arial, sans-serif; }

/* line 159, assets/app/stylesheets/general/_typography.scss */
input:focus, textarea:focus {
  border-color: #999999; }

/* line 164, assets/app/stylesheets/general/_typography.scss */
::selection {
  color: white;
  background: #ee0011; }

/* line 168, assets/app/stylesheets/general/_typography.scss */
::-moz-selection {
  background: #ee0011; }

/* line 18, assets/app/stylesheets/general/_all.scss */
.floatleft {
  float: left;
  margin: 3px 10px 0 0; }

/* line 22, assets/app/stylesheets/general/_all.scss */
.floatright {
  float: right;
  margin: 3px 0 0 10px; }

/* line 26, assets/app/stylesheets/general/_all.scss */
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

/* line 34, assets/app/stylesheets/general/_all.scss */
.clearfix, .container {
  display: block; }

/*
STRUCTURE STYLESHEET
Description:  Page structure definitions
Author:       Interactive Things
Created:      110504_BW
Updated:      110504_BW
*/
/* line 5, assets/app/stylesheets/structure/_grid.scss */
#content {
  padding: 60px 0; }
  /* line 7, assets/app/stylesheets/structure/_grid.scss */
  #content .container {
    background: url("assets/app/images/container_bg.png") 741px 0 no-repeat;
    padding: 50px 0 60px; }

/* line 11, assets/app/stylesheets/structure/_grid.scss */
.container {
  margin: 0 auto;
  position: relative;
  width: 980px; }

/*
COMPONENTS STYLESHEET
Description:  Page components definitions
Author:       Interactive Things
Created:      110504_BW
Updated:      110504_BW
*/
/* line 3, assets/app/stylesheets/components/_articles.scss */
#main #featured_section {
  margin-bottom: 60px; }
  /* line 5, assets/app/stylesheets/components/_articles.scss */
  #main #featured_section .section_heading {
    border-bottom: 0;
    margin-bottom: 0; }

/* line 9, assets/app/stylesheets/components/_articles.scss */
#featured_article {
  padding-bottom: 30px;
  border: 4px solid #dddddd;
  padding: 1px; }
  /* line 13, assets/app/stylesheets/components/_articles.scss */
  #featured_article .article_image_large {
    display: block;
    height: 150px; }
    /* line 16, assets/app/stylesheets/components/_articles.scss */
    #featured_article .article_image_large img {
      margin: 0;
      border: none;
      padding: 0; }
  /* line 20, assets/app/stylesheets/components/_articles.scss */
  #featured_article h2 {
    font-size: 24px;
    margin: 30px 10px 20px; }
    /* line 23, assets/app/stylesheets/components/_articles.scss */
    #featured_article h2 a:hover {
      color: #ee0011; }
  /* line 25, assets/app/stylesheets/components/_articles.scss */
  #featured_article #featured_article_tooltip {
    position: absolute; }
  /* line 27, assets/app/stylesheets/components/_articles.scss */
  #featured_article .article_excerpt {
    font-size: 14px;
    margin: 0 10px 30px; }
  /* line 30, assets/app/stylesheets/components/_articles.scss */
  #featured_article .article_meta {
    border-top: 1px solid #dddddd;
    margin-bottom: 0;
    padding: 20px 10px 15px; }

/* line 38, assets/app/stylesheets/components/_articles.scss */
.narrow .list .article_meta {
  margin-bottom: 20px; }
/* line 40, assets/app/stylesheets/components/_articles.scss */
.narrow .list .article {
  clear: both;
  margin: 30px 0 60px;
  padding: 0 0 30px;
  min-height: 180px;
  border-bottom: 1px solid #dddddd; }
/* line 46, assets/app/stylesheets/components/_articles.scss */
.narrow .list .text_only .article_excerpt {
  margin: -4px 0 0 0; }
/* line 48, assets/app/stylesheets/components/_articles.scss */
.narrow .list .article_image {
  display: none; }

/* line 56, assets/app/stylesheets/components/_articles.scss */
.narrow .grid .article {
  float: left;
  margin: 0; }
  /* line 59, assets/app/stylesheets/components/_articles.scss */
  .narrow .grid .article h3, .narrow .grid .article p {
    display: none; }
/* line 61, assets/app/stylesheets/components/_articles.scss */
.narrow .grid .text_only h3 {
  display: block;
  margin: 0; }
  /* line 64, assets/app/stylesheets/components/_articles.scss */
  .narrow .grid .text_only h3 a {
    color: #aaaaaa;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 100px;
    margin: 0 10px 10px 0px;
    width: 100px;
    text-transform: uppercase;
    overflow: hidden; }
/* line 77, assets/app/stylesheets/components/_articles.scss */
.narrow .grid .article_image_large {
  display: none; }
/* line 79, assets/app/stylesheets/components/_articles.scss */
.narrow .grid .last img, .narrow .grid .last h3 a {
  margin-right: 0; }

/* line 84, assets/app/stylesheets/components/_articles.scss */
#view_mode {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }
  /* line 92, assets/app/stylesheets/components/_articles.scss */
  #view_mode li {
    float: right;
    margin: 0 0 0 10px; }
    /* line 95, assets/app/stylesheets/components/_articles.scss */
    #view_mode li a {
      display: block; }
  /* line 97, assets/app/stylesheets/components/_articles.scss */
  #view_mode #list {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -263px no-repeat;
    text-indent: 12px; }
  /* line 100, assets/app/stylesheets/components/_articles.scss */
  #view_mode #list.active {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -289px no-repeat;
    text-indent: 12px; }
  /* line 103, assets/app/stylesheets/components/_articles.scss */
  #view_mode #grid {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -211px no-repeat;
    text-indent: 12px; }
  /* line 106, assets/app/stylesheets/components/_articles.scss */
  #view_mode #grid.active {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -237px no-repeat;
    text-indent: 12px; }
  /* line 109, assets/app/stylesheets/components/_articles.scss */
  #view_mode a.active, #view_mode a.active:hover {
    cursor: default;
    color: #bbbbbb; }

/* line 115, assets/app/stylesheets/components/_articles.scss */
#infscr-loading {
  bottom: -30px;
  left: 50%;
  margin-left: -8px;
  position: absolute; }
  /* line 120, assets/app/stylesheets/components/_articles.scss */
  #infscr-loading div {
    display: none; }

/* line 2, assets/app/stylesheets/components/_aside.scss */
.aside_list ul, #aside #popular_section ul, #aside #home_spotlight_section ul, #aside #spotlight_section ul, #aside #commenters_section ul, #aside #elsewhere_section ul, #aside #network_section ul, #aside #authors_section ul {
  list-style: none;
  margin: 0;
  padding: 0; }
/* line 6, assets/app/stylesheets/components/_aside.scss */
.aside_list li, #aside #popular_section li, #aside #home_spotlight_section li, #aside #spotlight_section li, #aside #commenters_section li, #aside #elsewhere_section li, #aside #network_section li, #aside #authors_section li {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  overflow: hidden; }
/* line 10, assets/app/stylesheets/components/_aside.scss */
.aside_list li:last-child, #aside #popular_section li:last-child, #aside #home_spotlight_section li:last-child, #aside #spotlight_section li:last-child, #aside #commenters_section li:last-child, #aside #elsewhere_section li:last-child, #aside #network_section li:last-child, #aside #authors_section li:last-child {
  border: none; }
/* line 12, assets/app/stylesheets/components/_aside.scss */
.aside_list img, #aside #popular_section img, #aside #home_spotlight_section img, #aside #spotlight_section img, #aside #commenters_section img, #aside #elsewhere_section img, #aside #network_section img, #aside #authors_section img {
  float: left;
  margin: 0 10px 0 0; }
/* line 15, assets/app/stylesheets/components/_aside.scss */
.aside_list h4, #aside #popular_section h4, #aside #home_spotlight_section h4, #aside #spotlight_section h4, #aside #commenters_section h4, #aside #elsewhere_section h4, #aside #network_section h4, #aside #authors_section h4 {
  color: #666666;
  font: bold 11px "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0; }
  /* line 19, assets/app/stylesheets/components/_aside.scss */
  .aside_list h4 a, #aside #popular_section h4 a, #aside #home_spotlight_section h4 a, #aside #spotlight_section h4 a, #aside #commenters_section h4 a, #aside #elsewhere_section h4 a, #aside #network_section h4 a, #aside #authors_section h4 a {
    color: #666666; }
/* line 21, assets/app/stylesheets/components/_aside.scss */
.aside_list p, #aside #popular_section p, #aside #home_spotlight_section p, #aside #spotlight_section p, #aside #commenters_section p, #aside #elsewhere_section p, #aside #network_section p, #aside #authors_section p {
  font: 11px / 14px "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0 0 0 60px; }

/* line 25, assets/app/stylesheets/components/_aside.scss */
#aside {
  min-height: 10px;
  float: left;
  width: 190px;
  position: relative;
  padding: 0 80px 0 0; }
  /* line 30, assets/app/stylesheets/components/_aside.scss */
  #aside p {
    margin-top: -2px;
    background: none;
    text-indent: 0; }
  /* line 34, assets/app/stylesheets/components/_aside.scss */
  #aside a {
    color: #bbbbbb;
    font-weight: normal; }
    /* line 37, assets/app/stylesheets/components/_aside.scss */
    #aside a h4 {
      color: #666666; }
  /* line 39, assets/app/stylesheets/components/_aside.scss */
  #aside strong a {
    color: #ee0011;
    text-decoration: underline; }
  /* line 42, assets/app/stylesheets/components/_aside.scss */
  #aside a:hover {
    color: #333333; }
    /* line 44, assets/app/stylesheets/components/_aside.scss */
    #aside a:hover h4, #aside a:hover p {
      color: #333333 !important; }
  /* line 47, assets/app/stylesheets/components/_aside.scss */
  #aside .submit_badge a {
    background: url("assets/app/images/icon_badge.png") right top no-repeat;
    color: #333333;
    display: block;
    padding: 5px 60px 0 0;
    min-height: 55px; }
  /* line 53, assets/app/stylesheets/components/_aside.scss */
  #aside .submit_badge a:hover {
    color: #ee0011; }
  /* line 55, assets/app/stylesheets/components/_aside.scss */
  #aside #popular_section {
    display: none; }
    /* line 58, assets/app/stylesheets/components/_aside.scss */
    #aside #popular_section .section_heading {
      margin-bottom: 0; }
    /* line 60, assets/app/stylesheets/components/_aside.scss */
    #aside #popular_section span {
      width: 50px;
      height: 50px;
      display: block;
      float: left;
      margin: 0 10px 0 0;
      overflow: hidden;
      background: #dddddd;
      text-indent: -9999px; }
      /* line 69, assets/app/stylesheets/components/_aside.scss */
      #aside #popular_section span img {
        height: 50px;
        width: 50px; }
  /* line 74, assets/app/stylesheets/components/_aside.scss */
  #aside #home_spotlight_section .section_heading, #aside #spotlight_section .section_heading {
    margin-bottom: 0; }
  /* line 76, assets/app/stylesheets/components/_aside.scss */
  #aside #home_spotlight_section span, #aside #spotlight_section span {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    background: #dddddd;
    text-indent: -9999px; }
    /* line 85, assets/app/stylesheets/components/_aside.scss */
    #aside #home_spotlight_section span img, #aside #spotlight_section span img {
      height: 50px;
      width: 50px; }
  /* line 88, assets/app/stylesheets/components/_aside.scss */
  #aside #home_spotlight_section {
    display: none; }
  /* line 90, assets/app/stylesheets/components/_aside.scss */
  #aside #commenters_section {
    display: none; }
    /* line 93, assets/app/stylesheets/components/_aside.scss */
    #aside #commenters_section .section_heading {
      margin-bottom: 0; }
    /* line 95, assets/app/stylesheets/components/_aside.scss */
    #aside #commenters_section img {
      height: 50px;
      width: 50px; }
  /* line 98, assets/app/stylesheets/components/_aside.scss */
  #aside #elsewhere_section {
    display: none; }
    /* line 101, assets/app/stylesheets/components/_aside.scss */
    #aside #elsewhere_section .section_heading {
      margin-bottom: 0; }
    /* line 103, assets/app/stylesheets/components/_aside.scss */
    #aside #elsewhere_section span {
      width: 50px;
      height: 50px;
      display: block;
      float: left;
      margin: 0 10px 0 0;
      overflow: hidden;
      background: #dddddd;
      text-indent: -9999px; }
      /* line 112, assets/app/stylesheets/components/_aside.scss */
      #aside #elsewhere_section span img {
        margin: -12px 0 0 -12px; }
    /* line 114, assets/app/stylesheets/components/_aside.scss */
    #aside #elsewhere_section .from_vimeo span img, #aside #elsewhere_section .from_youtube span img {
      width: 88px;
      height: 66px;
      margin: -8px 0 0 -19px; }
  /* line 120, assets/app/stylesheets/components/_aside.scss */
  #aside #network_section .section_heading {
    margin-bottom: 0; }
  /* line 124, assets/app/stylesheets/components/_aside.scss */
  #aside #authors_section .section_heading {
    margin-bottom: 0; }

/* line 3, assets/app/stylesheets/components/_header.scss */
#header {
  height: 30px;
  background: #ee0011;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000; }
  /* line 8, assets/app/stylesheets/components/_header.scss */
  #header h1 {
    height: 30px; }
  /* line 10, assets/app/stylesheets/components/_header.scss */
  #header h1 a {
    background: url("assets/app/images/datavisualization_home.png") -12px 0 no-repeat;
    display: block;
    height: 30px; }
  /* line 14, assets/app/stylesheets/components/_header.scss */
  #header h1 img {
    margin-left: -12px; }
  /* line 16, assets/app/stylesheets/components/_header.scss */
  #header ul {
    position: absolute;
    right: 0px;
    top: 0;
    width: 200px; }
    /* line 21, assets/app/stylesheets/components/_header.scss */
    #header ul li {
      margin: 0 0 0 12px;
      width: auto;
      float: right; }
      /* line 25, assets/app/stylesheets/components/_header.scss */
      #header ul li a {
        width: auto; }
      /* line 27, assets/app/stylesheets/components/_header.scss */
      #header ul li a:hover {
        color: #333333; }

/* line 30, assets/app/stylesheets/components/_header.scss */
#header h1 a:hover img {
  display: none; }

/* line 33, assets/app/stylesheets/components/_header.scss */
#header.overlayed h1 a:hover img {
  display: block; }

/* line 5, assets/app/stylesheets/components/_icons.scss */
.read_on a, .source a {
  background: url("assets/app/images/icon_sprite.png") right -732px no-repeat;
  padding: 0 20px 0 0; }

/* line 9, assets/app/stylesheets/components/_icons.scss */
.read_on a:hover, .source a:hover {
  color: #ee0011;
  background: url("assets/app/images/icon_sprite.png") right -758px no-repeat; }

/* line 3, assets/app/stylesheets/components/_navigation.scss */
#nav {
  height: 30px;
  background: #222222;
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 10001;
  -webkit-box-shadow: 0px 0 0 transparent;
  -moz-box-shadow: 0px 0 0 transparent;
  box-shadow: 0px 0 0 transparent; }
  /* line 8, assets/app/stylesheets/components/_navigation.scss */
  #nav ul {
    margin-left: -10px; }
    /* line 10, assets/app/stylesheets/components/_navigation.scss */
    #nav ul li {
      width: 119px;
      height: 30px;
      border-right: 1px solid #444444;
      float: left; }
      /* line 15, assets/app/stylesheets/components/_navigation.scss */
      #nav ul li a {
        height: 30px;
        padding: 0 10px;
        background: #222222; }
      /* line 19, assets/app/stylesheets/components/_navigation.scss */
      #nav ul li a:hover {
        background: #333333; }
    /* line 21, assets/app/stylesheets/components/_navigation.scss */
    #nav ul .current-cat a {
      height: 41px;
      background: transparent url("assets/app/images/icon_triangle.png") -260px 30px no-repeat; }
    /* line 24, assets/app/stylesheets/components/_navigation.scss */
    #nav ul .current-cat a:hover {
      background: transparent url("assets/app/images/icon_triangle.png") -260px 30px no-repeat; }
    /* line 26, assets/app/stylesheets/components/_navigation.scss */
    #nav ul li:first-child {
      width: 119px; }

/* line 32, assets/app/stylesheets/components/_navigation.scss */
#nav.overlayed {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }

/* line 39, assets/app/stylesheets/components/_navigation.scss */
#search_form {
  position: absolute;
  right: 0px;
  top: 5px; }
  /* line 43, assets/app/stylesheets/components/_navigation.scss */
  #search_form #search_field {
    border: none;
    background: #444444 url("assets/app/images/icon_sprite.png") 2px -778px no-repeat;
    font: 12px / 1.4 "Helvetica", Helvetica, Arial, sans-serif;
    height: 14px;
    padding: 3px 3px 3px 20px;
    width: 167px; }
  /* line 50, assets/app/stylesheets/components/_navigation.scss */
  #search_form #search_field:hover, #search_form #search_field:focus, #search_form #search_field:active {
    background: white url("assets/app/images/icon_sprite.png") 2px -804px no-repeat; }

/* line 3, assets/app/stylesheets/components/_sections.scss */
#main .section {
  margin: 0 0 30px; }

/* line 6, assets/app/stylesheets/components/_sections.scss */
#aside .section {
  margin: 0 0 60px; }
  /* line 8, assets/app/stylesheets/components/_sections.scss */
  #aside .section .section_heading {
    margin: 0 0 30px; }

/* line 11, assets/app/stylesheets/components/_sections.scss */
#sidebar .section {
  margin: 0 0 30px; }
  /* line 13, assets/app/stylesheets/components/_sections.scss */
  #sidebar .section .section_heading {
    margin: 0 0 10px; }

/* line 16, assets/app/stylesheets/components/_sections.scss */
.section_heading {
  position: relative;
  border-bottom: 1px solid #dddddd; }
  /* line 19, assets/app/stylesheets/components/_sections.scss */
  .section_heading h2, .section_heading h3 {
    margin-bottom: 1px; }

/* line 1, assets/app/stylesheets/components/_sidebar.scss */
#sidebar {
  float: left;
  width: 190px;
  position: relative;
  color: #bbbbbb;
  font-size: 11px; }
  /* line 6, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar a {
    color: #999999; }
  /* line 8, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar a:hover {
    color: #333333; }
  /* line 10, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar ul {
    margin: 0;
    padding: 0; }
    /* line 13, assets/app/stylesheets/components/_sidebar.scss */
    #sidebar ul li {
      list-style: none;
      border-bottom: 1px solid #dddddd; }
  /* line 16, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar h3 span {
    padding: 0;
    font-size: 9px;
    text-transform: none;
    float: right;
    position: relative;
    top: 1px; }
  /* line 23, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large .section_heading {
    border-bottom: 0;
    margin-bottom: 2px; }
    /* line 26, assets/app/stylesheets/components/_sidebar.scss */
    #sidebar #subscribe_links_large .section_heading h3 {
      margin-bottom: 0; }
  /* line 30, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .rss_icon a, #sidebar #subscribe_links_slim ul .rss_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -829px no-repeat; }
  /* line 32, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .twitter_icon a, #sidebar #subscribe_links_slim ul .twitter_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -855px no-repeat; }
  /* line 34, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .email_icon a, #sidebar #subscribe_links_slim ul .email_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -881px no-repeat; }
  /* line 36, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .facebook_icon a, #sidebar #subscribe_links_slim ul .facebook_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -985px no-repeat; }
  /* line 38, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .vimeo_icon a, #sidebar #subscribe_links_slim ul .vimeo_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -959px no-repeat; }
  /* line 40, assets/app/stylesheets/components/_sidebar.scss */
  #sidebar #subscribe_links_large ul .tumblr_icon a, #sidebar #subscribe_links_slim ul .tumblr_icon a {
    text-indent: 21px;
    background: url("assets/app/images/icon_sprite.png") 0 -933px no-repeat; }

/* line 43, assets/app/stylesheets/components/_sidebar.scss */
.influads_img {
  float: left;
  margin: 0 6px 0 0; }

/* line 47, assets/app/stylesheets/components/_sidebar.scss */
.influads_text {
  font-size: 11px;
  line-height: 14px;
  color: #999999; }

/* line 52, assets/app/stylesheets/components/_sidebar.scss */
.influads_powered_div {
  clear: both; }

/* line 55, assets/app/stylesheets/components/_sidebar.scss */
#sidebar a.influads_powered_link {
  font-size: 9px;
  font-weight: normal;
  color: #bbbbbb; }

/* line 60, assets/app/stylesheets/components/_sidebar.scss */
.rss_button, .facebook_button, .twitter_button {
  height: 68px;
  position: relative;
  border-bottom: none !important; }
  /* line 64, assets/app/stylesheets/components/_sidebar.scss */
  .rss_button a, .facebook_button a, .twitter_button a {
    padding: 0 !important; }
  /* line 66, assets/app/stylesheets/components/_sidebar.scss */
  .rss_button .button_count, .facebook_button .button_count, .twitter_button .button_count {
    display: block;
    position: absolute;
    top: 24px;
    left: 10px;
    font: italic 14px / 18px "Georgia", Georgia, serif; }

/* line 73, assets/app/stylesheets/components/_sidebar.scss */
.rss_button a span {
  color: #f7cf9b; }

/* line 76, assets/app/stylesheets/components/_sidebar.scss */
.twitter_button a span {
  color: #c9e4e5; }

/* line 79, assets/app/stylesheets/components/_sidebar.scss */
.facebook_button a span {
  color: #a8b9d4; }

/* line 82, assets/app/stylesheets/components/_sidebar.scss */
.rss_button a:hover span, .facebook_button a:hover span, .twitter_button a:hover span {
  color: white; }

/* line 85, assets/app/stylesheets/components/_sidebar.scss */
.last_button {
  border-bottom: 1px solid #dddddd !important; }

/* line 88, assets/app/stylesheets/components/_sidebar.scss */
#facebook_like_button {
  position: absolute;
  top: 14px;
  left: 14px; }

/* line 93, assets/app/stylesheets/components/_sidebar.scss */
#facebook_like_button {
  position: absolute;
  bottom: -5px;
  left: 30px; }

/* line 98, assets/app/stylesheets/components/_sidebar.scss */
.floating_element.fixed {
  position: fixed;
  top: 90px;
  width: 190px; }

/* line 103, assets/app/stylesheets/components/_sidebar.scss */
#sidebar .rss_button .button_count, #sidebar .facebook_button .button_count, #sidebar .twitter_button .button_count {
  top: 24px; }

/* line 3, assets/app/stylesheets/components/_tooltip.scss */
#featured_tooltip {
  left: 5px;
  height: 41px;
  position: absolute;
  top: 137px; }
  /* line 8, assets/app/stylesheets/components/_tooltip.scss */
  #featured_tooltip #featured_tooltip_top {
    background: #ee0011;
    padding: 6px 10px;
    height: 18px;
    width: auto; }
    /* line 13, assets/app/stylesheets/components/_tooltip.scss */
    #featured_tooltip #featured_tooltip_top p {
      margin: 0;
      text-transform: uppercase; }
      /* line 16, assets/app/stylesheets/components/_tooltip.scss */
      #featured_tooltip #featured_tooltip_top p a {
        display: block;
        color: white; }
      /* line 19, assets/app/stylesheets/components/_tooltip.scss */
      #featured_tooltip #featured_tooltip_top p a:hover {
        color: white; }
      /* line 21, assets/app/stylesheets/components/_tooltip.scss */
      #featured_tooltip #featured_tooltip_top p #featured_tooltip_title {
        font-weight: bold; }
  /* line 23, assets/app/stylesheets/components/_tooltip.scss */
  #featured_tooltip #featured_tooltip_bottom {
    height: 11px;
    background: transparent url("assets/app/images/icon_triangle.png") -390px 0 no-repeat; }

/* line 29, assets/app/stylesheets/components/_tooltip.scss */
#article_tooltip {
  display: none;
  left: 0;
  z-index: 20000;
  position: absolute;
  top: 0; }
  /* line 35, assets/app/stylesheets/components/_tooltip.scss */
  #article_tooltip #article_tooltip_top {
    background: #ee0011;
    padding: 10px 10px;
    width: 130px; }
    /* line 39, assets/app/stylesheets/components/_tooltip.scss */
    #article_tooltip #article_tooltip_top p {
      margin: 0; }
      /* line 41, assets/app/stylesheets/components/_tooltip.scss */
      #article_tooltip #article_tooltip_top p a {
        display: block;
        color: white; }
      /* line 44, assets/app/stylesheets/components/_tooltip.scss */
      #article_tooltip #article_tooltip_top p a:hover {
        color: white; }
      /* line 46, assets/app/stylesheets/components/_tooltip.scss */
      #article_tooltip #article_tooltip_top p span {
        display: block; }
      /* line 48, assets/app/stylesheets/components/_tooltip.scss */
      #article_tooltip #article_tooltip_top p #article_tooltip_title {
        font-weight: bold; }
  /* line 50, assets/app/stylesheets/components/_tooltip.scss */
  #article_tooltip #article_tooltip_bottom {
    height: 11px;
    background: transparent url("assets/app/images/icon_triangle.png") -370px 0 no-repeat; }

/*
OVERRIDES STYLESHEET
Description:  Context and page specific overrides
Author:       Interactive Things
Created:      110504_BW
Updated:      110504_BW
*/
/* line 3, assets/app/stylesheets/overrides/_index.scss */
.narrow {
  float: left;
  width: 470px;
  position: relative;
  padding: 0 50px 0 0; }
  /* line 6, assets/app/stylesheets/overrides/_index.scss */
  .narrow h3 {
    margin: 10px 0 20px; }
  /* line 8, assets/app/stylesheets/overrides/_index.scss */
  .narrow p {
    overflow: hidden; }
  /* line 10, assets/app/stylesheets/overrides/_index.scss */
  .narrow .section_heading {
    margin-bottom: 30px; }
  /* line 12, assets/app/stylesheets/overrides/_index.scss */
  .narrow #articles {
    position: relative; }
  /* line 14, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_meta {
    margin-bottom: 20px; }
    /* line 17, assets/app/stylesheets/overrides/_index.scss */
    .narrow .article_meta .date {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -4px no-repeat;
      padding-left: 14px; }
    /* line 20, assets/app/stylesheets/overrides/_index.scss */
    .narrow .article_meta .author {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -158px no-repeat;
      padding-left: 15px; }
    /* line 23, assets/app/stylesheets/overrides/_index.scss */
    .narrow .article_meta .category {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -55px no-repeat;
      padding-left: 16px; }
    /* line 26, assets/app/stylesheets/overrides/_index.scss */
    .narrow .article_meta .tags {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -108px no-repeat;
      padding-left: 15px; }
  /* line 30, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_excerpt .read_on a {
    background: url("assets/app/images/icon_sprite.png") right -753px no-repeat;
    display: inline-block; }
  /* line 33, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_excerpt .read_on a:hover {
    color: #ee0011;
    background: url("assets/app/images/icon_sprite.png") right -753px no-repeat; }
  /* line 36, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_image {
    display: block;
    float: left; }
  /* line 39, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_image img {
    float: left;
    height: 100px;
    margin: 0 10px 10px 0;
    width: 100px; }
  /* line 45, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_image_large {
    display: block;
    float: none; }
  /* line 48, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_image_large img {
    float: none;
    height: 150px;
    margin: 0 0 20px;
    width: 460px; }
  /* line 58, assets/app/stylesheets/overrides/_index.scss */
  .narrow .article_excerpt {
    margin: 0;
    font-size: 14px; }

/* line 3, assets/app/stylesheets/overrides/_page.scss */
.page {
  font-size: 14px; }
  /* line 5, assets/app/stylesheets/overrides/_page.scss */
  .page h3 {
    margin-bottom: 1em; }
  /* line 7, assets/app/stylesheets/overrides/_page.scss */
  .page p {
    overflow: hidden; }

/* line 3, assets/app/stylesheets/overrides/_single.scss */
.wide {
  float: left;
  width: 710px;
  position: relative;
  padding: 0 80px 0 0; }
  /* line 6, assets/app/stylesheets/overrides/_single.scss */
  .wide p {
    overflow: hidden; }
  /* line 8, assets/app/stylesheets/overrides/_single.scss */
  .wide p.clear {
    clear: both; }
  /* line 10, assets/app/stylesheets/overrides/_single.scss */
  .wide .article_meta {
    margin: 0 0 1px 0; }
    /* line 13, assets/app/stylesheets/overrides/_single.scss */
    .wide .article_meta .date {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -4px no-repeat;
      padding-left: 14px; }
    /* line 16, assets/app/stylesheets/overrides/_single.scss */
    .wide .article_meta .author {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -158px no-repeat;
      padding-left: 15px; }
    /* line 19, assets/app/stylesheets/overrides/_single.scss */
    .wide .article_meta .category {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -55px no-repeat;
      padding-left: 16px; }
    /* line 22, assets/app/stylesheets/overrides/_single.scss */
    .wide .article_meta .tags {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -108px no-repeat;
      padding-left: 15px; }
  /* line 25, assets/app/stylesheets/overrides/_single.scss */
  .wide .article {
    font-size: 14px; }
    /* line 27, assets/app/stylesheets/overrides/_single.scss */
    .wide .article h2 {
      font-size: 24px;
      margin: 30px 0; }
    /* line 30, assets/app/stylesheets/overrides/_single.scss */
    .wide .article h3 {
      margin-bottom: 0.5em; }
    /* line 32, assets/app/stylesheets/overrides/_single.scss */
    .wide .article img {
      float: left;
      margin: 4px 1em 1em 0; }
    /* line 35, assets/app/stylesheets/overrides/_single.scss */
    .wide .article .share_image {
      display: none; }
    /* line 41, assets/app/stylesheets/overrides/_single.scss */
    .wide .article ul.images {
      padding-left: 0;
      margin-left: 0;
      margin-right: 0;
      list-style: none; }
      /* line 46, assets/app/stylesheets/overrides/_single.scss */
      .wide .article ul.images li {
        background: none;
        padding-left: 0;
        margin-bottom: 12px;
        clear: both; }
    /* line 51, assets/app/stylesheets/overrides/_single.scss */
    .wide .article div.wp-caption {
      border: 1px solid #dddddd;
      margin: 0 0 1.5em;
      padding: 1px 1px 0 1px; }
      /* line 55, assets/app/stylesheets/overrides/_single.scss */
      .wide .article div.wp-caption img {
        float: none;
        margin: 5px; }
      /* line 58, assets/app/stylesheets/overrides/_single.scss */
      .wide .article div.wp-caption p {
        margin-bottom: 0; }
      /* line 60, assets/app/stylesheets/overrides/_single.scss */
      .wide .article div.wp-caption p.wp-caption-text {
        font: italic 10px / 1.4 Georgia, serif;
        margin: 0 10px 1.5em; }
    /* line 63, assets/app/stylesheets/overrides/_single.scss */
    .wide .article .article_source {
      float: left;
      width: 470px;
      position: relative;
      font: italic 14px / 16px "Georgia", Georgia, serif; }
      /* line 66, assets/app/stylesheets/overrides/_single.scss */
      .wide .article .article_source a {
        font-weight: normal;
        text-decoration: underline; }
      /* line 69, assets/app/stylesheets/overrides/_single.scss */
      .wide .article .article_source a:hover {
        color: #ee0011; }
    /* line 71, assets/app/stylesheets/overrides/_single.scss */
    .wide .article .submit_badge {
      position: relative;
      font: italic 14px / 16px "Georgia", Georgia, serif;
      margin: -4px 0 0 520px; }
      /* line 75, assets/app/stylesheets/overrides/_single.scss */
      .wide .article .submit_badge a {
        background: url("assets/app/images/icon_badge.png") right top no-repeat;
        color: #333333;
        display: block;
        font-weight: normal;
        min-height: 55px;
        padding: 5px 60px 0 0; }
        /* line 82, assets/app/stylesheets/overrides/_single.scss */
        .wide .article .submit_badge a strong {
          color: #ee0011;
          font-weight: normal;
          text-decoration: underline; }
      /* line 86, assets/app/stylesheets/overrides/_single.scss */
      .wide .article .submit_badge a:hover {
        color: #ee0011; }

/* line 91, assets/app/stylesheets/overrides/_single.scss */
#share_article {
  float: left;
  width: 470px;
  position: relative;
  height: 110px;
  margin: 0 0 30px;
  padding: 0 50px 0 0; }
  /* line 96, assets/app/stylesheets/overrides/_single.scss */
  #share_article .section_heading {
    margin: 0 0 26px; }
  /* line 98, assets/app/stylesheets/overrides/_single.scss */
  #share_article ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 230px; }
    /* line 105, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .twitter_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -855px no-repeat; }
    /* line 107, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .digg_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -1011px no-repeat; }
    /* line 109, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .buzz_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -1037px no-repeat; }
    /* line 111, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .facebook_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -985px no-repeat; }
    /* line 113, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .delicious_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -1063px no-repeat; }
    /* line 115, assets/app/stylesheets/overrides/_single.scss */
    #share_article ul .stumbleupon_icon a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -1089px no-repeat; }
  /* line 117, assets/app/stylesheets/overrides/_single.scss */
  #share_article #share_icon_links_1 {
    margin-right: 10px; }

/* line 121, assets/app/stylesheets/overrides/_single.scss */
#subscribe_to_articles {
  float: left;
  width: 190px;
  position: relative;
  height: 110px;
  margin: 0 0 30px; }
  /* line 125, assets/app/stylesheets/overrides/_single.scss */
  #subscribe_to_articles .section_heading {
    margin: 0 0 30px; }

/* line 128, assets/app/stylesheets/overrides/_single.scss */
#more_articles {
  clear: both;
  margin: 0 0 30px; }
  /* line 130, assets/app/stylesheets/overrides/_single.scss */
  #more_articles span {
    padding: 0; }
  /* line 134, assets/app/stylesheets/overrides/_single.scss */
  #more_articles .section_heading {
    margin: 0 0 30px; }
  /* line 136, assets/app/stylesheets/overrides/_single.scss */
  #more_articles a {
    color: #333333;
    display: block;
    height: 13px;
    padding: 3px 0 0 0; }
  /* line 141, assets/app/stylesheets/overrides/_single.scss */
  #more_articles .next_link {
    float: right; }
    /* line 143, assets/app/stylesheets/overrides/_single.scss */
    #more_articles .next_link a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -364px no-repeat;
      text-align: right;
      text-indent: 0;
      padding: 3px 21px 0 0;
      background-position: right -364px; }
    /* line 149, assets/app/stylesheets/overrides/_single.scss */
    #more_articles .next_link a:hover {
      background-position: right -390px; }
  /* line 151, assets/app/stylesheets/overrides/_single.scss */
  #more_articles .prev_link {
    float: left; }
    /* line 153, assets/app/stylesheets/overrides/_single.scss */
    #more_articles .prev_link a {
      text-indent: 21px;
      background: url("assets/app/images/icon_sprite.png") 0 -416px no-repeat; }
    /* line 155, assets/app/stylesheets/overrides/_single.scss */
    #more_articles .prev_link a:hover {
      background-position: 0 -442px; }

/* line 158, assets/app/stylesheets/overrides/_single.scss */
#related_articles {
  clear: both;
  margin: 0 0 60px; }
  /* line 161, assets/app/stylesheets/overrides/_single.scss */
  #related_articles .section_heading {
    margin: 0 0 26px; }
  /* line 163, assets/app/stylesheets/overrides/_single.scss */
  #related_articles span {
    padding: 0; }
  /* line 165, assets/app/stylesheets/overrides/_single.scss */
  #related_articles ol {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
  /* line 171, assets/app/stylesheets/overrides/_single.scss */
  #related_articles .thumbnails li {
    height: 100;
    float: left;
    clear: none; }
  /* line 175, assets/app/stylesheets/overrides/_single.scss */
  #related_articles .thumbnails a {
    display: block;
    float: left;
    height: auto;
    padding: 0;
    margin: 0 10px 0 0; }
  /* line 183, assets/app/stylesheets/overrides/_single.scss */
  #related_articles .thumbnails li.last a {
    margin-right: 0; }

/* line 3, assets/app/stylesheets/overrides/_adminbar.scss */
#wpadminbar {
  top: 60px !important;
  min-width: 960px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }

/* line 10, assets/app/stylesheets/overrides/_adminbar.scss */
#wpadminbar > .quicklinks {
  width: 980px;
  margin: 0 auto; }

/* line 14, assets/app/stylesheets/overrides/_adminbar.scss */
#wpadminbar #adminbarsearch-wrap {
  display: none; }

/* line 3, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread button.dsq-button-small, #disqus_thread #dsq-content .dsq-request-user-name small a, #disqus_thread .dsq-request-user-logout, #disqus_thread #dsq-realtime-toggle, #disqus_thread #dsq-subscribe a, #disqus_thread .dsq-subscribe-rss a, #disqus_thread #dsq-content .dsq-comment-footer-left a {
  font-size: 11px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #bbbbbb !important;
  font-weight: normal !important; }

/* line 10, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-request-user-name small a:hover, #disqus_thread #dsq-subscribe a:hover, #disqus_thread .dsq-subscribe-rss a:hover, #disqus_thread #dsq-content .dsq-comment-footer-left a:hover, #dsq-content .dsq-request-user-logout:hover {
  color: #ee0011 !important; }

/* line 13, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread {
  position: relative !important; }

/* line 16, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content h3 {
  font-size: 11px !important;
  font-weight: normal !important;
  color: #bbbbbb !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #dddddd !important;
  margin-bottom: 30px !important; }

/* line 25, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-textarea .dsq-textarea-wrapper, #disqus_thread #dsq-content .dsq-post-fields .dsq-input-wrapper {
  border: 1px solid #dddddd !important;
  padding: 5px !important;
  margin: 10px 0 !important; }

/* line 30, assets/app/stylesheets/overrides/_disqus.scss */
.dsq-brlink {
  display: none; }

/* line 33, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content #dsq-new-post {
  margin: 0 0 30px; }

/* line 36, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-dc-logo {
  position: absolute !important;
  margin-top: 40px !important;
  right: 0; }

/* line 41, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-request-user-logout {
  position: absolute !important;
  margin-top: 21px !important;
  right: 0; }

/* line 46, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-request-user-name {
  line-height: 14px !important;
  font-size: 14px !important;
  padding: 2px 0 0 10px !important;
  height: 38px !important; }
  /* line 51, assets/app/stylesheets/overrides/_disqus.scss */
  #dsq-content .dsq-request-user-name small {
    margin-top: 5px !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    display: block !important;
    color: #bbbbbb !important; }
    /* line 57, assets/app/stylesheets/overrides/_disqus.scss */
    #dsq-content .dsq-request-user-name small a {
      font-size: 11px !important;
      color: #bbbbbb !important; }

/* line 61, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread .dsq-request-user-name a:hover {
  color: #ee0011 !important; }

/* line 64, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread .dsq-request-user-name small a {
  color: #bbbbbb; }

/* line 67, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread .dsq-request-user-name small a:hover {
  color: #ee0011 !important; }

/* line 70, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-request-user-stats {
  line-height: 1 !important;
  font-size: 12px !important;
  padding: 0 0 0 10px !important; }

/* line 75, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-request-user-stats span.dsq-request-user-stat {
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  color: #bbbbbb !important; }

/* line 81, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-request-user-stats span.dsq-request-user-stat big {
  line-height: 1 !important;
  margin-top: 8px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  color: #bbbbbb !important; }

/* line 89, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-post-footer .dsq-sharing-options {
  display: none !important; }

/* line 92, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-thread-settings {
  margin-bottom: 30px !important; }

/* line 96, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-append-post h3, #disqus_thread #dsq-content .dsq-append-post span.dsq-request-user-stat, #disqus_thread #dsq-content .dsq-append-post span.dsq-request-user-stat big, #disqus_thread #dsq-content .dsq-append-post small {
  color: #999999 !important; }
  /* line 98, assets/app/stylesheets/overrides/_disqus.scss */
  #disqus_thread #dsq-content .dsq-append-post h3 a, #disqus_thread #dsq-content .dsq-append-post span.dsq-request-user-stat a, #disqus_thread #dsq-content .dsq-append-post span.dsq-request-user-stat big a, #disqus_thread #dsq-content .dsq-append-post small a {
    color: #999999 !important; }
/* line 100, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-append-post .dsq-dc-logo {
  margin-right: 10px; }
/* line 102, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-append-post .dsq-request-user-logout {
  color: #999999 !important;
  margin-right: 10px; }

/* line 106, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread button.dsq-button, #disqus_thread button.dsq-button-small {
  font-weight: normal !important;
  background: none repeat scroll 0 0 #ee0011 !important;
  font: 12px / 1.5 "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px; }

/* line 114, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread button.dsq-button:hover, #disqus_thread button.dsq-button-small:hover {
  color: #333333 !important; }

/* line 117, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread button.dsq-button-small {
  height: 16px !important;
  line-height: 16px !important;
  background: url("assets/app/images/icon_sprite.png") 0 -651px no-repeat !important;
  color: #ee0011 !important;
  text-indent: 14px !important;
  padding: 0 !important;
  margin-top: 3px !important; }

/* line 126, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread .dsq-like button.dsq-button-small {
  background: url("assets/app/images/icon_sprite.png") 0 -651px no-repeat !important; }

/* line 129, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread .dsq-comment-footer-reply button.dsq-button-small {
  background: url("assets/app/images/icon_sprite.png") 0 -702px no-repeat !important; }

/* line 132, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread button.dsq-hide-reaction {
  background: url("assets/app/images/icon_sprite.png") 0 -494px no-repeat !important; }

/* line 135, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-options {
  background: none !important;
  border-bottom: 1px solid #dddddd !important;
  padding-bottom: 0px !important; }

/* line 140, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-options span {
  color: #bbbbbb;
  text-transform: uppercase !important;
  font-size: 11px !important;
  margin-right: 10px; }

/* line 146, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-options a:hover {
  color: #ee0011 !important; }

/* line 149, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content #dsq-account-dropdown {
  background: #fff;
  padding: 2px 0 0 10px; }

/* line 154, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content #dsq-sort-by {
  background: #fff;
  padding: 7px 0 0 10px; }

/* line 159, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content #dsq-comments .dsq-drop-profile li a {
  color: #ee0011 !important; }

/* line 162, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header-meta {
  padding-left: 10px !important; }

/* line 165, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header cite {
  font-size: 12px !important;
  color: #333333 !important;
  display: block !important;
  line-height: 1.5; }

/* line 171, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header cite a {
  color: #333333 !important; }

/* line 174, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header cite a:hover {
  color: #ee0011 !important; }

/* line 177, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header-time {
  padding: 0 !important;
  color: #bbbbbb;
  font-size: 11px !important;
  font-weight: normal !important; }

/* line 183, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header-time a {
  font-weight: normal !important; }

/* line 186, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-header-time a:hover {
  color: #ee0011 !important; }

/* line 189, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-message {
  line-height: 1.5 !important; }

/* line 192, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-message a {
  color: #333333 !important; }

/* line 195, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-comment-message a:hover {
  color: #ee0011 !important; }

/* line 198, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-h3-reactions {
  background: none !important; }

/* line 201, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-comment-footer-left a {
  display: block !important;
  float: left !important;
  text-indent: 21px;
  background: url("assets/app/images/icon_sprite.png") 0 0px no-repeat;
  text-indent: 14px;
  background-position: 0 -521px !important; }

/* line 208, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-comment-footer-left a:hover {
  background-position: 0 -547px !important;
  color: #ee0011 !important; }

/* line 215, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-reaction .dsq-comment-cite {
  padding-left: 0 !important; }

/* line 218, assets/app/stylesheets/overrides/_disqus.scss */
.dsq-h3-trackbacks {
  clear: both; }

/* line 221, assets/app/stylesheets/overrides/_disqus.scss */
#dsq-content .dsq-item-trackback {
  margin: 0 !important;
  padding: 0 !important; }

/* line 225, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content .dsq-item-trackback {
  clear: both;
  color: #bbbbbb; }

/* line 229, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content li cite a {
  color: #333333; }

/* line 232, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content p.dsq-trackback-date {
  color: #bbbbbb;
  margin-bottom: 0; }

/* line 237, assets/app/stylesheets/overrides/_disqus.scss */
#disqus_thread #dsq-content li .dsq-meta, #disqus_thread #dsq-content #dsq-references li .dsq-content {
  color: #bbbbbb; }

/* line 3, assets/app/stylesheets/overrides/_facebox.scss */
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left; }
  /* line 9, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox .popup {
    position: relative;
    border: 3px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5), 0, 0, 40px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5), 0, 0, 40px;
    box-shadow: rgba(0, 0, 0, 0.5), 0, 0, 40px; }
  /* line 15, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox .content {
    display: table;
    width: 960px;
    padding: 10px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    /* line 21, assets/app/stylesheets/overrides/_facebox.scss */
    #facebox .content > p:first-child {
      margin-top: 0; }
    /* line 24, assets/app/stylesheets/overrides/_facebox.scss */
    #facebox .content > p:last-child {
      margin-bottom: 0; }
  /* line 28, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    background: #fff; }
    /* line 34, assets/app/stylesheets/overrides/_facebox.scss */
    #facebox .close img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
    /* line 37, assets/app/stylesheets/overrides/_facebox.scss */
    #facebox .close:hover img {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  /* line 41, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox .loading {
    text-align: center; }
  /* line 44, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox .image {
    text-align: center; }
  /* line 47, assets/app/stylesheets/overrides/_facebox.scss */
  #facebox img {
    border: 0;
    margin: 0;
    float: none;
    display: block; }

/* line 54, assets/app/stylesheets/overrides/_facebox.scss */
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

/* line 61, assets/app/stylesheets/overrides/_facebox.scss */
.facebox_hide {
  z-index: -100; }

/* line 64, assets/app/stylesheets/overrides/_facebox.scss */
.facebox_overlayBG {
  background-color: #000;
  z-index: 99; }

/* line 3, assets/app/stylesheets/overrides/_form7.scss */
.reqtxt {
  color: #bbbbbb;
  font-size: 11px; }

/* line 7, assets/app/stylesheets/overrides/_form7.scss */
.desctxt {
  color: #bbbbbb;
  font-size: 11px;
  margin-bottom: 10px;
  display: block; }

/* line 13, assets/app/stylesheets/overrides/_form7.scss */
.wpcf7-quiz-label {
  font-size: 12px; }

/* line 16, assets/app/stylesheets/overrides/_form7.scss */
input.wpcf7-quiz {
  width: 299px; }

/* line 19, assets/app/stylesheets/overrides/_form7.scss */
#sendbutton {
  font: 12px / 1.5 "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 230px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: #ee0011;
  color: white; }

/* line 30, assets/app/stylesheets/overrides/_form7.scss */
#sendbutton:hover, #sendbutton:focus, #sendbutton:active {
  color: #333333;
  outline: none;
  border: none; }

/* line 35, assets/app/stylesheets/overrides/_form7.scss */
div.wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 10px 10px 8px !important;
  color: white !important;
  border: none !important;
  width: 330px !important; }

/* line 42, assets/app/stylesheets/overrides/_form7.scss */
div.wpcf7-mail-sent-ok {
  background: #50b56f !important;
  border: none !important; }

/* line 46, assets/app/stylesheets/overrides/_form7.scss */
div.wpcf7-mail-sent-ng {
  background: #ee0011;
  border: none !important; }

/* line 50, assets/app/stylesheets/overrides/_form7.scss */
div.wpcf7-spam-blocked {
  background: #f7e700 !important;
  border: none !important; }

/* line 54, assets/app/stylesheets/overrides/_form7.scss */
div.wpcf7-validation-errors {
  background: #ffa500 !important;
  border: none !important; }

/* line 58, assets/app/stylesheets/overrides/_form7.scss */
span.wpcf7-not-valid-tip {
  color: #ee0011 !important;
  font-size: 10px !important;
  left: 5px !important;
  padding: 2px 5px 0px !important;
  position: absolute !important;
  top: 0px !important;
  width: 150px !important;
  z-index: 100 !important;
  border: none !important; }

/* line 69, assets/app/stylesheets/overrides/_form7.scss */
.quiz span.wpcf7-not-valid-tip {
  left: 45px !important; }

/* line 72, assets/app/stylesheets/overrides/_form7.scss */
span.wpcf7-not-valid-tip-no-ajax {
  color: #ee0011 !important;
  font-size: 10px !important;
  display: block !important; }

/* line 3, assets/app/stylesheets/overrides/_orbit.scss */
.wide .article .slider img {
  float: none; }

/* line 6, assets/app/stylesheets/overrides/_orbit.scss */
div.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
  margin-bottom: 2.5em; }

/* line 12, assets/app/stylesheets/overrides/_orbit.scss */
div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden; }

/* line 18, assets/app/stylesheets/overrides/_orbit.scss */
div.orbit img {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

/* line 24, assets/app/stylesheets/overrides/_orbit.scss */
div.orbit a img {
  border: none; }

/* line 27, assets/app/stylesheets/overrides/_orbit.scss */
.orbit div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 34, assets/app/stylesheets/overrides/_orbit.scss */
div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.6;
  cursor: pointer;
  z-index: 1001; }

/* line 45, assets/app/stylesheets/overrides/_orbit.scss */
span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("assets/app/images/orbit/rotator-black.png") no-repeat;
  z-index: 3; }

/* line 55, assets/app/stylesheets/overrides/_orbit.scss */
span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden; }

/* line 65, assets/app/stylesheets/overrides/_orbit.scss */
span.rotator.move {
  left: 0; }

/* line 68, assets/app/stylesheets/overrides/_orbit.scss */
span.mask.move {
  width: 40px;
  left: 0;
  background: url("assets/app/images/orbit/timer-black.png") repeat 0 0; }

/* line 73, assets/app/stylesheets/overrides/_orbit.scss */
span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("assets/app/images/orbit/pause-black.png") no-repeat;
  z-index: 4;
  opacity: 0; }

/* line 84, assets/app/stylesheets/overrides/_orbit.scss */
span.pause.active {
  background: url("assets/app/images/orbit/pause-black.png") no-repeat 0 -40px; }

/* line 87, assets/app/stylesheets/overrides/_orbit.scss */
div.timer:hover span.pause, span.pause.active {
  opacity: 1; }

/* line 90, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-caption {
  display: none;
  font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }

/* line 94, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%; }

/* line 107, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav {
  display: block; }

/* line 110, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav span {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -8px;
  cursor: pointer;
  background: url("assets/app/images/icon_sprite.png") 0 0 no-repeat; }

/* line 121, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav span.right {
  background-position: 0 -364px;
  right: -21px; }

/* line 125, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav span.right:hover {
  background-position: 0 -390px; }

/* line 128, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav span.left {
  background-position: 0 -416px;
  left: -21px; }

/* line 132, assets/app/stylesheets/overrides/_orbit.scss */
div.slider-nav span.left:hover {
  background-position: 0 -442px; }

/* line 135, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-bullets {
  position: absolute;
  z-index: 1000;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0; }

/* line 144, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url("assets/app/images/orbit/bullets.png") no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden; }

/* line 155, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0; }

/* line 159, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px; }

/* line 164, assets/app/stylesheets/overrides/_orbit.scss */
.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black; }

/* line 168, assets/app/stylesheets/overrides/_orbit.scss */
.transcript {
  height: 500px;
  overflow-y: scroll;
  padding: 5px;
  width: 710px;
  border: 1px solid #dddddd;
  margin-bottom: 1.5em; }
