/*
Theme Name: Spright
Theme URI: 
Description: 
Version: 0.1
Author: Henk Boom
Author URI: henk.ca
Tags: 

    Code based on Kubrick v1.5
     http://binarybonsai.com/kubrick/

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

*/

*
{
    border: 0;
    padding: 0;
    margin: 0;
}

body
{
    background-color: #ffffff;
    background: url(images/bg.png);
    color: #444;
    font-size: 12px;
    overflow-y: scroll;
    font-family: "Helvetica", "Arial", sans-serif;
}

ul, ol
{
    margin-left: 2em;
}

h1, h2, h3, h4, h5, h6
{
    color: #111;
}

h1
{
    font-size: 160%;
}

h2
{
    font-size: 130%;
}

h3
{
    font-size: 100%;
}

p
{
    line-height: 16px;
}

code
{
    font-size: x-small;
}

a
{
    text-decoration: none;
    color: #675ede;
}

a:hover
{
}

abbr, acronym
{
    border-bottom: 0.1em dotted;
}

p, ul, ol, blockquote, div.inline_list, div.entry, div.footer_left,
div.footer_right, li.widget, .wp-caption
{
    margin-top: 1em;
}

p:first-child, ul:first-child, ol:first-child, blockquote:first-child,
div.inline_list:first-child, div.footer_left:first-child,
div.footer_right:first-child, li.widget:first-child, .wp-caption:first-child
{
    margin-top: 0;
}

h3
{
    margin-top: 1.5em;
}

h3:first-child
{
    margin-top: 0;
}

blockquote
{
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 12px;
    padding-right: 12px;
    border: 0 solid #444;
    border-width: 0 12px 0 12px;
}

input, textarea
{
    font-family: "Helvetica", "Arial", sans-serif;
    background-color: #f7f7f7;
    color: #444;
    border: 1px solid #222;
}

.inline_list ul
{
    margin: 0;
    display: inline;
    list-style-type: none;
}

ul.inline_list
{
    margin-left: 0;
    list-style-type: none;
}

.inline_list li
{
    display: inline;
}

.inline_list li:before
{
    content: " | ";
}

.inline_list li:first-child:before
{
    content: "";
}

.comment_meta
{
    float: left;
    width: 120px;
}

.comment_body
{
    width: auto;
    margin-left: 132px;
}

ul.footer_left
{
    float: left;
    width: 180px;
    margin: 0.5em 0 0.5em 0;
    list-style-type: none;
}

ul.footer_right
{
    width: auto;
    margin: 0.5em 0 0.5em 192px;
    list-style-type: none;
}

.footer_left ul, .footer_right ul
{
    list-style-type: none;
    margin: 0;
}

.footer_left ul li, .footer_right ul li
{
    margin-left: 1em;
    text-indent: -1em;
}

.widgettitle a
{
    color: #111;
}

.widgettitle a:hover
{
    color: #675ede;
}

.comment_end, #comments_end, .footer_end
{
    clear: both;
}

#page
{
    margin: 0 auto;
    width: 500px;
    padding: 12px;
    background-color: #fefefe;
}

#footer, #error, .post, #comments
{
    padding-top: 18px;
    margin: 12px 0 0 0;
    border-top: 12px solid #444;
}

#header
{
}

#home h1 a
{
    display: block;
    height: 0px;
    width: 300px;
    background: url('images/banner.png');
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 60px;
    float: left;
}

#nav
{
    float: left;
    margin-left: 12px;
    padding-top: 12px;
}

#nav ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#nav li
{
    margin-top: 10px;
    width: 80px;
    height: 14px;
}

#nav li img
{
}

.description
{
    clear: both;
}

#navigation_newer
{
    float: left;
}

#navigation_newer a:before
{
    content: "←";
}

#navigation_older
{
    float: right;
}

#navigation_older a:after
{
    content: "→";
}

#navigation_end
{
    clear: both;
}

/* comment form */
#respond input
{
    width: 118px;
    float: left;
    clear: both;
}
#respond textarea
{
    width: 360px;
    clear: both;
}
#respond label
{
    margin-left: 132px;
    display: block;
}

#comments
{
    list-style-type: none;
}

#comments li
{
    margin-top: 0.5em;
    padding-top: 0.5em;
    border-top: 1px solid #444;
}

#comments li:first-child
{
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.rsswidget img, img#wpstats
{
    display: none;
}

.wp-caption
{
}
.wp-caption > *:first-child
{
    display: block;
    margin: 5px 5px 5px 5px;
}

.wp-caption-text
{
    margin: -5px 5px 5px 5px;
    text-align: center;
    font-size: 80%;
}

.alignleft, .aligncenter, .alignright
{
    display: block;
}

.aligncenter
{
    margin-left: auto;
    margin-right: auto;
}

.alignright
{
    margin-left: auto;
}
