html
{
	margin:0;
	padding:0; 
	text-align: center; 
}

body
{
	font-family: Verdana; 
	font-size: 11px;
	background-color: #fff;
/*	background-image: url('../images/bg.png');*/
}

#header
{ 
	background-color: #88AA77;
	height: 50px;
	color: white;
	font-size: 20px;
	font-family:  Georgia;
	padding: 5px;
	font-style: italic;
	text-align: right;
}

#header img
{
	float: left;
}

#header a
{
	text-decoration: none;
	color: #ffffff;
}


/*-------------- Content ----------------------*/
#wrapper 
{ 
	width: 760px;
	margin: 11px auto; 
	text-align: left;
	padding: 5px;
/*	border-top: 1px inset #88AA77;
	border-right: 2px outset #88AA77;
	border-bottom: 2px outset #88AA77;
	border-left: 1px inset #88AA77;*/
	background-color: #fff;

}


#content
{ 
	padding-right: 11px;
	float: right;
	width: 550px; 
	font-family:  Verdana;
	padding-bottom: 20px;
	min-height: 150px;
}

#content post_title
{
	border-bottom: 1px solid #BCE27F;
	font-size: 13px;
	font-family:  Verdana;
	color: #88AA77;
}

#content category
{
	font-size: 10px;
	font-family:  Verdana;
	color: #000000;
	float: right;
}

#content date
{
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	float: right;
}

#content comment_count
{
	font-size: 11px;
	color: #88AA77;
	font-weight: bold;
	font-style: italic;
	float: right;
}

#content img
{
	display: block;
	margin: 5px;
	border-width: 0px;
}

#content a
{
	text-decoration: none;
	color: #88AA77;
	font-weight: bold;
}
#content a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#content h4
{
	font-size: 13px;
	font-family:  Verdana;
	color: #88AA77;
}

#left
{
	float:left;
	width: 150px; 
	padding: 2px;
}

#left li
{
	list-style-type: none;
}

#left li p
{
	font-size: 13px;
	border-bottom: 1px solid #BCE27F;
	font-weight: bold;
	color: #88AA77;
}

#left li a
{
	text-decoration: none;
	font-size: 11px;
	font-family:  Verdana, Georgia;
	font-weight: bold;
	color: #88AA77;
}

#left li a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#left li a.on
{
	border-bottom: 1px dashed #88AA77;
}


#sidenote
{
	float: left;
	width: 150px; 
	padding: 2px;
}

#sidenote h3
{
	border-bottom: 1px solid #BCE27F;
	font-size: 12px;
	color:  #88AA77;
	font-family:  Verdana;
	font-weight: bold;
}

#sidenote a
{
	text-decoration: none;
	font-size: 11px;
	font-family:  Verdana, Georgia;
	font-weight: bold;
	color: #88AA77;
}

#sidenote a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

input
{
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 11px;
	border-color: #88AA77;
	background-color: #FFFFFF;
}

#footer
{ 
	clear: both;
	text-align: center;
}

#footer a
{
	color: #88AA77;
	text-decoration: none;
}
#footer a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

/*----------Additional Tags------------*/

table
{
	border: 1px solid #BCE27F;
}

hr
{
	border : 0;
	color : #88AA77;
	background-color : #88AA77;
	height : 1px;
	width : 55%;
}

admin_message
{
	border: 1px;
	color: #000000;
	background-color: #88aa77;
	font-weight: bold;
	font-size: 14px;
}

blockquote
{
	width: 400px;
	margin: 2em auto 1em auto;
	text-align: left;
	text-indent:25px;
	background: url(../images/quotes1.png);
	background:position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p
{
	line-height: 1.8;
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url(../images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

author_image
{
	float: left;
	margin: auto 1em auto auto;
}

