body {
	background: #66839A;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #000;
}

h1 a {
	font-size: 4em;
	color: #fff;
}

h1 a:hover {
	color: #fff;
}


h2 {
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 0;
}

h2 a {
	color: #66839A;
}

a {
	color: #66839A;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a img, img {
	border: solid 1px #666;
	padding: 3px;
}

a img:hover {
	border: solid 1px #333;
}

#header {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

.date {
	text-align: center;
	font-size: 3em;
	margin-top: 40px;
}

#content {
	width: 780px;
	margin: 0 auto;
	font-size: 1.4em;
}

.post-content > * {
	overflow: auto;
}

.character {
	margin-top: 6px;
}

.author a {
	font-size: 3em;
	color: #fff;
	margin-left: 20px;
}


.about {
	margin-top: 40px;
	font-size: 1em;
	color: #999;
	text-align: center;
}

.about a {
	color: #fff;
}



/* FeedBurner hack */
.feedflare {
	display: none;
}

/*
 *
 * Fluid CSS Speech Bubbles
 * by Daniel St. Jules
 * check: http://www.gamexe.net/view_tutorial.php?id=24
 *
 */

.sbl {
	background: url('../images/bl.gif') bottom left no-repeat #EDEDED;
	width: 100%;
	text-align: justify;
	min-width: 100px;
	margin-top: 40px;
}

.sbr {
	background: url('../images/br.gif') bottom right no-repeat;
}

.stl {
	background: url('../images/tl.gif') top left no-repeat;
}

.str {
	background: url('../images/tr.gif') top right no-repeat;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
} 

.sb {
	padding: 2px 0px 10px 50px;
	background: url('../images/b.gif') 30px top no-repeat;
}
