body {
	background: #fff url(images/background.jpg) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
}

#page-wrap { width: 660px; margin: 0 auto; }

p {
	margin-bottom: 1em;
	margin-top: .5em;
	}

a {color: #f00;}
h2 > a:hover, p > a:hover {
	color: #fff;
	background-color: #f00;
	text-decoration: none;
	}
	
code {
	font-size: .8em;
	line-height: 1em;
}

/* Headers and Fonts based on generated CSS from fontsquirrel.com */

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('Chunkfive.otf') format('opentype');
}

h1,h2,h3,.date,.month {
	line-height:normal;
	font-family: 'ChunkFiveRegular', sans-serif;
}

	h1 {XXfont-size: 42px; margin-top: 0; margin-bottom: 0;}
	
	h2 {font-size: 36px;}
	h2 + * {margin-top: .25em;}
	h2 > a {
		color: #000;
		text-decoration: none;
	}
	
	h3 {font-size: 24px;}
	h3 + * {margin-top: .25em;}
	
/* PostHead */
div .datestamp {
	float:left;
	display:block;
	XXwidth: 50px;
	margin: 0 10px 0 0;
	-padding: 0 10px 0 0;
	border-right: 2px solid #000;
}

div .date {
	font-size: 1.75em;
}

div .month {
	font-size: .75em;
	text-align: center;
}

.StatusUpdates .datestamp, .StatusUpdates h2 {display: none;}

.StatusUpdates, .post {
	margin-top: 5em;
	margin-bottom: 5em;
}

#allposts .post:first-child {margin-top: .25em;}

#allposts + .post {margin-top: 1em;}

.datestamp {
	padding-right: .5em;
}
