body {
	color: #141412;
}
a {
	color: #28C024;
}
a:visited {
	color: #209D1C;
}
a:active,
a:hover {
	color: #38E872;
}
mark {
	background: #ff0;
	color: #000;
}
pre {
	background: #f5f5f5;
	color: #666;
}
fieldset {
	border: 1px solid #c0c0c0;
}
table {
	border-bottom: 1px solid #ededed;
}
td {
	border-top: 1px solid #ededed;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	color: #21759b;
}

button,
input,
textarea {
	border: 2px solid #d4d0ba;
}

input,
textarea {
	color: #141412;
}
input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #34DC3B; /* Old browsers */
	background: -webkit-linear-gradient(top, #34DC3B 0%, #2DD32D 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #34DC3B 0%, #2DD32D 100%); /* W3C */
	border-bottom: 3px solid #24AE21;
	color: #fff;
}

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: #3DEC54; /* Old browsers */
	background: -webkit-linear-gradient(top, #3DEC54 0%, #37E240 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3DEC54 0%, #37E240 100%); /* W3C */
}

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


::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
}
.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.site-header .home-link {
	color: #141412;
}
.nav-menu li a {
	color: #141412;
}
.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #220e10;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #38D644;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #2AA24C;
}
.navbar {
	background-color: #f7f5e7;
}
.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #38E872;
}
.entry-meta a {
	color: #2AA24C;
}

.entry-meta a:hover {
	color: #2AA24C;
}
.entry-content a,
.comment-content a {
	color: #2AA24C;
}
.entry-content a:hover,
.comment-content a:hover {
	color: #38E872;
}
.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
}



.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #38E242;
	border: 1px solid #38E242;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #38E242;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #38E872;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}
.gallery-caption {
	color: #fff;
}

.format-aside {
	background-color: #f7f5e7;
}


.format-audio {
	background-color: #38D644;
}
.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}
.format-chat {
	background-color: #eadaa6;
}
.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #22602A;
}
.format-chat .chat .chat-timestamp {
	color: #22602A;
}
.format-gallery {
	background-color: #fbca3c;
}
.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #22602A;
}
.format-link {
	background-color: #f7f5e7;
}
.format-link .entry-title {
	color: #28C024;
}
.format-link .entry-title a {
	color: #2AA24C;
}
.format-quote {
	background-color: #210d10;
}
.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}
.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #38E242;
}
.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.format-status {
	background-color: #22602A;
}
.format-status .entry-content a {
	color: #eadaa6;
}
.format-status .entry-meta a {
	color: #f7f5e7;
}
.format-status .entry-content {
	color: #f7f5e7;
}
.format-video {
	background-color: #38D644;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}
.format-video .entry-meta {
	color: #220e10;
}
.attachment .hentry {
	background-color: #e8e5ce;
}
.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #28C024;
}
.attachment .entry-content {
	background-color: #fff;
}
.navigation a {
	color: #2AA24C;
}

.navigation a:hover {
	color: #38E872;
}
.paging-navigation {
	background-color: #e8e5ce;
}
.paging-navigation .meta-nav {
	background-color: #38E242;
	color: #fff;
}

.paging-navigation a:hover .meta-nav {
	background-color: #38E872;
}

.post-navigation {
	background-color: #fff;
	color: #28C024;
}

.single-format-status .author-description {
	color: #f7f5e7;
}
.author-link {
	color: #28C024;
}
.archive-header {
	background-color: #e8e5ce;
}
.page-header {
	background-color: #e8e5ce;
}

.error404 .page-header {
	background-color: #fff;
}
.error404 .page-title:before {
	color: #e8e5ce;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}
.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #2AA24C;
}
.comment-meta,
.comment-meta a {
	color: #a2a2a2;
}
.comment-meta a:hover {
	color: #38E872;
}
.ping-meta {
	color: #a2a2a2;
}
.comment-awaiting-moderation {
	color: #a2a2a2;
}
.comment-respond {
	background-color: #f7f5e7;
}
.comment-reply-title small a {
	color: #131310;
}
.comment-reply-title small a:hover {
	color: #35EC39;
}
.comment-form .required {
	color: #35EC39;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
}
.no-comments {
	background-color: #f7f5e7;
}
.widget a {
	color: #2AA24C;
}

.widget a:hover {
	color: #38E872;
}
.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}
.site-footer {
	background-color: #e8e5ce;
	color: #686758;
}
.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
}
.site-footer .widget {
	color: #fff;
}
.site-footer .widget a {
	color: #38E242;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}
@media (max-width: 643px) {
	.toggled-on .nav-menu li > ul a {
		color: #141412;
	}
	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #38D644;
		color: #fff;
	}
}
