/*
Theme Name:   TerminalDigit Clean
Theme URI:    http://www.terminaldigit.com
Description:  A clean theme inspired by DePo Clean, Hemingway, and WebRevolutionary
Version:      0.1
Author:       TerminalDigit
Author URI:   http://www.terminaldigit.com
*/

/* MINIMUM RESET */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}
body { 
  line-height: 1; 
}
ol, ul { 
  list-style: none; 
}
blockquote, q { 
  quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after { 
  content: ''; 
}


/* BASE STYLES */
body {
  background: #fff;
  color: #000;
  text-align: center;
  font: 13px/1.5 FreeSans, 'Lucida Grande', Calibri, Arial, 'Helvetica Neue', 'Trebuchet MS', 'Lucida Sans Unicode', 'DejaVu Sans', Verdana, sans-serif;
}
a, a:link, a:visited { 
  color: #369; 
  text-decoration: none;
}
a:active, a:hover { 
  color:#036;
  text-decoration: none;
}
p, ul, ol, li { 
  padding: 8px 0;
}
blockquote {
  padding: 0;
  margin: 12px 24px;
  font-size:12px;
  color: #666;
}
ul {
  list-style-type: disc;
  margin-left: 24px;
}
ol {
  list-style-type: decimal;
  margin-left: 24px;
}


/* HEADERS */
h1 {
  font-size: 26px;
  font-weight: normal;
  padding-right: 20px;
  border-right: 1px dotted #ccc;
  display: inline;
}
h2, h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 4px 0; 
}
.pagecontent h2, .pagecontent h3, #comments h2, #comments h3, .leaveacomment h2, .leaveacomment h3 {
  text-align: center;
}
.listtitle h2, .listtitle h3 {
  text-align: center;
  padding: 20px 0 0 0;
}
.header {
  padding: 30px 0 6px 0;
  margin-bottom: 10px;
  border-bottom: 3px double #999;
  text-align:left;
}
.header span {
  position: relative;
  top: -4px;
  font-size: 13px;
  padding-left: 20px;
  color: #999;
  font-weight: normal;
}
h1 a, h1 a:link, h1 a:visited, h3 a, h3 a:link, h3 a:visited, .navbar a, .navbar a:link, .navbar a:visited { 
  color: #000;
  text-decoration: none;
}
h1 a:hover, h1 a:active, h3 a:hover, h3 a:active, .navbar a:hover, .navbar a:active { 
  color: #369; 
  text-decoration: none; 
}
.search {
  padding: 11px 0 0 22px;
  background: url('images/find.png') 0 14px no-repeat;
  float: right;
  width: 175px;
}
.search input {
  width: 150px;
}
.navbar {
  margin: 16px 0 0 0;
  padding: 6px 0 0 0;
  width: 100%;
  text-align: center;
  border-top: 1px dotted #999;
  font-size: 12px;
  font-weight: bold;
}
.navbar li {
  margin: 0 49px;
  padding-left: 22px;
  display: inline;
}
.navbar li.navabout {
  background: url('images/information.png') left center no-repeat;
}
.navbar li.navarchives {
  background: url('images/timeline_marker.png') left center no-repeat;
}
.navbar li.navcontact {
  background: url('images/email.png') left center no-repeat;
}
.navbar li.navsubscribe {
  background: url('images/feed.png') left center no-repeat;
}


/* SECTIONS */
#container {
  margin: 0 auto;
  padding: 0;
  width: 720px;
}
.metainfo {
  float:left;
  width: 158px;
  font-size: 12px;
  color: #666;
  padding: 3px 0;
  margin: 0 0 0 10px;
}
.metainfo p {
  margin: 0 12px 0 0;
  text-align: right;
  padding: 8px 22px 8px 0;
  border-top: 1px dotted #ccc;
}
.metainfo p.topmeta {
    border: none;
}
.metainfo p.datestamp {
  background: url('images/date.png') right center no-repeat;
}
.metainfo p.categorylist {
  background: url('images/folder_page.png') right center no-repeat;
}
.metainfo p.commentcount {
  background: url('images/comments.png') right center no-repeat;
}
.metainfo p.commentauthor {
  background: url('images/user.png') right center no-repeat;
}
.content {
  margin-left: 170px;
  padding: 8px 10px 8px 20px;
  width: 520px;
  text-align:left;
  border-left: 1px dotted #ccc;
}
.post {
  text-align:left;
  width: 720px;
  padding: 20px 0;
}
.pagecontent {
  padding: 20px;
  width: 680px;
  text-align:left;
}
.subnav {
  width: 100%;
  border-top: 1px dotted #999;
  margin: 16px 0 0 0;
  padding: 6px 0 0 0;
}
.subnav .previous {
  float: left;
  text-align: left;
  padding-left: 22px;
  margin-left: 10px;
  background: url('images/resultset_previous.png') left center no-repeat; 
  width: 45%;
}
.subnav .next {
  float: right;
  text-align: right;
  padding-right: 22px;
  margin-right: 10px;
  background: url('images/resultset_next.png') right center no-repeat;
  width: 45%;
}
.subnav .clear {
  clear: both;
}
#comments {
  margin-top: 16px;
  border-top: 3px double #ccc;
}


/* SPECIAL */
.meta2 {
  min-height: 64px;
}
.meta3 {
  min-height: 96px;
}
p.image {
  text-align: center;
}
p.link {
  padding: 8px 0 8px 22px;
  background: url(images/world_link.png) 0 8px no-repeat;
}
.leaveacomment .content {
  border: 0;
  margin: 0 auto;
  padding: 8px 20px;
}
#search_form {
  padding: 20px;
}
#search_form label {
  padding-right: 22px;
  margin-right: 6px;
  background: url(images/find.png) right center no-repeat;
}
#comment_form label {
  padding-left: 22px;
  margin-left: 6px;
}
#comment_form .labelname {
  background: url('images/user.png') left center no-repeat;
}
#comment_form .labelemail {
  background: url('images/email.png') left center no-repeat;
}
#comment_form .labelurl {
  background: url('images/world_link.png') left center no-repeat;
}
.text_area {
  width: 480px !important;
}
span.edit a {
  float: right;
  font-weight: normal;
  font-size: 11px;
  color: #666;
  border: 1px solid #ccc;
  padding: 0 4px;
  width: 40px;
}
ul.archcat, ul.archmonth {
  margin: 0;
  list-style-type: none;
  width: 110%;
}
ul.archcat li {
  padding: 0 0 0 22px;
  margin: 0 65px 16px 0;
  background: url('images/folder_page.png') left center no-repeat;
  width: 100px;
  float: left;
}
ul.archmonth li {
  padding: 0 0 0 22px;
  margin: 0 65px 16px 0;
  background: url('images/date.png') left center no-repeat;
  width: 100px;
  float: left;
}



/* FOOTER */
.footer {
  margin: 6px 0 0 0;
  padding: 4px;
  border-top: 1px solid #999;
  text-align: left;
  font-size: 12px;
  color: #666;
}
.footer .top {
  padding-left: 16px;
  background: url('images/bullet_arrow_up.png') left center no-repeat;
}
.footer .cc {
  float: right;
  width: 80px;
}
