/* line 4, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 6, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
html {
  font-size: 100.01%;
}

/* line 16, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 18, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" "";
}
/* line 45, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 20, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 22, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 24, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
a img {
  border: none;
}

/* line 15, ../src/screen.scss */
body {
  background-color: #ccc;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* line 8, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_debug.scss */
body .showgrid {
  background: url('/images/grid.png?1279269662');
}
/* line 22, ../src/screen.scss */
body #container {
  width: 630px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  -moz-box-shadow: #333333 1px 1px 5px;
  -webkit-box-shadow: #333333 1px 1px 5px;
  -o-box-shadow: #333333 1px 1px 5px;
  box-shadow: #333333 1px 1px 5px;
  background-color: #fff;
  border: 1px #000 solid;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 50px;
}
/* line 8, ../../../../../../var/lib/gems/1.8/gems/compass-0.10.2/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body #container {
  display: block;
}
/* line 33, ../src/screen.scss */
body header {
  text-align: center;
}
/* line 36, ../src/screen.scss */
body header ul, body header ol, body header dl {
  font-size: 0.9em;
  margin-top: 1em;
}
/* line 41, ../src/screen.scss */
body header li {
  list-style: none;
}
/* line 45, ../src/screen.scss */
body header span {
  font-size: 0.9em;
  font-style: italic;
}
/* line 51, ../src/screen.scss */
body h1 {
  font-size: 1.5em;
}
/* line 55, ../src/screen.scss */
body h1 {
  font-weight: bold;
}
/* line 62, ../src/screen.scss */
body dl dt, body dl dd {
  display: inline;
}
/* line 66, ../src/screen.scss */
body dl dt:after {
  content: ":";
}
/* line 70, ../src/screen.scss */
body dl dd:after {
  content: "\A";
  white-space: pre;
}
/* line 76, ../src/screen.scss */
body li.address {
  white-space-collapse: discard;
}
/* line 79, ../src/screen.scss */
body li.address span {
  font-size: 1em;
  font-style: normal;
}
/* line 84, ../src/screen.scss */
body li.address span:before {
  content: ", ";
}
/* line 88, ../src/screen.scss */
body li.address span:first-child:before {
  display: none;
}
/* line 94, ../src/screen.scss */
body section {
  display: block;
  margin-top: 3em;
}
/* line 98, ../src/screen.scss */
body section header {
  text-align: left;
}
/* line 102, ../src/screen.scss */
body section h1 {
  font-size: 1.1em;
}
/* line 106, ../src/screen.scss */
body section dl {
  margin-top: 2em;
}
/* line 109, ../src/screen.scss */
body section dl dt {
  font-weight: bold;
}
/* line 113, ../src/screen.scss */
body section dl dd:after {
  content: "\A\A";
  white-space: pre;
  line-height: 2px;
}
/* line 120, ../src/screen.scss */
body section ul {
  margin-top: 2em;
}
/* line 123, ../src/screen.scss */
body section ul li {
  margin-bottom: 1em;
  list-style: none;
}
/* line 129, ../src/screen.scss */
body section ul.continued {
  margin-top: 0;
}
/* line 135, ../src/screen.scss */
body article {
  display: block;
  margin-top: 2em;
}
/* line 139, ../src/screen.scss */
body article header {
  display: block;
  margin-bottom: 1em;
}
/* line 143, ../src/screen.scss */
body article header h1, body article header h2 {
  display: inline;
}
/* line 147, ../src/screen.scss */
body article header h2:before {
  content: " - ";
}
/* line 151, ../src/screen.scss */
body article header span {
  display: block;
}
/* line 158, ../src/screen.scss */
body footer {
  display: block;
  margin-top: 2em;
  text-align: right;
  border-top: 1px solid #999;
}
/* line 164, ../src/screen.scss */
body footer div.license {
  float: right;
  margin-top: 1em;
  width: 50%;
  font-size: 0.8em;
  color: #999;
}
