/*
Theme Name: skywatch
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: Finn R. Alden
Author URI: http://aldentd.com
Description: Skywatch is based on the theme Twenty Sixteen which is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 1.3.1476498070
Updated: 2016-10-15 02:21:10

*/

@charset "UTF-8";

.site-info {
    display: none;
}
.site-header {
    padding: 1.25em 3.5455%;
    background-image: url(http://californiaskywatch.com/wp-content/themes/skywatch/csw-banner.jpg);
    background-repeat: no-repeat;
    background-position:top right;
    background-color: #fff;
}
.site-header-menu {
    padding-top: 2.5em;
}
.site-branding, .site-header-menu, .header-image {
    margin-top: 0em;
    margin-bottom: 1em;
    }
}

.site-description {
    color: #fff;
}
.site-title a {
    color: #000;
}
.entry-content h2, .entry-summary h2, .comment-content h2 {
font-size: 1.25rem;
}
.main-navigation {
    background-color: #fff;
    margin: 0 -0.875em;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.7 opacity */
    background: rgba(255, 255, 255, 0.7);
}
.main-navigation .primary-menu, .main-navigation .primary-menu > li {
    border: 0;
    line-height: 1.25;
    background-color: #ded;
}
.main-navigation a {
    padding: 0.25625em 0.875em;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 1.5em;
}
.sub-menu li a {
    opacity: 1;
}
.widget {
    border-top: 2px solid #1a1a1a;
    margin-bottom: 2em;
    padding-top: 1.75em;
}