/*	##################################
   	PINK COLOR SCHEME
	################################## */

a { color: #D90899; }
a:hover { color: #000; }

::selection{ /* Safari and Opera */
	background:#FF00B1;
}
::-moz-selection{ /* Firefox */
	background:#FF00B1;
}

#logo h2, h1.category-title,
h1.search-title, #commentform input.fielderror,
#commentform textarea.fielderror, .footer-section h3 {
	
}

.read-more, .btn, #search-submit, #leave-comment,
.comment-reply-link, #commentform .submit {
	background: #505050;
}
.read-more:hover, .btn, #search-submit:hover, #leave-comment:hover,
.comment-reply-link, #commentform .submit:hover {
	background: #FF00B1; color: #fff;
}

.wp-pagenavi .current {
	background: #505050;
}

hr { color: #fff; background:transparent; margin: 10px 0 20px 0; padding: 0 0 0.5em 0; border:0; border-bottom: 1px #AAAAAA dotted; }

.importante { display: block; padding: 10px; margin: 25px 0 35px 0; background: url("../../img/bg-importante.gif"); font-weight: bold; font-size: 15px; letter-spacing: 1px; }
.importante a { color: #fff; background: #FF00B1; padding: 2px; }
.importante a:hover { background: #000; }

.alphabet { display: block; text-align: justify; line-height: 35px; padding: 3px; margin: 25px 0 35px 0; background: url("../../img/bg-importante.gif"); font-weight: bold; font-size: 13px; }
.alphabet a { color: #fff; background: #FF00B1; padding: 3px 10px 5px 10px; margin: 0 3px; }
.alphabet a:hover { background: #000; }