/* ............................................
 * This is EJW for The Screen
 *
 * All your codebase are belong to us. ;)
 * (c) Copyright 2009 by John Stephens.
 *
 * author		John Stephens
 * website		http://designop.us/
 * ............................................ */
/* \\Font face
 * ============================================ */
@import url(type/TitilliumText14L-fontfacekit/stylesheet.css);
/* \\Reset
 * ============================================ */
/* line 1, ../src/_reset.sass */

/*kdr was here */
div#topbox { padding: 5px; border-width: 2px; border-style: solid; border-color: black; }
/* kdr done */

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, 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 10, ../src/_reset.sass */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 13, ../src/_reset.sass */
body {
  line-height: 1;
}

/* line 16, ../src/_reset.sass */
ol, ul {
  list-style: none;
}

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

/* line 22, ../src/_reset.sass */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

/* line 26, ../src/_reset.sass */
*focus {
  outline: 0;
}

/* line 29, ../src/_reset.sass */
ins {
  text-decoration: none;
}

/* line 32, ../src/_reset.sass */
del {
  text-decoration: line-through;
}

/* line 35, ../src/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* \\Elements
 * ============================================ */
/* line 36, ../src/_base.sass */
body {
  font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* !Hypertext block
 * -------------------------------------------- */
/* line 41, ../src/_base.sass */
h1, h2, h3, h4, h5, h6, p, address, figure, ol, ul, dl {
  margin-bottom: 20px;
}

/* line 45, ../src/_base.sass */
h1, h2, h3, h4, h5, h6, p, address, li, dt, dd {
  line-height: 1.5em;
}

/* line 48, ../src/_base.sass */
h1, h2, h3, h4, h5, h6 {
  font-family: "TitilliumText14L999wt", Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  letter-spacing: -0.08em;
}
/* line 50, ../src/_base.sass */
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-style: normal;
  letter-spacing: 0;
}

/* line 57, ../src/_base.sass */
h2 {
  font-size: 1.62em;
}

/* line 61, ../src/_base.sass */
h3 {
  font-size: 1.38em;
}

/* line 67, ../src/_base.sass */
blockquote {
  border-left: 5px solid;
  padding-left: 15px;
}

/* line 73, ../src/_base.sass */
figure {
  padding: 0.25em;
}

/* line 75, ../src/_base.sass */
hr {
  clear: both;
}

/* !Hypertext lists
 * -------------------------------------------- */
/* line 80, ../src/_base.sass */
dt {
  font-weight: bold;
}
ol, ul {
  margin-bottom: 1em;
}

/* line 97, ../src/_base.sass */
ol {
  list-style: decimal;
  margin: 0 1.5em 1.5em 1.5em;
}

/* line 100, ../src/_base.sass */
ul {
  list-style: square;
  margin: 0 1.5em 1.5em 1.5em;
}

/* !Hypertext links
 * -------------------------------------------- */
/* line 107, ../src/_base.sass */
a {
  position: relative;
}
/* line 109, ../src/_base.sass */
a:focus, a:hover {
  top: 1px;
}

/* !Hypertext inline
 * -------------------------------------------- */
/* line 116, ../src/_base.sass */
em {
  font-style: italic;
}

/* line 119, ../src/_base.sass */
strong {
  font-weight: bold;
}

/* line 122, ../src/_base.sass */
ins {
  text-decoration: underline;
}

/* line 125, ../src/_base.sass */
del {
  text-decoration: line-through;
}

/* !Presentational elemnts
 * -------------------------------------------- */
/* !Forms
 * -------------------------------------------- */
/* line 137, ../src/_base.sass */
form > ol, form li, fieldset > ol, fieldset li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* !Tables
 * -------------------------------------------- */
/* \\Classes
 * ============================================ */
/* line 24, ../src/screen.sass */
.alert {
  border: 1px solid;
  border-top: 0;
  font-size: small;
  margin-bottom: 20px;
  margin-top: -33px;
  padding: 20px;
  padding-bottom: 0;
}
/* line 34, ../src/screen.sass */
.alert > a {
  display: block;
  margin: -20px;
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 0;
}
/* line 40, ../src/screen.sass */
.alert p {
  margin-bottom: 20px;
}

/* line 44, ../src/screen.sass */
.adr ol {
  margin: 0;
}
/* line 46, ../src/screen.sass */
.adr li {
  list-style: none;
}

/* line 49, ../src/screen.sass */
.caps {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 0.9em;
}

/* line 53, ../src/screen.sass */
.edit-link {
  display: block;
  min-height: 2.25em;
  position: relative;
}
/* line 57, ../src/screen.sass */
.edit-link a {
  border: 1px solid;
  display: block;
  font-size: small;
  line-height: 1em;
  padding: 5px;
  position: absolute;
  right: 0;
}

/* line 66, ../src/screen.sass */
.figure {
  padding: 0.25em;
}

/* line 70, ../src/screen.sass */
.hentry address {
  font-style: normal;
  font-weight: bold;
}

/* line 74, ../src/screen.sass */
.article-meta {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  border-bottom: 1px dotted;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* line 83, ../src/screen.sass */
.left {
  float: left;
  margin-right: 20px;
}

/* line 87, ../src/screen.sass */
.right {
  float: right;
  margin-left: 20px;
}

/* line 91, ../src/screen.sass */
.topics {
  font-size: small;
  text-transform: uppercase;
}

/* \\Structure
 * ============================================ */
/* !Access navigation
 * -------------------------------------------- */
/* line 101, ../src/screen.sass */
#accessnav {
  position: absolute;
  left: -999em;
}

/* !Header + Nav
 * -------------------------------------------- */
/* line 107, ../src/screen.sass */
#epigram {
  border-bottom: 1px solid;
  margin: 0;
}
/* line 111, ../src/screen.sass */
#epigram header {
  border-bottom: 1px solid;
  margin: 0;
  text-align: center;
}
/* line 117, ../src/screen.sass */
#epigram hgroup {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
/* line 22, ../../../../.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#epigram hgroup:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 125, ../src/screen.sass */
#site-id {
  bottom: -9px;
  left: 0;
  margin: 0;
  position: absolute;
}
/* line 130, ../src/screen.sass */
#site-id a {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 400px;
  margin-left: 0;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -0.09em;
  margin-left: -1px;
  padding-right: 1px;
  padding-top: 35px;
  text-align: left;
  text-decoration: none;
  text-transform: lowercase;
}

/* line 147, ../src/screen.sass */
#byword {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
  padding-left: 420px;
  margin-right: 0;
  font-family: "TitilliumText14L600wt";
  font-size: 1.38em;
  margin-top: 50px;
  text-align: right;
}

/* line 159, ../src/screen.sass */
#site-nav {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  *zoom: 1;
  font-size: small;
  margin: 0 auto;
  padding-top: 12px;
  text-transform: uppercase;
}
/* line 22, ../../../../.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#site-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 170, ../src/screen.sass */
#menu-main {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
}
/* line 175, ../src/screen.sass */
#menu-main > li {
  display: inline;
  float: left;
  padding: 0;
  text-align: center;
}
/* line 181, ../src/screen.sass */
#menu-main > li a {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  border-right: 1px solid;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  position: static;
  width: 99px;
}
/* line 193, ../src/screen.sass */
#menu-main > li a.active {
  font-weight: bold;
}
/* line 196, ../src/screen.sass */
#menu-main > li a#nav-default {
  margin-left: 0;
  border-left: 1px solid;
  width: 98px;
}

/* line 201, ../src/screen.sass */
#search-form {
  float: right;
  padding-top: 5px;
}

/* !Content
 * -------------------------------------------- */
/* line 208, ../src/screen.sass */
#substance {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 20px 0;
}

/* line 213, ../src/screen.sass */
#content {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  *zoom: 1;
  margin: 0 auto;
  padding-top: 0.75em;
}
/* line 22, ../../../../.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* !Main content
 * -------------------------------------------- */
/* line 223, ../src/screen.sass */
#content-main {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
  position: relative;
}
/* line 226, ../src/screen.sass */
#content-main h1 {
  font-size: 2.38em;
  line-height: 1.1em;
}
/* line 230, ../src/screen.sass */
#content-main hgroup {
  margin-bottom: 20px;
}
/* line 233, ../src/screen.sass */
#content-main hgroup h1, #content-main hgroup h2 {
  margin-bottom: 0px;
}

/* !Article
 * -------------------------------------------- */
/* line 241, ../src/screen.sass */
#content-main .bio h1 {
  font-size: 1.38em;
}

/* !Article metadata
 * -------------------------------------------- */
/* !Pagination Nav
 * -------------------------------------------- */
/* line 252, ../src/screen.sass */
#pagination-nav ul, #pagination-nav li {
  margin: 0;
  padding: 0;
}
/* line 255, ../src/screen.sass */
#pagination-nav ul {
  list-style: none;
}
/* line 258, ../src/screen.sass */
#pagination-nav ul > li {
  display: inline;
}
/* line 260, ../src/screen.sass */
#pagination-nav ul > li a {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
}

/* !Aside
 * -------------------------------------------- */
/* line 265, ../src/screen.sass */
#content-supplement {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 400px;
}
/* line 267, ../src/screen.sass */
#content-supplement h1 {
  font-size: 1.62em;
}

/* line 271, ../src/screen.sass */
#feed-link-button a {
  border: 1px solid;
  clear: both;
  display: block;
  line-height: 1em;
  padding: 10px;
  position: relative;
}
/* line 278, ../src/screen.sass */
#feed-link-button img {
  bottom: 10px;
  right: 10px;
  position: absolute;
}
/* KDR Change changed widths of #recent-features and #recent-widths */
/* line 282, ../src/screen.sass */
#recent-features {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 400px;
  margin-left: 0;
}

/* line 285, ../src/screen.sass */
#recent-articles {
  display: inline;
  float: left;
  margin-left: 0px;
  margin-right: 0px;
  width: 400px;
  margin-right: 0;
}

/* !Site info
 * -------------------------------------------- */
/* line 291, ../src/screen.sass */
#site-info {
  font-family: Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  border-top: 1px solid;
  text-align: left;
  padding-top: 20px;
}

/* line 299, ../src/screen.sass */
#epilogue {
  border-top: 1px solid;
}

/* line 303, ../src/screen.sass */
#masthead {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  margin: 0 auto;
  overflow: auto;
}
/* line 307, ../src/screen.sass */
#masthead h1 {
  margin-left: 0;
  margin-right: 0;
  font-size: 45px;
  margin-top: 20px;
}
/* line 314, ../src/screen.sass */
#masthead h1 strong {
  text-transform: lowercase;
}
/* line 317, ../src/screen.sass */
#masthead dd {
  margin-bottom: 20px;
}

/* line 321, ../src/screen.sass */
#credit-primary {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}

/* line 325, ../src/screen.sass */
#credit-secondary {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}

/* line 328, ../src/screen.sass */
#credit-tertiary {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}

/* line 331, ../src/screen.sass */
#hcard-Free-Liberal {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
}
/* line 334, ../src/screen.sass */
#hcard-Free-Liberal dt {
  left: -999em;
  position: absolute;
}
/* line 337, ../src/screen.sass */
#hcard-Free-Liberal dt.email-label, #hcard-Free-Liberal dt.twitter-label {
  position: static;
}

/* \\Page styles
 * ============================================ */
/* !Homepage
 * -------------------------------------------- */
/* line 345, ../src/screen.sass */
body.default #content-main {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
}
/* line 347, ../src/screen.sass */
body.default #latest-columns {
  margin-bottom: 10px;
}
/* line 351, ../src/screen.sass */
body.default #latest-columns > header h1 {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  border-bottom: 1px solid;
  font-size: small;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 361, ../src/screen.sass */
body.default #latest-columns .article-summary {
  font-size: small;
  padding: 10px;
}
/* line 365, ../src/screen.sass */
body.default #latest-columns .article-summary header {
  margin-bottom: 10px;
}
/* line 368, ../src/screen.sass */
body.default #latest-columns .article-summary h1, body.default #latest-columns .article-summary h2 {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  margin-bottom: 0;
}
/* line 373, ../src/screen.sass */
body.default #this-issue {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 379, ../src/screen.sass */
body.default #this-issue li.hentry {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
}
/* line 381, ../src/screen.sass */
body.default #this-issue li.alpha {
  margin-left: 0;
}
/* line 383, ../src/screen.sass */
body.default #this-issue li.omega {
  margin-right: 0;
}
/* line 385, ../src/screen.sass */
body.default #this-issue a.entry-title {
  display: block;
  height: 100px;
}
/* line 388, ../src/screen.sass */
body.default #aside {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 400px;
  margin-right: 0;
}
/* line 391, ../src/screen.sass */
body.default #feature-image {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
  margin-left: 0;
  margin-right: 0;
}
/* line 395, ../src/screen.sass */
body.default #columnists {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
  margin-left: 0;
}
/* line 398, ../src/screen.sass */
body.default #blog {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
}

/* !Articles
 * -------------------------------------------- */
/* line 404, ../src/screen.sass */
.bio {
  float: left;
  width: 100%;
}

/* line 407, ../src/screen.sass */
.comment-post {
  margin-bottom: 20px;
  padding: 10px;
}

/* line 411, ../src/screen.sass */
.comment-meta {
  font-size: small;
}

/* line 414, ../src/screen.sass */
#txpCommentInputForm legend {
  display: none;
}
/* line 416, ../src/screen.sass */
#txpCommentInputForm li {
  *zoom: 1;
  clear: left;
  padding-bottom: 10px;
}
/* line 22, ../../../../.rvm/gems/ruby-1.8.7-p302/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#txpCommentInputForm li:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* line 423, ../src/screen.sass */
#txpCommentInputForm label {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
  margin-left: 0;
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
/* line 428, ../src/screen.sass */
#txpCommentInputForm input[type='text'] {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  margin-right: 0;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-size: 1.5em;
  border: 0;
  padding: 5px;
  width: 330px;
}
/* line 437, ../src/screen.sass */
#txpCommentInputForm textarea {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  margin-right: 0;
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-size: 1.25em;
  border: 0;
  min-height: 7.5em;
  padding: 5px;
  width: 330px;
}

/* !Archive
 * -------------------------------------------- */
/* line 452, ../src/screen.sass */
body.blogs #content-main h1.entry-title, body.articles #content-main h1.entry-title {
  font-size: 1.62em;
}
/* line 456, ../src/screen.sass */
body.blogs #content-main header h1.entry-title, body.articles #content-main header h1.entry-title {
  font-size: 2.62em;
}

/* line 459, ../src/screen.sass */
.blog-info {
  margin-bottom: 20px;
}
/* line 462, ../src/screen.sass */
.blog-info h1, .blog-info h2 {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
/* line 464, ../src/screen.sass */
.blog-info h1 {
  font-size: 1.62em;
}
/* line 467, ../src/screen.sass */
.blog-info h2 {
  font-size: 1em;
}
/* line 471, ../src/screen.sass */
.blog-info hgroup h1 {
  margin-bottom: 0;
}

/* !Author archive
 * -------------------------------------------- */
/* line 477, ../src/screen.sass */
#content-main > .bio {
  margin-bottom: 20px;
}
/* line 480, ../src/screen.sass */
#content-main > .bio h1 {
  font-size: 2.38em;
}

/* !Error
 * -------------------------------------------- */
/* line 487, ../src/screen.sass */
body.error #content-supplement {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 400px;
  margin-right: 0;
}

/* line 17, ../src/_theme.sass */
body {
  background-color: #6195ed;
}

/* line 22, ../src/_theme.sass */
blockquote {
  border-left-color: #6195ed;
}

/* line 26, ../src/_theme.sass */
a {
  color: #2e3f62;
}
/* line 28, ../src/_theme.sass */
a:visited {
  color: #232f48;
}
/* line 30, ../src/_theme.sass */
a:focus, a:hover {
  color: #6195ed;
}
/* line 32, ../src/_theme.sass */
a:active {
  top: 2px;
}

/* \\Classes
 * -------------------------------------------- */
/* line 37, ../src/_theme.sass */
figure, .figure {
  background-color: #6195ed;
}

/* line 40, ../src/_theme.sass */
.alert {
  background-color: #fad435;
  background-image: -moz-radial-gradient(100px -20px, cover, #fad435 0%, #f8c93a 50%, #d99818 100%);
  background-image: -moz-radial-gradient(100px -20, 100px, 0px 0px, 500px, #fad435, #d99818);
  background-image: -webkit-gradient(radial, 100 -20, 100, 0 0, 500, from(#fad435), to(#d99818));
  border-color: #fc911a;
  border-top-color: #614e02;
  box-shadow: 1px 1px 2px #614e02;
  color: #222222;
  -moz-box-shadow: 1px 1px 2px #614e02;
  -webkit-box-shadow: 1px 1px 2px #614e02;
}

/* line 61, ../src/_theme.sass */
.article-meta {
  border-bottom-color: #d3e0f6;
}

/* line 66, ../src/_theme.sass */
.edit-link a {
  background-color: #6195ed;
  background-image: url(images/nav-active-trans.png);
  background-image: linear-gradient(top, #6195ed, #486fb1);
  background-image: -moz-linear-gradient(top, #6195ed, #486fb1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6195ed), to(#486fb1));
  border-color: #304a76;
  border-left-color: #d3e2fa;
  border-radius: 4px;
  border-top-color: #d3e2fa;
  color: #f9f9f9;
  text-decoration: none;
  text-shadow: 0 -1px 2px #304a76;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* line 90, ../src/_theme.sass */
.edit-link a:focus, .edit-link a:hover {
  background-image: linear-gradient(top, #5482cf, #6195ed);
  background-image: -moz-linear-gradient(top, #5482cf, #6195ed);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5482cf), to(#6195ed));
  border-bottom-color: #d3e2fa;
  border-left-color: #304a76;
  border-radius: 4px;
  border-right-color: #d3e2fa;
  border-top-color: #304a76;
  text-shadow: 0 1px 2px #304a76;
}

/* line 108, ../src/_theme.sass */
.topics a {
  color: #6195ed;
}
/* line 110, ../src/_theme.sass */
.topics a:focus, .topics a:hover {
  color: #304a76;
}

/* !Main menu
 * -------------------------------------------- */
/* line 115, ../src/_theme.sass */
#epigram {
  background-color: #6195ed;
  background-image: url(images/clouds.png);
  background-position: 520px 0;
  background-repeat: no-repeat;
  border-bottom-color: #6587c0;
}
/* line 124, ../src/_theme.sass */
#epigram header {
  background-color: #18202e;
  background-color: rgba(12, 12, 12, 0.85);
  background-position: bottom;
  background-repeat: repeat-x;
  border-bottom-color: #8fb4f2;
}

/* line 138, ../src/_theme.sass */
#site-id a {
  background-image: url(images/site-id-birds-trans.png);
  background-position: top 25px;
  background-repeat: no-repeat;
  color: #6195ed;
}
/* line 144, ../src/_theme.sass */
#site-id a:focus, #site-id a:hover {
  background-color: transparent;
}

/* line 147, ../src/_theme.sass */
#byword {
  color: #f9f9f9;
}

/* line 150, ../src/_theme.sass */
#search-form label {
  text-shadow: 0 -1px 2px #f9f9f9;
}

/* line 155, ../src/_theme.sass */
#menu-main > li a {
  background-image: url(images/nav-active-trans.png);
  background-image: linear-gradient(top, #6195ed, #87aef0);
  background-image: -moz-linear-gradient(top, #6195ed, #87aef0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6195ed), to(#87aef0));
  border-color: #486fb1;
  color: #1f3954;
  text-decoration: none;
}
/* line 166, ../src/_theme.sass */
#menu-main > li a.active {
  background-color: #304a76;
  background-image: url(images/nav-active-trans.png);
  background-image: linear-gradient(top, #6195ed, #486fb1);
  background-image: -moz-linear-gradient(top, #6195ed, #486fb1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6195ed), to(#486fb1));
  color: #f9f9f9;
  text-shadow: 0 -1px 2px #304a76;
}
/* line 176, ../src/_theme.sass */
#menu-main > li a:focus, #menu-main > li a:hover {
  background-image: linear-gradient(top, #5482cf, #6195ed);
  background-image: -moz-linear-gradient(top, #5482cf, #6195ed);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5482cf), to(#6195ed));
}
/* line 182, ../src/_theme.sass */
#menu-main > li a#nav-default {
  border-color: #486fb1;
}

/* !Content
 * -------------------------------------------- */
/* line 189, ../src/_theme.sass */
#substance {
  background-color: #f9f9f9;
  border-color: #c6c6c6;
}

/* line 194, ../src/_theme.sass */
#content {
  color: #131519;
}
/* line 196, ../src/_theme.sass */
#content h1 {
  color: #304a76;
}

/* !Aside
 * -------------------------------------------- */
/* line 202, ../src/_theme.sass */
#feed-link-button a {
  background-color: #6195ed;
  background-image: url(images/nav-active-trans.png);
  background-image: linear-gradient(top, #6195ed, #486fb1);
  background-image: -moz-linear-gradient(top, #6195ed, #486fb1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6195ed), to(#486fb1));
  border-color: #304a76;
  border-left-color: #d3e2fa;
  border-radius: 4px;
  border-top-color: #d3e2fa;
  box-shadow: 1px 1px 2px #666666;
  color: #f9f9f9;
  text-decoration: none;
  text-shadow: 0 -1px 2px #304a76;
  -moz-border-radius: 4px;
  -moz-box-shadow: 1px 1px 2px #666666;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 1px 1px 2px #666666;
}
/* line 232, ../src/_theme.sass */
#feed-link-button a:focus, #feed-link-button a:hover {
  background-image: linear-gradient(top, #5482cf, #6195ed);
  background-image: -moz-linear-gradient(top, #5482cf, #6195ed);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5482cf), to(#6195ed));
  border-bottom-color: #d3e2fa;
  border-left-color: #304a76;
  border-radius: 4px;
  border-right-color: #d3e2fa;
  border-top-color: #304a76;
  box-shadow: 0 0 2px #666666;
  text-shadow: 0 1px 2px #304a76;
  -moz-box-shadow: 0 0 2px #666666;
  -webkit-box-shadow: 0 0 2px #666666;
}
/* line 257, ../src/_theme.sass */
#feed-link-button a:active {
  box-shadow: -1px -1px 2px #666666;
  -moz-box-shadow: -1px -1px 2px #666666;
  -webkit-box-shadow: -1px -1px 2px #666666;
}

/* !Site info
 * -------------------------------------------- */
/* line 269, ../src/_theme.sass */
#site-info {
  background-color: #6195ed;
  background-image: url(images/clouds.png);
  background-position: center 10px;
  background-repeat: repeat-x;
  border-top-color: #304a76;
}

/* line 279, ../src/_theme.sass */
#epilogue {
  background-color: #18202e;
  background-color: rgba(12, 12, 12, 0.85);
  background-position: bottom;
  background-repeat: repeat-x;
  border-top-color: #304a76;
  color: #adc7f3;
}
/* line 290, ../src/_theme.sass */
#epilogue a {
  color: #f9f9f9;
}
/* line 292, ../src/_theme.sass */
#epilogue a:visited {
  color: #e9eff7;
}
/* line 294, ../src/_theme.sass */
#epilogue a:focus, #epilogue a:hover {
  color: #6195ed;
}

/* line 299, ../src/_theme.sass */
#masthead h1 strong {
  background-repeat: no-repeat;
  color: #f9f9f9;
  text-indent: -999em;
}

/* \\Page styles
 * ============================================ */
/* line 311, ../src/_theme.sass */
body.default #latest-columns > header h1 {
  border-color: #6195ed;
}
/* line 314, ../src/_theme.sass */
body.default #latest-columns .article-summary {
  background-color: #fefefe;
}
/* line 318, ../src/_theme.sass */
body.default #this-issue a.entry-title {
  background-color: #6195ed;
  text-decoration: none;
  padding: 0.5em;
}

/* !Articles
 * -------------------------------------------- */
/* line 328, ../src/_theme.sass */
.comment-post {
  background-color: white;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 2, ../src/_modernizr.sass */
.no-js body {
  background-color: #f9f9f9 !important;
}
/* line 5, ../src/_modernizr.sass */
.no-js body * {
  background-color: transparent !important;
  border: 0;
  color: #18202e !important;
}
/* line 10, ../src/_modernizr.sass */
.no-js h1, .no-js h2, .no-js h3, .no-js h4, .no-js h5, .no-js h6 {
  letter-spacing: 0;
}

/* line 14, ../src/_modernizr.sass */
.no-rgba #epigram header {
  background-color: #18202e;
  background-image: url(images/clouds-norgba.png);
  background-position: 400px 30px;
  background-repeat: no-repeat;
}
/* line 20, ../src/_modernizr.sass */
.no-rgba #epilogue {
  background-color: #18202e;
  background-image: url(images/clouds-norgba.png);
  background-position: center -10px;
  background-repeat: repeat-x;
}

/* line 29, ../src/_modernizr.sass */
.no-cssgradients .edit-link a:focus, .no-cssgradients .edit-link a:hover {
  background-position: 50% 50%;
}
/* line 34, ../src/_modernizr.sass */
.no-cssgradients #menu-main > li a {
  background-repeat: repeat-x;
  background-position: bottom;
}
/* line 38, ../src/_modernizr.sass */
.no-cssgradients #menu-main > li a.active {
  background-position: top;
}
/* line 41, ../src/_modernizr.sass */
.no-cssgradients #menu-main > li a:focus, .no-cssgradients #menu-main > li a:hover {
  background-position: 50% 50%;
}
/* line 46, ../src/_modernizr.sass */
.no-cssgradients #feed-link-button a:focus, .no-cssgradients #feed-link-button a:hover {
  background-position: 50% 50%;
}

/* line 50, ../src/_modernizr.sass */
.no-fontface h1, .no-fontface h2, .no-fontface h3, .no-fontface h4, .no-fontface h5, .no-fontface h6 {
  letter-spacing: 0;
}
/* line 53, ../src/_modernizr.sass */
.no-fontface #site-id a {
  background-image: url(images/site-id-trans.png);
  background-position: top -1px;
  text-indent: -999em;
}
/* line 59, ../src/_modernizr.sass */
.no-fontface #byword {
  font-family: "TitilliumText14L400wt", Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.1em;
}
