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

body
{
	background-color: #FEF9F4;
	font-family: "adobe-jenson-pro", serif;
	font-size: 12pt;
	line-height: 3.5ex;
	-moz-font-feature-settings: "liga=1", "onum=1";
	-ms-font-feature-settings: "liga", "onum";
	-webkit-font-feature-settings: "liga", "onum";
	-o-font-feature-settings: "liga", "onum";
	font-feature-settings: "liga", "onum";
	font-variant-numeric: "oldstyle-nums";
			margin: 0ex 1em 0ex 1em;
}

@media only screen and (min-width:800px)
{
	body
	{
		margin: 0ex 10em 0ex 10em;
	}

}


#page
{
	margin: 0 auto 0 auto;
	max-width: 60em;
}

#masthead
{
	display:table;
	clear:both;
	width:100%;
}

#masthead h1
{
	display:table-cell;
	vertical-align:central;
	text-align: right;
	border: none;
}

#masthead h1 img
{
	border: 0;
}

#masthead nav
{
	display:table-cell;
	text-align: left;
	vertical-align:top;
	padding-top: 4ex;
}

hr {
	display: block;
	background:url(Ruler.png) no-repeat top center;
	background-size:contain;
	height: 20px;
	border:none !important;
	width: 100%;
}

h1 {
	color:#F47920;
	font-size: 24pt;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h2
{
	color:#F47920;
	font-weight:normal;
	font-style:italic;
	font-size: larger;
	letter-spacing: 0.1em;
}

.fullAlphabet
{
	font-family: "adobe-jenson-pro", "Times New Roman", Times, serif;
	font-size: 90%;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), 
	only screen and (-o-min-device-pixel-ratio: 2/1), 
	only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-device-pixel-ratio: 2) {
	img {
		zoom: 50%;
	} 
}


img.polaroid
{
	padding: 0px;
	border: 10px solid white;
	border-bottom: 25px solid white;
	rotation-point:50% 50%;
	-moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

a img.polaroid:hover
{
	border: 10px solid #FDE4D2;
	border-bottom: 25px solid #FDE4D2;
}

img
{
	margin: 12pt;
	border: none;
}

div.textcol
{
	min-width: 15em;
	margin:5pt;
}

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "» ";
    color: #B75B18; 
}

nav
{
	text-align: center;
	line-height: 2.5ex;
}

nav a
{
	display: inline-block;
	margin: 0;
	border-left: 2px solid #F47920;
	text-decoration: none;
	color: black;
	padding-top: 2pt;
	padding-right: 8pt;
	padding-bottom: 2pt;
	padding-left: 8pt;
}

nav a.selected
{
	font-weight: bold;
}

a:hover 
{
	color: #F47920;
}

a img
{
	border: 2px solid #FEF9F4;
	border: 2px solid rgba(255,255,255,1);
}

a img:hover
{
	border: 2px solid #F47920;
}

div.content-card {
	width: 3in;
	vertical-align:top;
	border : 2px solid #F47920;
	margin: 6pt;
	border-radius: 6px;
	background-color: #FFF4F0;
	text-align:left;
	rotation-point:50% 50%;
	-moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,.3);
}

div.content-card h2
{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	color : black;
	padding: 3pt;
	background-color: #F47920;
	color: white;
}

div.content-card div
{
	padding: 7pt;
}

a.dark-link
{
	color: inherit;	
	text-decoration: inherit;
}

a.dark-link:hover 
{
	color: #F47920;
}