/* _________________________________________________

Styles for BCMB.org
Created: 2012-07-11
Copyright 2012 NCOL

Based on 320 and Up Boilerplate by Andy Clarke 
URL: http://stuffandnonsense.co.uk/projects/320andup/
_____________________________________________________
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;        
}
html {
	background: #fff url(../graphics/bg_tile.png) top center repeat-x;
	background-color: #fff;
	color: #333;
	font: 14px/1.3 "Helvetica Neue", Arial, sans-serif;
}
body {
	background: url(../graphics/bg_header.jpg) top center no-repeat;
}

a { 
	color: #4c6490; 
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}
img {
	max-width: 100%;
}

.container {
	margin:0 auto;
	max-width: 900px;
	padding: 10px;
}
h5 {
	color: #a1392a;
	font-size: 18px;
	margin: 0 0 6px;
}

.masthead h2 {
	margin: 12px 0;
	text-align: center;
}
.masthead {
	height: 234px;
}
.masthead h1 img {
	display: block;
	margin: 0 auto;
}
.intro h3 {
	margin: 0 0 6px;
}
.intro p {
	font-size: 18px;
	line-height: 24px;
}

.offer-desc {
	background: url(../graphics/hr_intro.png) top center repeat-x;
	padding: 24px 0;
}
.offer-desc p {

}
.offer-closes {
	background-color: #5973a3;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	max-width: 450px;
	padding: 6px 10px;
	text-align: center;
}


fieldset {
	margin:0 0 12px;
}
label {
	display: block;
	font-weight: bold;
}
input[type="text"] {
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding: 6px 8px;
}

.info-fields {
	padding: 0 0 24px;
}
.input-fulltext {
	width: 260px;
}
.input-phone3 {
	width: 50px;
}
.input-phone4 {
	width: 70px;
}
.input-zip {
	width: 63px;
}
.info-question {
	clear: both;
}
.question {
	border-bottom: 1px solid #cacaca;
	font-size: 16px;
	margin: 0 0 12px;
	padding: 12px 0 6px;
}
.question .num {
	background-color: #5973a3;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 3px 0 0;
	padding: 3px 7px;
}
.checkboxes {
	list-style: none;
	margin: 0;
	padding: 0 0 6px;
}
.checkboxes label {
	display: inline;
}
.checkboxes li {
	padding:0 0 4px;
}
.submit input {
	display: block;
	margin:0 auto 24px;
	max-width: 100%;
}

.intro,
.offer-desc,
.info-fields,
.info-question,
.hint,
.more-chances,
.rules,
.prizes {
	margin: 0 auto;
}
.intro,
.offer-desc,
.info-fields {
	max-width: 740px;
}
.info-question {
	max-width: 560px;
}
.guess-popular {
	max-width: 780px;
}
.hint,
.more-chances,
.rules,
.prizes {
	max-width: 640px;
}

.guess-popular {
	background-color: #eeeff2;
	margin: 60px auto 18px;
	padding: 0 0 6px;
}
.guess-popular h3 {
	background: url(../graphics/text_voteHere.png) top center no-repeat;
	height: 21px;
	margin: 0 0 -20px;
	position: relative;
	top: -21px;
	text-indent: -5000px;
}
.guess-popular .candidate {
	padding: 12px 10px 12px 10px;
	position: relative;
}
.guess-popular img {
	position: absolute;
	top: 12px;
	left: 10px;
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
.guess-popular h4 {
	background-color: #f9fafb;
	border: 1px solid #d0d6e2;
	color: #3b5088;
	margin: 12px 0 12px 128px;
	text-align: center;
	padding: 6px 6px 8px;
}
.candidate-romney h4 {
	border: 1px solid #dac9c9;
	color: #973527;
}
.guess-popular fieldset {
	background-color: #5973a3;
	color: #fff;
	padding: 10px;
	margin: 0 0 0 128px;
}
.candidate-romney fieldset {
	background-color: #8c3124;
}
.guess-popular label {
	font-size: 12px;
	margin: 0 0 6px;
}
.guess-popular input {
	max-width: 150px;
	width: 100%;
}
.guess-popular .vote-current-lear {
	padding: 24px 0 0;
}
.guess-popular h6 {
	color: #c3c4c6;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0 0 -3px;
	text-align: center;
	text-transform: uppercase;
}
.vote-total {
	color: #777;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.hint {
	color: #777;
	font-family: Georgia, serif;
	font-style: italic;
	padding: 0 0 18px;
	text-align: center;
}
.more-chances {
	padding: 18px 0 0;
}

.rules {
	color: #777;
	font-size: 11px;
	padding: 0 0 18px;
}
.rules h6 {
	color: #a1392a;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 18px 0 6px;
	text-align: center;
	text-transform: uppercase;
}
.prizes {
	overflow: hidden;
	padding: 0 0 18px;
}
.prizes img {
	display: block;
	margin: 12px auto;
}
.prizes .prize {
	padding: 0 0 12px;
}
.prizes .caption {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
}
.prizes h5 span,
.weight {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

footer {
	background: url(../graphics/bg_footer.jpg) top center repeat-x;
	color: #aaa;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 18px 6px;
	text-align: center;
	text-transform: uppercase;
}


.page-ty {
	margin: 0 auto;
	max-width: 640px;
}
.page-ty h2 span {
	color: #325274;
	display: block;
	font-family: Georgia, serif;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.page-ty .download-report {
	background-color: #dee3ec;	
	font-size: 16px;
	margin: 0 auto 24px;
	max-width: 740px;
	padding: 26px 20px 4px 70px;
	position: relative;
}
.page-ty .download-report .photo-report {
	top: 7px;
	left: 10px;
	position: absolute;
	width: 50px;
}
.page-ty .download-report em {
	color: #a1392a;
	font-family: Georgia, serif;
	font-style: italic;
}
.photo-candidates,
.image-seal {
	display: block;
	margin: 0 auto 12px;
}
.photo-candidates {
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}



/* >600px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 600px) {

.masthead h2 {
	text-align: left;
	padding: 0 0 0 65px;
}
.masthead {
	height: 248px;
}
.prizes .prize {
	float: left;
	padding: 0 20px 0 0;
	width: 50%;
}
.info-fields {
	overflow: hidden;
}
.info-field {
	float: left;
	width: 50%;
}
.checkboxes li {
	width: 50%;
	float: left;
}
.guess-popular {
	background-image: url(../graphics/vr_voteHere.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.guess-popular:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.guess-popular .candidate {
	float: left;
	width: 50%;
}

}/*/mediaquery*/




/* >920px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 920px) {

.info-field label {
	float: left;
	padding: 8px 10px 0 0;
	text-align: right;
	width: 100px;
}
.question {
	padding: 12px 0 0;
}
.guess-popular img {
	left: 20px;
	top: 20px;
}
.guess-popular .candidate {
	padding: 20px;
	text-align: center;
	width: 50%;
}
.guess-popular h4 {
	margin: 12px 0 12px 160px;
	max-width: 160px;
}
.guess-popular .candidate-romney {
	float: right;
}

}/*/mediaquery*/