@charset "utf-8";

@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#webfontlOP3UTpo') format('svg');
    font-weight: normal;
    font-style: normal;
}


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


body {
	background-color: #FFF;
}


header {
	background-color: #545454;
}


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

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

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


#content {
	color: #393e3e;
	font-family: 'LeanderRegular', Times, Georgia, serif;
}
	


h2 {
	font-family: 'AquilineTwoRegular', Times, Georgia, serif;
	color: #393e3e;
	font-size: 3.4em;
	padding: 0px 12px 20px 12px;
	margin 0 auto 20px auto;
	text-align: center;
}

h3 {
	font-size: 1.7em;	
	color: #393e3e;
	font-family: 'LeanderRegular', 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;
	text-align: justify;
}

.opening {
	font-size: 1.2em;
	padding-top: 45px;
}

figure {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}


#magwitch1 {
	width: 94%;
	max-width: 589px;
	margin: 20px auto 10px auto;
}

#magwitch2 {
	width: 94%;
	max-width: 533px;
	margin: 20px auto 10px auto;
}

#magwitch3 {
	width: 90%;
	max-width: 317px;
	margin: 10px 1% 20px 20px;
	float: right;
}




article a {
	color: #541014;
}

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

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

footer {
	background-color: #545454;
}

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



#credits p {
	text-align: left;
}


@media screen and (min-width: 48em) { /* 768 and up */
h2 {
	font-size: 6em;
	padding: 10px 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: 8em;
}


}


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

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