/*
Theme Name: Simple
Theme URI: http://davidwinter.me.uk
Description: A simple theme for Wordpress.
Author: David Winter
Author: http://davidwinter.me.uk
Version: 1.0
*/

body {
    background-color: #fff;
    text-align: center;
    margin: 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
    font-size: 0.625em;
    padding-top: 20px;
}

#header_ad {
    width: 500px;
    margin: 0px auto;
}

#header_ad a {
    color: #3d8fff;
}

img {
    border: 0px;
}

#page {
    border: 1px solid #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eee;
    margin: 20px auto;
    width: 500px;
    text-align: left;
    clear: both;
}

#content, #header, #footer {
    padding: 20px;
}

#tag_cloud {
    clear: left;
    background-color: #efefef;
    padding: 10px;
}

#tag_cloud ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#tag_cloud li { display: inline; }

#pages div { 
    margin-bottom: 50px; 
    font-size: 1.5em;
    }

.previous_page, .next_page { width: 50%; }

.previous_page { text-align: left; float: left; }
.next_page { text-align: right; float: left; }

#header {
    background-color: #eee;
    text-align: right;
    border-bottom: 1px #ddd solid;
}

#header a { font-size: 2.5em; }
#header .tagline { font-size: 2.2em; }

#footer {
    text-align: right;
}

.article {
    margin-bottom: 50px;
}

.article .entry, .article .info {
    margin-bottom: 20px;
    clear: both;
}

.article .entry .google_ad, .article .entry .digg {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.article .info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#header, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
}

h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Article Content */

.entry {
    font-size: 1.2em;
}

.entry p, .entry li {
    line-height: 1.5em;
}

.entry pre {
    overflow: auto;
    border: 1px #eee solid;
    padding: 10px;
    margin: 0px;
    background-color: #333;
    color: #ddd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.entry pre code {
	background-color: #333;
}

.entry code {
    font-family: Monaco, "Courier New", Courier, mono;
	background-color: #ccc;
}

/* Comments */

ol.comments {
    list-style: none;
    margin: 0px;
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 20px;
}

ol.comments li {
    margin-bottom: 20px;
}

ol.comments blockquote {
    margin: 0px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}

ol.comments cite {
    background: transparent url(images/tip.gif) no-repeat 20px 0;
    position: relative;
    margin: 0px;
	padding: 7px 0px 0px 15px;
    top: 6px;
}

form.comment_submit {
    margin-bottom: 20px;
}

form.comment_submit .attribute, form.comment_submit .actions {
    clear: both;
}

form.comment_submit .attribute label {
    width: 25%;
    float: left;
    text-align: right;
}

form.comment_submit .attribute input {
    width: 70%;
    float: right;
    margin-bottom: 10px;
}

form.comment_submit textarea {
    width: 100%;
    margin-bottom: 10px;
}

form.comment_submit .actions {
    margin-top: 10px;
}