/*
Theme Name: KristopherWilson
Theme URI: http://www.kristopherwilson.com/
Description: 
Version: 1.0
Author: Kristopher Wilson
Author URI: http://www.kristopherwilson.com/
Tags: 
*/

html, body
{
    margin: 0px;
    padding: 0px;
}

body {
    font: 10pt verdana, arial, helvetica, sans-serif;
    color: #333333
}

a, a:visited
{
    color: #454545;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

h2
{
    font-weight: normal;
}

div.clear
{
    clear: both;
}

div.header
{
    background-color: #3a3a3a;
    color: #ffffff;
    padding: 8px 32px;
}

div.header h1
{
    font-style: italic;
    font-weight: normal;
    margin-top: 0px;
}

div.header a, div.header a:visited
{
    color: #ffffff;
    text-decoration: none;
}

div.header a:hover
{
    color: #c0c0c0;
    text-decoration: underline;
}

div.body
{
    float: left;
    padding: 8px 8px 8px 32px;
    width: 73%;
}

div.sidebar
{
    float: right;
    padding: 8px 32px 8px 8px;
    width: 20%;
}

div.sidebar ul.main 
{
    list-style-type: none;
    margin: auto 0px auto 0px;
    padding: 0px;
}

div.sidebar h2
{
    margin-bottom: 0px;
}

div.search-box
{
    background-color: #efefef;
    margin-top: 8px;
    padding: 6px;
}

/* index.php */

div.post-header
{
    background-color: #e0e0e0;
    margin-top: 8px;
    padding: 6px;
}

div.post h2.title
{
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.post-header small.date
{
    float: right;
}

div.post-header small.category-author
{
    clear: both;
    display: block;
    padding-top: 4px;
}


a.more-link, a.more-link:visited
{
    background-color: #2f2f2f;
    color: #ffffff;
    padding: 3px;
    text-decoration: none;
}

a.more-link:hover
{
    background-color: #606060;
    text-decoration: none;
}
