@charset "UTF-8";


body, button, input, select, textarea {
	color: #2b2b2b;
}

a {
	color: #003d66;
}

a:active,
a:hover {
	color: #d81376;
}

h1:not(.site-title),
h2,
h3,
h4,
h5,
h6 {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width: 0px 0px 0px 0px;
	border-style:solid;
	line-height:140%;
	font-weight:bold;
	text-align: left;color: #2b1414;border-color: #c58a50;background: transparent;;
}

::selection {
	background: #0019ff;
}

::-moz-selection {
	background: #0019ff;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #d2919f;
	color: #fff;
}

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(210,145,159,0.7);
	color: #fff;
}

.site-header {
	background-color: rgba(196,196,196,0);
/*	background-color: #6d6d6d;	201601 edit */
}

.menu-toggle {
	background-color: rgba(196,196,196,0);
	/* background-color: #6d6d6d; 201601 edit */
}

.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: rgba(255, 255, 255, .15);
}

.search-toggle {
	background-color: #0019ff;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: rgba(255, 255, 255, .15);
}

.search-box {
	background-color: #0019ff;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation a {
	color: #000000;
}

.site-navigation a:hover {
	color: #0019ff;
}

.site-navigation li a:hover {
	background-color: rgba(255, 255, 255, .15);
	color: #000000;
}

.site-navigation ul ul a:hover,
.site-navigation ul ul li.focus > a {
	background-color: rgba(255, 255, 255, .15);
	color: #000000;
}

.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: #0019ff;
}

/*
.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: #0019ff;
}

.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: #003d66;
}

.entry-title a:hover {
	color: #d81376;
}

.entry-meta a:hover {
	color: #d81376;
}

.cat-links a:hover {
	color: #d81376;
}

.entry-meta .tag-links a:hover {
	background-color: #0019ff;
	color: #fff;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #0019ff;
}

.entry-content .edit-link a:hover {
	color: #d81376;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0019ff;
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #0019ff;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #d81376;
}

.page-links a:hover {
	background: #0019ff;
	border: 1px solid #0019ff;
	color: #fff;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #d81376;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #0019ff;
}

.paging-navigation a:hover {
	border-top: 5px solid #0019ff;
	color: #2b2b2b;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #d81376;
}

.comment-reply-title small a:hover {
	color: #d81376;
}

#secondary {
	background-color: transparent; /* rgba(196,196,196,0); */
	border-top: 0;	/* 20160118 1px solid #000 */
/*	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: #d81376;
}

.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: #0019ff;
}

.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: #0019ff;
}

.widget-title,
.widget-title a {
	color: #fff;
}

.widget-title a:hover {
	color: #0019ff;
}

.widget_calendar caption {
	color: #fff;
}

/*
.widget_calendar tbody td,
.widget_calendar thead th {
	color: rgba(255, 22, 102, 0.7);	/* 201502 add*/
}
*/

.widget_calendar tbody a {
	background-color: #0019ff;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #0019ff;
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #d81376;
}

.content-sidebar .widget .widget-title {
    border-top: 5px solid #c58a50;
}

.content-sidebar .widget a {
	color: #003d66;
}

.content-sidebar .widget a:hover {
	color: #d81376;
}

.widget_calendar tbody a {
    background-color: #0019ff;
    color: #fff;
}

.widget_calendar tbody a:hover {
	filter:alpha(opacity=80); opacity:0.8;;
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
	background-color: #0019ff;
	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: #0019ff;
}

.content-sidebar .widget .widget-title a:hover {
	color: #d81376;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #d81376;
}

.site-footer,
.site-info,
.site-info a {
	color: #000; /* #000000; */
}

.site-footer {
	background-color: rgba(197,138,80,0);
}

.site-info a:hover {
	color: #0019ff;
}

#footer-sidebar #recentcomments {
	color: rgba(122,176,27, 0.7);	/* 201502 add */
}

.featured-content .entry-header {
	background-color: #000;
}

.featured-content a:hover {
	color: #d81376;
}

.slider-control-paging a:hover:before {
	background-color: #0019ff;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
	background-color: #0019ff;
}

.slider-direction-nav a:hover {
	background-color: #0019ff;
}

/* ---------------------------------- S ---
	custom css 201601
---------------------------------------- */
.site {
	background-image: url(https://www.clavier-ps.com/wp-content/uploads/2016/01/bg01.png);
}

.entry-content h1 {
	background: url(https://www.clavier-ps.com/wp-content/uploads/2016/01/icon03.png) no-repeat left center;
	background-size: 30px auto;
	padding-left: 35px;
	border-bottom: 2px solid #B79F81;
}

.entry-content h2 {
	background: url(https://www.clavier-ps.com/wp-content/uploads/2016/01/icon01.png) no-repeat left center;
	background-size: 30px auto;
	padding-left: 35px;
}


/* ------------------------------- E --- */


@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: rgba(196,196,196,0);
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #000000;
	}

	.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: #0019ff;
	}
}

@media screen and (min-width: 1008px) {
	.site:before {
		background-color: rgba(196,196,196,0);
	}

	#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: rgba(196,196,196,0);
	}

	.secondary-navigation li:hover > a,
	.secondary-navigation li.focus > a {
		background-color: rgba(255, 255, 255, .15);
		color: #000000;
	}

	.secondary-navigation ul ul a:hover,
	.secondary-navigation ul ul li.focus > a {
		background-color: rgba(255, 255, 255, .15);
	}
}

.site {
		background-color: #fff;
}
.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;
}
