/*
 Theme Name:   nas-tweaks2015
 Theme URI:    http://wolf-u.li
 Description:  TwentyFifteen Child Theme of wolfuli
 Author:       Uli Wolf
 Author URI:   http://wolf-u.li
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
 Text Domain:  nas-tweaks2015
*/

/* This is where you will add your custom CSS styles */
.adsense-title {
        font-size: .7em;
        color: #808080;
        text-transform: uppercase;
}

/* Make it black */
/* Custom Header Background Color */
body:before,
.site-header {
        background-color: #474747;
}

.main-navigation, .social-navigation {
        margin: 0 20% 5%;
}

.widget {
         margin: 0 0 5%;
}

.site-header{
        margin: 10% 0;
}

.site-title p{
        color: #666;
}

@media screen and (min-width: 59.6875em) {
        .site-header,
        .secondary {
                background-color: transparent;
        }

        .widget button,
        .widget input[type="button"],
        .widget input[type="reset"],
        .widget input[type="submit"],
        .widget_calendar tbody a,
        .widget_calendar tbody a:hover,
        .widget_calendar tbody a:focus {
                color: #474747;
        }
}


/* Custom Sidebar Text Color */
.site-title a,
.site-description,
.secondary-toggle:before {
        color: #ffffff;
}

.site-title a:hover,
.site-title a:focus {
        color: #ffffff; /* Fallback for IE7 and IE8 */
        color: rgba( 255, 255, 255, 0.7);
}

.secondary-toggle {
        border-color: #ffffff; /* Fallback for IE7 and IE8 */
        border-color: rgba( 255, 255, 255, 0.1);
}

.secondary-toggle:hover,
.secondary-toggle:focus {
        border-color: #ffffff; /* Fallback for IE7 and IE8 */
        border-color: rgba( 255, 255, 255, 0.3);
}

.site-title a {
        outline-color: #ffffff; /* Fallback for IE7 and IE8 */
        outline-color: rgba( 255, 255, 255, 0.3);
}

@media screen and (min-width: 59.6875em) {
        .secondary a,
        .dropdown-toggle:after,
        .widget-title,
        .widget blockquote cite,
        .widget blockquote small {
                color: #ffffff;
        }

        .widget button,
        .widget input[type="button"],
        .widget input[type="reset"],
        .widget input[type="submit"],
        .widget_calendar tbody a {
                background-color: #ffffff;
        }

        .textwidget a {
                border-color: #ffffff;
        }

        .secondary a:hover,
        .secondary a:focus,
        .main-navigation .menu-item-description,
        .widget,
        .widget blockquote,
        .widget .wp-caption-text,
        .widget .gallery-caption {
                color: rgba( 255, 255, 255, 0.7);
        }

        .widget button:hover,
        .widget button:focus,
        .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,
        .widget_calendar tbody a:hover,
        .widget_calendar tbody a:focus {
                background-color: rgba( 255, 255, 255, 0.7);
        }

        .widget blockquote {
                border-color: rgba( 255, 255, 255, 0.7);
        }

        .main-navigation ul,
        .main-navigation li,
        .secondary-toggle,
        .widget input,
        .widget textarea,
        .widget table,
        .widget th,
        .widget td,
        .widget pre,
        .widget li,
        .widget_categories .children,
        .widget_nav_menu .sub-menu,
        .widget_pages .children,
        .widget abbr[title] {
                border-color: rgba( 255, 255, 255, 0.1);
        }

        .dropdown-toggle:hover,
        .dropdown-toggle:focus,
        .widget hr {
                background-color: rgba( 255, 255, 255, 0.1);
        }

        .widget input:focus,
        .widget textarea:focus {
                border-color: rgba( 255, 255, 255, 0.3);
        }

        .sidebar a:focus,
        .dropdown-toggle:focus {
                outline-color: rgba( 255, 255, 255, 0.3);
        }
}