@charset "utf-8";

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

}



body {
	background-color: #f1f0f0;
}


header {
	background-color: #ce062c;
}


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

#mainNav a, h1, footer a {
	color: #FFF;
}

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


#content {
	color: #201f1f;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 1.25em;
}
	


h2 {
	font-family: 'proclamate_lightlight', Times, Georgia, serif;
	color: #201f1f;
	font-size: 2.5em;
	padding: 30px 12px 20px 12px;
	margin 0 auto 20px auto;
	text-align: center;
}

h3 {
	font-size: 1.4em;	
	color: #201f1f;
	font-family: 'Times New Roman', Times, Georgia, serif;
	padding: 175px 0 10px 0;
	background: url(/images/blog/call/holly-sep.jpg) no-repeat top center;
}

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

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


article a {
	color: #541014;
}

article a:hover {
	color: #9e1219;
}

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

footer {
	background-color: #ce062c;
}

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



#credits p {
	text-align: left;
}


@media screen and (min-width: 48em) { /* 768 and up */


h2 {
	font-size: 5em;
	padding: 60px 0 30px 0;
}

h3 {
	font-size: 2em;
}

.opening {
	font-size: 1.5em;
	padding-top: 60px;
}

}

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


}

@media screen and (min-width: 100em) { /* 1600 and up */


.holly {
	width: 404px;
	height: 233px;
	background: url(/images/blog/call/holly.png) no-repeat top left;
	position: absolute;
	left: 0;
	top: 0;
}


}


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

#mainNav li:hover {
	background-color: #ce062c;
}

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