/* line 1, ../src/partials/_eric_meyer_css_reset.sass */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 11, ../src/partials/_eric_meyer_css_reset.sass */
body {
  line-height: 1;
}

/* line 15, ../src/partials/_eric_meyer_css_reset.sass */
ol, ul {
  list-style: none;
}

/* line 19, ../src/partials/_eric_meyer_css_reset.sass */
blockquote, q {
  quotes: none;
}

/* line 24, ../src/partials/_eric_meyer_css_reset.sass */
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../src/partials/_eric_meyer_css_reset.sass */
q:before, q:after {
  content: "";
  content: none;
}

/* line 35, ../src/partials/_eric_meyer_css_reset.sass */
:focus {
  outline: 0;
}

/* line 39, ../src/partials/_eric_meyer_css_reset.sass */
ins {
  text-decoration: none;
}

/* line 43, ../src/partials/_eric_meyer_css_reset.sass */
del {
  text-decoration: line-through;
}

/* line 47, ../src/partials/_eric_meyer_css_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2, ../src/partials/_main.sass */
a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(229, 28, 35, 0.5);
  color: #e51c23;
  padding-bottom: 0.125em;
}
/* line 11, ../src/partials/_main.sass */
a:hover {
  color: #8b1014;
  border-bottom-color: rgba(139, 16, 20, 0.5);
}

/* line 15, ../src/partials/_main.sass */
a.noline {
  border: none;
  padding-bottom: 0;
}

/* line 19, ../src/partials/_main.sass */
.nowrap {
  white-space: nowrap;
}

/* line 32, ../src/partials/_main.sass */
body {
  font-size: 62.5%;
  font-family: "Palatino", "Garamond", "Georgia", "Times New Roman", serif;
}
/* line 36, ../src/partials/_main.sass */
body #canvas {
  font-size: 1.7em;
  line-height: 1.45;
}
/* line 39, ../src/partials/_main.sass */
body #canvas #page_header {
  position: "relative";
}
/* line 40, ../src/partials/_main.sass */
body #canvas #page_header #nav {
  padding-left: 240px;
}
/* line 44, ../src/partials/_main.sass */
body #canvas #page_header .banner {
  color: white;
  background-color: #230405;
}
/* line 47, ../src/partials/_main.sass */
body #canvas #page_header .banner .header-bar {
  height: 1em;
  padding-left: 240px;
}
/* line 51, ../src/partials/_main.sass */
body #canvas #page_header .banner .title {
  font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", "Helvetica", "Verdana", "Arial", "sans-serif";
  text-shadow: #8a1014 0.05em 0.05em 0.1em;
  background-color: #e51c23;
  padding-left: 240px;
  padding-bottom: 0.05em;
  font-size: 4.8em;
  margin-right: 0.25em;
  border-style: solid;
  border-color: #8a1014;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  -moz-border-radius-bottomright: 0.2em;
  -webkit-border-bottom-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  -moz-border-radius-topright: 0.2em;
  -webkit-border-top-right-radius: 0.2em;
  border-top-right-radius: 0.2em;
}
/* line 72, ../src/partials/_main.sass */
body #canvas #page_header .gear {
  width: 240px;
  height: 240px;
  display: block;
  position: absolute;
  z-index: 100;
  background-image: url("../images/site corner gear.png");
}
/* line 80, ../src/partials/_main.sass */
body #primaryContent,
body #secondaryContent {
  margin-left: 240px;
  margin-right: 240px;
}
/* line 84, ../src/partials/_main.sass */
body #primaryContent h1 {
  font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-weight: normal;
  text-shadow: 0.015em 0.03em 0.1em #cccccc;
  margin-bottom: 0.25em;
  font-size: 150%;
}
/* line 87, ../src/partials/_main.sass */
body #primaryContent h2 {
  font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-weight: normal;
  text-shadow: 0.015em 0.03em 0.1em #cccccc;
  margin-bottom: 0.25em;
  font-size: 125%;
}
/* line 90, ../src/partials/_main.sass */
body #primaryContent h3 {
  font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-weight: normal;
  text-shadow: 0.015em 0.03em 0.1em #cccccc;
  margin-bottom: 0.25em;
  font-size: 112.5%;
}
/* line 93, ../src/partials/_main.sass */
body #primaryContent h4, body #primaryContent h5, body #primaryContent h6 {
  font-family: "Gill Sans", "Gill Sans MT", "Century Gothic", "Helvetica", "Verdana", "Arial", "sans-serif";
  font-weight: normal;
  text-shadow: 0.015em 0.03em 0.1em #cccccc;
  margin-bottom: 0.25em;
  font-size: 100%;
}
/* line 97, ../src/partials/_main.sass */
body #primaryContent .post p {
  margin-bottom: 1em;
}
/* line 99, ../src/partials/_main.sass */
body #primaryContent .post li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
/* line 102, ../src/partials/_main.sass */
body #primaryContent .post ul {
  margin-bottom: 1em;
}
/* line 104, ../src/partials/_main.sass */
body #primaryContent .post ul li {
  list-style-type: disc;
}
/* line 108, ../src/partials/_main.sass */
body #primaryContent .post ol {
  li-list-style-type: decimal;
}
/* line 113, ../src/partials/_main.sass */
body #primaryContent .post pre {
  overflow: scroll;
  background-color: #fad1d3;
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 40, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp .box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5ecf9;
}
/* line 43, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #eeeeee;
}
/* line 46, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp div.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #eeeeee;
}
/* line 48, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
}
/* line 50, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp hr.space {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: 0.1em;
  margin: 0 0 1.45em;
  border: none;
  background: white;
  color: white;
  visibility: hidden;
}
/* line 52, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body.bp form.inline {
  line-height: 3;
}
/* line 6, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
body.bp form.inline p {
  margin-bottom: 0;
}

/* line 22, ../src/screen.scss */
body.bp {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
}
/* line 65, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h1, body.bp h2, body.bp h3, body.bp h4, body.bp h5, body.bp h6 {
  font-weight: normal;
  color: #222222;
}
/* line 66, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h1 img, body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img {
  margin: 0;
}
/* line 67, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.50em;
}
/* line 68, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
/* line 69, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.00em;
}
/* line 70, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
/* line 71, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.50em;
}
/* line 72, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp h6 {
  font-size: 1em;
  font-weight: bold;
}
/* line 73, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp p {
  margin: 0 0 1.5em;
}
/* line 74, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp p img.left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 75, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp p img.right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
/* line 77, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp a {
  text-decoration: underline;
  color: #e51c23;
}
/* line 18, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body.bp a:visited {
  color: #b20000;
}
/* line 21, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body.bp a:focus {
  color: black;
}
/* line 24, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body.bp a:hover {
  color: black;
}
/* line 27, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/links/_link-colors.scss */
body.bp a:active {
  color: #ff1c23;
}
/* line 78, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
/* line 79, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp strong {
  font-weight: bold;
}
/* line 80, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp em {
  font-style: italic;
}
/* line 81, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp dfn {
  font-style: italic;
  font-weight: bold;
}
/* line 82, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp sup, body.bp sub {
  line-height: 0;
}
/* line 83, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp abbr, body.bp acronym {
  border-bottom: 1px dotted #666666;
}
/* line 84, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp address {
  margin: 0 0 1.5em;
  font-style: italic;
}
/* line 85, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp del {
  color: #666666;
}
/* line 86, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp pre {
  margin: 1.5em 0;
  white-space: pre;
}
/* line 87, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp pre, body.bp code, body.bp tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}
/* line 88, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp li ul, body.bp li ol {
  margin: 0;
}
/* line 89, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp ul, body.bp ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 3.333em;
}
/* line 90, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp ul {
  list-style-type: disc;
}
/* line 91, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp ol {
  list-style-type: decimal;
}
/* line 92, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp dl {
  margin: 0 0 1.5em 0;
}
/* line 93, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp dl dt {
  font-weight: bold;
}
/* line 94, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp dd {
  margin-left: 1.5em;
}
/* line 95, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp table {
  margin-bottom: 1.4em;
  width: 100%;
}
/* line 96, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp th {
  font-weight: bold;
}
/* line 97, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp thead th {
  background: #c3d9ff;
}
/* line 98, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp th, body.bp td, body.bp caption {
  padding: 4px 10px 4px 5px;
}
/* line 99, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp tr.even td {
  background: #e5ecf9;
}
/* line 100, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp tfoot {
  font-style: italic;
}
/* line 101, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp caption {
  background: #eeeeee;
}
/* line 102, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp .quiet {
  color: #666666;
}
/* line 103, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body.bp .loud {
  color: #111111;
}
/* line 9, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .clear {
  clear: both;
}
/* line 12, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .nowrap {
  white-space: nowrap;
}
/* line 16, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .clearfix {
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body.bp .clearfix {
  display: block;
}
/* line 18, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
/* line 22, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
/* line 26, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .first {
  margin-left: 0;
  padding-left: 0;
}
/* line 29, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .last {
  margin-right: 0;
  padding-right: 0;
}
/* line 32, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .top {
  margin-top: 0;
  padding-top: 0;
}
/* line 35, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body.bp .bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_debug.scss */
body.bp .showgrid {
  background: url('/wp-content/themes/softcraft/images/grid.png?1273635252');
}
/* line 4, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .error {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 29, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .error a {
  color: #8a1f11;
}
/* line 6, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .notice {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 37, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .notice a {
  color: #514721;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .success {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 45, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .success a {
  color: #264409;
}
/* line 10, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .hide {
  display: none;
}
/* line 12, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .highlight {
  background: yellow;
}
/* line 14, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .added {
  background: #006600;
  color: white;
}
/* line 16, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body.bp .removed {
  background: #990000;
  color: white;
}

/* line 18, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp label {
  font-weight: bold;
}
/* line 19, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
}
/* line 20, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp legend {
  font-weight: bold;
  font-size: 1.2em;
}
/* line 25, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input.text, form.bp input.title, form.bp input[type=text], form.bp input[type=password] {
  margin: 0.5em 0;
  background-color: white;
  padding: 5px;
}
/* line 26, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input.title {
  font-size: 1.5em;
}
/* line 30, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input[type=checkbox], form.bp input.checkbox, form.bp input[type=radio], form.bp input.radio {
  position: relative;
  top: 0.25em;
}
/* line 32, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp textarea {
  margin: 0.5em 0;
  padding: 5px;
}
/* line 33, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp select {
  margin: 0.5em 0;
}
/* line 57, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp fieldset {
  border: 1px solid #cccccc;
}
/* line 60, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input.text, form.bp input.title, form.bp input[type=text], form.bp input[type=password],
form.bp textarea, form.bp select {
  border: 1px solid #bbbbbb;
}
/* line 62, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input.text:focus, form.bp input.title:focus, form.bp input[type=text]:focus, form.bp input[type=password]:focus,
form.bp textarea:focus, form.bp select:focus {
  border: 1px solid #666666;
}
/* line 46, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp input.text, form.bp input.title, form.bp input[type=text], form.bp input[type=password] {
  width: 300px;
}
/* line 48, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */
form.bp textarea {
  width: 390px;
  height: 250px;
}

/* line 36, ../src/screen.scss */
body.two-col #container {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
}
/* line 8, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body.two-col #container {
  display: block;
}
/* line 38, ../src/screen.scss */
body.two-col #header, body.two-col #footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px;
}
/* line 138, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body.two-col #header, * html body.two-col #footer {
  overflow-x: hidden;
}
/* line 40, ../src/screen.scss */
body.two-col #sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px;
}
/* line 138, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body.two-col #sidebar {
  overflow-x: hidden;
}
/* line 44, ../src/screen.scss */
body.two-col #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px;
}
/* line 138, ../../../../../.rvm/gems/ruby-1.8.7-p174/gems/compass-0.10.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body.two-col #content {
  overflow-x: hidden;
}

#pagination {
	overflow: hidden;
}

#pagination .previous {
	float: left;
}

#pagination .future {
	float: right;
}

#secondaryContent {
	font-size: 80%;
	margin-top: 2em;
}

#secondaryContent .content_box,
#secondaryContent .linkcat,
#secondaryContent .categories {
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 1em;
}


