/*
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: #222222;
	
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	padding: 0;
	margin: 0;
	}

#page
	{
	width: 700px;
	margin: 0 auto;
	border: none;
	
	}

#header
	{
	width: 700px;
	height: 166px;
	background-image: url('images/carpenter_header.jpg');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	}

#headerimg
	{

	}

.description
	{

	}

#wrapper
	{
	width: 100%;
	}

#content
	{
	width: 449px;
	}

#content div.inner
	{
	margin: 20px 10px 10px 0px;
	}

#sidebar
	{
	width: 202px;
	}

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

ul
	{
	list-style:none!important; 
	}

a img
	{
	border: none;
	}

#footer
	{
	text-align: center;
	font-size: 11px;
	color: #1A4886;
	width: 700px;
	height: 25px;
	}

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

a
	{
	text-decoration: underline;
	color: #235BA6;
	}

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

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

table
	{
	background: #FFF;
	margin: 0px 20px 0px 20px;
	border-top: 1px solid #3F70B2;
	border-bottom: 1px solid #3F70B2;
	}

td
	{
	vertical-align: top;
	}

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


/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #222;
	
	}
h1
	{
	font-size: 175%
	margin: 0px 0px 20px 0px;
	}

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

h3
	{
	font-size: 100%
	}

h4
	{

	}

h5
	{

	}

/*-------------Top Navigation-------------*/


#topnav
	{
	padding: 0px 20px 0px 20px;
	}

#topnav ul
	{
	margin: 0px 0em 0em 0px;
	padding: 130px 0em 0em 0px;
	
	}

#topnav ul li
	{
	
	display: inline;
	
	}

#topnav ul li a
	{
	float: left;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	background: #AB6C33;
	font-weight: bold;
	padding: 6px 19px 6px 19px;
	margin-right: 7px;	
	text-decoration: none;
	}

#topnav ul li a.alt
	{
	background: #643B1F;
	}

#topnav a:hover
	{
	text-decoration: none;
	color: #000;
	}

/*-------------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;
	}



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

#home #content
	{
	width: 380px;
	
	}

#home #content div.inner
	{
	margin: 10px 10px 10px 10px;
	}

#home .post
	{
	background: #DFD7B6;
	border: 2px solid #5F351C;
	width: 356px;
	background-image: url('images/post_bkgd.gif');
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
	}

#home .sideimage
	{
	width: 140px;
	vertical-align: middle;
	}

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

.featured h2
	{
	color: #33444b;
	font-family: georgia, "times new roman", serif;
	margin: 0px 0px 10px 10px;
	}

div.featured h3
	{
	width: 100%;
	border-bottom: 1px dotted #3F70B2;
	font-family: georgia, "times new roman", serif;
	color: #1A4886;
	margin: 0px 0px 5px -20px;
	}

div.featured h3 span
	{
	font-family: arial, helvetica, sans-serif;
	}

div.featured img
	{
	float: left;
	}

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

/*--------------About-Steve Page Styling------------*/


#about-steve #content
	{
	width: 100%;
	}

#about-steve #content div.inner
	{
	margin-left: 30px;
	margin-right: 30px;
	}

/*--------------Boats Page Styling------------*/

#boats #content div.inner
	{
	margin: 20px 10px 20px 0px;
	}

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

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

.project_summary
	{
	margin: 20px 30px 0px 20px;
	border-bottom: 1px dotted #3F70B2;
	padding: 0px 0px 20px 0px;
	}

.project_summary p
	{
	margin: 0px 0px 0px 0px;
	}

.project_summary h3
	{
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	margin: 0px 0px 5px 0px;
	}

.separator
	{
	height: 100px;
	width: 100%;
	border: 1px solid black;
	}

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

#contact #sidebar
	{
	width: 520px;
	}

#contact #content
	{
	width: 250px;
	}

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

/*--------------Sidebar & Widgets------------*/

#sidebar div.widget_box
	{
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	padding: 10px;
	margin-bottom: 10px;
	}

#sidebar ul
	{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	width: 100%;
	list-style:none!important; 
	}

#sidebar ul h2
	{
	margin:0 0 5px 0;
	padding:0 0 0 0;
	font-style: italic;
	}

#sidebar ul li
	{
	list-style:none!important;
	margin: 0 0 6px 0;
	}

#sidebar ul ul {

}

#sidebar ul ul li
	{
	margin: 0 0 5px 0;
	}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a
	{
	
	}
#sidebar a:hover {

}

#sidebar a:visited {

}

/*-------------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;
	}

