html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address
	{
	margin:0;
	padding:0;
	}
	
ul,li 
	{
	list-style-type:none;
	}
	
body 
	{
	color:#000000;	/***** editable *****/
	background-color:#E4F0C0;  /***** editable *****/
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;	/***** editable *****/
	}
	
hr 
	{
	clear:both;
	visibility:hidden;
	}
	
.clear 
	{
	clear:both;
	}
	
.clearboth
	{
	clear: both; 
	}
	
.centered, p.centered 
	{
	text-align:center;
	padding:5px;
	}
	
h2, h1
	{
	color: #330000;  /***** editable *****/
	font-size: 22px;  /***** editable *****/
	padding-left:5px;
	padding-top:12px;
	text-transform:capitalize; 
	}

.caption
	{
	text-align:center;
	font-weight:bold;
	}
	
.right 
	{
	text-align:right;
	}	
		
img 
	{
	border:0;
	margin:0;
	}	
	
.img-left
    {
	margin-left:15px;
	}
	
a:link
	{
	text-decoration:none;
	}
	
a:hover
	{
	text-decoration:underline;
	}
	
a:active
	{
	text-decoration:underline;
	}

/****************************** END OF GLOBAL ******************************/


#container
	{
	width: 600px;
	margin:auto;
	background-color:#F1F7E9;	/***** editable *****/
	border: 5px solid #000000;  /***** editable *****/
	}

#post_container
	{
	border: 0px solid #ccc;
	}
	
/********************************* Sidebar *********************************/

#left_pan
	{
	background-color:#BBDAEE;
	overflow: visible;
	width:580px;
	height:auto;
	overflow: visible !important;
	margin: 200px 10px 10px 10px;
	}

#left_pan h2
	{
	margin-top: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	font-size: 16px;	/***** editable *****/
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #330000;;  /***** editable *****/
	color:#330000;;	 /***** editable *****/
	}

#left_pan ul 
	{
	padding:0px;
	margin: 0px; /* for IE */
	list-style:none;
	}
	
#left_pan li 
	{
	list-style-type: none;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}

.sidebar_container
	{
	margin: 5px 10px 20px 10px;
	color:#000000;
	font-size:0.9em;
	}

#left_pan a:link, #left_pan a:hover, #left_pan a:visited
	{
	color:#000000; 	 /***** editable *****/
	font-size:.9em;  	 /***** editable *****/
	text-decoration: none;
	}

#left_pan a:hover
	{
	text-decoration: underline;
	}
	
	
/********************************* body *********************************/

#right_pan
	{
	overflow: visible !important;
	width: 580px;
	margin: 0px 10px 10px 10px;
	height: auto;
	}

#right_pan h2
	{
	margin-top: 0px;
	font-size: 16px;	/***** editable *****/
	color: #000000;	/***** editable *****/
	display: block;
	margin-bottom: 0px;
	}

#right_pan .meta
	{
	font-size: 12px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ABB9C8;
	}


#right_pan .comments
	{
	padding-bottom: 5px;
	}
	
.main
	{
	margin: 0;
	padding: 0;
	}

/********************************* footer *********************************/
#footer
	{
	clear:both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: .8em; /***** editable *****/
	color: #000000; /***** editable *****/
	min-height:20px;
	background-color:#91B38F;  	 /***** editable *****/
	}
	

/********************************* simple css *********************************/
	
#wrapper-posts
	{
	clear:both;
	}
	
.entry_header h2,
.entry_header h1
{
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20px;  	 /***** editable *****/
}

.entry_body
{
	font-size: 16px;  	 /***** editable *****/  	 
}

.entry_body img
{
	margin: 0px .5em;
}

.entry
{
	overflow: hidden;
}

.entry_actions
{
	text-align: right;
}

.small .entry_header h2
{
	font-size: small;
}

.medium .entry_header h2
{
	font-size: medium;
}

.large .entry_header h2
{
	font-size: large;
}

#footer_nav
{
	float: right;
	text-align: right;
	vertical-align: baseline;
}

#header_nav,
#footer_nav,
#copyright_notice
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#copyright_notice
{
	float: left;
}

.inline_menu span
{
	margin: 0px 3px;
}