/*   
Theme Name: LeadershipInspiration
Theme URI: http://www.leadershipinspiration.com
Description: This is the default, custom theme used by Leadership Inspiration`
Author: Rob Higginbotham
Author URI: mailto:robhiggin@gmail.com
Version: 1.0
.
Just an extension to the fusion template.
.
*/

@import url('core.css');

*
{
	
}


body
{
	background-image: url('images/bg_gradient.jpg');
	background-color: #b5babd;
	background-repeat: repeat-x;
	margin: 0px;
}


#header
{
	background-image: url("images/header_background.jpg");
	height: 125px;
	text-align: center;
}

#header img
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#body-wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 822px;
	margin-top: 13px;
	background-image: url('images/shadow_border.png');
	background-repeat: repeat-y;
}

#body-main
{
	width: 802px;
	background-color: #ffffff;
	margin-left: 11px;
}

#body-content
{
	padding-left: 20px;
	width: 555px;
	height: 100% !important;
	min-height: 500px;
	float: left;/**/
}

div.clearboth
{
	clear: both;
}


#sidebar
{
	float: left; /*right*/;
	margin-right: -10px; /*-9px;*/
	margin-left: 6px;/**/
	margin-top: -196px;/*-13px*/;
	background-image: url('images/right_nav_bg.png');
	background-repeat: no-repeat;
	width: 210px;
	padding: 10px 10px 10px 10px;
	/*border: 1px solid red;*/
}

#sidebar div#content
{
	margin: 10px 10px 10px 10px;
	
}

#search
{
	margin-left: 2px;
}

#search input
{
	position: absolute;
	border-width: 0px;
	background-color: transparent !important;
	background-image: none !important;
	margin-top: 5px !important;
}

#search a img
{
	border: 0px;
}

#searchform a
{
	background-image: none;
	background-color: transparent;
	border-width: 0px;
}


/** Navigation **/
div#nav
{
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	width: 575px;
	background-image: url('images/nav_bg.png');
	background-repeat: repeat-x;
}

div#nav a
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 100px;
	height: 20px;
	padding-top: 10px;
}
div#nav a:hover
{
	color: #FFFFFF;
	background-image: url('images/nav_over_bg.png');
	
}
div#nav ul
{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	padding-top: 0px;

}
div#nav ul li
{
	display: inline;
	height: 100%;
	display: block;
	float: left;
	/*width: 132px;*/
	text-align: center;
	padding-right: 1px;
	margin-right: 0px !important;
}

div#rss
{
	margin-left: 88px;
	display: block;
	width: 118px;
	height: 55px;
}