body {
	color: #333;
}
a {
	color: #000;
	text-decoration: none;
}
ul {
	padding-left: 1em;
	margin-left: 0px;
}
#siteHeader {
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#siteTitle {
	margin-bottom: 0px;
}
#siteSubTitle {
	margin-top: 0px;
	font-size: 1.5em;
}
#exit {
	display: none;
}
.entry {
	padding-bottom: 1em;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.entryCopyright {
	font-size: 0.8em;
}
.lastModified, .entryFooter {
	font-size: 0.8em;
}
.sociable {
	display: none;
}
.commentMeta {
	font-size: 0.8em;
}
#postcomment {
	display:none;
}
#navigationContainer {
	display: none !important;
	padding-top: 1em;
}
#prevEntries {
	display: none;
	font-size: 1.25em;
	font-weight: bold;
}
#nextEntries {
	display: none;
	font-size: 1.25em;
	font-weight: bold;
}
#sideBarContainer {
	display: none;
}
/*
.sideBarElement {
	margin-bottom: 1em;
}
.sideBarHeader {
	margin-bottom: 0.5em;
}
.sideBarElement ul {
	padding-left: 0px;
	margin-left: 0px;
}
.sideBarElement ul li {
	display: inline;
	margin-right: 1em;
}
*/