/* 
========================================================================================================================
Title: 			Merribrook Corporate Training Website - Print Media Stylesheet
Author URI: 	www.smallsilences.com.au
--
Description: 	Print media stylesheet to accompany the Merribrook 1.0 Wordpress theme
--
Updated: 		30 April 2008
======================================================================================================================== */

/* 
========================================================================================================================
CUSTOM CSS
======================================================================================================================== */
html, body {
	background-color: #FFFFFF;
	background-image: none;
	color: #000;
}
#container {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: none;
}
.wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF !important;
	background-image: none !important;
}
/* masthead */
#masthead {
	width: 100%;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 20px 0;
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 3px solid #CEC89F;
}
#masthead h2.logo {
}
#masthead h2.logo a {
	width: auto;
	height: auto;
	text-indent: 0;
	background-color: #FFFFFF;
	background-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}
#masthead h3.strapline {
	width: auto;
	height: auto;
	text-indent: 0;
	background-color: #FFFFFF;
	background-image: none;
}
/* nav */
#primary-nav {
	display: none;
}
#utility-nav {
	display: none;
}
/* content area */
#content-container {
	width: 100%;
	min-width: 0;
	background-color: #FFFFFF;
	background-image: none;
}
#content-container .wrapper,
body#section-home #content-container .wrapper {
	background-color: #FFFFFF;
	background-image: none;
}
#sidebar {
	display: none;
}
#content {
	width: 100%;
	min-width: 0;
	float: none;
	margin: 0;
	padding: 20px 0;
	background-color: #FFFFFF;
	background-image: none;
}
/* home page special case */
body#section-home #content-container .wrapper #sidebar {
	display: block;
	float: right;
	width: 48% !important;
	margin: 0;
	padding: 20px 0;
}
body#section-home #content-container .wrapper #content {
	float: left;
	width: 48%  !important ;
	margin: 0;
	padding: 20px 0;
	background-color: #FFFFFF;
	background-image: none;
}
/* other content to hide */
#flash-quotation,
#commentform,
#quickquote_accordion {
	display: none !important;
}
/* footer */
#footer {
	width: 100%;
	min-width: 0;
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: 5px solid #CEC89F;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}
#footer ul.footer-nav li {
	margin: 0;
	padding: 0.3em 0;
}
#footer ul.footer-nav li a {
	display: none;
}
#footer ul.footer-nav li a.credit {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background-image: none;
	text-indent: 0;
	color: #CCCCCC;
}