/* Debugginpxstyles */
.debug {
	outline: 1px solid lime;	
}


/* Generic Document Styles*/
html {
	background-color: #341707;	
}
body {
	font-family: Tahoma;
	font-size: .7em;	
}
#doc {
	width: 960px;
	
}
#module-top {
	background: transparent url("../../../../images/microSites/grogood/bg-module-top.gif") top center no-repeat;
	height: 17px;
}
#module-container {
	background: transparent url("../../../../images/microSites/grogood/bg-module-bottom.gif") bottom center no-repeat;
	min-height: 633px;
	padding-bottom: 50px;
}
* html #module-container {
	height: 663px;
}

#top-cap {
	background: transparent url("../../../../images/microSites/grogood/bg-header.png") top center no-repeat;
	height: 19px;
}
#hd,
#navigation{
	position: relative;
	padding: 20px 10px 0 20px;
}
#navigation{
	padding-top:0px;
}
#navigation ul {
	width: 640px;
	margin: 0 auto;
	padding: 0 40px;
	margin-bottom: 50px;
}
#navigation ul li {
	display: inline;
	margin: 0 20px 0 20px;
}

#hd .pledge-counter-container {
	position: absolute;
	right: 30px;
	top: 15px;
	background: transparent url("../../../../images/microSites/grogood/bg-people-have-pledged.png") center right no-repeat;
	width: 400px;
	height: 35px;
	color: #521d06;
	font: normal 20px Georgia;
}
#hd .pledge-counter-container span {
	display: block;
	position: absolute;
	right: 245px;
	top: 3px;
	/*
	border:1px solid black;
	background-color: #E4E4E4;*/
	padding: 3px 20px;
	margin: 0 8px;
	font-size:16px;
	font-style:italic;
}
#bd {
	position: relative;
	padding: 0px 0px 0px 20px;	
}
/* Generalization: Move all text out for SEO/Accessibility since we're using a load of image headers */
#bd h1 {
	text-indent: -9999px;
}
#bd p {
	text-indent: -9999px;
}

#bd p.ty-content {
	text-indent: 0px;
	margin-bottom: 1.25em;
}


#bd a.section-link {
	position: absolute;
	bottom: 0;	
}
/* Pledge Form: Used in both the form and the thank-you page. */
#bd #pledge-form-container {
	width: 520px;
	margin: 0 auto;
	padding: 20px 40px;
	_padding-bottom: 40px;
	color: #521d06;
	font-size: 12px;
	background-color: #ecede8;
}
html>body #bd #pledge-form-container {
	*padding-bottom: 40px;
}
#bd #pledge-form-container .form-row {
	clear: both;
}
#bd #pledge-form-container .form-row label {
	float: left;
	margin: 7px 5px 5px 5px;
	text-align: right;
	width: 100px;
}
#bd #pledge-form-container .form-row input {
	margin: 5px;
}

#bd #pledge-form-container .form-options,
#bd #pledge-form-container .form-cta,
#bd #pledge-form-container .form-footer { 
	width: 80%;
	margin: 10px 0 0 115px;
}
#bd #pledge-form-container .form-options {
	padding-left: 1.3em;
	text-indent: -1.3em; 
}
#bd #pledge-form-container .form-cta input {
	_position: absolute;
}
#bd #pledge-form-container .form-footer { 
	margin-top:35px;
}

/* Thank you page */
#bd.thankyou #hdr-thanks {
	margin: 0 195px;
}
html>body #bd #pledge-form-container .form-cta input {
	*position: absolute;
}
#bd.spread .content-container {
	width: 600px;
	margin: 0 auto;
	color: #521d06;
	font-size: 12px;
	padding: 20px 0;
}

#bd.spread .content-container .spread-intro {
	text-indent: 0;
	width: 350px;
	margin-bottom:20px;
}


/* Home screen buttons */
#bd #btn-pledge{
	left: 182px;
	bottom: 70px;
}
#bd #btn-spread{
	left: 210px;
	bottom: 30px;
}
#bd #btn-learn{
	right: 280px;
	bottom: 75px;
}
#bd #btn-foodbank {
	right: 200px;
	bottom: 30px;
}
/* Misc outgoing links */
#misc {
	padding: 0 30px;	
}
#misc .icon-padding-offset {
	margin-top: -15px;	
}
#misc a,
#misc a:hover,
#misc a:visited {
	color: #000;
	text-decoration: underline;
}
#misc .misc-item {
	width: 33%;
	float: left;
	padding-top: 15px;
}
#misc .misc-item img {
	float: left;
	padding-right: 10px;
}
#bd.home {
	background: transparent url("../../../../images/microSites/grogood/bg-home.png") top center no-repeat;
	height: 492px;
}
#module-container div.learn {
	margin-top: -40px;
	background: transparent url("../../../../images/microSites/grogood/bg-learn-more-content.png") top center no-repeat;
	height: 550px;	
}
#bd.pledge #pledge-text {
	background: transparent url("../../../../images/microSites/grogood/bg-pledge-form.png") top center no-repeat;
	height: 150px;
}
#ft {
/*	color: #190b03; */
	color: #83675a;
	text-align: center;
}
#ft a {
/*	color: #190b03;	*/
	color: #83675a;
	text-decoration: underline;
}
#ft p {
	margin-bottom: 1em;	
}
.form-error {
	color: #9f1010;
	margin-top: 7px;
	position: absolute;
	width: 260px;
}
