/*
 * Theme Name: Scott
 * Description: Child theme for the Twenty Ten theme 
 * Author: Scott Bressler
 * Template: twentyten
 */

@import '../twentyten/style.css';

#content pre code {
   overflow-x: auto;
   white-space: pre-wrap;
   word-wrap: break-word;
}

#content code {
	font-size: 13px !important
}

/**
 * The following stolen with permission from Andrew Nacin (www.andrewnacin.com). Thanks, Andrew!
 */
.commentlist li.comment { font-size: 14px; line-height: 21px; padding: 16px 0 0; margin: 0 }
.reply { padding-bottom: 16px }
.commentlist li.bypostauthor > div { background: #F2F7FC; padding-top: 16px; padding-right: 8px }
.commentlist ul.children li.bypostauthor > div { border-top: 2px solid #333; }
.commentlist li.comment-author-admin > div#respond { background: none; margin: 0 }
.commentlist ul.children li.comment { margin-left: 40px; }
.commentlist .comment div { padding-left: 16px }
.commentlist .comment div div { padding-left: 0 }
.commentlist .avatar { top: 0 }
.commentlist li.comment .awaiting-moderation,
.commentlist li.comment .comment-author,
.commentlist li.comment .comment-meta { padding-left: 50px }

.comment-author { position: relative; font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; font-size: 16px }
	
.comment-author .says { display: none }
.comment-author cite a { text-decoration: none }

#content .commentlist .comment p { margin-bottom: 16px }
/** /End stolen CSS */
#comments .pingback { border-bottom: none; padding-bottom: 0px; }
.commentlist li.comment + li.pingback { margin-top: 18px; }

div#comments div#respond input#subscribe-reloaded { width: 10px; }

/*
 * Make SyntaxHighlighter Evolved alternative background color for HTMLscript code blocks
 * http://www.question-defense.com/2010/01/10/wordpress-syntaxhighlighter-evolved-no-wrap-alternating-background-colors-cut-off
 */
.syntaxhighlighter.htmlscript .line.alt2 {background-color: rgb(248, 248, 248) !important; }
