/*  
THEME NAME: Scoundrel
DESCRIPTION: No you're not you're a...
VERSION: 1.1
AUTHOR: Anne K. Halsall & Colin Barrett
AUTHOR URI: http://www.randomnonsequitur.com/
*/

body {
  margin:0;
  padding:0;
  font-family:"Palatino","Book Antiqua","Baskerville",serif;
  font-size:16px;
}
sup {
  line-height: 0px;
}
p {
  line-height:24px;
  margin-top:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight:normal;
}
li {
  line-height:24px;
  margin-bottom:8px;
}
li p {
  margin-bottom:0px;
}
li p + p {
  margin-top:16px;
}
a {
  color:#5426c9;
  text-decoration:none;
  font-weight:bold;
}
a:hover {
  border-bottom:0px;
  background-color:#e6e1fd;
}
h1 {
  margin:0;
  font-family:Arial,sans-serif;
  font-size:48px;
}
.accessibility {
	position:absolute;
	left:-9999px;
}
h1 a {
	background:url(img/title.png) no-repeat; 
	display:block;
	width:358px;
	height:51px;
}
h1 a:hover {
	background-color:white;
}
h2 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size:22px;
  margin:0;
}
h2 a {
  font-weight:normal;
}
#wrapper {
  margin:40px 30px 50px 50px;
  max-width:770px;
}
#content {
  margin-right:170px;
}
#nav {
  float:right;
  width:100px;
  list-style-type:none;
  margin:0;
  padding:0;
}
#nav li {
  line-height:normal;
  padding-bottom:12px;
  font-family:"Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size:22px;
}
#nav li:last-child {
	padding-bottom:0;
}
#nav li a {
  font-weight:normal;
}
#nav li.current_page_item a {
  color:black;
}
.byline {
  margin-bottom:40px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.date {
  font-style: italic;
}
.entry {
  background:url(img/leaf.png) no-repeat 50% 100%;
  padding-bottom:10px;
  margin-bottom:40px;
}
.right {
  float:right;
  text-align:right;
}
.pagenav {
  background:url(img/et.png) no-repeat 50% 100%;
  margin-bottom:40px;
}
.pagenav p {
  width:290px;
}
code {
  font-family:"Monaco", "Courier", monospace;
  font-size:12px;
}
pre {
  background:white;
  border:1px solid #ccc;
  padding:5px 10px;
  margin-top:0px;
  display:table;
  white-space:pre-wrap;
}
ol.commentlist {
	padding-left:0px;
	list-style:none;
}
ol.commentlist li {
	border-top:1px solid #ccc; 
	padding-top:1em;
}
ol.commentlist:first-child {
	border-top:none; 
}
#comments p {
	margin-bottom:1em;
}
#comment {
	width:100%;
	border:1px solid #ccc;
	margin:0;
}
#comment:focus {
	border:1px solid #666;
}
#submit {
	margin:1.3em 0 2em 0;
}
ul.archive {
	list-style:none;
	padding:0;
}
h2.pagetitle + p {
	margin-top:1em;
}
div img {
	border:1px solid #ccc;
	margin-bottom:14px;
}
input, #comment {
	margin-top:.5em;
	border:1px solid #ccc;
}
input {
	width:40%;
	padding:3px;
}
input:focus {
	border:1px solid #666;
}
#submit {
	width:auto;
	background:#e8e8e8;
	font-size:14px;
}
#submit:hover {
	width:auto;
	background:#efefef;
	font-size:14px;
	border:1px solid #666;
}
.authorcomment {
  background:#f5f5f5;
  padding:1em 1em 0 1em;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #999;
  margin-left: -1em;
  margin-right: -1em;
}

.authorcomment + li:not(.authorcomment) {
  border-top:none !important;
}

.foot {
	height:24px;
}
