a {
	color: #38b6ff;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #38b6ff;
	border-bottom: 3px solid #dfb500;
	color: #000;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #F7C800;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border-top: 3px solid #b93207;
}


.navbar {
	background-color: #38b6ff;
}

.entry-title a {
	color: #38b6ff;
}

.entry-title a:hover {
	color: #38b6ff;
}


.paging-navigation {
	background-color: #38b6ff;
}



.paging-navigation .meta-nav {
	background-color: #38b6ff;
	color: #000;
}


.paging-navigation .meta-nav {
	background-color: #38b6ff;
	color: #000;
}

.post-navigation {
	background-color: #38b6ff;
	color: #ca3c08;
}


.site-footer a {
	color: #38b6ff;
}


.site-footer .widget a {
	color: #38b6ff;
}

.hentry {
	background-color: #000;
	border: 1px solid #38b6ff;
	color: #FFF;
}

.entry-meta a p, .entry-meta a, .entry-content a, .comment-content a { color: #38b6ff; }
button, input[type="submit"], input[type="button"], input[type="reset"] { border-color: #38b6ff; }

