@charset "utf-8";

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

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

}

header {
	background-color: #c27a03;
}

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

#mainNav a {
	color: #0e1a07;
}

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

#content {
	background: url(/images/blog/great-pumpkin/bg-tile.jpg) repeat center top;
	margin: 0;
	font-family: 'GoudyBookletter1911Regular', Georgia, serif;
	color: #db9c33;
}

#content .wrapper {
	background: url(/images/blog/great-pumpkin/article-bg.jpg) no-repeat center top;
}


#blogContent, #fileUnder {
	width: 94%;
	margin: 0 auto;
	max-width: 1080px;
}



h2 {
	color: #db9c33;
	font-family: 'LondrinaSolidRegular', Georgia, serif;
	font-size: 3em;
	text-align: center;
	padding: 20px 0 500px 0;
}

h3 {
	font: 2.25em 'LondrinaSolidRegular', Georgia, serif;letter-spacing: 0;
	padding: 1.2em 0 .3em 0;
}

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

footer {
	background-color: #c27a03;
}

footer p, footer h4 {
	color: #0e1a07;
}

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


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

}

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