@charset "utf-8";

@font-face {
    font-family: 'umbrageregular';
    src: url('/fonts/umbrage2-webfont.eot');
    src: url('/fonts/umbrage2-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/umbrage2-webfont.woff') format('woff'),
         url('/fonts/umbrage2-webfont.ttf') format('truetype'),
         url('/fonts/umbrage2-webfont.svg#umbrageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


header {
	background-color: #5b5959;
}

#logo a {
	background-image: url(/images/blog/forty/logo.png);
}

#mainNav a {
	color: #FFF;
}

#mainNav a:hover {
	color: #d8d19d;
}

#content {
	background: #000 url(/images/blog/forty/reaper.jpg) no-repeat right top;
	background-attachment: fixed;
	margin: 0;
	color: #FFF;
}

article {
	width: 90%;
	max-width: 620px;
	padding: 0 5%;
	/*background: url(/images/blog/halloween-2013/fade.png) repeat-x center top;*/
	background-color: rgba(0,0,0,.82);
}

article p {
	font-size: 1em;
	text-shadow: 2px 2px 5px rgba(0,0,0,.50);
}

article a {
	color: #d8d19d;
}

article a:hover {
	color: #d6bd04;
}

h2 {
	color: #FFF;
	font-family: 'umbrageregular', Georgia, serif;
	font-size: 4.5em;
	padding: 30px 0;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .50);
}

h3 {
	font: 2.6em 'umbrageregular', Georgia, serif;letter-spacing: 0;
	padding: 1.2em 0 .5em 0;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .50);
}


#toTop, #mainNav a#pull {
	background-color: #777373;
}

footer {
	background-color: #5b5959;
}

footer p, footer h4 {
	color: #c7c3c0;
}


@media screen and (min-width: 48em) { /* 768 and up */
h2 {
	font-size: 6em;
	background: none;
}

}


@media screen and (min-width: 60em) { /* 1024 and up */
h2 {
	font-size: 7em;
}	

}

@media screen and (min-width: 75em) { /* 1200 and up */
h2 {
	font-size: 8em;
}
}


@media screen and (max-width: 47.5em) { /* mobile nav */
#mainNav li {
	background-color: #080808;
}
}