* { padding: 0; margin: 0;}

body {
 font-family: Arial;
 font-size: 12px;
 background-image: url(pic/top-gradient.png);
 background-position: center top;
 background-repeat: no-repeat;
 background-color: #888888;
 padding:0;
}

h1 {
	font-family: Chunkfive;
	font-weight: normal;
	font-size: 60px;
}

h2 {
	font-family: Chunkfive;
	font-weight: normal;
	font-size: 50px;
	margin:0;
}

h3 {
	font-family: Chunkfive;
	font-weight: normal;
	font-size: 22px;
	margin-top:6px;
	line-height:90%;
}

h4 {
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	margin-top:6px;
	line-height:90%;
}

a {
	color:white;
	text-decoration:none;
}

p {

}

#main {
	width: 784px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto; 
	text-align:left;
}

@font-face { font-family: Chunkfive; src: url('Chunkfive.ttf'); } 

#when {
	float:left;
	width:130px;
	margin-right: 20px;
}

#date {
	float:left;
	margin-right:5px
}

#time {

}

#author {

}

#comments {
	margin-top:20px;
}

#post {
	width: 634px;
	margin-left: 150px;
}


