@charset "utf-8";
/* CSS Document */

.post {
	top: 5px;
}

#header, #footer, #sidebar, .tag_links_article {
	display: none;
}
  
#page {
	padding: 0px;
}
  
#content, .post, body, #page {
	width: 99%;
	margin: 0;
	float: none;
	color: #000;
	background-color: white;
	border: 0px;
}

a:link, a:visited {
	color: #781351;
}

.post .title, .post .title b {
	color: #000;
	border-bottom: 0px;
}

