﻿/** Amadou 3.x
* $Id: layout.css,v 1.1.2.3 2007/12/09 22:15:12 jwolf Exp $
*/

#container
{
	margin: 0 auto;
	margin-top:10px;
	padding:0;
	width:970px;
	background-color:#ffffff;
}


/*----------header----------*/
#header
{
	clear:both;
	height:114px;
	/*margin:0;*/
	padding:0;
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 5px;
	width:960px;
	background:url('/sites/all/themes/amadou/images/header-bg.png');
  background-repeat:repeat-x;
  background-position:bottom left;
}


/*----------main content----------*/
#mainContent
{
	float:left;
	margin:0;
	overflow:hidden;
	/*padding:1em 0 4em;*/
	padding-top: 1em;
	padding-right: 0pt;
	padding-bottom: 4em;
	padding-left: 5px;
	/*background-color:#ffffff;*/
/*	width is defined with the _get_mainContent_width function in template.php */
}


/*----------side bars----------*/
#sideBars-bg
{
	background: transparent url('/sites/all/themes/amadou/images/sidebars-bg.gif') repeat-y scroll left top;
	float: left;
	padding-right: 1px;
/*	width is defined with the _get_sideBars_width function in template.php */
}

#sideBars
{
	background:transparent url('/sites/all/themes/amadou/images/sidebars-bg2.gif') no-repeat scroll left bottom;
	float:left;
/*	width is defined with the _get_sideBars_width function in template.php */
}

#leftSidebar
{
	float:left;
	margin:0 0 0 1.45em;
	padding:0.75em 0 0;
	width:180px;
}

#rightSidebar
{
	float:left;
	margin:0;
	padding:0.75em 0 0 1.45em;
	width:180px;
}


/*----------footer----------*/
#footer
{
	border-top:solid 1px #E1E1E1;
	clear:both;
	margin:1em auto;
	padding-top:1em;
	text-align:center;
	text-transform:lowercase;
	width:950px;
}