@charset "UTF-8";
/* CSS Document */

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

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

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

body, html {
	margin: 0;
	padding: 0;
}

body {
	margin-top:25px;
}

p 	{
	font-family: "goudy_bookletter_1911regular" serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.146em;
	margin-left: 20px;
	margin-right: 20px;
	color: rgba(52,67,120,1.00);
	letter-spacing: 0.035em;
}

h1 	{
	font-family: "hominisnormal" sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 10px;
	color: rgba(37,48,87,1.00);
	letter-spacing: 0.1em;
	line-height: 0.2em;
}

h2 	{
	font-family: "hominisnormal" sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 10px;
	font-size: 1.5em;
	color: rgba(52,67,120,1.00);
}

a:link 	{
	color: rgba(95,112,165,1.00);
	text-decoration: none;
	font-family: "goudy_bookletter_1911regular" serif;
	font-size: 1.2em;
	line-height: 2em;
}

a:visited 	{
	color: rgba(95,112,165,1.00);
	text-decoration: none;
	font-family: "goudy_bookletter_1911regular" serif;
	font-size: 1.2em;
	line-height: 2em;
}

a:hover 	{
	color: rgba(255,255,204,1.00);
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	font-family: "goudy_bookletter_1911regular" serif;
	font-size: 1.2em;
	line-height: 2em;
}

a:active 	{
	color: rgba(255,255,255,1.00);
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	font-family: "goudy_bookletter_1911regular" serif;
	font-size: 1.2em;
	line-height: 2em;
}

#wrapper {
	background-color: rgba(21,47,124,1.00);
	height: 700px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: rgba(224,233,150,1.00);
	height: 300px;
	width: 300px;
	position: absolute;
	top: -25px;
	left: 10px;
	background-image: url(../_images/apprentice-header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#mainNav {
	background-color: rgba(32,35,41,1.00);
	height: 50px;
	width: 540px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	position: relative;
}
#mainContent {
	background-color: rgba(220,239,240,1.00);
	height: 600px;
	width: 540px;
	float: right;
	clear: right;
	position: relative;
	margin-right: 10px;
}
#sidebar {
	background-color: rgba(168,180,184,1.00);
	height: 375px;
	width: 300px;
	float: left;
	margin-left: 10px;
	position: relative;
	margin-top: 225px;
}
#homeLink {
	float: left;
	height: 15px;
	width: 60px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	position: relative;
}
#bioLink {
	float: left;
	height: 15px;
	width: 30px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
}
#photoLink {
	float: left;
	height: 15px;
	width: 80px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
	position: relative;
}
#poemsLink {
	float: left;
	height: 15px;
	width: 180px;
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
}

/*----classes ----*/

.imgMain {
	margin-top: 30px;
	text-align: center;
}


.p-caps {
	font-size: 80%;
	letter-spacing: 0.25em;
	color: rgba(37,48,87,1.00);

}

.p-small {
	font-size: 0.95em;
	letter-spacing: 0.056em;
	line-height: 1.17em;

}


.ornament {
	font-family: "printers_ornaments_oneregular";
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 175%;
	line-height: 0em;
}

















/*---- end ----*/
