/*
Theme Name: iknow_ssimpson

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 5-28-2008


/*-----------Block Level Elements--------------*/

Body
	{
	color: #333;
	background-color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 160%;
	padding: 0px;
	margin: 0;
	}

#page
	{
	width: 800px;
	margin: 0 auto;
	}

#header
	{
	width: 100%;
	height: 120px;
	background-image: url('images/header.jpg');
	background-position: 0px 0px;
	}

#sidebar
	{
	}

#sidebar div.inner
	{
	margin: 0px 10px 0px 0px;
	}

#content
	{
	width: 100%;
	}

#content div.inner
	{
	margin: 20px 75px 10px 75px;
	}


ul
	{
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

#footer
	{
	font-size: 11px;
	width: 100%;
	height: 40px;
	background-image: url('images/footer.gif');
	clear: both;
	}

#footer a
	{
	color: #999;
	}

#footer p.copyright
	{
	float: left;
	margin: 17px 0 0 30px;
	color: #FFF;
	}

#footer p.iknow
	{
	float: right;
	margin: 25px 10px 0 0;
	}

/*-------------Text elements-------------*/

a
	{
	text-decoration: none;
	color: #1ED23B;
	}

/*-------------Headings-------------*/

h1, h2, h3, h4, h5, h6
	{
	color: #1ED23B;
	}

h2.title, h1.title
	{
	color: #fff;
	background-color: #f9512A;
	padding: 5px 0px 5px 15px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 5px;
	margin: 0;
	}

h1
	{
	font-size: 180%;
	margin: 0px 0px 20px 0px;
	}

h2
	{
	font-size: 150%;
	margin: 0px 0px 20px 0px;
	}

h3
	{
	font-size: 120%
	}

h4
	{

	}

h5
	{

	}

/*-------------Top Nav-------------*/

#topnav
	{
	position: relative;
	top: 75px;
	left: 225px;
	padding: 0px 20px 0px 0px;
	float: left;
	}

#topnav ul
	{
	height: 28px;
	background-color: #fff;
	}

#topnav ul li
	{
	
	
	margin: 0px 0px 0px 0px;
	height: 28px;
	}

#topnav ul li a
	{
	height: 24px;
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding: 1px 15px 0px 15px;
	margin-top: 2px;
	text-decoration: none;
	}

#topnav a:hover
	{
	color: #f9512A;
	}

/*-------------A few (GASP!)table items-------------*/

table.main
	{
	margin-left: 0px;
	margin-right: 0px;
	}

td
	{
	vertical-align: top;
	}

/*-------------FCK Editor styles-------------*/

.green_text
	{
	color: #1ED23B;
	}

/*-------------The Post-------------*/

.post
	{
	margin: 0px;
	}

.post p
	{
	margin: 0px 0px 10px 0px;
	}

.post .entry
	{
	margin: 10px 0px 0px 0px;
	}

.post h2.title, .post h1.title
	{
	color: #f9512A;
	text-decoration: underline;
	background: none;
	padding: 0px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0px 0px 10px 0px;
	}

.post h2
	{
	margin:0px 0px 0px 0px;
	}

.entry h2
	{
	margin:0px 0px 10px 0px;
	}

.post h3
	{
	margin:0px 0px 0px 0px;
	font-size: 130%
	}

.post ul
	{
	margin: 0px 0px 15px 10px;
	padding-left: 10px;
	list-style: disc;
	}

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;
	}



/*--------------Home Page Styling------------*/

#home #content
	{
	background-image: url('images/home_main.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	}

#home #content div.inner
	{
	margin: 0px 0px 0px 0px;
	}

#home div.slideshow
	{
	width: 500px;
	margin: 10px 0px 0px 236px;
	padding-top: 1px;
	}

#home #post-3
	{
	position: relative;
	top: -213px;
	left: 8px;
	}

#home #post-10
	{
	position: relative;
	top: -75px;
	width: 520px;
	margin: 0px 0px 0px 225px;
	}

#home div.post img
	{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	}

#home #footer
	{
	position: relative;
	top: -70px;
	}

/*--------------Gallery Page Styling------------*/

#gallery div.inner
	{
	margin: 25px 10px 20px 0px;
	}

#gallery div.post
	{
	float: left;
	width: 240px;
	}

#gallery .post h2.title, h1.title
	{
	width: 210px;
	color: #fff;
	background-color: #f9512A;
	padding: 5px 0px 5px 15px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: 5px;
	text-decoration: none;
	margin: 0;
	}

.slideshow_nav
	{
	font-size: 115%;
	}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	width: 240px;
	
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;

}

.ngg-gallery-thumbnail-box {
	float: left;
	
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 9px;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #000;
	display:block;  
	margin:4px 0px 4px 0px;
	padding:0px;
	position:relative;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
	opacity:1.0;
	filter:alpha(opacity=100);
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: none;
}

#picture-border
	{
	float: right;
	width: 500px;
	height: 360px;
	margin-right: 20px;
	}

#picture-border-lr
	{
	width: 498px;
	height: 360px;
	border-left: 1px solid #959593;
	border-right: 1px solid #959593;
	}

#holder
	{
	height: 360px;
	margin-left: 10px;
	margin-right: 9px;
	}



/*--------------contact Page Styling------------*/

#contact #sidebar
	{
	
	}

#contact #content
	{
	
	}

/*-------------Categories------------------*/

.current-cat a
	{
	color: #666;
	text-decoration: none;
	}
/*-------------Other------------------*/

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}

.floatleft
	{
	float: left;
	}

.floatleft_img
	{
	float: left;
	margin-right: 10px;
	}

.floatright
	{
	float: right;
	}

.floatright_img
	{
	float: right;
	margin-left: 10px;
	}

left_margin
	{
	margin-left: 10px;
	}

right_margin
	{
	margin-right: 10px;
	}

btm_margin
	{
	margin-bottom: 10px;
	}

.block
	{
	display: block;
	}

img.bordered
	{
	border: 1px solid #000000;
	padding: 3px;
	}

.hide
	{
	display: none;
	}

#myContent
	{
	
	}

#easyscroll{
	margin:1em 0;
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:35px;
		line-height:28px;
		margin:0;	
		padding:0;
		
		}	
	#easyscrollnav{
		margin:1em 0;
		position: relative;
		width: 225px;
		height: 35px;
		}			
	#easyscrollnav li{
		list-style:none;
		float:left;
		width: 35px;
		height: 35px;	
		padding:0;
		color:#333;
		}					
	#easyscrollnav li.over{
		color:#999;
		text-decoration:underline;
		}
	li#btnUp
		{
		background-image: url('images/btnUp.jpg');
		margin-right: 125px;
		margin-left: 15px;
		}
	#btnDown
		{
		background-image: url('images/btnDown.jpg');
		margin-right: 15px;
		}


.slideshowContainer {
	border: 0px solid #ccc;
	margin-left: 10px;
	margin-right: 9px;
	height: 360px;
	
}

		