/*
Theme Name: trhaynes
Version: 1.0
Author: Tom Haynes
*/

/* GENERAL */

body {
    margin: 0; padding: 0;
    background: white;
    color: #333;
    font-family: Georgia, serif;
    font-size: .85em;
    line-height: 1.4em;
}
a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dotted #333;
}
a:hover, a:focus {
    border-bottom: 1px solid black;
    color: black;
}
p {
    margin-bottom: 1em;
}
ul, ol {
    margin: 0 1em 1em 1em;
}
blockquote {
    border-left: 2px solid #777;
    color: #777;
    margin: 0 1em 1em 1em;
    padding: 0 1em;
}

/* HEADER */

#wrapper {
    width: 515px;
    margin: 0 auto;
}

#header {
    border-bottom: 1px solid #333;
    padding: .8em .5em;
    margin-bottom: 1em;
}
#header h1 {
    font-size: 1.58em;
    width: 30%;
    float: left;
}
#header a {
}
#header h1 a {
    border: none;
    color: black;
}
#header h1 a:hover {
    border-bottom: 1px solid black;
}
#header div.clear {
    clear: both;
}

#header #nav {
    text-align: right;
    width: 60%;
    float: right;
}
#header #nav ul, #header #nav ul li {
    margin: 0; padding: 0;
    list-style: none;
}
#header #nav ul li {
    margin: 0 .5em;
    display: inline;
}
#header #nav ul li.selected a {
}

#picture {
/*    background: url("/wp-content/themes/trhaynes/images/plane-head.jpg");*/
    height: 12px;
    border-bottom: 1px solid #333;
    cursor: pointer;
}

#content .within {
    padding: 0 .5em;
}

h2 {
    font-size: 1.46em;
    margin-bottom: .7em;
}
h2 a.seeall {
    font-size: .7em;
    color: #aaa;
    border-bottom: 1px dotted #aaa;
}
h2 a.seeall:after {
    content: "\00bb";
}
h2 a.seeall:hover {
    color: #333;
    border-bottom-color: #333;
}
h3 {
    color: #333;
    font-size: 1.28em;
}

.recent-blog {
    margin: 0 0 2em 2em;
    list-style: circle;
}
.recent-blog .date {
    color: #777;
}

/* PROJECTS */

.project {
    clear: both;
    margin-bottom: 2em;
}
.project h3 {
    margin-bottom: .2em;
}
.project .project-thumbnail {
    float: left;
    margin: 0 1em 1em 0;
    border: .2em solid #ccc;
}
.project .project-thumbnail:hover {
    border: .2em solid #aaa;
}
.project .project-type {
    display: none;
    margin: .3em 0 .5em;
    text-transform: uppercase;
    color: #777;
    font-size: .6em;
    line-height: 1em;
}
.project .project-excerpt {
    font-style: italic;
}

/* BLOG */

.post {
    margin-bottom: 3em;
}
.post h3 {
    margin-bottom: 1em;
}
.post h3 .post-date {
    font-size: .82em;
    color: #aaa;
}
.post img {
    border: 0.2em solid #ccc;
}
.post .post-footer {
    border-top: 1px solid #ccc;
    font-size: .85em;
    margin-top: 1em;
    padding-top: .4em;
    text-align: right;
}
.post .post-footer a.comments-link {
    margin-right: 1em;
    text-transform: uppercase;
}
.post .post-footer span.tag a {
    color: white;
    background-color: #333;
    padding: .25em .5em;
    margin: .2em .35em;
    border-radius: .35em;
    -moz-border-radius: .35em;
    -webkit-border-radius: .35em;
}

.post .post-footer span.tag a:hover {
    background-color: black;
}
.post h4 {
    font-weight: bold;
}
.post ul {
    padding: 0 1em;
    list-style-type: disc;
}
.post ul li {
    margin-bottom: .2em;
}

.post pre.code {  
  font-family: monospace;
  background-color: #111;
  color: #eee;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 1em;
  padding: 5px 10px;
}

/*.post pre.code {  
  background-color: #eee;
  color: #333;
  border: 1px dotted #111;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 1em;
  padding: 5px 10px;
}*/

/* COMMENTS */

div#comments {
    margin-top: 2em;
}

ol.commentlist, ol.commentlist li {
    list-style: none;
    margin: 0; padding:;
}
ol.commentlist li {
    background-color: #eee;
    padding: .5em;
    margin-bottom: 1em;
}
ol.commentlist li cite {
    color: black;
    font-style: normal;
}
ol.commentlist li cite span.comment-date {
    color: #ccc;
}

ul.formlist, ul.formlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.formlist li label {
    display: block;
}
ul.formlist li input, ul.formlist li textarea {
    display: block;
    margin-bottom: .5em;
    font-size: 1em;
    font-family: Georgia, serif;
}
ul.formlist li textarea {
    width: 100%;
}

#footer {
    color: #777;
    font-size: .9em;
    text-align: center;
    margin: -1.3em auto .3em;
}

.next-posts, .prev-posts {
    font-size: 2em;
    width: 49%;
    margin-bottom: 1.3em;
}
.prev-posts {
    float: left;
    text-align: right;
}
.prev-posts a:before {
    content: "\00ab";
}

.next-posts {
    float: right;
}
.next-posts a:after {
    content: "\00bb";
}

/* PROFILE */

.resume-holder {
    float: right;
    width: 100px;
    padding: .5em 1em;
    margin: 0 0 1em 1em;
    border-left: 1px solid #555;
}
.resume-thumb {
    border: 1px solid #555;
}
/*.resume-holder a:before {
    content: 'PDF';
    padding: .4em .6em;
    margin-right: .5em;
    font-family: sans-serif;
    font-size:.65em;
    color: white;
    background-color: #555;
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
}*/
/*.resume-holder a:after {
    content: ' (PDF)';
}*/

h4 {
    font-weight: bold;
}

/* RESUME */

.resume {
    color: #333;
    margin-bottom: 2em;
}
.resume h4 {
    font-weight: normal;
    margin: 0;
}

.resume ul, .resume ul li {
    list-style-type: circle;
}
.resume ul {
    padding: 0;
    margin-left: 1.8em;
}
.resume h3 {
    margin: 0 0 .5em;
    padding-bottom: .2em;
    border-bottom: 1px dotted #777;
}
.resume .important {
    font-weight: bold;
}
.resume .date {
    color: #777;
}
.resume p {
    margin-bottom: .6em;
}

/* GENERAL */

.backtoprojects {
    text-align: center;
    margin: 0 auto;
}

.backtoprojects:before {
    content: "\00ab  ";
}

hr.separator {
    clear: both;
    margin: 1em auto;
    border: none;
    background-color: #333;
    height: 1px;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

.rounded {
    border-radius: .5em;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
}
