body {
	font: 10pt/180% Georgia, 'Times New Roman', Times, serif;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#header h1 {
	font: normal 70% Georgia, 'Times New Roman', Times, serif;
	text-align: center;
}

#title h2 {
	font: bold 160% Georgia, 'Times New Roman', Times, serif;
	border-bottom: 3px solid #000;
	margin-bottom: 0px;
}

#title .info .date {
	float: left;
	font-size: 70%;
}

#title .info .category {
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}

#title .info .category span {
	font-weight: normal;
}

#markers_top {
	display: none;
}

#markers_bottom {
	display: none;
}

#previous {
	display: none;
}

#next {
	display: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin-top: 36px;
}

#content h3 {
	font-size: 140%;
}

#content h4 {
	font-size: 120%;
}

#content h5 {
	font-size: 110%;
}

#content h6 {
	font-size: 100%;
}

#content .edit_page_link {
	display: none;
}

#content h4.post_comment {
	display: none;
}

#content .actionLinks {
	display: none;
}

#PageComments_holder.no_comments {
	display: none;
}

#PageComments_holder h3 {
	border-bottom: 3px solid #000;
}

#PageComments {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#PageComments li {
	border-bottom: 1px dotted #000;
}

#PageComments .info {
	font-size: 70%;
}

#CommentsRSSFeed {
	display: none;
}

#PageCommentsPagination {
	display: none;
}

#timeline {
	display: none;
}

#footer {
	display: none;
}

/* TYPOGRAPHY */

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}
	.typography img.left {
		float: left;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
/* editor classes
------------------------------------------- */

.typography .reference {
	margin-left: 4em;
	text-indent: -4em;
}
