/*  
Theme Name: Comment on Power
Theme URI: http://commentonpower.org/
Description: Theme for Comment on Power
Version: 1.0
Author: Francis Irving
Author URI: http://flourish.org/
*/

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2em;
    line-height: 125%;
}

a:link { color: #522994; text-decoration: underline; }
a:visited { color: #7b52a5; text-decoration: underline; }
a:hover, a:active { color: #000000; text-decoration: underline; }

h1 { color: #444; }

h1 a:link, h1 a:visited {
    text-decoration: none;
    color: #444;
}

h2 { line-height: 125%; color: #444; }
h3 { line-height: 125%; color: #444; }

ul li { padding-bottom: 0.5em; }

hr.headrule { 
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;

    border: 0;
    color: #888;
    background-color: #888;
    height: 1px;
}

hr.footrule {
    margin-bottom: 0em;

    border: 0;
    color: #888;
    background-color: #888;
    height: 1px;
}

#footer {
    margin-top: 0;
    margin-bottom: 0;
}

div.permalink a:link, div.permalink a:visited {
    color #7b52a5;
    text-decoration: none;
}

div.permalink a:hover {
    text-decoration: underline;
    color: #522994;
}

div.postthoughts {
    padding-top: 1em;
    line-height: 125%;
    font-size: 80%;
}
