/* 
========================================================================================================================
Title: 			dailygrain website - layout and design
Author URI: 	www.altier.com.au

Description: 	Print media stylesheet

Updated: 		10 January 2008
======================================================================================================================== */

/* 
========================================================================================================================
IMPORT CSS
======================================================================================================================== */
@import url("default.css");

/* 
========================================================================================================================
CUSTOM CSS
======================================================================================================================== */

body {
	background-color: #FFFFFF;
}
#container {
	width: 90%;
	padding: 0;
	background-image: none;
}
#masthead {
	border-bottom: 5px solid #ebebe0;
	padding: 0;
	background-image: none;
}
#masthead .logo {
	left: 0px;
}
#navigation {
	display: none;
}
#content-container {
	background-image: none;
}
#content-primary {
	padding: 0;
	width: 95%;
	float: none;
}
#content-primary #feature-promo {
	width: 95%;
	overflow: hidden;
}
#content-secondary {
	padding: 0;
	width: 95%;
	float: none;
}
#content-secondary .feature-box, #content-secondary .home-feature-box  {
	border: none;
	padding-top: 0;
	background-image: none;
}
#content-secondary .feature-box .additional-links {
	display: none;
}
#content-secondary .home-badge {
	display: none;
}
#content-tertiary {
	padding: 0;
	width: 95%;
}
#footer {
	clear: both;
	padding: 10px 0;
	border-top: 5px solid #ebebe0;
	background-image: none;
}
#footer .copyright {
	color: #000000;
}
#footer ul {
	display: none;
}
