.main-navigation {
    background-color:  #1B5292;
}

.entry-meta .post-first-category a:before {
  color: #FF9600;
}

.entry-meta .byline:before {
  color: #FF9600;
}

.entry-meta .posted-on a:before {
  color: #FF9600;
}

entry-meta .posted-on a:before {
    color: #FF9600;
}

.entry-meta .post-edit-link-meta a:before {
  color: #FF9600;
}

.entry-meta .parent-post-link a:before {
  color: #FF9600;
}

.entry-meta .full-size-link a:before {
  color: #FF9600;
}

/* Post Sticky */
.post-label-sticky:before {
  color: #FF9600;
}

.entry-meta .posted-on a:before {
    color: #FF9600;
}
.search-form .search-submit {
    background: #FF9600;
}
.search-form .search-submit:hover {
    background: #ff7700;
}
.site-info {
    background: #154995;
}
@media (min-width: 768px)
.sf-menu > li.current_page_item > a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_ancestor > a, .sf-menu > li.current-menu-ancestor > a, .sf-menu > li.current-menu-parent > a {
    color: #FFFFFF;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active {
    color: #ff9600; 
}

* {
    font-family: 'Arial','PingFang TC','Noto Sans TC',"Microsoft JhengHei UI","Microsoft JhengHei",'新細明體',sans-serif !important;
}
.pagination .current.page-numbers {
    background: #FF9600;
}

.pagination .page-numbers:hover {
  background: #ff9600;
  color: #fff;
}

a, a:visited {
    color: #f88f88;
    text-decoration: none
}
.entry-header {
    border-bottom: solid 2px #ff7700
}

#breadcrumbs {
     font-size: 75%; 
     margin: 1em 0 2em 0;
}

#breadcrumbs a {
     display: inline; 
     border: none; 
     padding: 0; 
     text-transform: none;
}

.post-date {
     font-size: 12px;
     color: #FF9600;
}