/*

Theme Name: Monotype

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");



body {
	background-color: white;
}

a:link, a:visited {

    color:#999;

    text-decoration:underline;

}



#header {

    background:#fff;

    text-align:center;

}



#blog-title {

    line-height: 150px;

    font-size: 150px;

    font-family: "Lucida Grande", Verdana, Arial;

    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:left;

    clear:none;

}



#menu a {

    float:none;

    display:inline;

    background:#fff;

    color: black;

    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 {

    font-family: Helvetica, Verdana, Arial, sans-serif;

    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;

}
.entry-title {
    bottom: 32px;
    text-decoration: none;
    text-transform: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:24px;
    line-height: 26px;
    padding:8px 0 2px 0;
    font-weight:bold;
    color:#000;
}
.entry-title a {
    text-transform: none;
    text-decoration:none;
    color:#000;
}