/*
Theme Name: nb_thematic
Theme URI: http://www.noahbeil.com/blog/
Description: custom child theme for edits
Author: Noah Beil
Author URI: http://www.noahbeil.com/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');

/* my tags */
/* image captions */
#caption {
/*        text-align: center; */
        margin: -2.5em 0 0 0;
        padding: 0 0 1.5em 0;
/*        margin: -0.5em 0 2em 0; */
/*	font-style: italic; */
        }


/* changes to thematic theme */
/* #content {
    width:600px;
} */

div#nav-above {
	display:none;
}

/* make post text bigger and increase line spacing */
.entry-content p {
font-size: 120%;
line-height: 150%;
}

#blog-title {
/* make title a little smaller */
    font-size:24px;
/* make space above title smaller */
    line-height:34px;
    padding:50px 0 0 0;
}

#blog-description {
/* make space below tagline smaller */
    padding:8px 0 23px 0;
}

#access {
/* change bar below title section color */
    background:#999999;
}

.entry-title {
/* shrink post titles a little */
    font-size:18px;
    line-height:20px;
}

/* comment colors need to be completely updated */
#comments {
    background:#ffffff;
    color:#000000;
}

#comments li {
    background:#ffffff;
    border-top:1px solid #afafaf;
}

#respond {
    background:#ffffff;
    border-top:1px solid #afafaf;
}

#comments .fn a {
    color:#000000;
}

#comments-list .comment-meta a {
    color:#000000;
}

#trackbacks-list .comment-author a {
    color:#000000;
}

/* get rid of indent of commenter name and meta */
#comments .fn {
    padding:18px 0 0 0;
    display:block;
}

#comments-list .comment-meta {
    padding:0 0 0 0;
}

/* get rid of blue background on comments by me */
#comments li.byuser {
background-color: #ffffff;
}
