@charset "utf-8";

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

}


header {
	background-color: #ffd3d6;
}

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

#mainNav a {
	color: #932a31;
}

#mainNav a:hover {
	color: #5c999a;
}

#content {
	font-family: Geogria, serif;
	color: #0a7c8c;
	background-color: #fff298;
	margin: 0;
}


h2 {
	color: #0a7c8c;
	font-size: 3.5em;
	padding: 30px 0 40px 0;
	font-family: 'ForelleRegular', Arial, sans-serif;
	text-shadow: 3px 3px 0px #fdd084;
}

h3 {
	color: #0a7c8c;
	font-family: 'ForelleRegular', Arial, sans-serif;
	font-size: 2.5em;
	line-height: 1;
}

article {
	padding: 0 2%;
	width: 96%;
	max-width: 1320px;
}	


article img {
	width: 38%;
	margin: 0 auto;
	max-width: 402px;
	float: right;
	padding: 0 20px 20px 20px;
}


article a {
	color: #932a31;
}

article a:hover {
	color: #ef6b74;
}

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

footer {
	background-color: #ffd3d6;
}

footer p, footer h4 {
	color: #932a31;
}

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

header, footer {
	background: #ffd3d6 url(/images/blog/mom/bg-pattern1.gif) repeat center top;
}

#content {
	background: #fff298 url(/images/blog/mom/bg-pattern2.gif) repeat center top;
}

h2 {
	font-size: 4.5em;
	padding: 30px 34% 10px 0;
}

h3 {
	font-size: 3em;
	padding: 30px 34% .4em 0;
}

article p {
	padding-right: 34%;
}

article img {
	float: right;
	width: 31%;
	max-width: 402px;
	margin-top: -140px;
}

}


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

}

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


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