/*energyhealingmaine2009

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 4-13-2009


/*-----------Block Level Elements--------------*/

html, body
	{
	height: 100%;
	}

Body
	{
	color: #333;
	background-color: #F6F5E7;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 85%;
	line-height: 140%;
	margin: 0;
	padding: 0;
	}

#page
	{
	width: 818px;
	margin: 10px auto 0px auto;
	min-height:100%;
	}

#header
	{
	height: 144px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/header_bkgd.jpg');
	background-repeat: no-repeat;
	}

#header img
	{
	
	}

#content
	{
	width: 537px;
	float: right;
	padding: 0px 31px 0px 0px;
	margin: 24px 0px 15px 0px;
	background-image: url('images/content_bkgd.gif');
	background-repeat: repeat-y;
	font-family: "Times New Roman", serif;
	}

#content div.inner
	{
	margin: 0px 25px 5px 26px;
	padding: 0;
	position: relative;
	}

.has_sidebar
	{
	width: 550px;
	margin-left: 25px;
	}

ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

#footer
	{
	font-size: 80%;
	margin: 0px auto;
	padding: 30px 0;
	clear: both;
	background-image: url('images/footer_bkgd.gif');
	background-repeat: no-repeat;
	}

#footer p.copyright
	{
	float: left;
	margin: 0px 0 0 60px;
	}

#footer p.iknow
	{
	float: right;
	margin: 0px 60px 0 0px;
	}


/*-------------Text elements-------------*/

a
	{
	outline: none;
	color: #2A7D3A;
	}

p
	{
	margin: 0 0 8px 0;
	padding 0;
	}

blockquote
	{
	width: 200px;
	float: right;
	border: 1px dashed #2A7D3A;
	margin: 0 0 5px 10px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	padding: 5px;
	}

blockquote p
	{
	padding: 0 5px;
	margin:0 0 6px 0 !important;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #6C2192;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	}
h1
	{
	font-size: 150%;
	margin: 0px 0px 20px 0px;
	
	}

h2
	{
	font-size: 125%;
	margin: 0px 0px 15px 0px;
	
	}

h3
	{
	font-size: 110%
	}

h4
	{

	}

h5
	{

	}

h6
	{
	font-size: 50%
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
	text-decoration: none;
	}


/*-------------Left Nav-------------*/

#leftnav
	{
	width: 250px;
	margin: 24px 0 0 0;
	float: left;
	}

#leftnav ul
	{
	margin-left: 35px;
	}

#leftnav ul li
	{
	margin: 0 0 9px 0;
	background-image: url('images/nav_button_bkgd.gif');
	background-repeat: no-repeat;
	width: 194px;
	}

#leftnav ul li a
	{
	color: #fff;
	font-size: 115%;
	font-weight: bold;
	display: block;
	padding: 5px 0 8px 20px;
	text-decoration: none;
	}

#leftnav ul li ul
	{
	margin: 0;
	}

#leftnav ul li li
	{
	margin: 0;
	background-image: none;
	}
	

#leftnav li ul li a
	{
	color: #6C2192;
	float: none;
	padding: 2px 0 2px 20px;
	}

#leftnav ul li li a:hover
	{
	color: #2A7D3A;
	}

#leftnav ul li li.current_page_item a
	{
	color: #2A7D3A;
	}

/*-------------FCK Editor templates-------------*/


/*-------------The Post-------------*/

.post
	{
	
	}

.page_content
	{
	margin: 0px 0px 0px 0px;
	}

.post p
	{
	margin: 0px 0px 15px 0px;
	}

.post .entry
	{

	}

.post h2
	{
	
	}

.entry h2
	{
	
	}

.post h3
	{
	
	}

.post ul
	{
	margin: 0 0 1em 10px;
	padding-left: 10px;
	list-style-image: url('images/bullet.gif');
	}

.post li
	{
	list-style-position: outside;
	}

.postmetadata
	{
	font-size: 95%;
	color: 999;
	margin: 0;
	padding: 0;
	}

.post hr
	{
	border-width: 2px;
	border-style: dotted none none none;
	border-color: #A1B9E5;
	background-color: #fff;
	width: 85%;
	text-align: center;
	margin: 5px auto 15px auto;
	}

.post_date
	{
	font-size: 90%;
	margin: 5px 0px 0px 0px;
	color: #6BAB45;
	}
	



/*--------------Home Page Styling------------*/
#home #header
	{
	border: none;
	}

#home #content
	{
	position: relative;
	}

#home #content div.inner
	{
	
	}

/*--------------Events Page Styling------------*/
#single h1
	{
	margin: 0 0 5px 0;
	}

.event_title
	{
	font-weight: strong;
	margin: 0;
	}

.event_info
	{
	margin: 15px 0 0 0;
	}

blockquote form
	{
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	}

.class_list, .event_list
	{
	margin-left: 20px;
	}

/*--------------contact Page Styling------------*/


#contact #sidebar
	{
	
	}

#contact #content
	{
	
	}


/*-------------Widgets and sidebars------------------*/

#sidebar_right
	{
	float: right;
	width: 215px;
	margin: 0 0 0 0;
	}

.widgettitle
	{
	margin: 0px 0px 5px 0px;
	}

li.widget ul, li.widget select
	{
	margin: 0px 0px 10px 0px;
	}

li h2
	{
	margin: 0px 0px 5px 0px;
	}

#sidebar_right ul li ul
	{
	margin: 0px 0px 0px 0px;
	}

#sidebar_right h2
	{
	color: #fff;
	background-color: #666;
	background-image: url('images/iknow_heading_block.gif');
	background-repeat: no-repeat;
	background-position: 10px;
	padding: 5px 0px 5px 30px;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

#sidebar
	{
	width: 195px;
	border-right: 1px solid #222;
	background-image: url('images/sidebar_bkgd.gif');
	}

#sidebar div.inner
	{
	margin: 0px 0px 0px 15px;
	background-color: #A1B9E5;
	}

div.rightside_post
	{
	margin: 0 0 15px; 0;
	}

div.rightside_post h3
	{
	font-size: 110%
	}
	
/*-------------Comments (needs cleanup)------------------*/



/*-------------Other------------------*/


.clearboth
	{
	clear: both;
	height: 1px;
	}

.clearright
	{
	clear: right;
	}

.floatleft
	{
	float: left;
	}

.alignleft
	{
	float: left;
	margin-right: 1em;
	}

.alignright
	{
	float: right;
	margin-left: 1em;
	}

.wp-caption
	{
	background-color: #eee;
	border: 1px solid#ccc;
	}

.wp-caption img
	{
	display: block;
	margin: 5px auto;
	}

.wp-caption p
	{
	margin: 5px;
	}

.floatright
	{
	float: right;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #222;
	padding: 3px;
	}

.hide
	{
	display: none;
	}

.slim
	{
	margin: 0;
	}

.sans
	{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	}
