/* 
========================================================================================================================
Title:				Providore
Author URI: 		www.altier.com.au
--
Updated:			29.08.2009
========================================================================================================================
NOTES 
--
builds on base.css and screen.css and modulestylesheets.css
========================================================================================================================
*/
body {
	background-image: none;
}
#container {
	width: auto;
}

/* MASTHEAD */
#masthead {
	border-bottom: 1px solid #e7e7e7;
}
#masthead .image_header {
	display: none;
}

/* CONTENT */
#content { /* requires clearing (class="clear") */
	padding: 0 290px 0 0;
}

/* 3 COLUMN LAYOUT */
#content #nav {
	display: none;
}
#content #main {
	/* no change */
}
#content #sidebar {
	/* no change */
}

/* NO SIDEBAR */
#content.no_sidebar {
	padding: 0 0 0 0; /* we've hidden the left nav already, so don't reset the padding */
	background-image: none;
}
#content.no_sidebar #nav {
	display: none;
}
#content.no_sidebar #main {
}
#content.no_sidebar #sidebar {
	display: none;
}

/* SECONDARY NAV */
#nav_secondary {
	display: none;
}

/* FOOTER */
#footer {
	background-image: none;
	border-top: 1px solid #e7e7e7;
	padding: 10px;
}