/* line 17, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 115, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 62, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
.content {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  color: black;
  background: #cccccc;
  margin: 30px 0 40px;
  padding: 10px 0;
}
/* line 68, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
.content h2 {
  color: black;
  text-align: center;
  margin-bottom: 5px;
}
/* line 72, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
.content p {
  padding: 5px;
}
/* line 74, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
.content a {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  float: right;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: verdana, helvetica, arial, sans-serif;
  color: white;
  padding: 10px;
  font-weight: 700;
  background-color: #9fc54e;
  border-width: 1px;
  border-style: solid;
  border-color: #a0a0a0;
}
/* line 78, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
.content a:hover {
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  float: right;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -1px;
  font-family: verdana, helvetica, arial, sans-serif;
  color: white;
  padding: 10px;
  font-weight: 700;
  background-color: #a0a0a0;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}

/* line 85, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post h1 {
  font-size: 24px;
}
/* line 87, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post span.date {
  font-size: 12px;
}
/* line 89, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 18px;
}
/* line 94, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post ul li {
  font-family: courier, sans;
  color: #333333;
}
/* line 97, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post pre {
  background-color: #ededed;
  color: black;
  font-size: 12px;
  line-height: 24px;
  padding: 5px;
  border: 1px dashed black;
}
/* line 104, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post code {
  font-family: courier, sans;
}
/* line 107, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post p strong {
  color: black;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
/* line 112, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post img {
  padding: 10px;
  background-color: #999999;
}
/* line 116, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_resistor.sass */
#content .post a {
  font-size: 14px;
  font-weight: bold;
}

/* line 17, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 115, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 23, ../../../app/stylesheets/screen.sass */
body {
  background-color: #efe0cd;
  font-size: 1em;
  font-style: normal;
  font-family: "Anonymous Pro", arial, serif;
}

/* line 29, ../../../app/stylesheets/screen.sass */
#header {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
}
/* line 147, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header {
  overflow-x: hidden;
}

/* line 32, ../../../app/stylesheets/screen.sass */
#sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 230px;
}
/* line 147, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #sidebar {
  overflow-x: hidden;
}
/* line 35, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav {
  list-style: none;
  margin-top: 30px;
}
/* line 11, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
#sidebar ul.nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
/* line 38, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li {
  height: 50px;
  font-family: arial, helvetica, sans;
}
/* line 41, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a {
  text-decoration: none;
}
/* line 4, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
#sidebar ul.nav li a:hover {
  text-decoration: underline;
}
/* line 43, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.blog {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/user.png?1267919590');
}
/* line 45, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.contact {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/punk_twitter.png?1267919590');
}
/* line 47, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.home {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/home.png?1267919590');
}
/* line 49, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.shopify {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/shopify.png?1267919590');
}
/* line 51, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.portfolio {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/video.png?1267919590');
}
/* line 53, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a.cv {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('/images/link_icons/documents.png?1236914740');
}
/* line 55, ../../../app/stylesheets/screen.sass */
#sidebar ul.nav li a:visited {
  color: black;
}

/* line 58, ../../../app/stylesheets/screen.sass */
#content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 710px;
}
/* line 147, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content {
  overflow-x: hidden;
}
/* line 61, ../../../app/stylesheets/screen.sass */
#content h2 {
  font-size: 1.5em;
  font-weight: bold;
}
/* line 64, ../../../app/stylesheets/screen.sass */
#content h3 {
  font-size: 1.2em;
  font-weight: bold;
}
/* line 67, ../../../app/stylesheets/screen.sass */
#content p {
  font-size: 1em;
}
/* line 69, ../../../app/stylesheets/screen.sass */
#content p strong {
  font-weight: bold;
}
/* line 72, ../../../app/stylesheets/screen.sass */
#content ul {
  margin-top: 20px;
}
/* line 74, ../../../app/stylesheets/screen.sass */
#content ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  margin-left: 20px;
}
/* line 80, ../../../app/stylesheets/screen.sass */
#content #slider {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}

/* line 84, ../../../app/stylesheets/screen.sass */
#header {
  position: relative;
}
/* line 86, ../../../app/stylesheets/screen.sass */
#header h1 {
  margin-top: 10px;
  margin-left: 2em;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/resistor.png?1266353947');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 492px;
  height: 94px;
}

/* line 10, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -20px;
}
/* line 18, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#root #root_footer {
  height: 20px;
}

/* line 20, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 20px;
}

/* line 18, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_base.sass */
#footer {
  margin: 0 auto;
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

/* line 21, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_base.sass */
#root {
  margin-right: auto;
  margin-left: auto;
}
/* line 25, /Users/dlazar/Documents/workspace/cryptonomicon/app/stylesheets/partials/_base.sass */
#root .container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

/* line 95, ../../../app/stylesheets/screen.sass */
#footer {
  text-align: center;
}

/* line 100, ../../../app/stylesheets/screen.sass */
#articles h2 a {
  text-decoration: none;
}
/* line 4, /Users/dlazar/.rvm/gems/ruby-1.8.7-p302/gems/compass-0.11.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
#articles h2 a:hover {
  text-decoration: underline;
}

/* line 103, ../../../app/stylesheets/screen.sass */
.hidden {
  display: none;
}

/* line 107, ../../../app/stylesheets/screen.sass */
#contact h2, #shopify h2 {
  font-weight: bold;
  font-size: 1.5em;
}

/* line 111, ../../../app/stylesheets/screen.sass */
.gritter {
  display: none;
}

/* line 114, ../../../app/stylesheets/screen.sass */
#slider-value {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  height: 40px;
  width: 100px;
  overflow: hidden;
  background-color: black;
  background-image: url(/images/timeline_sprite.png);
  background-repeat: no-repeat;
}

/* line 123, ../../../app/stylesheets/screen.sass */
#slider-value.seventies {
  background-position: 0px 5px;
}

/* line 125, ../../../app/stylesheets/screen.sass */
#slider-value.eighties {
  background-position: -110px 5px;
}

/* line 127, ../../../app/stylesheets/screen.sass */
#slider-value.nineties {
  background-position: -220px 5px;
}

/* line 129, ../../../app/stylesheets/screen.sass */
#slider-value.twothousands {
  background-position: -330px 5px;
}

/* line 131, ../../../app/stylesheets/screen.sass */
#slider-value.thesedays {
  background-position: -440px 5px;
}

