/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand');

.site-title{
font-size:15px
}

.site-title a,
.site-title a:hover,
.primary-navigation li:hover > a, .primary-navigation li.focus > a,
.nav-menu
{
font-family: 'Quicksand', sans-serif;
}

.entry-title {
font-size: 20px;
border-left: 4px solid #f35509;
padding: 2px 10px 2px 10px;
margin-bottom: 15px;
}
a {
    color: #222;
    text-decoration: none;
}
a:active, a:hover {
    color: #f35509;
}
.menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    background-color: #555;
}
.search-toggle,
.search-toggle:hover,
.search-toggle.active, 
.search-toggle:hover
{
    background-color: #f35509;
}
.search-box {
    background-color: #f35509;
    padding: 5px;
}
.site-header {
    background-color: #555;
}
.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: #f35509;
}


.primary-navigation ul ul {
    background-color: rgba(50,50,50,.7);
}	


.primary-navigation ul ul a:hover, .primary-navigation ul ul li.focus > a {
    background-color: #eee;
    color: #f35509;
}

.primary-navigation li:hover > a, .primary-navigation li.focus > a {
    background-color: #fff;
    color: #f35509;
}

.content-sidebar .widget .widget-title {
    border-top: 5px solid #555;
}
.content-sidebar .widget a {
    color: #222;
}

.content-sidebar .widget a:hover {
    color: #f35509;
}

.entry-title a:hover,
.entry-meta a:hover,
.cat-links a:hover,
.entry-meta .tag-links a:hover 
{
	color: #f35509;
}
.entry-meta .tag-links a:hover {
	background-color: #f35509;
	color: #fff;
}
.entry-meta .tag-links a:hover:before {
	border-right-color: #f35509;
}
.entry-content .edit-link a:hover {
	color: #f35509;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #f35509;
}
.hentry .mejs-overlay:hover .mejs-overlay-button {
	background-color: #f35509;
	color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
	color: #f35509;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
	color: #555;
}
.page-links a:hover {
	background: #f35509;
	border: 1px solid #f35509;
	color: #fff;
}
.paging-navigation {
	border-top: 5px solid #555;
}
.post-navigation a:hover,
.image-navigation a:hover {
	color: #f35509;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #f36a09;
}

.paging-navigation a:hover {
	border-top: 5px solid #f35509;
	color: #555;
}
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #f35509;
}

.comment-reply-title small a:hover {
	color: #f35509;
}

#secondary {
	background-color: #555;
}
.widget a:hover {
	color: #f35509;
}
.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	background-color: #f35509;
}
.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: #f35509;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
	background-color: #f36a09;
}

.widget-title a:hover {
	color: #f35509;
}
.widget_calendar tbody a {
	background-color: #f35509;
	color: #fff;
	display: block;
}

.widget_calendar tbody a:hover {
	background-color: #f36009;
}
.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: #f35509;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
	background-color: #f36a09;
}
.content-sidebar .widget .widget-title a:hover {
	color: #f35509;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
	background-color: #555;
}	
.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
	color: #f35509;
}

.site-info a:hover,
.featured-content a:hover{
	color: #f35509;
}

.site-footer {
    background-color: #555;
}	

.site:before {
    background-color: #555;
}	
