/* Companion Custom CSS over-rides for [ Brymstone ]: ComicPress - 2.8 */
body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #b1b1b1;
	background: #4d0101 url('http://www.brymstone.net/wp-content/themes/comicpress2.8/images/bgs/background_mod.png')top repeat-y; 
	z-index: 0;
}
a {
	color: #ca0000;
	text-decoration: none;
}
/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	color: #fff;
	font-size: 56px;
	font-family: 'georgia' , serif;
	font-weight: normal;
	line-height: 46px;
	text-decoration: none;
	letter-spacing: -5px;
	font-variant: small-caps;
}

h2, h2 a {
	margin: 0;
	color: #e7e7e7;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 2px;
	font-family: 'trebuchet ms';
}

	h2.pagetitle, h2.pagetitle a {
		padding: 0 0 5px 0;
		margin: 0 0 20px 0;
		font-family: 'Georgia' , serif;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: -2px;
		clear: both;
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #e7e7e7;
	text-decoration: none;
	clear: both;
	letter-spacing: -1px;
	font-family: 'verdana';
}

.page-id-140 #sidebar-left, .page-id-140 #sidebar-right { display: none; }
.page-id-140 .narrowcolumn { width: 978px; }
#comic {
	background: #000;
	border: 0px solid #999;
	text-align: center;
	z-index: 100;
	padding: 5px;
}
/* COMMENTS */

.comment-wrap {
	padding: 0 20px;
}

.comment-wrap h3 {
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: normal;
	font-size: 20px;
	clear: both;
	font-family: 'Georgia' , serif;
}

.commentlist {
}

.comment {
	padding: 2px;
	margin: 10px 0 0 0;
	clear: both;
	min-height: 64px;
}

	.comment .comment {
		margin-left: 10px;
		padding-bottom: 10px;
	}

		.comment .comment .comment {
			margin-left: 30px;
			padding: 5px;
			margin-top: 2px;
			border: 1px dotted #ccc;
		}

			.comment .comment .comment .comment {
				background: transparent;
				border: none;
			}

	.comment .avatar {
		margin: 0 10px 5px 0;
		float: left;
	}

	.comment .trackping {
		float: left;
	}

	.comment #respond {
		padding: 5px;
	}

	.comment .comment .bypostauthor, .comment .comment .comment .bypostauthor {
		background: #360000;
	}

.comment-author {
	display: inline;
}

.comment-meta {
	display: inline;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	border-left: 0px solid #000;
}

.says {
	display: none;
}

.commentsrsslink {
	float: right;
	font-size: 11px;
}

#comment {
	width: 99%;
	font-size: 12px;
	font-family: 'Arial' , sans-serif;
}

#author, #email, #url {
	font-size: 12px;
	font-family: 'Arial' , sans-serif;
}

.commentlist ul {
	list-style: none;
	margin-bottom: 30px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

ol.commentlist p {
	margin: 10px 0 0 74px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reply {
	padding: 10px 0 0 0;
	text-align: right;
}