body { 
	background: #ed766e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ed766e , #fefbe8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ed766e, #fefbe8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ed766e, #fefbe8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ed766e, #fefbe8); /* Standard syntax */
	margin: 0px; 

}

body.calendar { 
	background: #ed766e; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ed766e , #fefbe8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ed766e, #fefbe8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ed766e, #fefbe8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ed766e, #fefbe8); /* Standard syntax */
	margin: 0px; 

}

* { font-family: 'Montserrat Alternates', sans-serif; color: #aaa; }

h2, h4 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 700; color: #cccccc; }

#logo { background-image: url("images/new_logo.png"); width: 611px; height:236px; margin:12px auto -58px;  }
#blurb { background-image: url("images/blurb.png"); width: 760px; height:136px; margin:10px auto 10px;  }
#signup { width:930px; }	
#main { width:640px; height:340px; margin: 60px auto 15px; padding-top: 35px; }
#calendar { width:1280px; height:720px; margin: 5px auto 15px; padding-top: 35px; }
#main2 { max-width: 1600px; background-color: rgba(255, 255, 255, .35); margin: 5px auto 10px; padding:50px;  }
#main2 p { font-family: 'Open Sans', sans-serif; font-weight: 400; color: #111; font-size: 14px; }
#social { width:320px; height:85px; margin: 27px auto 5px; }
#social img { padding:0 10px; }
#socblurb { width:550px; height:29px; margin: 30px auto 33px; }
#mail { width: 507px; height:40px; margin:25px auto 0px; }

.inq { 
	max-width: 680px; 
	height:27px; 
	width: 80%;
	margin:33px auto 10px; 
}

.inq p, .inq p a { 
	font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-shadow: 3px 3px rgba(0,0,0,0.55);
    text-decoration: none;
    letter-spacing: .08em;
}

p.bottom { font-size:17px !important; } 

#premtitle { margin-top:83px; }

#premtitle h1, #premtitle h3, #premtitle h4  {  
	color: #ffffff;
	line-height: 0.4em;
}

#youtube { margin-top:-10px; }

#mc_embed_signup {  
	background:none !important;
	font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; color: #cccccc !important;
	display: inline !important;
	text-align: center !important;
}

#mc_embed_signup form, #mc_embed_signup input.email, #mc_embed_signup input.button  {
	display: inline !important;
	text-align: center !important;
	text-indent: 0 !important;
	margin-left: 7px;
}

#mc_embed_signup input.email {
	width:220px;
	float: left;
}

#mc_embed_signup input.button  {
	width:106px; 
	float: right;
	margin: -75px -49px 0 0;
	padding: 0;
}

#mc_embed_signup div.response {
	padding: 10px !important;
	margin-bottom: 23px !important;
	background: rgba(255,255,255,.85) !important;
	color: #444 !important;
}

#mc_embed_signup label {
   color:white; 
   font-size: 17px !important;
   text-shadow: .01em .01em .5em black;
   margin: 5px 1px 0 -24px;
   float: left;
}

#mc_embed_signup .mc-field-group input {
	width: 221px !important;
}

#show { 
	text-align: center; 
	margin: 70px auto -10px;
}

#show2 { 
	text-align: center; 
	margin: 32px auto -10px;
}

a:link, a:visited { 
	color:#fff; 
	text-shadow: 3px 3px rgba(0,0,0,0.55);
	letter-spacing: .08em;
	text-decoration: none;
}

button a:link, button a:visited { 
	color: #000; 
	text-decoration: none !important;
	text-shadow: none;
	font-size: 22px;
} 

button { 
	background-color:#dd8794; 
	padding: 7px; 
	border: 3px solid #3a7999;
	border-radius: 7px;
	-webit-appearance: none;
	-moz-appearance: none;
}

button:hover {
	border: 3px dotted #3a7999;
	color: #3a7999;
	background: rgba(255,255,255,.5);
	-webit-appearance: none;
	-moz-appearance: none;
}
