/**
 * BuoniPasto.it
 * Struttura generale della pagina
 *
 * marco(dot)pegoraro(at)gmail(dot)com
 * 8/1/10
 */

body {
	font-family:							Verdana;
	text-align:								center;
	background:								#fff url(buonipasto/bg_page.jpg) repeat-x;
}
body#home {
	background:								#fff url(buonipasto/bg_page_home.jpg) repeat-x;
}











/**
 * Contenitore generale della pagina.
 */
#page-wrapper {
	position:relative;
	display:								block;
	width:									928px;
	overflow:								hidden;
	
	margin:									0 auto 0 auto;
}






/**
 * HEADER
 * Titolazioni, menu principale, menu di usabilitˆ
 */
#header {
	position:								relative;
	display:								block;
	height:									225px;
	
	margin:									57px 0 0 0;
	background:								#F4F1E8 url(buonipasto/sprite_header.jpg) no-repeat;
}
#home #header {
	height:									327px;
	background-position:					0 -225px;
}





/**
 * CONTENT WRAPPER
 * Colonne di contenuto.
 */
#content-wrapper {
	text-align:								left;
	font-size:								0.8em;
}
	#content {
		display:							block;
		width:								507px;
		overflow:							hidden;
		
		float:								left;
		
		margin-left:						12px;
	}
	div>#content { margin-left:23px; }
	
	#content.full-page {
		width:870px;
		padding: 20px 0 40px 0;
	}
	
		
	#sidebar {
		
		display:							block;
		width:								360px;
		overflow:							hidden;
		
		margin-right:						10px;
		
		float:								right;
	}
	div>#sidebar { margin-right: 20px; }
		









/**
 * FOOTER
 */
#footer-wrapper {
	position:relative;
	display:								block;
	clear:									both;
	height:									73px;
	overflow:								hidden;
	
	margin-top:								10px;
	
	background:								url(buonipasto/tratteggio.jpg) top repeat-x;
	
	text-align:								center;
	color:									#aaa;
	
	font-size:								0.75em;
	
}
#footer ul {
	list-style:								none;
	margin-top:								7px;
}
#footer ul li {
	display:								inline;
	padding:								0 5px 0 5px;
	line-height:							1.5em;
}
#footer a {
	color:									#ff7902;
	white-space: 							nowrap;
}
