/*
Theme Name: Diddler 3
Theme URI: http://keyes.ie/
Description: TODO
Version: TODO
Author: John Keyes
Author URI: http://keyes.ie/
Tags: TODO

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Layout */

body {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

.content-wrapper {
    margin: 0 auto;
    width: 700px;
    clear: both;
}

#header {
    overflow: hidden;
}
#footer {
    overflow: hidden;
}

/* typography */
* {
    color: #111;
}
/* headings */
h1, h1 a {
    font-family: "report-1", "report-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    padding: 10px 0;
    font-weight: 100;
    color: #0AD !important;
}

h2 {
    font-size: 2.8em;
    font-weight: 200;
    padding: 10px 0;
}

h3 {
    font-size: 1.8em;
    padding: 10px 0;
}

h1 a, h2 a{
    text-decoration: none;
}

#header {
    background: #FFF;
}
/* nav */
#main-nav {
    background: #00AADD;
}
#main-nav ul {
    padding: 8px 0 5px;
}
#main-nav li {
    display: inline;
    margin-right: 20px;
    font-size: 1.5em;
    text-transform: uppercase;
}
#main-nav li:last-child {
    margin-right: 0;
}
#main-nav li a {
    color: #FFF;
}

/* footer */
#footer {
    padding: 10px 0;
}
#footer p {
    font-weight: 500;
    font-size: 1.1em;
    color: #666;
    text-align: center;
}
/*  colors */
* {
    color: #222;
    background-color: inherit;    
}
a:link, a:active, a:visited {
    color: #0AD;
}

/* post */
.page h2, .post h2 {
    font-family: "report-1", "report-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    padding-bottom: 0;
    color: #00AADD;
}
.home .post {
    margin-top: 4em;
}
.page h2 a, .post h2 a {
    font-family: "report-1", "report-2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #00AADD;
    text-decoration: none;
}
.entry, .comment, p, li, a {
    font-family: "report-1", "report-2", Helvetica, Arial, sans-serif;
    font-family: "droid-sans-1","droid-sans-2",Helvetica,Arial,sans-serif;
}
p, li, blockquote {
  line-height: 1.5em;
}
.entry * {
    font-weight: 200;
}
.entry, .comment, p, li, blockquote {
    font-size: 1.25em;
    color: #333;
}

.entry p, .comment p {
    margin: 10px 0;
}
.entry li {
    line-height: 1.4em;
    margin: 5px 0;    
}
.entry ol, .entry ul {
    margin-left: 4em;
}
/* img attrib */
.entry .attrib {
    display: block;
    font-size: 0.8em;
}
/* postmeta */
p.postmeta {
    color: #666;
    font-size: 1.2em;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-top: 0em;
    margin-bottom: 1em;
}
p.postmetadata {
    font-size: 1.2em;
    margin-top: 1.25em;
}
span.date {
    color: #666;
    float: right;
}

.tags {
}
.tags a:link, .tags a:active, .tags a:visited {
    font-weight: 400;
    color: #999;
    margin-right: 5px;
    border-bottom: none;
    padding: 2px 3px;
}
.tags a:hover {
    color: #666;
    border-bottom: none !important;
}
.commentlist {
    list-style: none;
}
.commentlist li.comment {
    margin-bottom: 5px;
    padding: 0px 0 10px;
    clear: both;
    overflow: hidden;
}
.comment-content {
    float: left;
}
.comment-body p, .comment-body ol, .comment-body ul {
    margin: 0 0 10px 0;
}
.comment-author {
    margin-bottom: 5px;
    font-size: 1.4em;
}
.comment-meta a {
    color: #999;
}
.comment-body {
    width: 490px;
}
.comment-body ol, .comment-body ul {
    margin-left: 4em;
}
#comments {
    margin-top: 1em;
}
.commentlist .avatar {
    float: left;
    margin: 0 20px 20px;
}
.navigation {
    padding: 20px 0 10px;
    font-size: 1.4em;
    overflow: hidden;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.quote {
    border-left: 1px solid #0AD;
    margin: 5px 50px 0px 50px;
}
.quote p {
    margin: 0 0 10px 0;
}
.quote blockquote {
    color: #111;
    padding: 0 10px;
}
.quote p.attrib {
    margin: 5px 0 0 20px;
    font-size: 1em;
    color: #666;
}
    
.entry img {
}

a img {
    border: none;
}
a:link.img {
    border: none;
}

#respond p {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 0 0.6em 0;
}
#respond label {
    display: block;
    font-weight: 700;
    color: #444;
}
#respond input, #respond textarea {
    border: 1px solid #999;
    font-size: 1.2em;
}
#respond textarea {
    width: 700px;
    height: 200px;
}
#respond .helptext {
    color: #666;
    font-size: 0.9em;
}
#respond button {
    background-color: #00AADD;
    color: #FFF;
    border: 1px solid #0099CC;
    font-size: 1em;
    padding: 5px;
    font-weight: 700;
}
#respond h3, h3#comments {
    font-size: 2em;
    color: #0099CC;
    padding: 0;
    margin-bottom: 0.5em;
}
h3#comments {
    border-top: 1px solid #BBB;
    padding-top: 10px;
}
cite a {
    font-style: normal;
    color: #0099CC;
}

pre {
    background-color: #DDD;
    padding: 1em;
}

.strike {
    text-decoration: line-through;
}
