/* Color scheme based on Candystand at kuler.adobe.com (flash, can't deeplink) */

body {
	background: white;
}

div.heading {
	padding-bottom: 30px;
	color: #FF4D38;
	padding: 10px;
	text-align: left;
	font-family: Georgia, serif;
	font-weight: bold;
}

div.main{
	min-width: 20em;
	background: white;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	line-height: 120%;
}

div.entry_top {
	font-family: Helvetica Neue, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #CC2249;
	font-size: 24pt;
	padding-left: 0px;
	text-shadow: #777 1px 1px 0px;
	line-height: 110%;
}
div.smalldate {
	color: #591B1B;
	font-size: smaller;
	font-family: Helvetica Neue, sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #CC2249;
	margin-bottom: 10px;
}

div.entry {
	padding-bottom: 200px;
	padding-left: 20px;
	font-family: Georgia, serif;
	font-family: Lucida Sans, sans-serif;
	font-size: 11pt;
	margin-left: 15px;
	max-width: 40em;
}

h1 {
	font-family: Helvetica Neue, sans-serif;
}

h2 {
	color: #e77;
	font-size: 16pt;
	font-family: Helvetica Neue, sans-serif;
	font-weight: normal;
}

div.permalink {
	float: right;
	font-family: Helvetica Neue, sans-serif;
	font-size: smaller;
}

a:link, a:visited {
	color:#CC2249;
}

div.heading a:link, div.heading a:visited {
	text-decoration: none;
	color:#37C78F;
}

div.heading a:hover {
	text-decoration: underline;
}

div.permalink > a:link, div.permalink > a:visited {
	color: #37C78F;
	text-decoration: none;
}

div.permalink > a:hover {
	color: #aaa;
	text-decoration: underline;
}

img.zombie
{
	width: 347;
	height: 700;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

a.tumblrlink
{
	font-family: Helvetica Neue, sans-serif;
	font-size: larger;
}




