#page{
	background: black;
}

.site-header{
	background: #666;
	border-color: #AAA;
	//#F2FF5E;
	
}

.site-footer{
	background: #131313;
	border-color: #666;
	//#F2FF5E;
	
}

.featured-header-image{
//	@header-img-height: 150px;
//	@header-img-width: @header-img-height*(15/4);
//	@THEcolor: #F00;
//	background: @THEcolor;
//	width: @pagewidth;
	height: auto;
	margin-bottom: 25px;
	align-content: center;		
	display: block;
}

.featured-header-image img{
		width: 50%;
		max-width: 1000px;
	}		

.navigation-main{
	max-width: 100%;
	text-align: center;
}

.entry-comic{
	background: #FFF;
}

.entry-comic .navigation-comic .nav-previous a, .entry-comic .navigation-comic .nav-next a, .entry-comic .navigation-comic .nav-random a, .entry-comic .navigation-comic .nav-first a, .entry-comic .navigation-comic .nav-last a{
background: #AAA;
font-weight: bold;
color: black;
}

.entry-comic .navigation-comic .nav-previous a:hover, .entry-comic .navigation-comic .nav-next a:hover, .entry-comic .navigation-comic .nav-random a:hover, .entry-comic .navigation-comic .nav-first a:hover, .entry-comic .navigation-comic .nav-last a:hover{
	background: #cad9b9;
	font-weight: bold;
	color: black;
}


#main, #content{
	display: block;
	clear: both;
	margin-top:0px;
	padding: 5px;
	border: none;
}


@media (max-width:1500px) {
	.featured-header-image{
	margin-bottom:15px;
	}
	
	.featured-header-image img{
		width: 650px;
	}	
}

@media (max-width:1080px) {
	.featured-header-image{
	margin-bottom:15px;
	}
	.featured-header-image img{
		width: 450px;
	}	
	#main, #content{
	padding: 15px;
	font-size: 16px;
}
}

@media (max-width:600px) {
	.featured-header-image{
	margin-bottom:5px;
	}
	
	.featured-header-image img{
		width: 275px;
	}
	
#main, #content{
	padding: 10px;
}
	.site-header{
		height: auto;
		margin: 0;
		padding: 0;
	}
	.site-header-wrapper{
		height: auto;
		margin: 0;
		padding: 0;
	}
	.navigation-main{
		height: auto;
		position: relative;
		top: -10px;
		margin: 0;
		padding: 0;
	}
	
	.menu-toggle{
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		top: -10px;
	}

}