.site {
background-color: #000;
color:#fff;
font-family:Trebuchet MS;
}
.main-navigation {
position: static;
height: 100%;
background: none repeat scroll 0% 0% rgb(0, 0, 0); border-bottom: none;
box-shadow: none;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #fff;
font-weight: bold;
}
.main-navigation li a {
color: #fff;
}
.main-navigation li a:hover, .main-navigation li a:focus {
color: #fb7401;
}
.archive .content-area article, .category .content-area article, .singular .content-area article, .blog .content-area article, .search-results .content-area article {
background: #000;
background-image: -ms-radial-gradient(center bottom, circle closest-corner, #000 0%, #000 100%);
background-image: -moz-radial-gradient(center bottom, circle closest-corner, #000 0%, #000 100%);
background-image: -o-radial-gradient(center bottom, circle closest-corner, #000 0%, #000 100%);
background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 487, color-stop(0, #000), color-stop(1, #000));
background-image: -webkit-radial-gradient(center bottom, circle closest-corner, #000 0%, #000 100%);
background-image: radial-gradient(circle closest-corner at center bottom, #000 0%, #000 100%);
}
body .site {
padding: 12px 40px 0 40px;
padding: 0.75rem 2.5rem 0 2.5rem;
margin-top: 24px;
margin-top: 1.5rem;
margin-bottom: 48px;
margin-bottom: 3rem;
-webkit-box-shadow: 0px 0px;
-moz-box-shadow:0px 0px;
box-shadow: 0px 0px;
}
.entry-header .entry-title, .entry-header .entry-title a {
color: #fb7401;
}
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1, .entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2, .entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3, .entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4, .entry-content h5, .entry-summary h5, .page-content h5, .comment-content h5, .entry-content h6, .entry-summary h6, .page-content h6, .comment-content h6 {
color: #fb7401;
}
.site-footer {
background: #000;
background-image: -ms-radial-gradient(center top, circle closest-corner, #000 0%, #000 100%);
background-image: -moz-radial-gradient(center top, circle closest-corner, #000 0%, #000 100%);
background-image: -o-radial-gradient(center top, circle closest-corner, #000 0%, #000 100%);
background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #000), color-stop(1, #000));
background-image: -webkit-radial-gradient(center top, circle closest-corner, #000 0%, #000 100%);
background-image: radial-gradient(circle closest-corner at center top, #000 0%, #000 100%);
}
.main-navigation li ul li a {
background: #120b00;
border-bottom: 1px solid #000;
display: block;
font-size: 11px;
font-size: 0.6875rem;
line-height: 2.181818182;
padding: 8px 10px;
padding: 0.5rem 0.625rem;
width: 200px;
width: 14.285714286rem;
white-space: normal;
}
.widget-area .widget a, .widget-area .widget a:visited {
color: #ccc;
text-decoration: none;
}
media="all"
a {
color: #fb7401;
}
a:visited {
color: #DD3811;
}