/* reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end of reset styles */

body
{
/*	background: #fffff0; */
	background: #cdc6c2;
	font-family: georgia, serif;
	font-size: small;
}

h2
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 78%;
	text-transform: uppercase;
	color: #cc9966;
}

h3
{
	font-size: 140%;
	line-height: 1.4em;
	color: #996633;
}

h4
{
	font-size: 120%;
	line-height: 1.2em;
	color: #996633;
	text-decoration: underline;
}

a
{
	text-decoration: none;
	text-transform: none;
	color: #669933;
}

 a:hover
{
	text-decoration: underline;
	text-transform: none;
}

#header
{
	width: 800px;
	margin: 0 auto;
	background-color: white;
	border-color: #b4aba5;
	border-style: solid;
	border-width: 0px 1px;
}

#content
{
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background-color: white;
	border-color: #b4aba5;
	border-style: solid;
	border-width: 0px 1px;
}

#main
{
	width: 580px;
	padding: 0 10px;
	float: left;
	min-height: 100%;
}

#main .post
{
	margin: 0 0 20px 0;
}

#main .post .post-body
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

#main .post .post-body p
{
	margin: 0 10px 10px 10px;
}

#main .post .post-body ul
{
	margin: 0 30px 10px 30px;
}

#main .post .post-body p.blogger-labels
{
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

#main .post .post-footer 
{
	margin: 10px 0px 0px 0px;
	font-style: italic;
	font-size: 78%;
}

#main .post .post-footer .comment-link
{
	display: block;
}

#sidebar
{
	width: 180px;
	float: left;
}

#sidebar  ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#sidebar li 
{
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0.25em 15px;
	text-indent:-15px;
}

#sidebar .sidebar-title
{
	padding: 10px 0 0 0;
}

#sidebar #powered-by
{
	padding: 10px 0;
}

.comment-poster
{
	margin: 20px 0 0 0;
}

.comment-body
{
	margin: 10px 40px;
}

.comment-timestamp
{
	margin: 10px 0 0 10px;
	font-style: italic;
	font-size: 78%;
}

.leftImage
{
	float: left;
	padding: 10px;
}

.rightImage
{
	float: right;
	padding: 10px;
}

#footer
{
	clear: both;
}