@charset "utf-8";
/* ----------------------------- general styles ----------------------------- */

@font-face {
    font-family: 'HominisNormal';
    src: url('../fonts/HOMINIS-webfont.eot');
    src: url('../fonts/HOMINIS-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HOMINIS-webfont.woff') format('woff'),
         url('../fonts/HOMINIS-webfont.ttf') format('truetype'),
         url('../fonts/HOMINIS-webfont.svg#webfontEyBBq2NV') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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#webfontn6D23uZ1') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background: #f5f4f4 url(../images/bg.gif) repeat fixed left top;
}

body {
	font-family: 'LeanderRegular', Georgia, Times, "Times New Roman", serif;
	background: url(../images/seal.png) no-repeat right bottom;
}

#container {
	width: 96%;
	max-width: 860px;
	margin: 0 auto;
}	

a {
	color: #4b597d;
	text-decoration: none;
	-webkit-transition: all .35s linear;
}

a:hover {
	color: #8c0505;
}
a span {
	position: absolute;
	top: -999px;
	left: -9999px;	
}




/* ----------------------------- masthead/logo ----------------------------- */

header {
	width: 100%;
}

h1 a {
	text-align: center;
	color:#5c5959;
	font-family: "HominisNormal";
	font-size: 52px;
	display: inline-block;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 80px 0 10px 0;
	background: url(../images/title-top.png) no-repeat center top;
}

header p {
	text-align: center;
	color:#5c5959;
	font: 27px/1 "LeanderRegular";
	display: inline-block;
	width: 100%;
	margin: -14px auto 10px auto;
	padding: 0 0 30px 0;
	background: url(../images/title-bottom.png) no-repeat center bottom;
}






/* ----------------------------- content ----------------------------- */

#main, aside {
	width: 97%;
	margin: 0 auto;
}

article.bio {
	width: 100%;
	padding-top: 16px;
}

article.bio img {
	width: 52.57142%;
	float: left;
	margin: 0 24px 12px 0;
	border: 3px solid #5c5959;
}

article.bio dl {
	width: 42.85714%;
	float: right;
}

h2 {
	font-size: 30px;
}
 
article.bio dl dd {
	font-size: 17px;
}	

dd.fact {
	padding-top: 18px;
}

dd.fact b {
	display: block;
}

.summary {
	clear: both;
	padding-top: 24px;
}

.summary p:first-of-type::first-letter,
#aboutSite p:first-of-type::first-letter {
	font-size: 50px;
	float: left;
	margin: -18px 6px 0 0;
	padding-bottom: 0;
	display: inline-block;
}

.summary p,
aside p {
	margin-bottom: 18px;
}

aside#aboutSite {
	padding: 14px 0 0 0;
	margin-top: 40px;
	background: url(../images/about-top.png) no-repeat center top;
}

h3 {
	text-align: center;
	color:#5c5959;
	font-family: "HominisNormal";
	font-size: 52px;
	display: inline-block;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 10px 0 20px 0;
	background: url(../images/about-bottom.png) no-repeat center bottom;
}






/* ----------------------------- nav ----------------------------- */

nav {
	width: 93%;
	margin: 6px auto 10px auto;
	text-align: center;
	padding: 0 0 18px 0;
	border-bottom: 1px solid #6f6c6c;
}

nav ul {
	list-style: none;
}

nav li {
	display: inline-block;
	padding: 0 14px;
}

nav a {
	font-size: 15px;
}

/* nav above footer */
#lowerNav {
	border-bottom: none;
	margin-top: 24px;
	padding-bottom: 24px;
	background: url(../images/about-bottom.png) no-repeat center bottom;
}

h4 {
	font-size: 24px;
	padding: 17px 0 0 0;
	background: url(../images/about-top.png) no-repeat center top;
}






/* ----------------------------- footer ----------------------------- */

footer {
	width: 75%;
	margin: 40px auto 0 auto;
	padding-bottom: 43px;
	text-align: center;
}

footer p a {
	font-size: 14px;
}






/* ------------------------------ responsive styles ------------------------------ */

/* small screen */
@media (max-width: 700px) {
article.bio img {
	width: 100%;
	float: none;
}

article.bio dl {
	width: 100%;
	float: none;
	margin-top: 20px;
	padding-bottom: 30px;
}

.summary {
	border-top: 1px solid #6f6c6c;
}
}




/* iPad - portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1280px)
and (orientation : portrait)  {
article.bio img {
	width: 100%;
	float: none;
}

article.bio dl {
	width: 100%;
	float: none;
	margin-top: 20px;
	padding-bottom: 30px;
}

.summary {
	border-top: 1px solid #6f6c6c;
}
}





/* handheld */
@media only screen
and (max-width: 320px) {
nav li {
	display: block;
}

nav a {
	font-size: 24px !important;
}

article.bio dl {
	margin-top: 10px;
}

header p {
	margin-top: 0;
}
}