/* CANEMUCCO CSS3 $ */

@font-face {
    font-family: spinwerad;
    src: url("fonts/spinwerad/spinwerad.ttf");
}

@font-face {
    font-family: spinwerad;
    font-style: italic;
    src: url("fonts/spinwerad/spinwerad-italic.ttf");
}

.current_page_item {
	text-shadow: #f6ead8 1px 1px 0;
}

.white-shadow {
	text-shadow: #fff 1px 1px 0;
}

.black-shadow {
	text-shadow: #000000 1px 1px 0px;
}

input.text:focus {
	transform: scale(1,1.1);
	-webkit-transform: scale(1,1.1);
	-moz-transform: scale(1,1.1);
}

.border-radius {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#smsPopup {
	background: rgba(0, 0, 0, 0.7);
}

/* WP CLASSES */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
clear: both;
}

.alignleft {
   float: left;
   margin-right:10px;
}

.alignright {
   float: right;
}

.wp-caption {
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
background-color: #fffff7;
border: 1px solid #939278;
padding: 3px;
text-align: center;
}

.wp-caption img {
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px;
   margin: 0;
text-align: left:
}