/*
Theme Name: jagregory
Theme URI: http://jagregory.com
Description: Theme for jagregory.com
Version: 1.0
Author: James Gregory

jagregory theme by James Gregory || http://jagregory.com
*/

body {
  background: #fff;
  color: #000;
  font-family: Palatino,"Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",serif;
  font-size: 18px;
  word-spacing:.1em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-weight: normal;
}

h2 {
  margin-top: 60px;
}

blockquote {
  color: #666;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

blockquote.lostechies {
  background: url(pablo.png) no-repeat 10px 100%;
  padding-left: 70px;
}

table {
  border: 1px solid #999;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

table th {
  background: #eee;
  text-align: left;
  padding: 2px 4px 0 4px;
}

table td {
  padding: 0 4px;
}

table caption {
  text-align: left;
}

#wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2em
}

pre,code {
  font-size: 14px;
  line-height: 1.2em;
  font-family: Consolas,"Andale Mono",Monaco,"Liberation Mono","Bitstream Vera Sans Mono","DejaVu Sans Mono",monospace;
  word-spacing: 0;
  letter-spacing: 0
}

pre {
  margin: 0 0 0 40px;
}

code {
  font-size: 16px;
}

pre code {
  font-size: 14px;
}

a {
  color: #b22222;
  border-bottom: 1px dotted #b22222;
  text-decoration: none;
}

a img {
  border: none;
}

a:visited {
  color: #711111;
  border-bottom-color: #711111;
}

a:hover {
  color: #b22222;
  border-bottom-style: solid;
}

/* @group Header */

#header {
  text-align: center;
  margin: 60px 0;
  line-height: 1em;
}

#header h1 {
  font-size: 50px;
  line-height: 1.2em;
  margin: 15px;
}

#header h1 a {
  color: #000;
  border: 0;
}

#header h1 a:hover {
  background: transparent;
  color: #000;
}

#header dl {
  margin: 0;
  padding: 0;
  font-family: corbel;
}

#header dt {
  display: none;
}

#header dd {
  display: inline;
  margin: 0;
  padding: 0;
}

#header p {
  margin: 0;
  color: #666;
}

#header a {
  border: 0;
  color: #666;
}

#header a:hover {
  background: #000;
  color: #fff;
}

/* @end */

/* @group Shortpost */

.shortpost {
  line-height: 1em;
  background: url(el.png) repeat-x 0 100%;
  clear: both;
  width: 100%;
  margin: 0 0 20px 0;
  height: 1em;
}

.shortpost h2 {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  background: #fff;
  font-size: 16px;
}

.shortpost p {
  float: right;
  margin: 4px 0 0 0;
  padding: 0 0 0 15px;
  background: #fff;
  font-size: 16px;
  color: #666;
  text-align: right;
}

/* @end */

/* @group Posts */

#first-post, .post {
  margin-left: 70px 0;
  padding: 0;
}

#first-post p, .post p {
  text-align: justify;
}

#first-post .publish-date {
  line-height: 2em;
  width: 60px;
  font-size: 12px;
  color: #666;
  text-align: center;
  float: left;
  margin: 4px 0 0 -70px;
}

#first-post .publish-date span {
  font-size: 30px;
  display: block;
  color: #000;
}

#first-post h2 {
  margin: 0;
}

#first-post h2 a {
  color: #000;
  text-decoration: underline;
  border: 0;
}

#first-post h2 a:hover {
  text-decoration: none;  
}

#first-post .continue {
  font-size: 14px;
}

/* @end */

/* @group Comments */

#comments p.by {
  font-style: italic;
  font-size: 14px;
}

form p {
  clear: both;
  font-size: 14px;
  margin-top: 0;
}

form p.small-form {
  float: left;
  clear: none;
  margin-right: 20px;
}

form p.small-form input {
  width: 220px;
}

form label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: -10px;
}

form label em {
  color: #666;
}

#trackbacks {
  font-size: 14px;
}

#trackbacks h2 {
  margin-top: 40px;
}

#trackbacks ol {
  padding: 0;
}

#trackbacks li {
  list-style: none;
}

/* @end */

#tags dt {
  font-size: 14px;
  color: #666;
  display: inline;
  padding: 0;
  margin: 0;
}

#tags dd {
  font-size: 14px;
  display: inline;
  padding: 0;
  margin: 0 6px 0 0;
}

#footer {
  text-align: center;
  margin: 40px 0 0 0;
  font-size: 14px;
}

img#wpstats {
  visibility: hidden;
}