<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
    font-family: 'SortsMillGoudyRegular';
    src: url('/fonts/GoudyStM-webfont.eot');
    src: url('/fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GoudyStM-webfont.woff') format('woff'),
         url('/fonts/GoudyStM-webfont.ttf') format('truetype'),
         url('/fonts/GoudyStM-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: #570303;
}

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

#mainNav a {
	color: #decbb7;
}

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

#content {
	background: url(/images/blog/violin/bg-tile.jpg) repeat center top;
	margin: 0;
	font-family: 'SortsMillGoudyRegular', Georgia, serif;
	color: #e7c39c;
}

#blogContent, #fileUnder {

}


h2 {
	color: #e7c39c;
	font-family: 'SortsMillGoudyItalic', Georgia, serif;
	font-size: 2em;
	padding: 30px 0 40px 0;
}

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

article {
	padding: 0 14px;
}	


article img {
	width: 90%;
}


article a {
	color: #d48a59;
}

article a:hover {
	color: #c3570f;
}

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

footer {
	background-color: #570303;
}

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

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

h3 {
	font-size: 1.7em;
	padding: 1.2em 0 .3em 42%;
}

article p {
	padding-left: 42%;
}

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

}


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

}

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


@media screen and (max-width: 47.5em) { /* mobile nav */
#mainNav li {
	background-color: #570303;
}
}</pre></body></html>