/* ------------------------------------
	Funky Shortcode Default CSS
------------------------------------ */

p:empty { display: none; } /* Empty p fix */

/*	Box
	================================================== */

.funky-box {
	clear: both;
	font-size: 13px;
	margin: 20px 0;
	padding: 1px 20px 20px;
	text-shadow: none;
}

	.funky-box p { margin: 20px 0 0; }

	.funky-box a {
		border: none;
		font-weight: 700;
	}

	.funky-box a:hover { text-decoration: underline }
	

/* Green box */

.funky-box.green-box {
	background-color: #DFF0D8 !important;
	color: #468847 !important;
}

	.funky-box.green-box a { color: #468847 !important; }

	
/* Red box */

.funky-box.red-box {
	background-color: #F2DEDE  !important;
	color: #B94A48 !important;
}

	.funky-box.red-box a { color: #B94A48 !important; }

	
/* Blue box */

.funky-box.blue-box {
	background-color: #D9EDF7 !important;
	color: #3A87AD !important;
}

	.funky-box.blue-box a { color: #3A87AD !important; }


/*	Button
	================================================== */

.funky-button,
.funky-button:visited {
	background: #FF0000;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	font-weight: 700;
	line-height: 1em;
	margin: 20px 0;
	padding: 10px;	
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.funky-button:hover,
.funky-