html, body {
  padding: 0;
  margin: 0;
}

body {
  border-top: 3px solid #000;
  background: url(../images/layout/body-back.jpeg);
}

body > .wrapper {
  background: url(../images/layout/body-back.jpg) repeat-x 0 0;
}

#frame {
  width: 960px;
  margin: 0 auto;
}

#header {
  padding: 12px 0;
}

#logo {
  background: url(../images/layout/logo.png) no-repeat 0 0;
  width: 586px;
  height: 100px;
  float: left;
  margin: 12px 0 0 18px;
  text-indent: -999em;
}

#nav {
  width: 324px;
  float: right;
  border-left: 1px solid #c3161c;
  font-size: 14px;
  line-height: 20px;
}

#nav, #nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

#nav li {
  padding-left: 14px;
  text-transform: uppercase;
}

#nav li.current, #nav li:hover {
  background: url(../images/layout/nav-current.png) no-repeat 0 center;
}

#nav a {
  color: #c3161c;
  text-decoration: none;
  display: block;
}

#nav li:hover a {
  color: #900;
}

#nav li.current a {
  color: #000;
}

#content {
  background: #fff;
  border-top: 5px solid #c3161c;
  padding: 15px 20px 20px;
}

#main {
  width: 600px;
  float: left;
  margin-bottom: 10px;
}

#sidebar {
  width: 300px;
  float: right;
  margin-bottom: 10px;
}

#interior-footer {
  color: #858479;
  padding: 19px;
  background: #e7e6dc;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0 0;
  clear: both;
  border-top: 1px solid #c3161c;
}

#interior-footer p {
  margin: 0;
}

#interior-footer .nav {
  float: left;
  margin-left: -4px;
}

#interior-footer a {
  color: #858479;
  text-decoration: none;
  margin: 0 4px;
}

#interior-footer a:hover {
  color: #900;
  text-decoration: underline;
}

#interior-footer .copyright {
  float: right;
  width: 268px;
  font-size: 11px;
}

#footer {
  width: 960px;
  height: 33px;
  background: url(../images/layout/footer-logo.png) no-repeat 0 13px;
  text-indent: -999em;
  padding: 13px 0 50px;
  border-top: 1px solid #dbdbdb;
  margin-top: 1px;
  border: 0;
}

#footer a {
	display: block;
	width: 959px;
	height: 33px;
	border: 0;
}

/* Pro/Con */

div.pro-con .box {
  background: #f9f9f4;
  border: 1px solid #e7e6dd;
  border-bottom: 0;
  margin-left: 10px;
}

#main div.pro-con .box {
  margin-left: 0;
}

#main div.pro-con {
  margin-right: 35px;
  margin-top: -20px;
}
div.pro-con blockquote.question {
  border: 1px dotted #c6c2be;
  border-width: 1px 0;
  color: #858479;
  background: url(../images/layout/question.png) no-repeat right center;
  font: italic normal 14px Georgia, Times, serif;
  margin: 0 9px 9px;
  padding: 9px 40px 9px 0;
  line-height: 18px;
}
#main div.pro-con blockquote.question {
  min-height: 70px;
  border-top: none;
}
div.pro-con h4 {
  margin: 9px 9px 13px;
  color: #858479;
  font: normal normal 14px Georgia, Times, serif;
  text-transform: uppercase;
}
div.pro-con .responses {
  margin: 0;
  padding: 0;
}
div.pro-con .responses li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 30px 10px 10px;
}
div.pro-con .responses li img {
  float: left;
  border: 4px solid #dad8cd;
}
div.pro-con .responses li span,
div.pro-con .responses li a {
  margin-left: 60px;
  font-style: italic;
  display: block;
  font-family:Georgia, Times, serif;
}

div.pro-con .responses li .name {
  color: #c3161c;
}
div.pro-con .responses li p {
  margin-left: 60px;
  margin-top: 0;
}
div.pro-con .responses li.odd {
  border-top: 1px solid #e7e6dd;
  background: #eeede3;
}
div.pro-con .responses li.even {
  background: #f9f9f4;
}
div.pro-con .responses li .response {
  color: #878383;
  font: italic normal 16px Georgia, Times, serif;
}
#main div.pro-con .responses li + li.odd {
  border: none;
  background: #eeede3 url(../images/layout/large-response-back-light.png) no-repeat 0 top;
}
#main div.pro-con .responses li.even {
  background: #f9f9f4 url(../images/layout/large-response-back-dark.png) no-repeat 0 top;
}

#main div.pro-con {
  background: url(../images/layout/large-response-back-light.png) no-repeat center bottom;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

div.pro-con .response-text {
  overflow: hidden;
  margin-left: 60px;
}

div.pro-con .responses .response-text p {
  margin-left: 0;
}

div.pro-con .responses .show-hide {
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  font-style: normal;
}

/* Sharing */
#share {
  border-top: 1px dotted #cbc7c7;
  background: #e7e6dd;
  color: #878383;
  font: normal normal 9px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, sans-serif;
  height: 19px;
  margin-top: 10px;
}

#share .title {
  float: left;
  width: 47px;
  border-right: 1px dotted #cbc7c7;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

#share #share-this-toolbox {
  width: 242px;
  float: right;
}

#share-this-toolbox a, #share-this-toolbox a span {
  line-height: 19px;
  float: left;
  text-transform: uppercase;
  margin-right: 9px;
}

#share-this-toolbox a span {
  margin-right: 4px;
  background: url(../images/layout/share-icons.png) no-repeat 0 0;
  width: 9px;
  height: 9px;
  margin-top: 5px;
}

#share-this-toolbox a.email span {
  background-position: 0 0;
}

#share-this-toolbox a.twitter span {
  background-position: 0 -9px;
}

#share-this-toolbox a.facebook span {
  background-position: 0 -18px;
}

#share-this-toolbox a.print span {
  background-position: 0 -27px;
}


/* Sidebar */
#sidebar .section h2 {
  margin: 0 10px 0 12px;
}
#sidebar .section .box {
  margin-top: 5px;
}
#sidebar > p.date {
  font: normal normal 18px Georgia, Times, serif;
  color: #858479;
  margin: 0;
}

#sidebar > p.date .day {
  color: #c3161c;
}

#sidebar .search {
  margin: 20px 0 2px 0;
  width: 334px;
  height: 55px;
  background: url(../images/layout/search-bookmark-right.png) no-repeat 0 0;
  margin-left: -4px;
  position: relative;
  z-index: 100;
}

#sidebar .search input[type=text] {
  position: absolute;
  left: 37px;
  top: 15px;
  width: 220px;
  color: #858479;
  font: italic normal 14px Georgia, Times, serif;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#sidebar .search input[type=submit] {
  top: 14px;
  left: 267px;
  width: 18px;
  height: 18px;
  position: absolute;
  background: none;
  border: none;
  text-indent: -999em;
  cursor: pointer;
  padding-top: 18px;
  overflow: hidden;
}

#sidebar .author-profile {
  background: #F9F9F4;
  border: 1px solid #E7E6DD;
  margin-left:10px;
  padding: 9px;
  margin-bottom: 15px;
  width: 270px;
}

#sidebar .author-profile h3 {
  background: url("../images/layout/section-arrow.png") no-repeat scroll 0 5px transparent;
  margin-left: -18px;
  padding: 0 0 9px 20px;
}

#sidebar .author-profile a.img {
  float: left;
  border: 4px solid #dad8cd;
  margin-right: 9px;
  height: 44px;
  line-height: 44px;
  zoom: 1;
  display: inline;
}

#sidebar .author-profile a.img img {
  display: block;
  border: none;
}

#sidebar .author-profile a,
#sidebar .author-profile span {
  display: block;
  line-height: 16px;
  font-size: 12px;
}

#sidebar .author-profile .name {
  margin-top: 3px;
  color: #c3161c;
}
#sidebar .author-profile .date {
  font-style: italic;
  color: #dad8cd;
}
#sidebar .author-profile p {
  clear: left;
  margin-top: 3px;
}

#sidebar .character-sketch .box {
  background: url(../images/layout/character-sketch-box.jpg) no-repeat 0 0;
  height: 213px;
  padding: 10px 10px 0 18px;
}

#sidebar .character-sketch .box p {
  xheight: 72px;
  overflow: hidden;
}

#sidebar .character-sketch .profile {
  margin-top: 15px;
  padding: 7px;
  font: normal normal 12px Georgia, Times, serif;
  height: 51px;
}

#sidebar .character-sketch .profile,
#sidebar .character-sketch .profile h4 {
  background: #f9f9f4;
  border-top: 1px solid #dad8cd;
}

#sidebar .character-sketch .profile h4 {
  color: #bebcab;
  font: normal normal 8px Georgia, Times, serif;
  text-transform: uppercase;
  width: 57px;
  height: 10px;
  margin: -17px 0 6px -7px;
  position: relative;
  text-align: center;
}

#sidebar .character-sketch .profile img {
  float: right;
  border: 4px solid #dad8cd;
}

#sidebar .character-sketch .profile a,
#sidebar .character-sketch .profile span {
  display: block;
  line-height: 16px;
}

#sidebar .character-sketch .profile .name {
  margin-top: 6px;
  color: #c3161c;
}
#sidebar .character-sketch .profile .date {
  font-style: italic;
  color: #dad8cd;
}
#sidebar .pro-con h3 {
  padding: 9px 9px 9px 20px;
  margin-left: -9px;
  background: url(../images/layout/section-arrow.png) no-repeat 0 14px;
}
#sidebar .pro-con .responses li {
  padding: 10px;
  height: 51px;
  width: 268px;
  float: left;
  clear: left;
}
#sidebar .pro-con .responses li + li.odd {
  border: none;
  background: #eeede3 url(../images/layout/small-response-back-light.png) no-repeat 0 top;
}
#sidebar .pro-con .responses li.even {
  background: #f9f9f4 url(../images/layout/small-response-back-dark.png) no-repeat 0 top;
}
#sidebar .pro-con .box + a {
  display: block;
  padding: 10px 0;
  margin: 0 0 0 11px;
  background: url(../images/layout/small-response-back-light.png) no-repeat 0 top;
  clear: left;
  position: relative;
  top: -2px;
}
#sidebar .pro-con .box-odd + a {
  background: url(../images/layout/small-response-back-dark.png) no-repeat 0 top;
}

.breadcrumb {
  margin-bottom: 10px;
  color: #858479;
  font: normal normal 10px Georgia, Times, serif;
  text-transform: uppercase;
}

.breadcrumb a {
  color: #858479;
}

.breadcrumb span.current {
  color: #c3161c;
}

.body {
  margin-right: 28px;
}

.body img.right, .body img.left {
  border: 10px solid #c5c3b4;
  display: block;
  margin: 0 20px 10px;
}

.body img ~ img {
  margin-top: 10px;
}

.body img.right {
  float: right;
  margin-right: 0;
}

.body img.left {
  float: left;
  margin-left: 0;
}

.quote {
  padding-bottom: 11px;
  background: url(../images/layout/quote-bottom.png) no-repeat 0 bottom;
  float: right;
  margin: 0 0 10px 20px;
  width: 290px;
}

.body img + .quote {
  margin-top: 20px;
}

.body .quote blockquote {
  font: normal normal 16px Georgia, Times, serif;
  color: #c3161c;
  border: 1px solid #e7e6dd;
  border-bottom: none;
  background: #eeede3;
  margin: 0;
  padding: 10px;
}

.entries, .entry , ul.pro-con {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entries {
  margin-right: 40px;
}

.entry {
  border-bottom: 1px dotted #cbc7c7;
  padding: 0 0 20px;
}

.entry + .entry {
  padding: 20px 0;
}

.entry img {
  border: 4px solid #dad8cd;
  float: left;
}

.entry img + .text, .entry a + .text {
  margin-left: 70px;
}

ul.pro-con .entry .text {
  margin-left: 0;
}

ul.pro-con {
  margin-right: 45px;
}

ul.pro-con .entry {
  background: url(../images/layout/question.png) no-repeat right 30px;
  padding-right: 45px;
}

ul.pro-con .entry p {
  font: italic normal 14px/18px Georgia, Times, serif;
  color: #858479;
}

ul.pro-con .entry .date {
  font-size: 12px;
}

.pagination {
  padding: 10px;
  background: #f3f2e8;
  margin-top: 25px;
}

.pagination a, .pagination span {
  float: left;
  color: #d5d4c8;
  margin-right: 15px;
  font: normal normal 12px Georgia, Times, serif;
  line-height: 12px;
  text-transform: uppercase;
}

.pagination a {
  color: #858479;
}

.pagination a:hover {
  color: #900;
}

.pagination .current {
  color: #c3161c;
  margin-top: -18px;
  padding-top: 18px;
  margin-left: -12px;
  padding-left: 12px;
  padding-right: 4px;
  margin-right: 11px;
  background: url(../images/layout/pagination-indicator.png) no-repeat center 0;
}

.entry p {
  margin: 2px 0;
}

/* Font styles */
a {
  color: #c3161c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.feature .meta, .col .meta, #main .meta {
  color: #878383;
  font-style: italic;
}

#main .meta, div.pro-con .responses li a, #main div.pro-con li .name {
  font-size: 12px;
}

.section h2 {
  color: #858479;
  font: normal normal 12px Georgia, Times, serif;
  text-transform: uppercase;
  display: inline;
  margin-right: 10px;
}
.section .archives, .section .read-more, .section .continue, .entry .continue, .entry .read-more, #sidebar .section .read-more {
  font: normal normal 10px Georgia, Times, serif;
  text-transform: uppercase;
}

.section h3, .entry h3, .section h3 a, .entry h3 a, #sidebar .section h3 a {
  font: normal normal 18px Georgia, Times, serif;
  color: #c3161c;
}

.section h3, .section p, .section h4, .entry h3 {
  margin: 0;
}

.section p, .body, .entry p + p, div.pro-con .responses li p, .entry .text, 
.response-text li, .body li, .response-text blockquote, .body blockquote,
.archive p {
  font: normal normal 12px/18px Arial, sans-serif;
  color: #000;
}

#main h1, #main h2.banner {
  width: 577px;
  height: 55px;
  margin: 0 0 10px -30px;
  background: url(../images/layout/large-bookmark-left.png) no-repeat 0 0;
  padding-left: 30px;
  font: normal normal 18px/47px Georgia, Times, serif;
  color: #fff;
  position: relative;
  z-index: 100;
}

#main h2.banner {
  margin-top: 10px;
}

/* Home */
.feature {
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(../images/layout/separator.png) no-repeat center bottom;
}
.feature img {
  border: 10px solid #c5c3b4;
  display: block;
  margin-top: 10px;
}

.feature h3 {
  width: 577px;
  height: 55px;
  margin: 10px 0 0 -30px;
  background: url(../images/layout/large-bookmark-left.png) no-repeat 0 0;
  padding-left: 30px;
  font: normal normal 18px/47px Georgia, Times, serif;
  color: #fff;
  position: relative;
  z-index: 100;
}

.feature a.img + h3 {
  margin-top: -65px;
  margin-bottom: 20px;
}

.feature h3 a {
  color: #fff;
}

.cols {
  width: 600px;
}

.cols .col {
  width: 290px;
  float: left;
  display: inline;
}

.cols .col + .col {
  float: right;
  overflow: hidden;
}

.cols .section h2 + a + h3 {
  margin-top: 8px;
}

.cols img {
  border: 10px solid #c5c3b4;
  display: block;
  margin: 8px 0 12px;
}

.dsq-brlink {
	display: none;
}

/* .archives */
.archives {
  margin-bottom: 33px;
}

.archive-row {
  clear: both;
  padding-bottom: 33px;
  border-bottom: 1px dotted #c9c7c8;
  float: left;
  width: 566px;
}

.archive-row + .archive-row {
  margin-top: 33px;
}

.archive-row .archive {
  float: left;
  width: 91px;
  text-align: center;
}

.archive-row .archive + .archive {
  margin-left: 64px;
}

.archive-row .archive h4 {
  margin: 10px 0 0;
  font-weight: normal;
}

.archive-row .archive p {
  margin: 5px 0 0;
}

.archives img, .archive img {
  border: 4px solid #dad8cd;
}

.archives .col1 {
  width: 145px;
  float: left;
}

.archives .col2 {
  float: left;
  width: 455px;
}

.archives ul {
  padding: 0;
}

.archives h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @group Overrides for New Homepage */

/* Feature */
.feature.cease {
  padding-bottom: 25px;
  margin-bottom: 10px;
  background-image: none;
}

.feature.cease h3.banner {
	width: 446px;
	padding-left: 60px;
	background: url(../images/home/small-bookmark-left.png) no-repeat left center;
}

.feature.cease h3 a {
	font-size:23px;
}

.feature.cease a.img + h3 {
	margin-top: -80px;
	margin-bottom: 0;
}

/* Share */
body#interior #share {
	margin-top: 20px;
}
  	
/* Archive Sidebar Nav */
div.archive-nav-box {
  background: #f9f9f4;
  border: 1px solid #e7e6dd;
  margin-left: 10px;
}

div.archive-nav-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-padding-start: 0px !important;
}

div.archive-nav-box ul li {
	margin: 0;
	padding: 0 9px;
}
  	
div.archive-nav-box ul li.active {
  padding: 0 9px 0 20px;
  margin-left: -9px;
  background: url(../images/layout/section-arrow.png) no-repeat 0 12px;
} 
  	
div.archive-nav-box ul li a {
	display: block;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #e7e6dd;
	font-size: 18px;
}

div.archive-nav-box ul li a.last {
	border-bottom: none;
  	}

/* @end */
