/*
Theme Name: Amateur Earthling
Theme URI: http://amateurearthling.org/
Description: A child theme of the 2015 default theme for WordPress. Spacy.
Author: Zane Selvans based on work by the WordPress team
Author url: http://zaneselvans.org
Version: 1.0
Tags: 
Template: twentyfifteen
*/
@import url('../twentyfifteen/style.css');

/* ToDo:
 - make sidebar transparent, like posts in main area.
*/

body.home:before,
body.page:before,
body.single:before,
body.tag:before,
body.category:before,
body.archive:before,
body.error404:before {
    background-color: rgba(32,32,32,0.8);
}

.site-header {
    margin: 10% 0;
    padding: 0 10%;
    background-color: inherit;
}

.site-header[role="banner"] {
    margin: 0;
    padding: 5% 10%;
}

.main-navigation {
    margin: 0 10% 10%;
}

.social-navigation {
    margin: 0 10% 10%;
}

.social-navigation li {
    width: 33%;
    padding-left: 12.5%;
}

.widget {
    margin: 0 0 10%;
    padding: 0 10%;
}

.widget-title {
    border-bottom: 3px solid;
}

.blog-credits {
    display: none;
}

.widget ul, ol {
    margin-left: 5%;
    list-style: outside none square;
}

#advancedrecentposts-4 li {
    padding-bottom: 10px;
}

.hentry, .page-header, .page-content {
    border-radius: 25px;
    border: none;
    background-color: rgba(255,255,255,0.8);
}

.entry-footer {
    border-radius: 0px 0px 25px 25px;
    background-color: rgba(255,255,255,0.25);
}

.comments-area {
    border-radius: 25px;
    background-color: rgba(255,255,255,0.8);
}

.nav-links {
    border-radius: 25px;
    border: 1px solid;
    background-color: rgba(255,255,255,0.8);
}

.nav-previous {
    border-radius: 25px 25px 0px 0px;
    background-color: rgba(255,255,255,0.1);
}

.nav-next { 
    border-radius: 0px 0px 25px 25px;
    background-color: rgba(255,255,255,0.1);
}

.post-navigation {
    border-radius: 25px;
    background-color: rgba(255,255,255,0.1);
}

.site-footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: rgba(255,255,255,0.8);
}

.site-info {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
