.journalDate, .journalTitle, .journalCategory{
	float:left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 10px;
}
.journalDate {
	width: 25%;
}
.journalTitle {
	width: 50%;
}
.journalCategory {
	width: 25%;
	text-align: right;
}
.journalPost {
	width: 75%;
	margin-left: 25%;
	padding-bottom: 10px;
	padding-bottom: 10px;
}
html>body .journalPost{
	width: 50%;
}

#journalFooter {
	float: right;
	width: 75%;
	margin-top: 10px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.permalink {
	width: 75%;
	margin-left: 25%;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	padding-bottom: 4px;
}
.journalPost img {
	float: left;
	margin-right: 10px;
}
.journalTitle h2 {
	float: left;
	margin-right: 10px;
}
#sectionTitle {
	background-image: url(../images/journal/page_title.gif);
}

