@charset "utf-8";

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

}

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

}

body {
	background-color: #ece0ce;
}


header {
	background-color: #741715;
}


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

#mainNav a, h1 {
	color: #eed9b9;
}

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


#content {
	color: #540404;
}	


h2 {
	font-family: 'dearest_outlineregular', Times, Georgia, serif;
	color: #540404;
	font-size: 4em;
	padding: 10px 12px 30px 12px;
	margin 0 auto 30px auto;
	text-align: center;
}

h3 {
	font-size: 1.7em;	
	color: #540404;
	font-family: 'dearestregular', Times, Georgia, serif;
	padding: 35px 0 10px 0;
}

article {
	padding: 0 14px;
	max-width: 1320px;
	margin: 0 auto;
}

article p, article h3 {
	max-width: 840px;
	margin: 0 auto;
}


article img {
	width: 100%;
	margin: 20px auto 40px auto;
}

article .sideImg {
	webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.2), -2px -2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.2), -2px -2px 8px rgba(0,0,0,.2);
	box-shadow: 2px 2px 8px rgba(0,0,0,.2), -2px -2px 8px rgba(0,0,0,.2);
}


article a {
	color: #b90707;
}

article a:hover {
	color: #ff0202;
}

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

footer {
	background-color: #741715;
}

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


@media screen and (min-width: 48em) { /* 768 and up */
h2 {
	font-size: 6em;
	padding: 10px 0 30px 0;
}

h3 {
	font-size: 2em;
}

}

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


}


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

article .sideImg {
	float: none;
	display: block;
	margin: 12px auto 20px auto;
}
}