/*
 Theme Name:   Arcology Podcast Theme
 Theme URI:    
 Description:  Twenty Fourteen Child Theme
 Author:       Mike Harrigan
 Author URI:   
 Template:     twentyfourteen
 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:  twenty-fifteen-child
*/

body{
	background-color: #000;
}

.content-sidebar {
	width: 100%;
	background-color: #000;
}
.dataTables_wrapper{
	padding: 10px;
}	
.site-content {
	margin-right: 0;
}
.sidebar-logo{
width: 100%;
height: auto;
margin-bottom: 20px;	
}


@media screen and (min-width: 783px) {


	/* Primary Navigation */

	.primary-navigation {
		float: left;
		font-size: 11px;
		margin: 0 1px 0 12px;

	}

	.site-content {
		margin-right: 0;
	}
}	
@media screen and (min-width: 1007px) {
	.site:after {
		background-color: #000;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		width: 122px;
		z-index: 0;
	}
	
	.content-sidebar {
		z-index: 1;
		padding-top: 0;
	}

	.site:after,
	.content-sidebar {
		width: 182px;
	}
	.site-content {
		margin-right: 183px;
	}
}

@media screen and (min-width: 1080px) {
	.site:after {
		width: 182px;
	}
	.site:after,
	.content-sidebar {
		width: 222px;
	}
	.site-content {
		margin-right: 223px;
	}

}

.footer-sidebar {padding-top: 0;}

