body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.small {
	font-size: 80%;
}

.entrylinks {
	font-size: 90%;
	text-align: center;
	margin: 0;
}

.commentlink {
	font-size: 80%;
	text-align: right;
}

.errormsg {
	text-align: center;
	font-size: 125%;
	color: white;
}

/* Heading: The title - Caferock.org */

#heading {
	width: 900px;
	margin: 0 auto;
}

#heading h1 {
	margin: 0;
	font-size: 80%;
	font-variant: small-caps;
	font-family: Verdana, sans-serif;
}

#heading h1 a {
	color: white;
}

/* Container - The main container for the blog */

#containerheader {
}

#container {
	width: 900px;
	margin: 0 auto 10px auto;
}

#containerfooter {
}

/* Banner - The banner which displays the title */

#bannerheader {
}

#banner {
}

#banner h2 { /* The main title */
	margin: 0;
	font-size: 150%;
}

#banner span.title {
	/* display: none; */
}

#banner h3 { /* The subtitle */
	margin: 0;
	font-size: 125%;
}

#bannerfooter {
}


/* Topmenu - the menu that conatains links to other main areas in the site */

#topmenuheader {
}

#topmenu {
}

#topmenu ul {
}

#topmenu a {
}

#topmenufooter {
}

/* Sidebar - the side menu that controls the blog navigation */

#sidebarheader {
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 80%;
}

#sidebar h4 {
	text-align: center;
}

#sidebar ul {
	margin: 5px;
	padding: 5px 0 5px 10px;
	
	list-style-type: none;
	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#sidebar li {
	padding: 2px 0;
	text-indent: -10px;
}

#sidebar img.feedicon {
	float: right;
	margin-right: 20px;
	border: none;
}

#sidebarfooter {
}

/* Content - the main content of the page */

#contentheader {
}

#content {
	margin-left: 200px;
	padding: 1em;
}

#content h2 { /* The intro: "Recent Entries" etc. */
	margin-bottom: 0;
	font-size: 150%;
	border-bottom: 1px solid black;
}

#content h3 { /* The title of the blog */
	margin-bottom: 0;
	font-size: 125%;
	border-bottom: 1px solid black;
}

#content h4 { /* Date of the blog entry */
	margin-top: 0;
	text-align: right;
}

#content h5 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: .5em 0;
}

#content h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: .5em 0;
}

#content span.entryauthor {
	/*display: none*/
}

#content hr {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

#contentfooter {
}

/* Editmenu - the links at the top of the blog to make changes or add a new blog entry */

#editmenu {
	margin: 0;
	padding: 0;
	
	text-align: right;
	font-size: 80%;
}

/* Comments - The comments section of the page */

#comments h3 { /* The title: "Add Comments" etc. */
	border-bottom: 1px solid black;
}

#comments h4 { /* The name of the commenter and the date */
	font-weight: normal;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#comments p {
	margin-top: 0;
	padding-left: 10px;
	padding-right: 10%;
}

#comments form {
	font-size: 80%;
}
