/* CSS Document
============================================ */
@font-face {
    font-family: 'ClaireHandRegular';
    src: url('clairehandregular-webfont.eot');
    src: url('clairehandregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('clairehandregular-webfont.woff') format('woff'),
         url('clairehandregular-webfont.ttf') format('truetype'),
         url('clairehandregular-webfont.svg#ClaireHandRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body#tinymce.wp-editor{font-family: "Tahoma", Arial, sans-serif !important; color:#3c4075 !important;}
body#tinymce.wp-editor H1 { font-size:1.9em; font-weight:normal; font-family: 'ClaireHandRegular'; color: #D9386C; line-height: 30px}
body#tinymce.wp-editor HR { border:0 !important; border-bottom:#dcddf4 thin dotted !important; margin: 2em 0 1em !important; }

body#tinymce.wp-editor .alignleft { float: left; margin-bottom: 10px; margin-right: 10px;}
body#tinymce.wp-editor .alignright { float: right; margin-bottom: 10px; margin-left: 10px;}
body#tinymce.wp-editor A:link, body#tinymce.wp-editor A:active, body#tinymce.wp-editor A:visited { text-decoration:underline; color:#3c4075;}

.pink-button {
	padding: 8px 15px 10px;
	text-align: center;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #666 1px 1px 4px;
	-moz-box-shadow: #666 1px 1px 4px;
	box-shadow: #666 1px 1px 4px;
	
	background: #F193A8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F193A8), to(#d9396d));
	background: -webkit-linear-gradient(#F193A8, #d9396d);
	background: -moz-linear-gradient(#F193A8, #d9396d);
	background: -ms-linear-gradient(#F193A8, #d9396d);
	background: -o-linear-gradient(#F193A8, #d9396d);
	background: linear-gradient(#F193A8, #d9396d);
	-pie-background: linear-gradient(#F193A8, #d9396d);
	
	display:inline-block;
	float:left;
	
}
A.pink-button, A.pink-button:link, A.pink-button:visited, A.pink-button:active {
	color:#FFF !important;
	text-decoration:none !important;
	text-shadow: 1px 1px 2px #737373 !important;
	font-size:1.1em !important;
	}
A.pink-button:hover {
	color:#FFF;
	text-decoration:underline;
	}
	
A > span.pink-button, A:link > span.pink-button, A:visited > span.pink-button, A:active > span.pink-button {
	color:#FFF !important;
	text-decoration:none !important;
	text-shadow: 1px 1px 2px #737373 !important;
	font-size:1.1em !important;
	}
A:hover > span.pink-button {
	color:#FFF;
	text-decoration:underline;
	}
P.pink-button A, P.pink-button A:link, P.pink-button A:visited, P.pink-button A:active  {
	color:#FFF !important;
	text-decoration:none !important;
	text-shadow: 1px 1px 2px #737373 !important;
	font-size:1.1em !important;
	}
P.pink-button A:hover {
	color:#FFF;
	text-decoration:underline;
	}
/* Fim de CSS
============================================ */