/*
/*Theme Name: iknow_sarahmahoney

/*Description: 
/*Author: David Mallon
/*Author URI: http://web.iknow.net
/*Date: 3-16-2009


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

Body
	{
	color: #222222;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 160%;
	padding:0px;
	margin: 0;
	}

#page
	{
	width: 896px;
	margin: 0 auto;
	background-image: url('images/bkgd_tile.gif');
	background-color: #fff;
	}

#header
	{
	width: 100%;
	
	padding: 20px 0 0 0;
	background-image: url('images/header.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	
	}

#content
	{
	
	}

#content div.inner
	{
	margin: 30px 150px 30px 150px;
	}

ul
	{
	list-style:none!important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

a img
	{
	border: none;
	}

#footer
	{
	clear: both;
	position: relative;
	font-size: 11px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	width: 896px;
	height: 65px;
	}

#footer_index
	{
	position: relative;
	font-size: 11px;
	background-image: url('images/hands_footer.gif');
	background-repeat: no-repeat;
	width: 896px;
	height: 276px;
	}

#footer_index p
	{
	position: absolute;
	top:275px;
	left: 30px;
	}

#footer p
	{
	position: absolute;
	top:70px;
	left: 30px;
	}

#footer p.iknow
	{
	position: relative;
	float: right;
	margin-right: 60px;
	}

#footer_index p.iknow
	{
	position: relative;
	float: right;
	margin-right: 60px;
	}

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

a
	{
	color: #066193;
	text-decoration: none;
	}

p
	{
	margin: 0 0 1em 0;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	font-family: Arial, Georgia, "Times New Roman", serif;
	color: #222;
	}
h1
	{
	font-size: 170%;
	margin: 0px 0px 10px 0px;
	}

h2
	{
	font-size: 140%;
	margin: 0px 0px 5px 0px;
	}

h3
	{
	font-size: 100%
	}

h4
	{

	}

h5
	{

	}

/*-------------Top Nav-------------*/

#top_nav
	{
	margin: 15px 0px 0px 0px;
	height: 60px;
	}

#top_nav ul
	{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	}

#top_nav ul li
	{
	display: inline;
	}

#top_nav ul li a
	{
	padding: 0 25px;
	}


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

#index #content
	{
	
	}

#index #content div.inner
	{
	text-align: center;
	margin: 75px 0px 50px 0px;
	}

/*--------------Work Page Styling------------*/

#work div.thumbs
	{
	width: 561px;
	border: 0px solid;
	text-align: center;
	}

#work div.thumbs img
	{
	margin: 10px;
	}


/*-------------Other------------------*/

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}
leftboth
	{
	clear: left;
	}

.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;
	}

