	#content
	{ margin: 20px 245px 10px 18px; font-size: 80%; }

	#content h1
	{ margin-bottom: 1em; }
	

/* blog post styles */

	#content .post 
	{ margin: 0 0 2em; }
	
	#content .post h2, 
	#content .post h3, 
	#content .post small, 
	#content .post .postmetadata, 
	{ margin: 0; }
	
	#content .post .entry 
	{ margin: 1em 0; }
	
	#content .post .entry p
	{ margin: 0 0 .5em; }

/* comments styles */

	#content h3#comments
	{ margin-bottom: 1em; }

	#content ol.commentlist small
	{ display: block; margin-bottom: 1em; }

	#content ol.commentlist li 
	{ margin-bottom: 2em; list-style: none; }

/* archives, recent posts, RSS feeds, etc styles */

	#bar .sideItem h2.widgettitle
	{ margin-bottom: .5em; }

	#bar .sideItem h2.pagetitle
	{ margin-bottom: 1em; }

	#bar .SideItem ul
	{ margin-bottom: .5em; }
	
	#bar .SideItem li 
	{ list-style: none; }
	
	#bar .SideItem li li 
	{ margin: 0 0 .5em .5em }
	
	#bar .SideItem, .SideItem a 
	{ color: rgb(229,233,231); }
	
	#bar h2
	{ font-size: 100%; }
	
	.navigation div
	{ display: inline; padding-right: .5em;}


	#bar #cms_nav
	{ margin-top: 1em; }

/* form and captcha styles */
	
	#submit
	{ background: rgb(230,230,230); padding: .25em;  }
	
	#content input, #content textarea
	{ border: 1px solid rgb(204,204,204); 
	  margin: .5em 0; padding: .5em;
	}
	
	#content textarea
	{ width: 511px; }
	
	#content form p 
	{ margin: 0 0 1em; display: block; }
	
	#recaptcha_area
	{ margin: 10px 0 1em -3px; }

