/*
Theme Name: iknow_southernmainelaw

Description: This is a WordPress theme that uses the iKnow hybrid layout.
Author: David Mallon
Author URI: http://web.iknow.net
Date: 6-25-2008


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

Body
	{
	color: #111;
	background-color: #CBC9BC;
	font-family: Times, serif;
	font-size: 14px;
	line-height: 160%;
	padding: 0px;
	margin: 0;
	}

#page
	{
	width: 750px;
	margin: 30px auto;
	background-image: url('images/main_bkgd.jpg');
	}

#header
	{
	width: 100%;
	height: 154px;
	background-image: url('images/header.jpg');
	background-position: 0px 0px;
	}

#sidebar
	{
	width: 33%;
	}

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

#content
	{
	padding: 0px 25px 15px 25px;
	}

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

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

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

a img
	{
	border: none;
	}

#footer
	{
	font-size: 12px;
	background-image: url('images/footer.jpg');
	width: 100%;
	height: 61px;
	}

#footer a
	{
	color: #333;
	
	}

#footer p.copyright
	{
	float: left;
	margin: 4px 0 0 40px;
	}

#footer p.iknow
	{
	float: right;
	margin: 4px 40px 0 0;
	}

#footer div
	{
	Margin: 0px auto;
	height: 2px;
	border-top: 1px solid #F0F0BE;
	border-bottom: 1px solid #ABAC8A;
	padding: 0px;
	width: 670px;
	}

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

a
	{
	text-decoration: none;
	color: #7676BA;
	}

/*-------------Headings-------------*/
h1, h2, h3, h4, h5, h6
	{
	color: #6E0708;
	}
h1
	{
	font-size: 180%;
	text-align: center;
	margin: 0px 0px 20px 0px;
	}

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

h3
	{
	font-size: 120%
	}

h4
	{

	}

h5
	{

	}

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

#topnav
	{
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 95px;
	left: 210px;
	}

#topnav ul
	{
	position: relative;
	}

#topnav ul li
	{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	}

#topnav ul li a
	{
	height: 24px;
	font-size: 13px;
	color: #ffffdd;
	font-weight: bold;
	padding: 1px 12px 0px 12px;
	margin-top: 1px;
	text-decoration: none;
	}

#topnav li ul
	{
	position: absolute;
	top: 25px;
	margin-left: 10px;
	visibility: hidden;
	background: #6E0708;
	border: 1px solid #FFF6B1;
	border-top: 1px solid #6E0708;
	}

#topnav li ul li
	{
	float: none;
	display: block;
	}

#topnav li ul li a
	{
	width: auto;
	padding: 4px 12px;
	color: #fff;
	display: block;
	}

#topnav li ul li a:hover, #topnav li ul li.current-menu-item
	{
	background: #9D9CBB;
	}

#topnav a:hover
	{
	background-image: url('images/nav_hl.jpg');
	background-repeat: repeat-x;
	color: #fff;
	}

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

table.main
	{
	margin-left: 0px;
	margin-right: 0px;
	}

td
	{
	vertical-align: top;
	}

/*-------------FCK Editor templates-------------*/


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

.post
	{
	
	}

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

.post .entry
	{
	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-left: 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
	{
	
	}

#home #content div.inner
	{
	
	}

#home div.post
	{
	width: 275px;
	}

.home_image
	{
	float: right;
	border: 1px solid #989779;
	padding: 3px;
	margin: 35px 2px 10px 15px;
	background: #E7E2D8;
	}

/*--------------Practice-Areas Page Styling------------*/

#practice-areas ul.column_list
	{
	float: left;
	width: 45%;
	}


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


#contact #content div.inner
	{
	margin: 0px 190px 0px 190px; 
	}

#contact div#column1
	{
	float: left;
	width: 175px;
	}

#contact div#column2
	{
	float: left;
	width: 145px;
	}

#contact div#clearfloats
    {
	clear:both;
	}

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