@charset "utf-8";

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

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

header {
	background-color: #463233;
}

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

#mainNav a {
	color: #c7c3c0;
}

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

#content {
	background: #303033 url(/images/blog/halloween-2013/house.jpg) no-repeat center top;
	background-size: 100% auto;
	margin: 0;
	font-family: 'leanderregular', Georgia, serif;
	color: #FFF;
}

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

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

article a {
	color: #bfa8a8;
}

article a:hover {
	color: #b36009;
}

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

h3 {
	font: 2.6em 'AmaticSCRegular', 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: #3a1214;
}

footer {
	background-color: #463233;
}

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


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

}


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

}

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


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