/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#ajax-comment-preview p {
	margin-bottom: 1em;
}

.entry-title {
	font-family: georgia, cochin, serif ;
}

.comment-content {
	font-family: georgia, cochin, serif;
}

.entry-content {
	font-family: georgia, cochin, serif;
	font-size: 16px;
}

p.lead {
	font-size: 16px;
	line-height: 1.75;
}

p.lead:first-letter {
	font-size: 250%;
	text-shadow: #aaa 2px 2px;
	line-height: 1;
	margin: 2px 3px 0 -2px;
	float: left;
}

p {
	font-size: 16px;
	line-height: 1.75;
}

p.ref {
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.0;
}

.center {
	text-align: center;
}

.creationist {
	font-family: "Comic Sans MS", MarkerFelt, MarkerFelt-Wide;
}

blockquote:before {
	content: "" !important;
}

blockquote {
	padding: 1px 4px 1px 24px !important;
	border-left: 3px solid #550000;
	color: #550000 !important;
	line-height: 1.5 !important;
	font-size: 14px !important;
}

blockquote.creationist {
	font-family: "Comic Sans MS", MarkerFelt, MarkerFelt-Wide;
	font-size: 14px !important;
	line-height: 1.5 !important;
	background: url(http://freethoughtblogs.com/pharyngula/files/2011/08/tiny_gumby_trans.gif) 0 0 no-repeat;
}

li.comment.even {
	background: #eee !important;
}

li.comment.odd {
	background: white !important;
}

li.comment.bypostauthor {
	color: darkred !important;
	background: cornsilk !important;
	min-height: 100px !important;
	background-image: url(http://freethoughtblogs.com/pharyngula/files/2011/08/brcorner.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	border-left: 2px solid white !important;
	border-top: 2px solid white !important;
	border-right: 2px solid #ddd !important;
	border-bottom: 2px solid #ddd !important;
	padding: 8px !important;
	padding-right: 75px !important;
}

q {
	font-family: "Comic Sans MS", MarkerFelt, MarkerFelt-Wide;
}

/*
Suggestions from consciousness razor
*/
@-moz-document domain(freethoughtblogs.com) {
}

.says {
	display: none;
}

.comment-author {
	font-weight: bold !important;
	font-size: 16px !important;
	font-family: Verdana, sans-serif !important;
	padding-right: 4px !important;
	padding-left: 4px !important;
	background: none !important;
}	
