/*
Theme Name: Monochromatic
Theme URI: http://www.themelab.com/2008/08/30/monochromatic-a-thematic-child-theme/
Description: A very minimal child theme of <a href="http://themeshaper.com/thematic-for-wordpress/">Thematic</a>
Author: Theme Lab
Author URI: http://www.themelab.com/
Template: thematic
Version: 0.1
*/

@import url("../thematic/style.css");

a:link, a:visited {
    color:#000;
    text-decoration:underline;
}

#header {
    background:#fff;
    text-align:center;
}

#blog-title {
    padding:0;
}

#blog-title a {
    color:#000;
    text-decoration:none;
}

#blog-description {
    color:#000;
    padding:8px 0 8px 0;
}

#access {
    background:#fff;
    border:none;
}

#menu ul {
    text-align:center;
    clear:none;
}

#menu a {
    float:none;
    display:inline;
    background:#fff;
    color:#000;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}

#menu a:hover {
    background:#ccc;
    color:#000;
    border-color:#000;
}
#menu .current_page_item a {
    background:#ccc;
    color:#000;
    border-color:#000;
}
#menu a:focus {
    background:#c0c0c0;
    color:#000;
    border-color:#000;
}

#main {
    padding:24px 0;
}

.comments-link a {
    color:#000;
}

#comments {
    background:#c0c0c0;
}

#comments li {
    background:#181E24;
    border-top:1px solid #000;
}

#respond {
    background:#181E24;
    border-top:1px solid #000;
}

#comments li.byuser {
    background:#8A8A8A;
    border-color:#303030;

}

#login a {
    color:#fff;
}

#siteinfo {
    text-align:center;
}