body
{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	background-color: gray;
	color: #000;
	margin: 50px;
	background: url(../images/img_140.gif) repeat left top; 
	/* background img courtesy of the genius at squidfingers.com */
}

h1
{
	font-size: 40px;
	color: #003;
	padding: 0;
	margin: 0;
	margin-bottom: -8px;
}

h2
{
	color: #C03;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#posts
{
	padding: 25px;
	border: 1px solid #FCC;
	background: #fff url(../images/rose_bg.gif) no-repeat right bottom;
}

.entry
{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#footer
{
	background-color: #eee;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
}

.date { font-size: 10px; }