/* general page declarations */
html,body {
	margin: 0 auto;
	padding: 0;
	background: #82ca9c
}
a {
	color: white;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

div#content {
	width: 744px;
	border: 3px solid black;
	margin: 5px auto;
	padding: 5px;
	background: #00a99d;
	font: 12pt verdana,sans-serif;
}
div#footer {
	clear: both;
	font-size: 7pt;
	padding-top: 2px;
	text-align: center;
}
/* backgrounds  for alternating elements */
.odd { background: #25928b; }
.even { background: #71b5ac; }

br.clear {
	clear: both;
}

/* right section styling */
div#main_section {
	width: 494px;
	display: inline;
	float: left;
}
ul#blogposts {
	padding: 3px;
	margin: 0;
	background: #000;
	width: 100%;
	list-style: none;
}
ul#blogposts li {
	margin-bottom: 2px;
	padding: 5px;
}
ul#blogposts li:last-child {
	margin-bottom: 0;
}
ul#blogposts h1 {
	margin: 0;
}
ul#blogposts p {
	padding: 0;
	margin: 2px;
}
ul#blogposts small {
	display: block;
	font: 9pt monospace;
	margin: 0 10px 5px;
}
ul#blogposts small a.trackback {
	margin: 0 5px;
	text-decoration: underline;
}
ul#blogposts ol,ol li{
	list-style: decimal;
}
ul#blogposts ol li { padding: 0px; margin: 0;}
img.imageright {
	float: right;
}

/* styling for modules on the right of the main content area */
#rightsidebar {
	width: 220px;
	float: right;
}
div.right-module {
	width: 220px;
	float: right;
	display: inline;
	border: 3px solid black;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 9pt;
}
div.right-module p {
	margin: 3px 0;
}
div.right-module h5 {
	margin: 0;
	font-size: 10pt;
}
div.right-module h6 {
	margin: 2px 0;
	font-size: 9pt;
	text-align: center;
}
div.right-module small {
	margin: 2px 0;
	display: block;
	text-align: center;
}
div.right-module img.imgpreview {
	border-color: #000;
	margin: 0 auto;
	display: block;
	text-align: center;
}
div.right-module img.imgpreview:hover {
	border-color: #fff;
}
div.right-module ul {
	margin: 5px;
	padding: 0 0 0 22px;
	list-style: none;
}
/* input form styling */
form {
	clear: both;
}
form ul { 
	margin: 0;
	padding: 0;
}
form li {
	clear: both;
	list-style: none;
}
form label { 
	float: left;
	width: 130px;
	margin: 2px 10px 0 0;
	text-align: right;
}
form input,form textarea {
	float: left;
	clear: right;
	margin: 2px 0;
	width: 320px;
}
form textarea {
	height: 125px;
}
form input.nolabel {
	line-hight: 30px;
	height: 30px;
	width: auto;
	margin-left: 140px;
}