@charset "utf-8";

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

@font-face {
    font-family: 'SortsMillGoudyItalic';
    src: url('}/fonts/GoudyStM-Italic-webfont.eot?') format('eot'),
         url('/fonts/GoudyStM-Italic-webfont.woff') format('woff'),
         url('/fonts/GoudyStM-Italic-webfont.ttf') format('truetype'),
         url('/fonts/GoudyStM-Italic-webfont.svg#webfonto679uXZB') format('svg');
    font-weight: normal;
    font-style: normal;
}

header {
	background-color: #a1bb49;
}

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

#mainNav a {
	color: #e5d9aa;
}

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

#content {
	background: #FFF;;
	margin: 0;
	font-family: Trebuchet MS, Georgia, serif;
	color: #c3692f;
}


h2 {
	color: #c3692f;
	font-family: 'JosefinSans', Georgia, serif;
	font-size: 2.5em;
	padding: 30px 0 10px 0;
}

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

article {
	padding: 0 14px;
}	


article img {
	width: 90%;
}


article a {
	color: #86a12d;
}

article a:hover {
	color: #2c3900;
}

article ol {
	padding-bottom: 30px;
}

article ol li {
	list-style: decimal;
	margin: 0 10px 12px 22px;
}

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

footer {
	background-color: #a1bc49;
}

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

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

h3 {
	font-size: 2.1em;
	padding: 1.2em 0 .3em 38%;
}

article p, article ol {
	padding-left: 38%;
}

article img {
	position: absolute;
	top: 90px;
	width: 37%;
	max-width: 488px;
}

}


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

}

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


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