/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

input[type=submit],  button[type="submit"] { 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	padding: 7px 7px 9px 7px;
	transition:all .15s ease-in-out;
	-webkit-transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	border:none;
	background-color:#777;
}

input[type=submit]:hover, button[type="submit"]:hover {
	background-color:#E89579	
}

/* Malichimp Sign-up form styling */

#mc_embed_signup{
		background:#fff; 
		clear:left; 
		font:14px Georgia,Verdana,Helvetica,Arial,sans-serif; 
		border:1px solid #ddd;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		text-align:center;
		padding:0px 15px;
	}
	
	body #mc_embed_signup label{
		text-align:center;margin-top:15px;padding-bottom:0px;font-size:1.2em;	display:block;
	}
	
	#mc_embed_signup .subheader{
		style="text-align:center;margin-top:0px;	
	}
	
	#mc_embed_signup input[type=email]{
		margin:10px auto 5px auto; width:80%;display:block;
	}
	
	body #mc_embed_signup input.button{
		transition:all .15s ease-in-out;
		-webkit-transition:all .15s ease-in-out;
		-moz-transition:all .15s ease-in-out;	
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		text-shadow:none;
		-webkit-text-shadow:none;
		-moz-text-shadow:none;
		background-image:none;
	}
	body #mc_embed_signup input.button:hover{
		background-color:#E89579;
	}

#header{
	padding-top:0px;
	padding-bottom:0px;
}





