/* #Site Styles
================================================== */
body {
	background-image: none;
	background: #FAFAFA;
	
	background: #FAFAFA url(../images/linen.jpg);
}

h1 {
	color: #363636;
	text-align: center;
	font: 70px/70px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	/*background: url('../images/printvote@2x.png') no-repeat center 9px;*/
	background: url('../images/craftem-logo.png') no-repeat center;

	/*background-size: 208px 51px;*/
	
	
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}

h5 {
	color: #363636;
	
	text-align: center;
}

.open { font-family: 'Open Sans', sans-serif;}

.mast {
	padding: 60px 20px;
	margin-top: 50px;
/*	background: url(data:image/png;base64,R0lGODlhSAABAIAAAP///2ZmZiH5BAEHAAAALAAAAABIAAEAAAINDG54kLwNn1TU1XhXAQA7) repeat-x left bottom,
				url(data:image/png;base64,R0lGODlhSAABAIAAAP///2ZmZiH5BAEHAAAALAAAAABIAAEAAAINDG54kLwNn1TU1XhXAQA7) repeat-x left top,
				url(../images/dotted_vert.png) repeat-y right 3px, 
				url(../images/dotted_vert.png) repeat-y left 3px;*/
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAEklEQVQIW2NkAAJGBBEcHPwfAAQwAf17uQGdAAAAAElFTkSuQmCC) repeat-y left 1px,
			  	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAEklEQVQIW2NkAAJGBBEcHPwfAAQwAf17uQGdAAAAAElFTkSuQmCC) repeat-y right top,
				url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFElEQVQIW2MMDg7+v3btWkYGKAAAMgIEAnCOSI0AAAAASUVORK5CYII=) left top repeat-x, 
				url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFElEQVQIW2MMDg7+v3btWkYGKAAAMgIEAnCOSI0AAAAASUVORK5CYII=) 3px bottom repeat-x;

	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	margin-bottom: 40px;
}

strong {
	border-bottom: 2px solid #363636;
	padding-bottom: 1px;
	color: #363636;
	
}
/*.mast input {
	margin-bottom: 0px;
	float: right;
}*/

form {
	
	display: block;
	min-height: 85px;
	margin-bottom: 0;
	
}

input.sbtn {
	display: block;
	margin-right: 0;
	float: right;
	margin-bottom: 0px;
}

#emailInput, #mce-EMAIL {
	margin-top: 15px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	/*width: 300px;*/
	width: 100%; 
	
	 -moz-box-sizing: border-box; 
	  -webkit-box-sizing: border-box; 
	  box-sizing: border-box;
	margin-top: 5px;
}

.mc-field-group label {
	margin-top: 20px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	
	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1{background-size: 320px auto;}
	}
	
	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {	h1{background-size: 260px auto;}
}
	
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}
	
	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}
	
	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}
	
	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}
	

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
		
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/