/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate  :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers.
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
  don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment
  people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't screw with your line-heights
  gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's
  Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

code, pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 3px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
}

pre.prettyprint {
  margin-bottom: 18px;
}

pre code {
  padding: 0;
  background-color: transparent;
}


/*
  Limited Run
  Cloud Warmer, Inc.
---------------------*/

html, body {
  background-color: #0A0A0A;
}

body#marketing {
  color: #FFFFE6;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 0 0 50px 0;
}

body#marketing hr {
  border: 0;
  border-bottom: 1px solid #202020;
  margin: 0;
}

body#marketing hr.dark {
  border-color: #0F0F0F;
}

body#marketing h1, body#marketing h2 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin: 14px 0;
  padding-bottom: 5px;
  text-shadow: 0 -1px 0 black;
}

body#marketing h1.first, body#marketing h2.first {
  margin-top: 0;
}

body#marketing h2 {
  font-size: 18px;
}

body#marketing p {
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
  margin: 7px 0;
  text-shadow: 0 -1px 0 black;
}

body#marketing ul {
  list-style: disc;
  margin: 0 0 14px 25px;
}

body#marketing ol {
  margin: 0 0 14px 25px;
}

body#marketing li {
  font-size: 15px;
  font-weight: 200;
  line-height: 25px;
  text-shadow: 0 -1px 0 black;
}

body#marketing a {
  color: #FFFFE6;
  opacity: 0.75;
  text-decoration: none;
}

body#marketing a:hover {
  opacity: 1.0;
}

body#marketing blockquote {
  font-style: italic;
  margin: 10px 0;
  padding-left: 30px;
}

body#marketing .btn {
  background-color: #0f6a9d;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#117ab4), color-stop(25%, #117ab4), to(#0f6a9d));
  background-image: -webkit-linear-gradient(#117ab4, #117ab4 25%, #0f6a9d);
  background-image: -moz-linear-gradient(#117ab4, #117ab4 25%, #0f6a9d);
  background-image: -ms-linear-gradient(#117ab4, #117ab4 25%, #0f6a9d);
  background-image: -o-linear-gradient(#117ab4, #117ab4 25%, #0f6a9d);
  background-image: linear-gradient(#117ab4, #117ab4 25%, #0f6a9d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117ab4', endColorstr='#0f6a9d', GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #0A0A0A;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 15px;
  opacity: 1.0;
  padding: 10px 25px;
  text-shadow: 0px 1px 2px #393939;
  vertical-align: middle;
  width: 240px;
}

body#marketing .btn:hover {
  background-position: 0 -15px;
}

body#marketing .section {
  margin: 0 auto;
  width: 900px;
}

body#marketing .center {
  text-align: center;
}

body#marketing #header-wrapper {
  background-color: #1A1A1A;
  background-image: url(http://misc.limitedrun.com.s3.amazonaws.com/background.png);
  padding: 10px 0;
}

body#marketing #header-wrapper #header h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 48px;
  margin: 0;
  padding: 5px 0;
}

body#marketing #header-wrapper #header h1 a {
  background-image: url(http://misc.limitedrun.com.s3.amazonaws.com/limited-run-logo-215.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  opacity: 1.0;
  width: 215px;
}

body#marketing #header-wrapper #header #sign-in {
  float: right;
  font-size: 15px;
  line-height: 48px;
  opacity: 1.0;
  padding: 5px 0;
}

body#marketing #header-wrapper #header #sign-in a {
  opacity: 0.75;
}

body#marketing #header-wrapper #header #sign-in a:hover {
  opacity: 1.0;
}

body#marketing #subheader-wrapper {
  border-top: 1px solid #202020;
  border-bottom: 1px solid #202020;
  padding: 25px 0;
}

body#marketing #subheader-wrapper #subheader .btn {
    -webkit-transition: 0.1s linear background-position;
    -moz-transition: 0.1s linear background-position;
    -ms-transition: 0.1s linear background-position;
    -o-transition: 0.1s linear background-position;
    transition: 0.1s linear background-position;
    -webkit-border-image: none;
    -webkit-box-shadow: rgba(255, 255, 255, 0.199) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.047) 0px 1px 2px 0px;
    background-color: #208CC3;
    background-image: -webkit-linear-gradient(top, #38afe4, #208cc3);
    background-repeat: repeat-x;
    border-bottom-color: #002A80;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #208CC3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #208CC3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #208CC3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(255, 255, 255, 0.199) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.047) 0px 1px 2px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 15px;
    opacity: 1.0;
    padding: 10px 25px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    width: 240px;
}

body#marketing #subheader-wrapper #subheader .btn {
  float: right;
  margin: 2px 0 0 0;
  text-align: center;
  width: 155px;
}

body#marketing #subheader-wrapper #subheader .btn-group {
  display: inline-block;
  float: right;
  height: 42px;
}

body#marketing #subheader-wrapper #subheader .btn-group a {
  display: inline-block;
  margin: 9px 0;
}

body#marketing #subheader-wrapper #subheader h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
  margin: 0;
  text-rendering: optimizelegibility;
  text-shadow: #000000 0px 1px 0px;
}

body#marketing #subheader-wrapper #subheader h1 a {
  opacity: 1.0;
}

body#marketing #subheader-wrapper #subheader h1 span {
  color: #ffffff;
}

body#marketing .section-wrapper {
  background-color: #1A1A1A;
  background-image: url(http://misc.limitedrun.com.s3.amazonaws.com/background.png);
  padding: 25px 0;
}

body#marketing .section-wrapper .section .main {
  float: left;
  width: 587px;
}

body#marketing .section-wrapper .section .sidebar {
  border-left: 1px solid #252525;
  float: right;
  padding-left: 15px;
  width: 274px;
}

body#marketing .section-wrapper .section .sidebar h2 {
  margin: 0;
}

body#marketing .section-wrapper .section .sidebar p {
  font-size: 13px;
  line-height: 22px;
}

body#marketing .section-wrapper .section#blog .main {
  width: 675px;
}

body#marketing .section-wrapper .section#blog .main article header h1 {
  border-bottom: 1px solid #2A2A2A;
}

body#marketing .section-wrapper .section#blog .main article header h1 a {
  opacity: 1.0;
}

body#marketing .section-wrapper .section#blog .main article header span {
  float: right;
  font-size: 12px;
  line-height: 35px;
  padding-left: 15px;
}

body#marketing .section-wrapper .section#blog .main article section h2 {
  font-size: 20px;
  margin: 28px 0 -7px 0;
}

body#marketing .section-wrapper .section#blog .main article section .theme-default .nivoSlider {
  border: 1px solid #252525;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body#marketing .section-wrapper .section#blog .main article section a.img {
  opacity: 1.0;
}

body#marketing .section-wrapper .section#blog .main article section img {
  border: 1px solid #252525;
}

body#marketing .section-wrapper .section#blog .main article section p {
  margin: 16px 0;
}

body#marketing .section-wrapper .section#blog .main article section blockquote {
  font-size: 15px;
  font-style: italic;
  font-weight: 200;
  line-height: 25px;
  margin: 16px 0;
  text-shadow: 0 -1px 0 black;
}

body#marketing .section-wrapper .section#blog .main article section .nivo-controlNav {
  left: 0 !important;
  margin-left: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

body#marketing .section-wrapper .section#blog .main article section .nivo-controlNav .nivo-control {
  display: inline-block !important;
  float: none !important;
}

body#marketing .section-wrapper .section#blog .main article footer {
  border-top: 1px solid #2A2A2A;
  height: 25px;
  margin: 5px 0 55px 0;
  padding-top: 10px;
  width: 100%;
}

body#marketing .section-wrapper .section#blog .main article footer ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

body#marketing .section-wrapper .section#blog .main article footer ul li {
  float: left;
  margin-right: 10px;
  width: 65px;
}

body#marketing .section-wrapper .section#blog .main article footer ul li a {
  opacity: 1.0;
}

body#marketing .section-wrapper .section#blog .main #pagination .forward {
  float: left;
}

body#marketing .section-wrapper .section#blog .main #pagination .back {
  float: right;
}

body#marketing .section-wrapper .section#blog .sidebar {
  border-left: 0;
  padding-left: 0;
  width: 189px;
}

body#marketing .section-wrapper .section#blog .sidebar .btn {
  font-size: 14px;
  text-align: center;
  width: 137px;
}

body#marketing .section-wrapper .section#blog .sidebar .twitter-follow-button-container {
  margin-top: 50px;
}

body#marketing .section-wrapper .section#blog .sidebar .tweet_list {
  list-style: none;
  margin: 0 0 25px 0;
  padding-left: 0;
  text-indent: 0;
}

body#marketing .section-wrapper .section#blog .sidebar .tweet_list li {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 15px 0;
}

body#marketing .section-wrapper .section#blog .sidebar .tweet_list li .tweet_permalink {
  float: left;
  margin-left: -20px;
  opacity: 0.0;
}

body#marketing .section-wrapper .section#blog .sidebar .tweet_list li:hover .tweet_permalink {
  opacity: 1.0;
}

body#marketing #footer-wrapper {
    border-top: 1px solid #202020;
    padding-bottom: 50px; }
    body#marketing #footer-wrapper #footer {
      padding: 15px 0; }
      body#marketing #footer-wrapper #footer p, body#marketing #footer-wrapper #footer dt, body#marketing #footer-wrapper #footer dd {
        font-size: 15px;
        line-height: 20px; }
      body#marketing #footer-wrapper #footer .left {
        float: left;
        width: 55%; }
        body#marketing #footer-wrapper #footer .left p + p {
          font-size: 13px;
          margin-top: 15px; }
      body#marketing #footer-wrapper #footer .right {
        float: right;
        width: 35%; }
        body#marketing #footer-wrapper #footer .right dt, body#marketing #footer-wrapper #footer .right dd {
          margin-bottom: 5px; }
        body#marketing #footer-wrapper #footer .right dt {
          float: left;
          width: 75px; }
        body#marketing #footer-wrapper #footer .right dd {
          margin-left: 75px; }

#tumblr_controls {
  display: none !important;
}