* {
  margin: 0;
  padding: 0; }

html {
  min-height: 100%;
  margin: 0 0 1px;
  background: #f5f5ee url(../images/bg-bottom-a.gif) 0 100% repeat-x;
  font-size: 100.01%; }

body {
  background: url(../images/bg-top-a.gif) repeat-x;
  font-size: 62.5%;
  color: #292927;
  font-family: Georgia, serif;
  line-height: 1.375; }

body.notice {
  background: url(../images/bg-top-a.gif) repeat-x 0 44px; }
  body.notice #notice {
    overflow: hidden;
    height: 22px;
    width: 100%;
    background-color: #515b6c;
    border-bottom: 2px solid #c3c3bc;
    color: white;
    padding: 10px 0;
    text-align: center; }
    body.notice #notice p {
      width: 950px;
      margin: 0 auto;
      font-size: 16px; }
      body.notice #notice p a {
        font-weight: bold;
        color: white;
        font-size: 14px; }

@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none; } }

textarea, input, select, option, button {
  color: #292927;
  font-family: Georgia, serif;
  line-height: 1.375; }

li, dt, dd, p, th, td, caption, pre {
  font-size: 1.6em; }

ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

a {
  color: #d42320;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }

ul, ol, dd, blockquote {
  padding-left: 40px; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

li *, li p, li li {
  font-size: 1em; }

dt *, dd *, p *, th *, td * {
  font-size: 1em; }

img {
  border: none;
  -ms-interpolation-mode: bicubic; }

pre {
  font-family: "Courier New", monospace;
  white-space: pre-wrap; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  overflow: visible;
  padding: 0 10px;
  cursor: pointer; }
  button::-moz-focus-inner {
    padding: 0;
    border: none; }

hr {
  overflow: hidden;
  height: 1px;
  margin: 15px 0 !important;
  margin: -5px 0 8px;
  padding: 0;
  border: none;
  background-color: #cccccc;
  color: #cccccc; }

blockquote {
  font-style: italic;
  padding: 10px 40px;
  line-height: 1.375;
  font-size: 120%; }

*:first-child + html hr {
  margin: -7px 0 8px !important; }

.offset {
  position: absolute !important;
  left: -10001px !important;
  overflow: hidden !important; }

#root {
  width: 950px;
  margin: 0 auto; }

#top {
  padding: 0 5px;
  height: 111px; }

#logo {
  float: left;
  margin: 0; }
  #logo a {
    display: block;
    overflow: hidden;
    width: 311px;
    height: 111px;
    background: url(../images/logo-a.png) no-repeat;
    text-indent: -10001px; }

#skip-links {
  position: absolute;
  top: 0;
  left: -10001px;
  list-style: none;
  margin: 0;
  padding: 0; }
  #skip-links li a:focus, #skip-links li a:active {
    display: block;
    position: absolute;
    left: 10001px;
    top: 0;
    z-index: 10001;
    width: 200px;
    margin: 15px 0 0 15px;
    padding: 2px 0;
    background: #333333;
    color: white;
    text-align: center;
    text-decoration: none; }

#bar {
  float: right;
  margin: 35px 0 0;
  padding: 0 0 10px;
  background: url(../images/bg-bar-a.gif) 0 100% repeat-x; }

#nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid black; }
  #nav li {
    float: left;
    border-right: 1px solid black;
    font-size: 2.2em;
    line-height: 41px;
    text-transform: uppercase; }
    #nav li a {
      float: left;
      min-width: 95px;
      height: 41px;
      padding: 0 15px 0 10px;
      color: black;
      text-decoration: none; }

* html #nav li a {
  width: 95px; }

#nav li a {
  float: left;
  overflow: hidden;
  width: 120px;
  height: 41px;
  padding: 0;
  background: url(../images/nav-a.png) no-repeat;
  text-indent: -10001px; }

* html #nav li a {
  width: 120px; }

#nav li.home a {
  background-position: 0 0; }
  #nav li.home a:hover, #nav li.home a:focus, #nav li.home a:active, #nav li.home a.active {
    background-position: 0 -41px; }
#nav li.archive a {
  background-position: -120px 0; }
  #nav li.archive a:hover, #nav li.archive a:focus, #nav li.archive a:active, #nav li.archive a.active {
    background-position: -120px -41px; }
#nav li.about a {
  background-position: -240px 0; }
  #nav li.about a:hover, #nav li.about a:focus, #nav li.about a:active, #nav li.about a.active {
    background-position: -240px -41px; }
#nav li a:hover, #nav li a:focus, #nav li a:active {
  background-color: #333333;
  color: white; }
#nav li a.active {
  background-color: black !important;
  color: white; }
#nav li em {
  position: absolute;
  left: -10001px;
  top: -10001px; }

#search {
  float: left;
  height: 41px;
  margin: 0;
  padding: 0;
  border-right: 1px solid black; }
  #search p {
    float: left;
    margin: 0;
    padding: 7px 10px 0; }
    #search p label {
      position: absolute;
      left: -10001px;
      top: -10001px; }
    #search p input {
      float: left;
      width: 160px;
      height: 19px;
      margin: 0;
      padding: 2px 2px 0;
      border: 1px solid black;
      background: #f5f5ee;
      font-size: 12px; }
      #search p input:focus {
        background: white; }
    #search p input[type='submit'] {
      float: left;
      width: 25px;
      height: 23px;
      margin: 0;
      padding: 0;
      border: none;
      background: url(../images/forms-submit-a.png) no-repeat;
      font-size: 0;
      text-indent: -10001px; }

* html #search button {
  margin-right: 10px; }

#content {
  overflow: hidden;
  width: 940px;
  padding: 0 5px; }

#primary {
  width: 700px;
  float: left; }

#secondary {
  width: 220px;
  float: right;
  padding-top: 15px; }

/* (c) 2009 Humanist Chaplaincy at Harvard */
#footer {
  padding: 25px 0 5px;
  background: url(../images/sep-a.gif) -1px -1px repeat-x; }
  #footer p {
    color: #41413f;
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1em; }
    #footer p.support {
      float: left;
      font-size: 0.9em;
      font-family: Arial, sans-serif;
      border: 1px solid #777777;
      padding: 0.5em;
      color: #333333; }
    #footer p.copy {
      margin-bottom: 1em; }
    #footer p.by {
      float: right;
      margin-top: -4px;
      line-height: 26px; }
      #footer p.by a.norbauer, #footer p.by a.metalab {
        display: -moz-inline-stack;
        display: inline-block;
        overflow: hidden;
        width: 102px;
        height: 26px;
        margin: 0 5px;
        padding: 0;
        background: url(../images/logos-a.png) 0 -50px no-repeat;
        font-size: 0;
        text-indent: -10001px;
        vertical-align: top; }

* html #footer p.first a.norbauer, * html #footer p.first a.metalab {
  display: inline;
  vertical-align: middle; }
*:first-child + html #footer p.first a.norbauer, *:first-child + html #footer p.first a.metalab {
  display: inline;
  vertical-align: middle; }

#footer p.by a.metalab {
  width: 80px;
  background-position: 0 0; }

h1, h2, h3, h4, h5, h6 {
  color: black;
  line-height: 1.1; }

h1 {
  font-size: 3.9em;
  font-weight: normal;
  text-transform: uppercase; }

h2 {
  font-size: 2.2em;
  font-weight: normal; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

h1.a, h2.a, h3.a, h4.a, h5.a, h6.a {
  display: -moz-inline-stack;
  display: inline-block;
  height: 20px;
  margin: 0 0 15px;
  padding: 0 70px 0 0;
  background: url(../images/header-a.png) 100% 0 no-repeat;
  color: white;
  font-size: 1.5em;
  text-transform: uppercase; }

* html h1.a, * html h2.a, * html h3.a, * html h4.a, * html h5.a, * html h6.a {
  display: inline; }
*:first-child + html h1.a, *:first-child + html h2.a, *:first-child + html h3.a, *:first-child + html h4.a, *:first-child + html h5.a, *:first-child + html h6.a {
  display: inline; }

h1.a span.in, h2.a span.in, h3.a span.in, h4.a span.in, h5.a span.in, h6.a span.in {
  float: left;
  padding: 0 0 0 25px;
  height: 20px;
  background: url(../images/header-a.png) no-repeat;
  line-height: 16px; }

h1.a span.in span.cufon-canvas, h2.a span.in span.cufon-canvas, h3.a span.in span.cufon-canvas, h4.a span.in span.cufon-canvas, h5.a span.in span.cufon-canvas, h6.a span.in span.cufon-canvas {
  float: left;
  padding-top: 3px; }

h1.b, h2.b, h3.b, h4.b, h5.b, h6.b {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 3px double #dbdbdb;
  text-transform: uppercase; }

h1.c, h2.c, h3.c, h4.c, h5.c, h6.c {
  margin: 0;
  padding: 0 0 5px 12px;
  border-bottom: 1px solid black;
  text-transform: uppercase; }

div.triple-a {
  overflow: hidden;
  width: 940px;
  margin: 0 auto 30px;
  padding: 0 0 1px;
  background: url(../images/triple-a.gif) 0 100% no-repeat; }
  div.triple-a div.story-a {
    display: inline;
    float: left;
    width: 300px;
    margin-left: 20px; }
    div.triple-a div.story-a:first-child {
      margin-left: 0; }

* html div.triple-a div.first {
  margin-left: 0; }

body.bio #archive_listing .triple-a {
  width: 630px;
  background: none; }
  body.bio #archive_listing .triple-a .story-a {
    border-bottom: 1px dotted #555555;
    padding-bottom: 10px; }

div.author-a {
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px;
  background: black;
  color: #f3f3f3; }
  div.author-a p {
    margin: 0;
    padding: 8px 15px 5px;
    line-height: 1.5; }
    div.author-a p.image {
      display: inline;
      float: left;
      margin: 0 15px 0 0;
      padding: 0;
      border-right: 2px solid white; }
      div.author-a p.image img {
        float: left; }
div.box-a {
  margin: 0 0 20px;
  padding: 10px 10px 5px;
  border: 7px solid #c3c3bc;
  border-width: 7px 0;
  background: white; }
  div.box-a h2 {
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dbdbdb;
    color: #890908;
    font-size: 2em;
    text-transform: uppercase; }
    div.box-a h2 span {
      color: #d92421; }
  div.box-a p {
    margin: 0 0 5px;
    font: 1.4em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }
  div.box-a a {
    color: black; }

.home div.box-a {
  background: white url(../images/box-a-watermark.png) 198px 15px no-repeat; }

div.comment-a {
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px;
  padding: 35px 0 0;
  border-top: 1px solid #dbdbdb; }
  div.comment-a div.info {
    display: inline;
    float: left;
    width: 200px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 3px double #dbdbdb;
    border-width: 3px 0;
    background: #f9f9f8; }
    div.comment-a div.info p {
      margin: 7px 20px;
      font: 1.3em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }
      div.comment-a div.info p.date {
        margin: 7px 20px;
        color: #7b7b7b; }
  div.comment-a blockquote {
    float: left;
    width: 390px;
    margin: 0;
    padding: 20px 0 0 20px;
    background: url(../images/comment-a-quote.gif) no-repeat;
    color: #100f0f; }
div.comment-a-first {
  padding-top: 0;
  border-top: none; }
div.comment-a-last {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px double #dbdbdb; }
div.box-a-newsletter p {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb; }

.home div.box-a-newsletter p strong {
  display: inline; }

div.box-a-newsletter p strong span {
  font-weight: normal; }
div.box-a-newsletter form p {
  overflow: hidden;
  width: 100%;
  border-bottom: none; }
  div.box-a-newsletter form p label {
    display: block;
    margin: 0 0 3px;
    font-size: 0.79em; }
  div.box-a-newsletter form p input {
    float: left;
    width: 160px;
    height: 19px;
    margin: 0;
    padding: 2px 2px 0;
    border: 1px solid black;
    background: #f5f5ee;
    font-size: 12px; }
    div.box-a-newsletter form p input:focus {
      background: white; }
  div.box-a-newsletter form p button {
    float: left;
    width: 25px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: none;
    background: url(../images/forms-submit-b.png) no-repeat;
    font-size: 0;
    text-indent: -10001px; }
div.featured-a {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 20px 20px 0 0;
  border: 1px solid #a6a6a1;
  border-width: 0 1px 1px;
  border-left-color: #8d1716;
  background: white url(../images/dot-a.gif) repeat-x; }

* html div.featured-a {
  zoom: 1; }

div.featured-a h2 {
  position: absolute;
  left: 500px;
  top: 17px;
  z-index: 20;
  width: 172px;
  height: 23px;
  background: url(../images/featured-a-ribbon.png) no-repeat;
  text-indent: -10001px; }

* html div.featured-a h2 {
  background-image: url(../images/featured-a-ribbon-ie.png); }

div.featured-a p.image {
  position: relative;
  float: left;
  margin: -20px -667px 0 0; }
  div.featured-a p.image img {
    float: left; }
div.featured-a p.top {
  position: absolute;
  left: 0;
  top: 0;
  width: 99px;
  height: 100%;
  margin: 0;
  background: #d42320;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-indent: -10001px; }

* html div.featured-a p.top {
  height: 500px; }

div.featured-a p {
  margin-bottom: 15px;
  margin-left: 680px; }
  div.featured-a p.first {
    padding-top: 10px;
    border-top: 1px solid #dbdbdb; }
div.featured-a div.bottom {
  overflow: hidden;
  margin-left: 680px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb; }

* html div.featured-a div.bottom {
  zoom: 1; }
*:first-child + html div.featured-a div.bottom {
  margin-bottom: 15px; }

div.featured-a div.bottom p {
  float: right;
  margin: 0;
  color: black;
  font: bold 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }
  div.featured-a div.bottom p.comments {
    margin: 0;
    float: left; }
  div.featured-a div.bottom p a {
    color: black; }
  div.featured-a div.bottom p.more a {
    padding-right: 18px;
    background: url(../images/bullet-a.gif) 100% 50% no-repeat; }
  div.featured-a div.bottom p.comments a {
    padding-left: 15px;
    background: url(../images/icon-comment-a.gif) 0 60% no-repeat; }
div.featured-a-outer {
  width: 940px;
  margin: 0 -5px 20px;
  padding: 0 5px 6px;
  background: url(../images/featured-a-outer.png) 50% 100% no-repeat; }
  div.featured-a-outer div.featured-a {
    margin-bottom: 0; }
div.story-a {
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px; }
  div.story-a h2 {
    font-size: 1.8em;
    margin: 0 0 10px;
    padding: 0 0 3px;
    border-bottom: 3px double #dbdbdb; }
    div.story-a h2 a {
      color: black; }
  div.story-a p {
    margin: 0 0 5px 95px;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5; }
    div.story-a p.image {
      display: inline;
      float: left;
      margin: 0 -85px 0 0; }
      div.story-a p.image a {
        float: left;
        border-bottom: 1px solid #e3e3dc; }
        div.story-a p.image a img {
          float: left;
          padding: 7px;
          border: 1px solid #e3e3dc;
          border-width: 0 1px 1px;
          border-bottom-color: #e3e3dc;
          background: white; }
    div.story-a p a.more {
      font-style: normal; }
    div.story-a p.author strong {
      font-style: normal; }
    div.story-a p.author a {
      color: #292927; }
    div.story-a p.comments {
      float: right;
      margin: 1px 0 3px 5px;
      font: 1.2em/1 Helvetica Neue, Helvetica, Arial, sans-serif; }
      div.story-a p.comments a {
        float: left;
        color: white; }
      div.story-a p.comments strong {
        float: left;
        width: 20px;
        height: 20px;
        background: url(../images/comments-a.gif) no-repeat;
        text-indent: -10001px; }
      div.story-a p.comments span {
        float: left;
        height: 20px;
        padding: 0 6px 0 0;
        background: url(../images/comments-a.gif) 100% 0 no-repeat;
        color: white;
        line-height: 20px; }
div.story-b {
  overflow: hidden;
  margin: 0 0 20px;
  background: white;
  border: 1px solid #dedede; }

* html div.story-b {
  zoom: 1; }

div.story-b h2 {
  margin: 15px 20px 10px 265px;
  padding: 0 0 3px;
  border-bottom: 3px double #dbdbdb; }
  div.story-b h2 a {
    color: black; }
div.story-b p {
  margin: 0 20px 10px 265px; }
  div.story-b p.image {
    float: left;
    margin: 0 -251px 0 0;
    padding: 0 3px 0 0;
    background: url(../images/story-b-image.gif) 100% 0 repeat-y; }
    div.story-b p.image img {
      float: left;
      padding: 7px; }
  div.story-b p.author {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.3em;
    font-style: italic; }
    div.story-b p.author strong {
      font-style: normal; }
    div.story-b p.author a {
      color: #292927; }
  div.story-b p.more {
    margin-bottom: 0;
    font-size: 1.3em; }
    div.story-b p.more a {
      padding-left: 18px;
      background: url(../images/bullet-a.gif) 0 50% no-repeat; }
  div.story-b p.comments {
    display: inline;
    float: right;
    margin: 18px 20px 0 0;
    font: 1.2em/1 Helvetica Neue, Helvetica, Arial, sans-serif; }
    div.story-b p.comments a {
      float: left;
      color: white; }
    div.story-b p.comments strong {
      float: left;
      width: 20px;
      height: 20px;
      background: url(../images/comments-a.gif) no-repeat;
      text-indent: -10001px; }
    div.story-b p.comments span {
      float: left;
      height: 20px;
      padding: 0 6px 0 0;
      background: url(../images/comments-a.gif) 100% 0 no-repeat;
      color: white;
      line-height: 20px; }

form.add-comment-a {
  margin: 0 0 30px;
  padding: 20px 20px 10px;
  background: #ddddd9;
  float: left; }
  form.add-comment-a p {
    margin: 0 0 10px; }
  form.add-comment-a #recaptcha_widget_div {
    width: 300px;
    float: right;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 12px; }

* html form.add-comment-a p {
  height: 1%; }

form.add-comment-a p label {
  display: block;
  margin: 0 0 5px;
  color: #777777;
  font-family: Georgia, serif;
  font-style: italic; }

form.add-comment-a p input {
  width: 230px;
  padding: 8px 5px;
  border: none;
  border-bottom: 1px solid #bababa;
  background: white; }
form.add-comment-a .fieldWithErrors input {
  width: 230px;
  padding: 8px 5px;
  border: none;
  border-bottom: 1px solid #bababa;
  background: white;
  font-size: 16px; }
form.add-comment-a .fieldWithErrors textarea {
  overflow: auto;
  width: 570px;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #bababa;
  background: white;
  font-size: 16px; }
form.add-comment-a .fieldWithErrors input, form.add-comment-a .fieldWithErrors textarea {
  border-left: 5px red solid;
  padding-left: 5px; }
form.add-comment-a div.message {
  clear: both;
  margin: 25px -20px 0;
  padding: 15px 20px 0;
  border-top: 1px solid #d4d4d0; }
form.add-comment-a p textarea {
  overflow: auto;
  width: 570px;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #bababa;
  background: white; }
form.add-comment-a p.submit {
  margin-top: 15px;
  font: italic 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }
  form.add-comment-a p.submit span {
    padding: 0 5px; }

table th, table td {
  padding: 5px 10px;
  border: 1px solid #cccccc; }

ul.comments-a {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  ul.comments-a li {
    padding: 5px 5px 5px 30px;
    border-bottom: 1px solid black;
    background: white url(../images/icon-comment-a.gif) 13px 9px no-repeat;
    font: 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }
ul.links-a {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  ul.links-a li {
    padding: 5px 5px 5px 30px;
    border-bottom: 1px solid black;
    background: url(../images/bullet-b.gif) 13px 9px no-repeat;
    font: 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }

h3 + ul.links-a {
  margin-top: -10px; }

ul.links-b {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  ul.links-b li {
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid black;
    background: white url(../images/bullet-b.gif) 13px 9px no-repeat;
    font: 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }

p.feed-a {
  height: 20px;
  margin: 0 0 18px;
  font: 1.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: right; }
  p.feed-a a {
    padding-left: 17px;
    background: url(../images/icon-feed-a.gif) 0 50% no-repeat;
    color: black; }
p.pullquote-a {
  display: inline;
  float: right;
  width: 255px;
  margin: 0 0 10px 15px;
  padding: 15px 5px 15px 40px;
  border: 3px double #d0d0c6;
  border-width: 3px 0;
  background: url(../images/pullquote-a.gif) 6px 13px no-repeat;
  color: #f12524;
  font: italic 2.2em/1.375 Helvetica Neue, Helvetica, Arial, sans-serif; }

a.button-a {
  display: -moz-inline-stack;
  display: inline-block;
  height: 46px;
  padding: 0 30px 0 0;
  background: url(../images/button-a.png) 100% 0 no-repeat;
  color: #9b9b94;
  font-size: 20px;
  text-transform: uppercase; }
  a.button-a:hover, a.button-a:focus, a.button-a:active {
    color: #555555;
    text-decoration: none; }

* html a.button-a, *:first-child + html a.button-a {
  display: inline; }

a.button-a span.in {
  float: left;
  min-width: 165px;
  height: 46px;
  padding: 0 0 0 20px;
  background: url(../images/button-a.png) no-repeat;
  line-height: 46px;
  cursor: pointer; }

* html a.button-a span.in {
  width: 165px; }

a.button-b {
  display: -moz-inline-stack;
  display: inline-block;
  height: 28px;
  padding: 0 3px 0 0;
  background: url(../images/button-b.png) 100% 0 no-repeat;
  color: #333333;
  font: 11px/28px Helvetica Neue, Helvetica, Arial, sans-serif; }
  a.button-b:hover, a.button-b:focus, a.button-b:active {
    color: #555555;
    text-decoration: none; }

* html a.button-b, *:first-child + html a.button-b {
  display: inline; }

a.button-b span {
  float: left;
  height: 28px;
  padding: 0 15px;
  background: url(../images/button-b.png) no-repeat;
  line-height: 28px;
  cursor: pointer; }
  a.button-b span.print {
    padding-left: 38px;
    background-position: 0 -50px; }

blockquote.a {
  margin: 0;
  padding: 0;
  color: #f12524;
  font-style: italic; }

div.hr-a {
  margin: 30px 0;
  height: 150px;
  background: url(../images/logo-b.png) 50% 0 no-repeat; }
  div.hr-a hr {
    display: none; }

.sep-a {
  margin: 0 0 20px;
  padding: 0 0 1px;
  background: url(../images/sep-b.gif) -1px 100% repeat-x; }

.home #primary {
  width: 620px; }
.home #secondary {
  width: 300px;
  padding-top: 0; }

#article {
  margin: 0 -5px 30px;
  padding: 0 0 7px;
  background: url(../images/article-bottom.png) 50% 100% no-repeat; }
  #article div.article-inner {
    padding: 30px 40px 15px;
    background: url(../images/article-middle.gif) 50% 0 repeat-y; }
  #article h1 {
    padding-top: 15px;
    border-top: 3px double #d0d0c6; }
  #article div.author-a {
    margin-bottom: 10px; }
  #article div.body {
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    border-top: 3px double #d0d0c6; }
    #article div.body p.print {
      float: right;
      margin: -3px 0 0; }
    #article div.body p.author {
      font-style: italic; }
      #article div.body p.author strong {
        font-style: normal; }
      #article div.body p.author a {
        color: #292927; }

#comments {
  margin: 0 0 20px;
  padding: 0 40px;
  border: 7px solid #c3c3bc;
  border-width: 7px 0;
  background: white; }

#comments div.header, #comments_all div.header {
  height: 38px;
  margin: 0 0 20px;
  border-bottom: 3px double #dbdbdb; }
  #comments div.header h3, #comments_all div.header h3 {
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 38px;
    text-transform: uppercase; }
    #comments div.header h3.comment_confirmation, #comments_all div.header h3.comment_confirmation {
      color: red;
      background-color: #ffffcc;
      padding: 0 20px; }
  #comments div.header ul, #comments_all div.header ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 7px 0 0; }
    #comments div.header ul li, #comments_all div.header ul li {
      float: left;
      padding: 0 0 0 1px;
      font: bold 1.4em/1 Helvetica Neue, Helvetica, Arial, sans-serif; }
      #comments div.header ul li a, #comments_all div.header ul li a {
        float: left;
        width: 24px;
        height: 24px;
        background: #f3f3f2;
        color: black;
        line-height: 24px;
        text-align: center; }
        #comments div.header ul li a:hover, #comments div.header ul li a:focus, #comments div.header ul li a:active, #comments_all div.header ul li a:hover, #comments_all div.header ul li a:focus, #comments_all div.header ul li a:active {
          background: #eeeeee;
          text-decoration: none; }
        #comments div.header ul li a.active, #comments_all div.header ul li a.active {
          background: #ddddd9 !important; }
  #comments div.header p, #comments_all div.header p {
    float: right;
    height: 40px;
    margin: 0;
    line-height: 40px; }
    #comments div.header p a, #comments_all div.header p a {
      float: left;
      height: 40px;
      padding: 0 15px 0 25px;
      background: url(../images/icon-comment-a.gif) 10px 50% no-repeat;
      color: black;
      text-transform: uppercase;
      text-decoration: none !important;
      outline: none; }
      #comments div.header p a:hover, #comments div.header p a:focus, #comments div.header p a:active, #comments div.header p a.active, #comments_all div.header p a:hover, #comments_all div.header p a:focus, #comments_all div.header p a:active, #comments_all div.header p a.active {
        background-color: #ddddd9; }
#comments p.more_comments, #comments_all p.more_comments {
  text-align: right;
  margin-top: -15px; }
  #comments p.more_comments a, #comments_all p.more_comments a {
    font-weight: bold; }
#comments form.add-comment-a, #comments_all form.add-comment-a {
  display: block;
  margin-top: -20px; }

.js #comments form.add-comment-a {
  display: none; }

form.new_session label {
  margin-top: 20px;
  font-weight: bold;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-style: italic; }
form.new_session input {
  display: block;
  font-size: 20px; }
form.new_session input[type='submit'] {
  margin-top: 20px; }

#bio_intro {
  border-bottom: 3px double #cccccc;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  #bio_intro h2 {
    font-size: 20px;
    text-transform: uppercase;
    background-color: white;
    float: left;
    width: 150px;
    padding-top: 12px; }
  #bio_intro h3 {
    font-size: 30px;
    background-color: #ffffcc;
    padding: 2px 8px;
    text-transform: none;
    float: left; }

#bio_details {
  clear: left; }
  #bio_details #author_image {
    float: left;
    width: 140px;
    text-align: center; }
    #bio_details #author_image img {
      padding: 5px;
      border: 1px solid #cccccc;
      width: 100px;
      height: 100px;
      margin: 0 auto 10px auto; }
    #bio_details #author_image p.buttons {
      clear: left;
      float: left;
      padding: 10px 0;
      text-align: center;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc;
      width: 100%; }
    #bio_details #author_image a.button-b {
      font-weight: bold; }
  #bio_details .bio_body {
    float: left;
    width: 450px;
    padding-left: 8px;
    margin-bottom: 30px;
    margin-left: 10px; }

#archive_listing {
  clear: both;
  border-top: 1px solid #cccccc; }
  #archive_listing h2.opener {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 2.5em;
    color: #444444; }
  #archive_listing .pair {
    float: left;
    margin-top: 30px; }
  #archive_listing .first {
    clear: left;
    margin-left: 0; }

.clear {
  clear: both; }

body.archive h2 {
  padding-bottom: 5px;
  float: left; }
body.archive h3 {
  clear: both;
  font-size: 1.6em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 30px; }
body.archive p.browse_authors {
  float: right;
  font-size: 1.2em;
  margin-top: 4px; }
body.archive .article {
  margin-bottom: 20px; }
body.archive p {
  margin-bottom: 0; }
body.archive p.byline {
  font-size: 1.4em; }
body.archive p.subtitle {
  margin-top: 0;
  padding-top: 0;
  font-size: 14px;
  font-style: italic;
  color: #777777; }

.authors_index ul.authors_list {
  list-style-type: none;
  padding-left: 0; }
  .authors_index ul.authors_list li {
    margin-bottom: 20px; }

img.content {
  float: left;
  padding: 10px;
  border: 3px double #cccccc;
  margin: 10px 20px 10px 0; }
