/*	##################################
   	BLUE COLOR SCHEME
	################################## */

a {
	color: #3fb4d0;
}

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

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

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

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

