/*
Theme Name: iknow_basic

Description: This is a generic WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net


/*-----------Block Level Elements--------------*/

Body
	{
	color: #000000;
	background-color: #750000;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0;
	margin: 0;
	}

#page
	{
	border: 0px solid;
	width: 930px;
	margin: 0 auto 20px auto;
	}

.description
	{

	}

#content
	{
	width: 700px;
	min-height: 475px;
	height: 475;
	margin: 25px 0px 5px 0px;
	border: 0px solid;
	}

#content div.inner
	{
	margin: 35px 50px 0px 20px;
	border: 0px solid;
	}

#sidebar
	{
	width: 225px;
	background-color: #C7C7CD;
	}

#sidebar div.inner
	{
	margin: 30px 0px 10px 18px;
	}

ul
	{
	list-style:none!important; 
	}

a img
	{
	border: none;
	}

#footer
	{
	font-size: 11px;
	color: #888;
	background-color: #C7C7CD;
	width: 100%;
	margin-top: 10px;
	border: 0px solid;
	}

#footer p
	{
	margin-left: 55px;
	}

/*-------------Text elements-------------*/

a
	{
	text-decoration: underline;
	color: #EFDF00;
	}

.serif
	{
	font-family: georgia, "times new roman", serif;
	}

/*-------------A few (GASP!)table items-------------*/

table
	{
	}

td
	{
	vertical-align: top;
	}

.fck_template
	{
	border: none;
	margin: 10px 0px 0px 0px;
	}

.fck_template img
	{
	border: 1px solid #888;
	
	}


/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	color: #000059;
	
	}
h1
	{
	font-size: 160%
	margin: 0px 0px 20px 0px;
	}

h2
	{
	font-size: 125%;
	margin: 0px 0px 15px 0px;
	}

h3
	{
	font-size: 100%
	}

h4
	{

	}

h5
	{

	}

/*-------------Left Navigation-------------*/


#leftnav
	{
	height: 547px;
	}

#leftnav ul
	{
	padding: 0px;
	margin: 0px;
	}

#leftnav ul li
	{
	
	width: 190px;
	}

#leftnav ul li a
	{
	
	}

/*-------------The Post-------------*/

.post
	{
	margin: 10px 10px 10px 0px;
	}

.post p
	{
	margin: 0px 0px 10px 0px;
	}

.post div.inner
	{
	margin:10px;
	}

.post h2
	{
	margin:10px 0px;;
	}

.post h3
	{
	margin:15px 0px;
	}

h3.project_title
	{
	margin-top: 10px;
	}

.big_image img
	{
	
	}

p.project_desc
	{
	margin: 10px 0px 20px 0px;
	font-size: 110%;
	}

.more_images
	{
	margin: 20px 0px 0px 0px;
	}

/*--------------Splash Page Styling------------*/

#splash #content
	{
	text-align: center;
	width: 930px;
	}

#splash div.ngg-galleryoverview
	{
	position: absolute;
	left: -9999px;
	}

.splash_link
	{
	margin-top: 10px;
	}

#splash div.slideshowContainer
	{
	width: 640px;
	height: 467px;
	margin: 50px auto 0 auto;
	}

/*--------------Home Page Styling------------*/

#home #content
	{
	}

#home #content div.inner
	{
	border: 0px solid black;
	margin: 0px 0px 0px 20px;
	margin-top: 50px;
	height: 100%
	}

#home .image_container
	{
	border: 1px solid;
	margin-left: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	}

#home .slideshow
	{
	border: 1px solid #ccc;
	width: 350px;
	}

.featured
	{
	width: 100%;
	margin-left: 20px;
	}

.featured h2
	{
	color: #33444b;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	margin: 0px 0px 10px 10px;
	}

div.featured h3
	{
	width: 100%;
	border-bottom: 1px dotted #3F70B2;
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	color: #1A4886;
	margin: 0px 0px 5px -20px;
	}

div.featured h3 span
	{
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	}

div.featured img
	{
	float: left;
	}

div.featured img.first
	{
	margin-right: 20px;
	}

/*--------------Projects Page Styling------------*/

#projects #content div.inner
	{
	margin: 35px 0px 10px 23px;
	}

.project_title h3
	{
	font-family: "Lucida Grande", arial, verdana, sans-serif;
	font-style: italic;
	color: #000059;
	margin: 0px 0px 5px 0px;
	}
	
#project_nav
	{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: 0px solid;
	}

#project_nav li
	{
	display: inline;
	margin-right: 28px;
	}

#project_nav li.last
	{
	margin-right: 0px;
	}

#project_nav li a
	{
	text-decoration: none;
	color: #373737;
	}

#project_nav li a:hover
	{
	text-decoration: none;
	color: #24009C;
	}

#project_nav li a.active
	{
	color: #24009C;
	font-weight: bold;
	}

.gallery_thumbnail
	{
	float: left;
	margin: 0px 30px 30px 0px;
	}


/*--------------Travels Page Styling------------*/

#travels .image_container
	{
	width: none;
	}


/*--------------contact Page Styling------------*/

#contact #sidebar
	{
	
	}

#contact #content
	{
	
	}

#contact #sidebar div.widget_box
	{
	margin-left: 0px;
	}

/*-------------Categories------------------*/

.current-cat a
	{
	color: #666;
	text-decoration: none;
	}
/*-------------Other------------------*/

hr 
	{
	display: none;
	}

.clearboth
	{
	clear: both;
	}

.floatleft
	{
	float: left;
	margin-right: 10px;
	}

.floatright
	{
	float: right;
	margin-left: 10px;
	}

left_margin
	{
	margin-left: 10px;
	}

right_margin
	{
	margin-right: 10px;
	}

btm_margin
	{
	margin-bottom: 10px;
	}

.block
	{
	display: block;
	}

.bordered
	{
	border: 2px solid #000000;
	}

