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

a {
	color: #cf394c;
}

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

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

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

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

