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

#headerStage {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#mainStage {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#archiveBlock {
	background-position: 0 top;
	width: 260px;
	margin-right: 20px;
	float: right;
	background-image: url(/monologue/common/img/silhouette.png);
	background-repeat: no-repeat;
}

#entryBlock {
	width: 430px;
	margin-left: 50px;
	float: left;
}

#entryBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#trackbacks {
	width: 430px;
	margin-left: 50px;
	margin-bottom: 25px;
	float: left;
}

#trackbacks:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#comments{
	width: 430px;
	margin-left: 50px;
	margin-bottom: 50px;
	float: left;
}

#comments:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainStage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footerStage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#footerStage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

