/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/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, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 115, ../../../../../.gem/ruby/1.8/gems/compass-0.11.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 9, ../compass/sass/demo.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../compass/sass/demo.scss */
body {
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  color: #333;
}

/* line 22, ../compass/sass/demo.scss */
a {
  color: #148a88;
  text-decoration: none;
}
/* line 27, ../compass/sass/demo.scss */
a:hover {
  color: #990101;
}

/* line 33, ../compass/sass/demo.scss */
p {
  margin: 0.6em 0;
}

/* line 38, ../compass/sass/demo.scss */
em {
  font-style: italic;
}

/* line 43, ../compass/sass/demo.scss */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 2em;
  text-align: center;
  color: #111;
}

/* line 52, ../compass/sass/demo.scss */
h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1em 0 0.5em;
  color: #333;
}

/* line 60, ../compass/sass/demo.scss */
div#container {
  width: 648px;
  margin: 20px auto;
}

/* line 66, ../compass/sass/demo.scss */
div#elemcontainer {
  background: #EEE;
}

/* line 71, ../compass/sass/demo.scss */
ul {
  width: 660px;
  margin: 20px 0 0 0;
  padding: 0;
  overflow: auto;
}

/* line 79, ../compass/sass/demo.scss */
ul li {
  list-style: none;
  float: left;
  margin-right: 12px;
  margin-bottom: 1em;
  cursor: pointer;
  padding: 0.5em;
  background: #f0f0f0 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f0), color-stop(100%, #e3e3e3));
  background: #f0f0f0 -webkit-linear-gradient(#f0f0f0, #e3e3e3);
  background: #f0f0f0 -moz-linear-gradient(#f0f0f0, #e3e3e3);
  background: #f0f0f0 -o-linear-gradient(#f0f0f0, #e3e3e3);
  background: #f0f0f0 -ms-linear-gradient(#f0f0f0, #e3e3e3);
  background: #f0f0f0 linear-gradient(#f0f0f0, #e3e3e3);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
  -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset;
  border: 1px solid #d0d0d0;
  width: 120px;
  text-align: center;
  color: #333;
  text-shadow: 0px 1px 0px white;
}

/* line 97, ../compass/sass/demo.scss */
ul li:hover {
  background: #ddd;
  border-color: #bbb;
}

/* line 103, ../compass/sass/demo.scss */
h1 {
  clear: both;
  margin-top: 1.5em;
}

/* line 109, ../compass/sass/demo.scss */
section#code {
  background: #EEE;
  padding: 1em;
}
/* line 114, ../compass/sass/demo.scss */
section#code textarea {
  clear: both;
  display: block;
  font-size: 10px;
  font-family: courier, sans-serif;
  line-height: 2em;
  height: 500px;
  overflow: auto;
  width: 100%;
  resize: none;
  padding: 0.5em;
}

/* line 4, ../compass/sass/style.scss */
div#wrapper {
  width: 850px;
  margin: 0 auto;
}
/* line 9, ../compass/sass/style.scss */
div#wrapper div#container {
  float: left;
  width: 670px;
  padding-right: 22px;
  border-right: 1px dashed #CCC;
}
/* line 17, ../compass/sass/style.scss */
div#wrapper div#sidebar {
  margin-left: 690px;
  padding-top: 20px;
  color: #666;
}
/* line 23, ../compass/sass/style.scss */
div#wrapper div#sidebar a.button {
  display: block;
  margin-bottom: 1em;
  padding: 0.5em;
  background: #148a88 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #148a88), color-stop(100%, #0e5d5c));
  background: #148a88 -webkit-linear-gradient(#148a88, #0e5d5c);
  background: #148a88 -moz-linear-gradient(#148a88, #0e5d5c);
  background: #148a88 -o-linear-gradient(#148a88, #0e5d5c);
  background: #148a88 -ms-linear-gradient(#148a88, #0e5d5c);
  background: #148a88 linear-gradient(#148a88, #0e5d5c);
  color: #FFF;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) inset;
  border: 1px solid #073130;
}
/* line 35, ../compass/sass/style.scss */
div#wrapper div#sidebar a.button:hover {
  background: #990101 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #990101), color-stop(100%, #660101));
  background: #990101 -webkit-linear-gradient(#990101, #660101);
  background: #990101 -moz-linear-gradient(#990101, #660101);
  background: #990101 -o-linear-gradient(#990101, #660101);
  background: #990101 -ms-linear-gradient(#990101, #660101);
  background: #990101 linear-gradient(#990101, #660101);
  border: 1px solid #340000;
}

/* line 44, ../compass/sass/style.scss */
div#carbonads-container {
  margin-top: 20px;
}
/* line 47, ../compass/sass/style.scss */
div#carbonads-container div.carbonad {
  border: 0;
}

/* line 53, ../compass/sass/style.scss */
header {
  background: #222;
  padding: 10px;
  overflow: auto;
  font-size: 16px;
}
/* line 60, ../compass/sass/style.scss */
header a {
  color: #CCC;
  text-decoration: none;
}
/* line 66, ../compass/sass/style.scss */
header a.name {
  font-family: 'Pacifico';
  font-size: 1.1em;
  margin-right: 1em;
  position: relative;
  top: 3px;
}
/* line 75, ../compass/sass/style.scss */
header a.writeup {
  font-size: 0.8em;
  border-bottom: 1px dashed #CCC;
}
/* line 80, ../compass/sass/style.scss */
header a.writeup:after {
  content: ' \2192';
}
/* line 86, ../compass/sass/style.scss */
header div.twitter {
  float: right;
  margin-left: 1em;
}
/* line 91, ../compass/sass/style.scss */
header div.twitter iframe {
  position: relative;
  top: 3px;
  margin-right: -1em;
}
/* line 98, ../compass/sass/style.scss */
header div.twitter a.twitter {
  font-size: 0.8em;
  padding: 0.4em 0.6em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -2px;
}
/* line 108, ../compass/sass/style.scss */
header div.twitter a.twitter:hover {
  color: #FFF;
}
/* line 115, ../compass/sass/style.scss */
header div.nav {
  float: right;
  font-size: 0.7em;
  padding: 0.75em;
  padding-right: 1.5em;
}
/* line 122, ../compass/sass/style.scss */
header div.nav a {
  margin-left: 1.5em;
}
/* line 126, ../compass/sass/style.scss */
header div.nav a:hover {
  border-bottom: 1px dashed #CCC;
}
