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

a {
	color: #12adf5;
}

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

#logo h2, h1.category-title,
h1.search-title, #commentform input.fielderror,
#commentform textarea.fielderror {
	color: #367000;
}

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

.footer-section h3{
color: #3f8200;
}

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

