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

a {
	color: #bc2323;
}

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

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

.read-more, .btn, #search-submit, #leave-comment,
.comment-reply-link, #commentform .submit {
	background: transparent url(../../img/bg-btn-red.png) repeat-x left top;
	border: 1px solid #bc2323;
}

.wp-pagenavi .current {
	background: transparent url(../../img/bg-paging-current-red.png) no-repeat center center;
}

