/**
 *
 * Blue color scheme.
 *
 * @since 1.0.0
 *
 **/

/*-----------------------------------------------------------------------------------*/
/* Global
/*-----------------------------------------------------------------------------------*/

a {
	color: #2C96BF;
}

a:hover {
	color: #227697;
}

code, kbd, tt, var, pre {
	background-color: #2C96BF;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #2C96BF;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #227697;
}

th {
	background-color: #2C96BF;
	border: 1px solid #227697;
}

/*-----------------------------------------------------------------------------------*/
/* Layout
/*-----------------------------------------------------------------------------------*/

.site-header {
	background-color: #2C96BF;
	background: -moz-linear-gradient(top, #2C96BF, #227697); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #2C96BF, #227697); /* IE 10 */
	background: -o-linear-gradient(top, #2C96BF, #227697); /* Opera 11.10+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2C96BF), to(#227697));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #2C96BF, #227697); /* Safari 5.1, Chrome 10+ */
}

.site-footer {
	background-color: #2C96BF;
	background: -moz-linear-gradient(top, #2C96BF, #227697); /* Firefox 3.6+ */
	background: -ms-linear-gradient(top, #2C96BF, #227697); /* IE 10 */
	background: -o-linear-gradient(top, #2C96BF, #227697); /* Opera 11.10+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2C96BF), to(#227697));  /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #2C96BF, #227697); /* Safari 5.1, Chrome 10+ */
}

.site-footer a {
	border-bottom: 1px dotted #50C5F3;
	color: #FFF;
}

.site-footer a:hover {
	border-bottom: 1px dotted #97E2FF;
	color: #FFF;
}

/*-----------------------------------------------------------------------------------*/
/* Content
/*-----------------------------------------------------------------------------------*/

.more-link {
	background-color: #2C96BF;
}

.more-link:hover {
	background-color: #227697;
}

/*-----------------------------------------------------------------------------------*/
/* Pagination
/*-----------------------------------------------------------------------------------*/

.site-content .site-navigation a:hover, .site-content .site-navigation .current {
	color: #2C96BF;
}

/*-----------------------------------------------------------------------------------*/
/* Post Formats
/*-----------------------------------------------------------------------------------*/

/* Gallery */
.slideshow-set a {
	background-color: #2C96BF;
}

.slideshow-set a:hover {
	background-color: #227697;
}

/*-----------------------------------------------------------------------------------*/
/* Post Category Cloud & Post Tag Cloud Page Template
/*-----------------------------------------------------------------------------------*/

.page-template-post-category-cloud .entry-content .tag-cloud a, .page-template-post-tag-cloud .entry-content .tag-cloud a {
	background-color: #2C96BF;
}

.page-template-post-category-cloud .entry-content .tag-cloud a:hover, .page-template-post-tag-cloud .entry-content .tag-cloud a:hover {
	background-color: #227697;
}

/*-----------------------------------------------------------------------------------*/
/* Comments
/*-----------------------------------------------------------------------------------*/

.comments-area .bypostauthor > article header {
	background-color: #2C96BF;
}

.comments-area .bypostauthor > article header .published, .comments-area .bypostauthor > article header .comment-edit-link {
	color: #50C5F3;
}

.comments-area .bypostauthor > article header .avatar {
	border: 1px solid #50C5F3;
}

.comments-area article .comment-reply-link, .comments-area article .comment-reply-login {
	background-color: #2C96BF;
}

.comments-area article .comment-reply-link:hover, .comments-area article .comment-reply-login:hover {
	background-color: #227697;
}

/*-----------------------------------------------------------------------------------*/
/* Widgets
/*-----------------------------------------------------------------------------------*/

/* Calendar widget */
#wp-calendar #today, #wp-calendar #today a {
	background-color: #2C96BF;
}

/* Tag Cloud widget */
.widget_tag_cloud a {
	background-color: #2C96BF;
}

.widget_tag_cloud a:hover {
	background-color: #227697;
}