div.pagination {
	text-align: right;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
}

div.article {
	border: 1px #ccc solid;
	margin-bottom: 20px;
	padding: 10px;
}
h1.article-heading {
	margin-bottom: 0px;
}
div.article-date {
	font-size: 10px;
	margin-bottom: 15px;
}
/* admin controls */
div.article-controls {
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px #aa0000 solid;
	text-align: center;
}
div.article-controls a {
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

/* error classes */
div.article-error {
	color: #aa0000;
	font-size: 11px;
}
div.article-errorlist {
	margin-bottom: 10px;
}

/* archive styles */
div.article-archive-list {
}
div.article-archive-entry {
	margin-bottom: 25px;
}
span.article-date {
}
span.article-heading {
	font-weight: bold;
}
span.article-heading a {
	text-decoration: none;
	font-size: 14px;
}
span.article-page {
	font-size: 10px;
}

/* text box that edits article headings, should be the same as the h1 style */
input.article-heading {
	background: transparent;
	border: 1px #ccc dashed;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	color: #D72800;
	width: 100%;
}