/*
Theme Name: Nomulous Blog
Theme URI: http://nomulous.com/
Description: A custom theme.
Version: 1.0
Author: Fletcher Tomalty
Author URI: http://nomulous.com
Tags: simple
*/

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 a{
	color: #000;
}

div.post {
	margin-bottom: 50px;
}

.archiveName {
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: center;
}

/* ---- Required by WordPress */

.aligncenter,
div.aligncenter 		{display: block; margin: 0 auto;}

.alignleft 			{float: left;}

.alignright 			{float: right;}

.wp-caption 			{
	border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px;
	-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.wp-caption img 		{border: 0 none; }

.wp-caption p.wp-caption-text 	{}

div.entry > p:first-child:first-letter {
	font-size: 3em;
	line-height: 1em;
	float: left;
	margin-right: 0.15em;
	color: #000;
	text-align:justify;
	text-shadow: #DDD 2px 2px 1px;
	text-decoration: none;
	font-style: normal;
}

/*
	Friggin' ugly hack for Firefox. Holy crap.
	It doesn't take into account line-height on the :first-letter
	pseudo element. See: https://bugzilla.mozilla.org/show_bug.cgi?id=561656
*/
@-moz-document url-prefix() {
	div.entry p:first-child:first-letter {padding-top: 0.15em;}
}
