/*
 Theme Name:   fm1488
 Theme URI:    dailystormer.com
 Description:  The theme for Stormer radio
 Author:       Zeiger
 Author URI:   dailystormer.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  fm1488
*/

@media screen and (min-width: 61.5625em){
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -80%;
    margin-left: 15%;
    width: 70.00000001%;
	}
}

body {
	background: initial;
	onresize: adaptRetroBack();
}



img {
	margin:auto;
	display: flex;
	image-rendering: crisp-edges;
}
.site {
	background-color: initial;
	margin:0px;
}

.site-main {
	padding-bottom: 4%;
}
.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	opacity:1;
}

.site-header {
	padding:0px;
}
.header-image {
    margin:auto;
	
}
img.header-image {
	display: block;
    margin:auto;
	width: 100%;
	padding-left: auto;
	
}

a.header-image {
	display: flex;
    margin:auto;
	width: 100%;
	horizontal-align: auto;
	
}

.site-header-menu{
	margin:auto;
	
}

.site-header-main{
	padding-bottom:25px;
}

.main-navigation a{
	color:#9cc736;
}
.menu-main-container {
	margin:auto;
}

.entry-content{
	margin:auto;
}


canvas {
	position: fixed;
}

.content-area {
	background:rgba(0,0,0,0.8);
	padding-top: 1%;
	margin-bottom: 2%;
}

.entry-content{
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 4%;
	margin-bottom: 4%;
}

.headerSearch{
	padding-left: 10%;
	padding-right: 10%;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: rgba(0,0,0,0.8);
    border: 0px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}

p {
	text-shadow: 0px 0px 8px #000000;	
}


body, blockquote cite, blockquote small, .main-navigation a, .menu-toggle, .dropdown-toggle, .social-navigation a, .post-navigation a, .pagination a:hover, .pagination a:focus, .widget-title a, .site-branding .site-title a, .entry-title a, .page-links > .page-links-title, .comment-author, .comment-reply-title small a:hover, .comment-reply-title small a:focus {
    color: #568cea;
    text-shadow: 0px 0px 9px #000000;
}








