/*
Theme Name: iknow_2009

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 12-29-2008


/*-----------Block Level Elements--------------*/

html, body
	{
	height: 100%;
	}

Body
	{
	color: #333;
	background-color: #EFF0EA;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	}

#page
	{
	width: 882px;
	margin: 0px auto 0px auto;
	background-image: url('images/body_bkgd.gif');
	background-repeat: repeat-y;
	min-height:100%;
	}

#header
	{
	height: 95px;
	margin: 0px 0px 0px 0px;
	}

#header img
	{
	margin: 0px 0px 0px 30px;
	}

#content
	{
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	}

#content div.inner
	{
	margin: 0px 28px 20px 58px;
	padding: 0;
	position: relative;
	min-height: 400px;
	}

#left_column
	{
	
	}

.wide_column
	{
	width: 688px;
	}

.has_sidebar
	{
	width: 488px;
	}

ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

a
	{
	outline: none;
	}

#footer
	{
	font-size: 90%;
	margin: 0px auto;
	padding: 10px 0;
	width: 840px;
	border-top: 2px dotted #6F6F6F;
	clear: both;
	}

#footer a
	{
	color: #333;
	text-decoration: none;
	}

#footer p.copyright
	{
	
	}


/*-------------Text elements-------------*/

a
	{
	color: #723284;
	}

p
	{
	margin: 0 0 15px 0;
	padding: 0;
	}

.hidden
	{
	position: absolute;
	left: -999em;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #2D357D;
	font-weight: normal;
	}
h1
	{
	font-size: 170%;
	margin: 5px 0px 15px 0px;	
	}

h2
	{
	font-size: 135%;
	margin: 10px 0px 10px 0px;
	
	}

h3
	{
	font-size: 110%
	}

h4
	{
	font-size: 110%
	}

h5
	{

	}

h6
	{
	font-size: 50%
	}


/*-------------Top Nav-------------*/

#topnav
	{
	background-color: #99BADD;
	height: 27px;
	width: 850px;
	margin: 0 auto;
	line-height: 100%;
	}

#topnav ul
	{
	position: relative;
	height: 27px;
	margin-left: 42px;
	z-index: 100;
	}

#topnav ul li
	{
	float: left;
	background-color: #4C4C4C;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 27px;
	border-right: 1px solid #fff;

	}

#topnav ul li a
	{
	font-size: 13px;
	display: block;
	color: #fff;
	padding: 6px 22px 7px 22px;
	text-decoration: none;
	}

#topnav ul li ul
	{
	margin: 0px;
	border-left: 0px solid;
	width: 170px;
	position: absolute;
	visibility: hidden;
	background-color: #5777B2;
	}

#topnav ul li li
	{
	width: 170px;
	height: 27px;
	background-color: #5777B2;
	border-right: 0px solid #fff;
	}
	

#topnav li ul li a
	{
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 0px 8px 10px;
	}

#topnav a:hover
	{
	background-color: #EFF0EA;
	color: #000;
	}

#topnav ul li.current_page_item a
	{
	color: #000;
	background-color: #EFF0EA;
	}

#topnav ul li.current_page_item li a
	{
	color: #fff;
	background-color: #5777B2;
	}

#topnav ul li.current_page_item li a:hover
	{
	background-color: #EFF0EA;
	color: #000;
	}


/*-------------FCK Editor templates-------------*/


/*-------------The Post-------------*/

.post
	{
	
	}

.page_content
	{
	margin: 0px 0px 0px 0px;
	}

.post p
	{
	margin: 0px 0px 10px 0px;
	}

.post .entry
	{
	
	}

.post h2
	{
	margin: 0px 0px 10px 0px;
	}

.entry h2
	{
	margin: 25px 0px 8px 0px;
	}

.post h3
	{
	margin: 15px 0px 8px 0px;
	}

.post h4
	{
	margin: 15px 0px 7px 0px;
	}

.post ul
	{
	margin: 0 0 1em 10px;
	padding-left: 10px;
	list-style-type: disc;
	}

.post li
	{
	padding: 0 0 0 4px;
	list-style-position: outside;
	}

.postmetadata
	{
	font-size: 95%;
	color: #999;
	margin: 0;
	padding: 0;
	}

blockquote
	{
	width: 200px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding-left: 30px;
	background-image: url('images/quotes.gif');
	background-repeat: no-repeat;
	color: #333;
	font-size: 125%;
	}

blockquote p
	{
	background-image: url('images/end_quotes.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 15px;
	}

.post hr
	{
	border-width: 2px;
	border-style: dotted none solid none;
	height: 3px;
	border-color: #A1B9E5;
	background-color: #fff;
	width: 75%;
	text-align: center;
	margin: 5px 0px 15px 0px;
	}

.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
	{
	margin: 50px 70px 0 3px;	
	}

.home_tagline
	{
	line-height: 180%;
	text-align: center;
	padding: 35px 35px 20px 20px;
	font-weight: bold;
	}

.home_tagline img
	{
	padding: 0 10px;
	}

#home #sidebar_right
	{
	width: 280px;
	margin: 0 28px 0 0;
	}

#home div.rightside_post .entry
	{
	padding: 0px;
	background-color: #fff;
	}

#accordian
	{
	width: 280px;	
	}

.list_head
	{
	letter-spacing: .1em;
	font-weight: bold;
	padding-left: 10px;
	background-color: #FBFBF4;
	}

#accordian p
	{
	padding: 0 0 5px 0;
	margin: 0;
	}

#accordian li
	{
	border-bottom: 2px dotted #6F6F6F;
	background-color: #fff;
	}

#accordian li.last
	{
	border-bottom: none;
	}

#accordian li ul
	{
	padding: 0;
	}

#accordian li li
	{
	background-color: #E8EAE1;
	background-image: url('images/accordian_bkgd.gif');
	background-repeat: repeat-x;
	border-bottom: none;
	padding: 5px 5px 10px 15px;
	}

#accordian li a.list_head
	{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
	padding: .4em 0 .2em .4em;
	}

#accordian li li a
	{
	
	}

#slider
	{
	border: 3px solid #c3d2e2;
	position: relative;
	overflow: hidden;
	margin: 15px 0 0 55px;
	padding: 0 0 0 0;
	}

#slider ul
	{
	position: absolute;
	}

#slider li
	{
	background-color: #fff;
	width:350px;
	height:265px;
	}

#slider li div p
	{
	text-align: center;
	}

#slider li img
	{
	display: block;
	margin: 0 auto;
	}

/*--------------Portfolio Page Styling------------*/

#portfolio div.inner
	{
	margin-left: 47px;
	}

#portfolio #left_column
	{
	padding-top: 0px;
	}

#portfolio .has_sidebar
	{
	width: 557px;
	}

#portfolio .post .entry
	{
	margin: 0px 0px 0px 0px;
	}
#portfolio #sidebar_right
	{
	float: right;
	width: 250px;
	margin: 0 0 0 0;
	}

.portfolio
	{
	width: 252px;
	float: left;
	margin: 0 24px 24px 0;
	
	}

.portfolio img
	{
	border: 1px solid #ccc;
	
	}
	
.portfolio .entry h3
	{
	font-weight: bold;
	margin: 1px 0 0 0;
	padding: 0 0 3px 10px;
	background-color: #EbEbE0;
	color: #000;
	border: 1px solid #ccc;
	}

.portfolio .entry h3 a
	{
	color: #333;
	}

/*--------------contact Page Styling------------*/


#contact #sidebar
	{
	
	}

#contact #content
	{
	
	}


/*-------------Widgets and sidebars------------------*/

#sidebar_right
	{
	float: right;
	width: 250px;
	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.1em;
	margin: 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%
	}

div.rightside_post .entry
	{
	font-size: 12px;
	line-height: 140%;
	padding: 8px;
	background-color: #E8EAE1;
	background-image: url('images/accordian_bkgd.gif');
	background-repeat: repeat-x;
	}
	
/*-------------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;
	}

.wp-pagenavi
{
clear:none;
margin: 10px 0;
text-align: center;
}

.wp-pagenavi span.current {
font-weight:bold;
background-color: #FCB515;
color: #fff;
border: 1px solid #fff;
}

.wp-pagenavi a:hover{
border-color:#000000;
background-color: #99BADD;
color: #fff;
border: 1px solid #fff;
}

