/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/


/* Large Background Image */
body.custom {
background-image: url('http://www.futureconscience.com/NewImages/background.jpg');
background-color: #8fbdfb;
background-repeat: repeat X;
background-position: center top;
background-attachment: fixed;
}


/* Navigation settings */

Body.custom div#navigation-container { 
	background: transparent url(http://www.futureconscience.com/NewImages/NavBackground.gif) repeat-x scroll 0 0;}


Body.custom div#navigation { 
	background: transparent url(http://www.futureconscience.com/NewImages/NavBackground.gif) repeat-x scroll 0 0;}


Body.custom ul.navigation { 
	background: transparent url(http://www.futureconscience.com/NewImages/NavBackground.gif) repeat-x scroll 0 0;}



/* Container around whole sidebar */
Body.custom div.sidebar {
	text-align:left	
	}
	




/* Container around individual widgets */
Body.custom ul.sidebar li.widget  {width: 260px;}

/* Style all widget titles */
Body.custom li.widget span.widget-title {
	font:Verdana, Geneva, sans-serif; 
	font-size:14px; 
	font-weight: bold; 
	baseline-shift:sub;
	text-transform:capitalize;
	letter-spacing: -.5px;

}


/* Image background in sidebar title area */
body.custom div#follow {
	background-image: url('http://www.futureconscience.com/NewImages/SidebarBackground02.gif');
 	position:relative;
   	width: 260px;
    	height: 33px;
}



	/* Custom Sidebars */
Body.custom div#leaf-157{
	width: 260px;
	}
Body.custom div#item_290{
	width: 260px;
	}
Body.custom div#item_274{
	width: 260px;
	}

Body.custom div#item_543{
	width: 260px;
	}

Body.custom div#item_417{
	width: 260px;
	}
Body.custom div#item_48{
	width: 260px;
	}

Body.custom div#item_480{
	width: 260px;
	}

Body.custom div#item_601{
	width: 260px;
	}

Body.custom div#item_610{
	width: 260px;
	}

body.custom .archives-title {
	font:Verdana, Geneva, sans-serif; 
	font-size:20px;
	}

/*

body.custom li.pageitem-1 , body.custom li.pageitem-1 a {font-weight: bold}


Body.custom li.widget span.widget-title {
	background-image: url('http://www.futureconscience.com/NewImages/SidebarBackground.gif');
 	position:relative;
	top: 10px;
        width: 260px;
        height: 33px;
	font-size: 12px; 
	font-weight: bold;
	vertical-align: sub;
 	
}

DONT USE THIS IS BREAKS THE WHOLE SIDEBAR SECTION OF THE SITE!!
Body.custom div#item_1{
	width: 960px;
	}
  
*/

