/*
Theme Name:     404: Superhero Subtheme
Theme URI:      http://deathlylost.com/
Description:    Custom theme for deathlylost.com 
Author:         Michael McIntosh
Author URI:     http://deathlylost.com/
Template:       superhero
Version:        1.0
*/

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


#masthead-wrap {
	background:#4a180e url(images/pageBGred.png) repeat-y center;
}

.main-navigation {
	width:100%;
	float:none;
	background-color:#646464;
}

.main-navigation a {
	color:#fff;
}

.site-description {
	color:#bbb;
}

#masthead hgroup {
	width:100%;
}

.headerTitle {
	float:right; 
	margin-top:30px;
}

.hgroupWrapper {
	width:670px; 
	margin:0 auto;
}

div#page.hfeed.site {
	padding-top:236px;
}



/* --- Smartphones and small Tablet PCs --- */
@media screen and (max-width: 767px) {
	.headerLogo {
		display:none;
	}

	.headerTitle {
		float:none;
		width:100%;
		position:relative;
		text-align: center;
		margin-top:0;
	}

	.hgroupWrapper {
		width:100%;
	}

	.site-description {
		display:none;
	}

	.headerTitle img {
		width:450px;
	}
	
	div#page.hfeed.site {
		padding-top:168px;
	}
}