@charset "UTF-8";


body, button, input, select, textarea {
	color: #3f2a2a;
}

a {
	color: #5aab48;
}

a:active,
a:hover {
	color: #50ff00;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
	;
	color: #ff6d19;
}

::selection {
	background: #ffa947;
}

::-moz-selection {
	background: #ffa947;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #55d737;
	color: #fff;
	font-size: 17px;	/* 201608 add */
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: rgba(85,215,55,0.7);
	color: #fff;
}

.site-header {
	background-color: #ffefa0;
}

.menu-toggle {
	background-color: #ff6d19;
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: rgba(255, 255, 255, .15);
}

.search-toggle {
	background-color: #ffa947;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(255, 255, 255, .15);
}

.search-box {
	background-color: #ffa947;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation a {
	color: #ff6d19;
	text-transform: none;
}

.site-navigation a:hover {
	color: #ffa947;
}

.site-navigation li a:hover {
	background-color: rgba(255, 255, 255, .15);
	color: #ffa947;	/* #ff6d19; 201604 */
}

.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: rgba(255, 255, 255, .15);
	color: #ff6d19;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #ffa947;
}

/*
.site-navigation li {
	border-top: 1px solid rgba(139, 69, 19, 0.2);	/* 201502 (255,255,255, 0.2)*/

}
*/

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #ffa947;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.entry-title {
	color: #552D12;	/* 201409 #803B05 */
}

.entry-title a {
	color: #5aab48;
}

.entry-title a:hover {
	color: #50ff00;
}

.entry-meta a:hover {
	color: #50ff00;
}

.cat-links a:hover {
	color: #50ff00;
}

.entry-meta .tag-links a:hover {
	background-color: #ffa947;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #ffa947;
}

.entry-content .edit-link a:hover {
	color: #50ff00;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ffa947;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #ffa947;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #50ff00;
}

.page-links a:hover {
	background: #ffa947;
	border: 1px solid #ffa947;
	color: #fff;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #50ff00;
}

.post-navigation a, .image-navigation a {
     color: #5aab48;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #ffa947;
}

.paging-navigation a:hover {
	border-top: 5px solid #ffa947;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #50ff00;
}

.comment-reply-title small a:hover {
	color: #50ff00;
}

#secondary {
	background-color: #ffefa0;
	border-top: 0;
/*	border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	color: rgba(255, 255, 255, 0.7);
}

.widget a {
	color: #fff;
}

.widget a:hover {
	color: #50ff00;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(255, 255, 255, 0.2);
}

.widget-area .widget input,
.widget-area .widget textarea {
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #ffa947;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
	background-color: #ffa947;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #ffa947;
}

.widget_calendar caption {
	color: #fff;
}

/*
.widget_calendar tbody td,
.widget_calendar thead th {
	color: rgba(255, 22, 102, 0.7);
}
*/

.widget_calendar tbody a {
	background-color: #81d742;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #ffa947;
	filter:alpha(opacity=80); opacity:0.8;;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #50ff00;
}

.content-sidebar .widget .widget-title {
	border-top: 5px solid #81d742;
	color: #2b2b2b;
}

.content-sidebar .widget a {
	color: #5aab48;
}

.content-sidebar .widget a:hover {
	color: #50ff00;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #ffa947;
	color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
	background-color: #ffa947;
}

.content-sidebar .widget .widget-title a:hover {
	color: #50ff00;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #50ff00;
}

.site-footer,
.site-info,
.site-info a {
	color: #ff6d19;
}

.site-footer {
	background-color: #fffad2;
}

.site-info a:hover {
	color: #ffa947;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #50ff00;
}

.slider-control-paging a:hover:before {
	background-color: #ffa947;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #ffa947;
}

.slider-direction-nav a:hover {
	background-color: #ffa947;
}


@media screen and (min-width: 783px) {

	.admin-bar.masthead-fixed .site-header {
    		top: 0;
	}
	.masthead-fixed .site-header {
    		position: relative;
	}

	.primary-navigation {
    		margin: 0 10px 0 10px;
	}

	.primary-navigation ul ul {
		background-color: #ffefa0;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #ffa947; /* #ff6d19; 201604 */
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}

	.primary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.site-navigation li .current_page_item > a, .site-navigation li .current_page_ancestor > a, .site-navigation li 	.current-menu-item > a, .site-navigation li .current-menu-ancestor > a {
    		color: #ffa947;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: #ffefa0;
	}

	#secondary {
		background-color: transparent;
	}

	.secondary-navigation li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation li li {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.secondary-navigation ul ul {
		background-color: #ffefa0;
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #ff6d19;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}
}

.site {
		background-color: #fff4b3;
}
.site-content .entry-header {
		background-color: transparent;
}
.site-content .entry-content, .site-content .entry-summary, .page-content {
		background-color: transparent;
}

a, button, input {
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* --- custom css Start ---------------------------- */

body {
   background-color: #fffad2;
}

.site-title a, .site-title a:hover {
    color: #ff6d19;
}

/* --- h tag --- */
.entry-title {
	color: #88B265;	/* #e9967a */
}

h2 {
	position:relative;
	padding:0 0 3px 25px;
	border-bottom:2px solid #B4D84C;
}
h2:after {
    content:"";
    position:absolute;
    top:10px;
    left:11px;
    width:8px;
    height:8px;
    background:#B4D84C;
    -webkit-transform:rotate(-20deg);
    transform:rotate(-20deg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
h2:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:12px;
    height:12px;
    background:#D8CE4C;
    -webkit-transform:rotate(-18deg);
    transform:rotate(-18deg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

/* --- credo --- */
ol.credo_ol {
	list-style-type: none;
	margin-left:14px;
}
ol.credo_ol  li:before {
	content: "\2460";
	margin-left:-14px;
}
ol.credo_ol  li+li:before {
	content: "\2461";
	margin-left:-14px;
}
ol.credo_ol  li+li+li:before {
	content: "\2462";
	margin-left:-14px;
}
ol.credo_ol  li+li+li+li:before {
	content: "\2463";
	margin-left:-14px;
}
ol.credo_ol  li+li+li+li+li:before {
	content: "\2464";
	margin-left:-14px;
}

/* --------------------------- End ----------------------------- */
