/* line 4, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 12, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
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 16, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
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 42, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

/* line 18, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
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 20, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
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 22, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
a img {
  border: none; }

/* line 57, ../../../app/stylesheets/screen.sass */
.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 60, ../../../app/stylesheets/screen.sass */
.semi-rounded {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px; }

/* line 64, ../../../app/stylesheets/screen.sass */
body.bp {
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px; }
  /* line 22, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp body {
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px; }
  /* line 66, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h1 {
    font-weight: normal;
    color: #961d1a;
    font-size: 3em;
    line-height: 18px;
    margin-bottom: 18px; }
    /* line 71, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.bp h1 img {
      margin: 0; }
  /* line 73, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h2 {
    font-weight: normal;
    color: #961d1a;
    font-size: 2em;
    margin-bottom: 18px; }
  /* line 77, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h3 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.5em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 82, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h4 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.2em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 87, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h5 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  /* line 92, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h6 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em; }
  /* line 96, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img {
    margin: 0; }
  /* line 98, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp p {
    margin-bottom: 18px; }
    /* line 101, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.bp p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    /* line 105, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.bp p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  /* line 109, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp a {
    text-decoration: underline;
    color: #999999; }
    /* line 12, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:visited {
      color: #666666; }
    /* line 15, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:focus {
      color: #999999; }
    /* line 18, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:hover {
      color: black; }
    /* line 21, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:active {
      color: #333333; }
  /* line 112, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  /* line 116, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp strong {
    font-weight: bold; }
  /* line 118, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp em {
    font-style: italic; }
  /* line 120, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp dfn {
    font-style: italic;
    font-weight: bold; }
  /* line 123, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp sup, body.bp sub {
    line-height: 0; }
  /* line 125, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp abbr, body.bp acronym {
    border-bottom: 1px dotted #666; }
  /* line 127, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp address {
    margin: 0 0 1.5em;
    font-style: italic; }
  /* line 130, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp del {
    color: #666; }
  /* line 132, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp pre {
    margin: 1.5em 0;
    white-space: pre; }
  /* line 135, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp pre, body.bp code, body.bp tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  /* line 137, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp li ul, body.bp li ol {
    margin: 0 1.5em; }
  /* line 139, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  /* line 142, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  /* line 145, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp dl {
    margin: 0 0 1.5em 0; }
    /* line 147, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.bp dl dt {
      font-weight: bold; }
  /* line 149, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp dd {
    margin-left: 1.5em; }
  /* line 151, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp table {
    margin-bottom: 1.4em;
    width: 100%; }
  /* line 154, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp th {
    font-weight: bold; }
  /* line 156, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp thead th {
    background: #c3d9ff; }
  /* line 158, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp th, body.bp td, body.bp caption {
    padding: 4px 10px 4px 5px; }
  /* line 160, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp tr.even td {
    background: #e5ecf9; }
  /* line 162, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp tfoot {
    font-style: italic; }
  /* line 164, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp caption {
    background: #eee; }
  /* line 166, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp .quiet {
    color: #dddddd; }
  /* line 168, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.bp .loud {
    color: black; }
  /* line 9, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .clear {
    clear: both; }
  /* line 12, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .nowrap {
    white-space: nowrap; }
  /* line 16, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .clearfix {
    overflow: hidden;
    display: inline-block; }
    /* line 5, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp .clearfix {
      display: block; }
  /* line 18, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em; }
  /* line 22, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em; }
  /* line 26, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .first {
    margin-left: 0;
    padding-left: 0; }
  /* line 29, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .last {
    margin-right: 0;
    padding-right: 0; }
  /* line 32, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .top {
    margin-top: 0;
    padding-top: 0; }
  /* line 35, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .bottom {
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 7, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass */
  body.bp .showgrid {
    background: url('/images/grid.png?1261148488'); }
  /* line 5, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .error {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4; }
    /* line 30, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .error a {
      color: #8a1f11; }
  /* line 7, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .notice {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324; }
    /* line 38, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .notice a {
      color: #514721; }
  /* line 9, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880; }
    /* line 46, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .success a {
      color: #264409; }
  /* line 11, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .hide {
    display: none; }
  /* line 13, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .highlight {
    background: yellow; }
  /* line 15, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .added {
    background: #006600;
    color: white; }
  /* line 17, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .removed {
    background: #990000;
    color: white; }
  /* line 36, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
  body.bp .box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #E5ECF9; }
  /* line 39, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
  body.bp div.border {
    padding-right: 4px;
    margin-right: 5px;
    border-right: 1px solid #eeeeee; }
  /* line 42, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
  body.bp div.colborder {
    padding-right: 24px;
    margin-right: 25px;
    border-right: 1px solid #eeeeee; }
  /* line 44, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
  body.bp hr {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none; }
  /* line 46, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass */
  body.bp hr.space {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    margin: 0 0 1.45em;
    border: none;
    background: #fff;
    color: #fff; }

/* line 15, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp label {
  font-weight: bold; }
/* line 17, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0; }
/* line 20, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp legend {
  font-weight: bold;
  font-size: 1.2em; }
/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title, form.bp input[type=text] {
  margin: 0.5em 0;
  background-color: #fff;
  padding: 5px; }
/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.title {
  font-size: 1.5em; }
/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input[type=checkbox], form.bp input.checkbox,
form.bp input[type=radio], form.bp input.radio {
  position: relative;
  top: 0.25em; }
/* line 34, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp textarea {
  margin: 0.5em 0;
  padding: 5px; }
/* line 37, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp select {
  margin: 0.5em 0; }
/* line 48, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp fieldset {
  border: 1px solid #cccccc; }
/* line 50, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title,
form.bp textarea,
form.bp select {
  border: 1px solid #bbbbbb; }
  /* line 54, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
  form.bp input.text:focus, form.bp input.title:focus,
  form.bp textarea:focus,
  form.bp select:focus {
    border: 1px solid #666666; }
/* line 41, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp input.text, form.bp input.title {
  width: 300px; }
/* line 43, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_form.sass */
form.bp textarea {
  width: 390px;
  height: 250px; }

/* line 4, ../../../app/stylesheets/partials/_photoeye_form.sass */
form label {
  display: block; }
/* line 7, ../../../app/stylesheets/partials/_photoeye_form.sass */
form label, form .label {
  text-transform: uppercase;
  font-size: 10px;
  color: #333; }
/* line 12, ../../../app/stylesheets/partials/_photoeye_form.sass */
form input {
  font-size: 14px;
  color: #333;
  border: 1px solid #aaa;
  padding: 2px 0 2px 2px;
  font-family: Arial, Helvetica, Sans-Serif;
  margin: 0 0 9px 0; }
/* line 20, ../../../app/stylesheets/partials/_photoeye_form.sass */
form textarea {
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #aaa;
  font-family: Verdana, Arial, Sans-Serif;
  width: 98%;
  height: 500px;
  padding: 2px 5px; }
/* line 29, ../../../app/stylesheets/partials/_photoeye_form.sass */
form .form_divider {
  border-bottom: 1px dotted #aaa;
  height: 17px;
  margin-bottom: 18px;
  clear: both; }

/* line 79, ../../../app/stylesheets/screen.sass */
body.admin {
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  background-image: url(/magazine_admin/images/admin_bg.png);
  background-repeat: repeat-x; }
  /* line 26, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin body {
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px; }
  /* line 66, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h1 {
    font-weight: normal;
    color: #961d1a;
    font-size: 3em;
    line-height: 18px;
    margin-bottom: 18px; }
    /* line 71, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.admin h1 img {
      margin: 0; }
  /* line 73, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h2 {
    font-weight: normal;
    color: #961d1a;
    font-size: 2em;
    margin-bottom: 18px; }
  /* line 77, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h3 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.5em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 82, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h4 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.2em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 87, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h5 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  /* line 92, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h6 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em; }
  /* line 96, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin h2 img, body.admin h3 img, body.admin h4 img, body.admin h5 img, body.admin h6 img {
    margin: 0; }
  /* line 98, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin p {
    margin-bottom: 18px; }
    /* line 101, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.admin p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    /* line 105, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.admin p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  /* line 109, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin a {
    text-decoration: underline;
    color: #999999; }
    /* line 12, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.admin a:visited {
      color: #666666; }
    /* line 15, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.admin a:focus {
      color: #999999; }
    /* line 18, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.admin a:hover {
      color: black; }
    /* line 21, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.admin a:active {
      color: #333333; }
  /* line 112, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  /* line 116, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin strong {
    font-weight: bold; }
  /* line 118, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin em {
    font-style: italic; }
  /* line 120, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin dfn {
    font-style: italic;
    font-weight: bold; }
  /* line 123, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin sup, body.admin sub {
    line-height: 0; }
  /* line 125, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin abbr, body.admin acronym {
    border-bottom: 1px dotted #666; }
  /* line 127, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin address {
    margin: 0 0 1.5em;
    font-style: italic; }
  /* line 130, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin del {
    color: #666; }
  /* line 132, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin pre {
    margin: 1.5em 0;
    white-space: pre; }
  /* line 135, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin pre, body.admin code, body.admin tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  /* line 137, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin li ul, body.admin li ol {
    margin: 0 1.5em; }
  /* line 139, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  /* line 142, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  /* line 145, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin dl {
    margin: 0 0 1.5em 0; }
    /* line 147, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.admin dl dt {
      font-weight: bold; }
  /* line 149, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin dd {
    margin-left: 1.5em; }
  /* line 151, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin table {
    margin-bottom: 1.4em;
    width: 100%; }
  /* line 154, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin th {
    font-weight: bold; }
  /* line 156, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin thead th {
    background: #c3d9ff; }
  /* line 158, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin th, body.admin td, body.admin caption {
    padding: 4px 10px 4px 5px; }
  /* line 160, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin tr.even td {
    background: #e5ecf9; }
  /* line 162, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin tfoot {
    font-style: italic; }
  /* line 164, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin caption {
    background: #eee; }
  /* line 166, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin .quiet {
    color: #dddddd; }
  /* line 168, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.admin .loud {
    color: black; }
  /* line 3, ../../../app/stylesheets/partials/_photoeye_legacy.sass */
  body.admin #preview_container a {
    color: #800000;
    text-decoration: none; }
  /* line 7, ../../../app/stylesheets/partials/_photoeye_legacy.sass */
  body.admin #preview_container .book_title {
    font-style: italic; }
  /* line 10, ../../../app/stylesheets/partials/_photoeye_legacy.sass */
  body.admin #preview_container a.nodecoration, body.admin #preview_container a.incognito {
    text-decoration: none;
    color: #333; }
    /* line 14, ../../../app/stylesheets/partials/_photoeye_legacy.sass */
    body.admin #preview_container a.nodecoration:hover, body.admin #preview_container a.incognito:hover {
      text-decoration: none;
      color: #333; }
  /* line 4, ../../../app/stylesheets/partials/_photoeye_list.sass */
  body.admin ul {
    list-style-type: none; }
  /* line 7, ../../../app/stylesheets/partials/_photoeye_list.sass */
  body.admin ol {
    margin: 0 10px 0 30px; }
  /* line 10, ../../../app/stylesheets/partials/_photoeye_list.sass */
  body.admin li {
    text-transform: uppercase;
    font-size: .8em; }
  /* line 14, ../../../app/stylesheets/partials/_photoeye_list.sass */
  body.admin ul li a {
    text-decoration: none;
    color: #961d1a; }
  /* line 85, ../../../app/stylesheets/screen.sass */
  body.admin h1 {
    font-size: 14px;
    border-bottom: 1px dotted #961d1a;
    padding-bottom: 3px;
    clear: both;
    margin-bottom: 0; }
  /* line 92, ../../../app/stylesheets/screen.sass */
  body.admin #header {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 950px;
    height: 90px;
    margin-bottom: 36px; }
    /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html body.admin #header {
      overflow-x: hidden; }
    /* line 97, ../../../app/stylesheets/screen.sass */
    body.admin #header a {
      color: #fff;
      text-decoration: none; }
    /* line 101, ../../../app/stylesheets/screen.sass */
    body.admin #header #logo {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 310px; }
      /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
      * html body.admin #header #logo {
        overflow-x: hidden; }
    /* line 106, ../../../app/stylesheets/screen.sass */
    body.admin #header #user_info {
      display: inline;
      float: left;
      margin-right: 0;
      width: 630px;
      text-align: right;
      color: #fff;
      padding-top: 34px;
      font-size: 10px; }
      /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
      * html body.admin #header #user_info {
        overflow-x: hidden; }
  /* line 114, ../../../app/stylesheets/screen.sass */
  body.admin #page_title {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 950px;
    height: 54px;
    padding-top: 36px;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-transform: uppercase;
    color: #961d1a; }
    /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html body.admin #page_title {
      overflow-x: hidden; }
  /* line 124, ../../../app/stylesheets/screen.sass */
  body.admin #container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 36px; }
    /* line 5, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.admin #container {
      display: block; }
  /* line 128, ../../../app/stylesheets/screen.sass */
  body.admin #content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    min-height: 500px; }
    /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html body.admin #content {
      overflow-x: hidden; }
    /* line 133, ../../../app/stylesheets/screen.sass */
    body.admin #content a.tab_button {
      background-image: url(/magazine_admin/images/sub_menu_bg.png);
      background-background-position: center top;
      background-repeat: repeat-x;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border: none;
      font-family: Verdana, Sans-Serif;
      background-position: center center;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      margin: 1px 0;
      cursor: pointer;
      text-decoration: none;
      width: 75px;
      background-position: top;
      color: #961d1a;
      padding: 0;
      margin: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    /* line 146, ../../../app/stylesheets/screen.sass */
    body.admin #content a.button {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border: none;
      font-family: Verdana, Sans-Serif;
      background-position: center center;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      margin: 1px 0;
      background-image: url(/magazine_admin/images/admin_menu_bg.png);
      background-repeat: repeat-x;
      cursor: pointer;
      padding: 2px 15px;
      text-decoration: none;
      width: 75px; }
    /* line 154, ../../../app/stylesheets/screen.sass */
    body.admin #content .note {
      border: 1px dotted #aaa;
      padding: 10px;
      margin: 18px 0 0 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      /* line 160, ../../../app/stylesheets/screen.sass */
      body.admin #content .note span {
        text-transform: uppercase;
        font-size: 10px; }
    /* line 164, ../../../app/stylesheets/screen.sass */
    body.admin #content .form_block {
      display: inline;
      float: left;
      margin-right: 10px;
      width: 190px; }
      /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
      * html body.admin #content .form_block {
        overflow-x: hidden; }
    /* line 168, ../../../app/stylesheets/screen.sass */
    body.admin #content .last {
      margin-right: 0; }
    /* line 171, ../../../app/stylesheets/screen.sass */
    body.admin #content input[type=submit] {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border: none;
      font-family: Verdana, Sans-Serif;
      background-position: center center;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      margin: 1px 0;
      background-image: url(/magazine_admin/images/admin_menu_bg.png);
      background-repeat: repeat-x;
      cursor: pointer;
      padding: 2px 15px; }
    /* line 178, ../../../app/stylesheets/screen.sass */
    body.admin #content #main_page .author {
      width: 950px;
      margin: 0 auto;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 18px; }
      /* line 5, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
      body.admin #content #main_page .author {
        display: block; }
      /* line 182, ../../../app/stylesheets/screen.sass */
      body.admin #content #main_page .author h1 {
        font-size: 14px;
        border-bottom: 1px dotted #961d1a;
        padding-bottom: 3px;
        clear: both;
        margin-bottom: 0; }
        /* line 189, ../../../app/stylesheets/screen.sass */
        body.admin #content #main_page .author h1 a {
          text-decoration: none;
          color: #961d1a; }
        /* line 193, ../../../app/stylesheets/screen.sass */
        body.admin #content #main_page .author h1:hover {
          background-position: center; }
      /* line 196, ../../../app/stylesheets/screen.sass */
      body.admin #content #main_page .author .list_column {
        display: inline;
        float: left;
        margin-right: 10px;
        width: 390px; }
        /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
        * html body.admin #content #main_page .author .list_column {
          overflow-x: hidden; }
        /* line 200, ../../../app/stylesheets/screen.sass */
        body.admin #content #main_page .author .list_column ul {
          list-style-type: none;
          margin: 5px; }
          /* line 203, ../../../app/stylesheets/screen.sass */
          body.admin #content #main_page .author .list_column ul .title {
            margin-bottom: 9px;
            text-transform: uppercase;
            font-size: 10px;
            border-bottom: 1px dashed #aaa; }
        /* line 208, ../../../app/stylesheets/screen.sass */
        body.admin #content #main_page .author .list_column a {
          text-decoration: none; }
          /* line 211, ../../../app/stylesheets/screen.sass */
          body.admin #content #main_page .author .list_column a:hover {
            color: #961d1a; }
      /* line 214, ../../../app/stylesheets/screen.sass */
      body.admin #content #main_page .author .last {
        margin-right: 0; }
  /* line 217, ../../../app/stylesheets/screen.sass */
  body.admin #sidebar {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 150px; }
    /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
    * html body.admin #sidebar {
      overflow-x: hidden; }
    /* line 222, ../../../app/stylesheets/screen.sass */
    body.admin #sidebar .sub_menu a {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border: none;
      font-family: Verdana, Sans-Serif;
      background-position: center center;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      margin: 1px 0;
      background-image: url(/magazine_admin/images/sub_menu_bg.png);
      background-background-position: center top;
      background-repeat: repeat-x;
      color: #961d1a; }
      /* line 227, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar .sub_menu a:hover {
        background-position: top; }
    /* line 230, ../../../app/stylesheets/screen.sass */
    body.admin #sidebar a {
      text-decoration: none; }
      /* line 233, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar a .menu_item {
        background-image: url(/magazine_admin/images/admin_menu_bg.png);
        background-repeat: repeat-x;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        border: none;
        font-family: Verdana, Sans-Serif;
        background-position: center center;
        color: #fff;
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        text-align: center;
        margin: 1px 0;
        font-size: 12px;
        padding: 5px;
        letter-spacing: 1px; }
      /* line 240, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar a .on {
        background-position: top; }
      /* line 246, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar a:hover .menu_item {
        background-position: bottom; }
      /* line 250, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar a:active .menu_item {
        background-position: top; }
    /* line 252, ../../../app/stylesheets/screen.sass */
    body.admin #sidebar h4 {
      background-image: url(/magazine_admin/images/admin_menu_bg.png);
      background-repeat: repeat-x;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      border: none;
      font-family: Verdana, Sans-Serif;
      background-position: center center;
      color: #fff;
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      text-align: center;
      margin: 1px 0;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      text-align: center;
      font-size: 10px;
      margin: 9px 0 0 0; }
    /* line 262, ../../../app/stylesheets/screen.sass */
    body.admin #sidebar .sidebar_item {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #aaa;
      border-top: none;
      padding: 10px;
      font-size: 10px;
      margin-bottom: 9px; }
      /* line 271, ../../../app/stylesheets/screen.sass */
      body.admin #sidebar .sidebar_item ul {
        list-style-type: none;
        text-align: center;
        margin: 0 auto;
        padding: 18px 0; }

/* line 277, ../../../app/stylesheets/screen.sass */
body.login {
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  background: white; }
  /* line 26, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login body {
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px; }
  /* line 66, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h1 {
    font-weight: normal;
    color: #961d1a;
    font-size: 3em;
    line-height: 18px;
    margin-bottom: 18px; }
    /* line 71, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.login h1 img {
      margin: 0; }
  /* line 73, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h2 {
    font-weight: normal;
    color: #961d1a;
    font-size: 2em;
    margin-bottom: 18px; }
  /* line 77, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h3 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.5em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 82, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h4 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1.2em;
    line-height: 18px;
    margin-bottom: 18px; }
  /* line 87, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h5 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  /* line 92, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h6 {
    font-weight: normal;
    color: #961d1a;
    font-size: 1em; }
  /* line 96, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login h2 img, body.login h3 img, body.login h4 img, body.login h5 img, body.login h6 img {
    margin: 0; }
  /* line 98, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login p {
    margin-bottom: 18px; }
    /* line 101, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.login p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    /* line 105, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.login p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  /* line 109, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login a {
    text-decoration: underline;
    color: #999999; }
    /* line 12, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.login a:visited {
      color: #666666; }
    /* line 15, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.login a:focus {
      color: #999999; }
    /* line 18, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.login a:hover {
      color: black; }
    /* line 21, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.login a:active {
      color: #333333; }
  /* line 112, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  /* line 116, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login strong {
    font-weight: bold; }
  /* line 118, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login em {
    font-style: italic; }
  /* line 120, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login dfn {
    font-style: italic;
    font-weight: bold; }
  /* line 123, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login sup, body.login sub {
    line-height: 0; }
  /* line 125, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login abbr, body.login acronym {
    border-bottom: 1px dotted #666; }
  /* line 127, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login address {
    margin: 0 0 1.5em;
    font-style: italic; }
  /* line 130, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login del {
    color: #666; }
  /* line 132, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login pre {
    margin: 1.5em 0;
    white-space: pre; }
  /* line 135, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login pre, body.login code, body.login tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  /* line 137, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login li ul, body.login li ol {
    margin: 0 1.5em; }
  /* line 139, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  /* line 142, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  /* line 145, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login dl {
    margin: 0 0 1.5em 0; }
    /* line 147, ../../../app/stylesheets/partials/_photoeye_typography.sass */
    body.login dl dt {
      font-weight: bold; }
  /* line 149, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login dd {
    margin-left: 1.5em; }
  /* line 151, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login table {
    margin-bottom: 1.4em;
    width: 100%; }
  /* line 154, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login th {
    font-weight: bold; }
  /* line 156, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login thead th {
    background: #c3d9ff; }
  /* line 158, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login th, body.login td, body.login caption {
    padding: 4px 10px 4px 5px; }
  /* line 160, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login tr.even td {
    background: #e5ecf9; }
  /* line 162, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login tfoot {
    font-style: italic; }
  /* line 164, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login caption {
    background: #eee; }
  /* line 166, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login .quiet {
    color: #dddddd; }
  /* line 168, ../../../app/stylesheets/partials/_photoeye_typography.sass */
  body.login .loud {
    color: black; }
  /* line 281, ../../../app/stylesheets/screen.sass */
  body.login #login {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    background-image: url(/magazine_admin/images/admin_bg.png);
    background-repeat: repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 500px;
    height: 500px;
    margin: 100px auto; }
    /* line 5, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.login #login {
      display: block; }
  /* line 289, ../../../app/stylesheets/screen.sass */
  body.login #header, body.login #content {
    margin-left: 130px; }
  /* line 292, ../../../app/stylesheets/screen.sass */
  body.login #content {
    padding-left: 40px; }

/* line 297, ../../../app/stylesheets/screen.sass */
body.unused #header, body.unused #footer {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 950px; }
  /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.unused #header, * html body.unused #footer {
    overflow-x: hidden; }
/* line 299, ../../../app/stylesheets/screen.sass */
body.unused #header {
  height: 54px; }
/* line 301, ../../../app/stylesheets/screen.sass */
body.unused #sidebar {
  display: inline;
  float: left;
  margin-right: 10px;
  width: 310px; }
  /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.unused #sidebar {
    overflow-x: hidden; }
/* line 305, ../../../app/stylesheets/screen.sass */
body.unused #content {
  display: inline;
  float: left;
  margin-right: 0;
  width: 630px; }
  /* line 101, ../../../../../../../../usr/local/lib/ruby/gems/1.8/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
  * html body.unused #content {
    overflow-x: hidden; }
