body {
	font: normal 13px "Georgia", "Times New Roman", Times, sans-serif;
}

#main {
	width: 930px;
	margin: 0 auto;
	min-height: 400px;
	position: relative;
}
#nav {
  text-transform: lowercase;
}
.clearer {
	font-size: 1px;
	clear: both;
}

/* INNER PAGES */
  #header {
  	height: 135px;
  }
  #logo {
  	position: absolute;
  	top: 39px;
  	left: 52px;
  }
  #nav {
  	position: absolute;
  	top: 68px;
  	right: 60px;
  }
  #nav li {
  	display: inline;
  	padding: 15px 0 15px 14px;
  }
  #nav li.first, #nav li.page-item-3 {
  	background: none;
  }
  #nav a {
  	font-size: 13px;
		text-shadow: 0 1px #fff;
  }
  #content {
  	min-height: 265px;
  	margin-left: 15px;
  	padding-bottom: 15px;
  	position: relative;
  }
  #copy {
  	padding: 0 60px;
  	margin-right: 15px;
  }
  #copy p {
  	margin: 15px 0;
  	line-height: 1.6;
  }
  #footer {
  	height: 40px;
  	padding: 30px 52px;
  	font-size: 10px;
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
  h1 {
  	font-size: 36px;
  	padding: 0 56px;
  	font-family: "Spring LP Std Light", "SpringLPStd-Light", "SpringLPStd-Light.otf", "Spring LP Std", Spring, script, "Times New Roman", Times, serif;
  	font-weight: normal;
  	text-transform: lowercase;
  	vertical-align: text-bottom;
  }
  h1 span.back {
    font-size: 14px;
    font-family: Georgia, serif;
    float: right;
    margin-right: 20px;
    line-height: 30px;
  }
  #copy img.right {
  	float: right;
  	margin-left: 10px;
  	position: relative;
  	display: inline;
  }
  #copy h2 {
    font-size: 18px;
    font-weight: normal;
  }
/* END INNER PAGES */

  .subnav {
    float: right;
    width: 200px;
    min-height: 200px;
    margin-top: 15px;
  }
    .subnav li a {
      display: block;
      padding: 5px 15px;
      margin: 1px 0;
      width: 168px;
    }
  .column {
    float: left;
    width: 560px;
  }
    .post {
      position: relative;
      margin: 15px 0;
    }
      .post .date {
        font-size: 10px;
        margin: 3px 0;
      }
  
#archive {
  position: absolute;
  top: 6px;
  right: 80px;
  font-size: 16px;
  text-align: center;
  padding-right: 160px;
  z-index: 99999999;
}
#previous {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
  margin-left: 10px;
  cursor: pointer;
}
#previous div {
  padding: 0;
  font-size: 12px;
}
#previous img {
  display: block;
}
#previous-months {
  font-size: 12px;
  padding: 1px 0;
  margin: 0 2px;
  display: none;
}
#previous-months li a {
  display: block;
  margin: 1px;
  padding: 3px 10px;
  width: 124px;
}

/* General form styling */
input, textarea {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 6px;
  font: normal 13px Georgia, serif;
}
button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 10px;
  font: normal 12px Georgia, serif;
}

/* Blog posts */
div.post {
  overflow: hidden;
  clear: both;
}

#feed {
  clear: both;
  text-align: right;
  padding-top: 10px;
}
#feed a {
  padding-left: 22px;
}
/* Blog navigation */
#blog-nav {
  position: absolute;
  top: 15px;
  right: 80px;
}
#blog-nav span {
  margin-left: 10px;
}

/* Blog comments */

.comments h3 {
  font-weight: normal;
  font-size: 16px;
  margin: 0 -20px 15px -20px;
  padding: 5px 20px;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.comments h4 {
  font-weight: normal;
  font-size: 14px;
}
.comments cite {
  font-style: normal;
}
.comments li {
  margin-bottom: 10px;
}
.comments .comment-date {
  float: right;
  font-size: 12px;
  font-style: italic;
}
.comments .comment-author {
  float: left;
  margin-bottom: 5px;
}
.comments p {
  clear: both;
}
.comments input {
  width: 300px;
  margin-right: 10px;
}
.comments span.note {
  font-size: 90%;
}
.comment-list {
  float: right;
  width: 600px;
  height: 144px;
  overflow: auto;
  margin-bottom: 40px;
}
.comment-list h3 {
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 50px;
  background: none;
}
.comment-list li {
  padding: 5px 20px;
  margin: 0;
  margin-bottom: 1px;
  border: none;
}
#copy .comment-list li h4, #copy .comment-list li p {
  margin: 5px 0;
}
#copy .comment-list li p {
  font-size: 12px;
  line-height: 1.3em;
}
.comment-summary {
  text-align: center;
  float: left;
  padding: 10px;
  width: 140px;
  height: 126px;
}
.comment-summary .comment-count {
  margin-bottom: 10px;
}
.comment-summary .comment-count .number {
  line-height: 40px;
  font-size: 40px;
}
