/* Disabling theme background in Gravatar widget picture */
/* img.avatar { background-image:none; padding: 0 5px 0 0; } */

/* Bigger font size in page/post contents and comments */
.entry p { font-size:110%; }

/* Default links are silver, changing to purple (same as used in commenter name) */
.entry-content a { color:#851095; }

/* Florzinhas nos cantos */
.florzinha {
	position:fixed;
	width:16px;
	height:16px;
	z-index:1000;
/*	cursor:pointer;*/
/*	background-attachment:scroll;*/
/*	background-origin:initial;*/
/*	background-clip:initial;*/
/*	background-position:0%;*/
/*	background-repeat:no-repeat;*/
}
#florzinha1 { background-image:url(/_img/florzinha-1.png);  left:5px; top:5px; }
#florzinha2 { background-image:url(/_img/florzinha-2.png); right:5px; top:5px; }
#florzinha3 { background-image:url(/_img/florzinha-3.png); right:5px; bottom:5px; }
#florzinha4 { background-image:url(/_img/florzinha-4.png);  left:5px; bottom:5px; }


