/**
 *	Creative Spark/BURRDA
 *	Stylesheet
 *
 *	@pages			all
 *	@browsers		all
 *	@media			print
 *	@copyright		2010 Phil Thompson
 *	@author			Phil Thompson
 *	@since			08/06/2010
 *	@lastmodified	08/06/2010
 */
 
.nav, #Search, #Logo, .back{
	display: none;
}

/* Reset */
div, span, 
h1, h2, h3, h4, h5, h6, p, 
ul, ol, li, 
form, form label, input, textarea, select,
table, th, td,
a{
	background: white !important;
	color: #000 !important;
	text-shadow: none;
}

a{
	text-decoration: none;
	padding: 0 !important;
}

button{
	background: #999 !important;
	color: #000 !important;
	font-weight: bold;
	text-align: center;
}

input, textarea, select{
	border: 1px solid #000;
}

/* Undo sIFR */
h1.replace{
	height: auto;
	text-indent: 0;
}

.sIFR-replaced object,
.sIFR-replaced embed{
	display: none;
}

.sIFR-alternate{
	display: block;
}

div#Hero h1.sIFR-replaced{
	padding-left: 0;
}

/* Logo as an image */
#Branding img.hide{
	display: block;
	padding: 0 0 20px 15px;
}

body.home div#Hero h1{
	height: auto;
	padding-left: 0;
}
