html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	min-width: 320px;
	overflow: hidden;
		background:url(../images/backgrd.jpg) repeat #F5F5E9;
}
body{
	font-family: 'Chivo', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	color: #202020;
}

a{
	color: #999;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover{
	color: #e5512d;
	background-color:#FFF;
}

.clr {
	clear:both;}


/* JF Styles */

#mc_embed_signup{

font:14px Helvetica,Arial,sans-serif; 
}


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; padding:10px 0 60px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email { padding:8px 0; margin:0 20px 10px 0; text-indent:5px; width:350px; min-width:130px;}
#mc_embed_signup input.button { width:80px; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}





.headline {
font-family: 'Sanchez', serif;
font-style: normal;
font-weight: 400;
font-size: 25px;
text-transform: none;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.2;
}


.red {
color: #CC3300;
}


.subheadline {
font-family: 'Sanchez', serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
text-transform: none;
text-decoration: none;
letter-spacing: 0em;
word-spacing: 0em;
line-height: 1.2;

}


/* End JF Styles */


img {
	max-width:100%;
	height:auto;}
	
.header {
	width:100%;
	top:0;
	height:50px;
	padding:80px 0 120px 0;
	text-align:center;
	}

.container{
	max-width:100%;
	margin:0 auto;
	/* box-shadow: 0px -5px 0 0px #ee4e1d inset, 0px 5px 0 0px #ee4e1d inset; */
}

.inner {
	max-width:1024px;
	margin:0 auto;
	text-align:center;
	}



.left-block {
	float:left;
	max-width:47%;
	text-align: right;
	margin-top:20px;
	padding:68px 10px 0 0;
	}
	
.left-block p {
	font-family:'AmaticSCBold', Verdana, Geneva, sans-serif;
	font-size: 53px;
	font-weight: normal;
	word-spacing:5px;
	letter-spacing: 0px;
	line-height: 55px;
	color: #404040;
	margin-top:22px;}
	
.right-block {
	float:left;
	max-width:50%;
	text-align: center;
	margin-top:20px;
	padding-left:10px;}
	
.bottom {
	width:100%;
	padding:10px;
	bottom:0;
	margin: 50px 0 0 0;
	text-align:center;}

ul.signup {
	margin: 15px auto 15px -45px;}
ul.signup li {
	display:inline-block;}
	
.inputbox {
	background-color: #FAFAFA;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px #999999 inset;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    padding-left: 5px;
    text-decoration: none;
    width: 270px;
	}
.submit {
	background-color: #ee4e1d;
    border: 0 solid #CCCCCC;
    border-radius:3px;
    -moz-box-shadow: 0 0 9px #666666 inset;
	-webkit-box-shadow: 0 0 9px #666666 inset;
	box-shadow: 0 0 9px #666666 inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    padding: 4px 8px;
    text-align: center;
    text-shadow: -1px -1px #666666;
    text-transform: uppercase;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;}
.submit:hover {
	box-shadow: 0 0 5px #666666 inset;}

ul.social {
	margin: 15px auto 15px -46px;}
ul.social li {
	display:inline-block;}
	.social li a {
		margin:5px;
		opacity:0.8;
		background:none;}
		.social li a:hover {
			opacity:1;}
		
		
/*---- Media Queries to make design responsive ----*/
    
@media only screen and (max-width: 640px) and (min-width: 320px){
	body, .container {
		overflow-x:hidden;}
	.left-block {
	float:left;
	max-width:100%;
	text-align: center;
	padding:0;
	margin:0;
	}
	.left-block p {
		margin:0 0 10px 0;}
	.right-block {
		max-width:100%;
		float:left;
		margin:0;
		padding:0;
	}
	.bottom { padding:0px;}
	.submit { margin-top:10px;}
}

@media only screen and (max-width: 319px) and (min-width: 240px){
		body, .container {
		overflow-x:hidden;}
	.header {
		height:40px;}
	.header img {
		max-width:80%;
		height:auto;
		margin-right:46px;}
	.left-block {
	float:left;
	max-width:84%;
	text-align: center;
	padding:0;
	margin:0;
	}
	.left-block p {
		margin:0 0 10px 0;}
	.right-block {
		max-width:84%;
		float:left;
		margin:0;
		padding:0;
	}
	.bottom { padding:0px;}
	.submit { margin-top:10px;}
}
