
#blog body {
	font-family:Helvetica;
	font-size:12px;
	color:#555;
}

#blog a{
	color:#555;
	text-decoration:none;
}

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

h1, h2, h3, h4 {
	
	margin:0px;

}

.header1 {
	
	font-size:200%;
	font-weight:bold;
	
}

.header2 {
	
	font-size:180%;
	font-weight:bold;
	
}

.mainContainer {

	width:700px;
	margin-left:auto;
	margin-right:auto;

}

.categoryContainer {

	float:right;
	background-color:#eeeeee;
	width:150px;
	height:100%;
	padding:20px;
	border: 1px #ccc solid;

}

.categoryContainer a{
	color:#555;
	text-decoration:none;
}

.categoryContainer a:hover {
	color:#555;
	text-decoration:none;
}

.postsContainer {

	float:left;

}

.post {
	
	background-color:#fcfcfc;
	width:500px;
	
}

.postHeader {
	
	background-color:#f5f5f5;
	border-bottom: 1px #ccc solid;

}

.postAuthor {
	
	font-size:9px;
	color:#777;
	margin-left:2px;
	
}

.postCategories {
	
	background-color:#f5f5f5;
	border-top: 1px #ccc solid;
	
}

.postOptions {

	float:right;

}
