/* 
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]{ 
	-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;

}

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

/* Malichimp Sign-up form styling */

#mc_embed_signup{
		background:#fff; 
		clear:left; 
		font:14px 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 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;
}




