/*
Theme Name: Oxymoronical
Description: Child theme for the twentyfifteen theme 
Author: Dave Townsend
Template: twentyfifteen
*/

@import url("../twentyfifteen/style.css");

.sidebar {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
}

body, button, input, select, textarea {
  font-family: sans-serif;
}

.widget, .entry-content {
  text-align: justify;
}

.hentry,
.hentry.has-post-thumbnail {
  padding-top: 50px;
}

code {
  background-color: rgba(0, 0, 0, 0.01);
}

@media screen and (min-width: 38.75em) {
  ul, ol {
	margin-left: 2em;
  }
}

@media screen and (min-width: 59.6875em) {
  body:before {
    width: 25%;
    box-shadow: 0px 0px 5px 0px #6E919B;
  }

  .site {
    max-width: none;
  }

  .site-header {
    margin: 50px 0 40px 0;
    padding: 0 25px;
  }

  .sidebar {
    width: 25%;
  }

  .main-navigation {
    margin: 0;
  }

  .widget {
    margin: 0 0 40px;
    padding: 0 25px;
  }

  .site-content {
    margin-left: 25%;
    width: 75%
  }

  .site-main {
    padding: 50px 0;
  }

  .hentry {
    margin: 0 5%;
    box-shadow: 0px 0px 5px 0px #6E919B;
  }

  .entry-header {
    padding: 0;
    margin: 0 50px;
  }

  .entry-content {
    padding: 0;
    margin: 0 50px 50px 50px;
  }

  .entry-footer {
    padding: 50px
  }
}
