  @charset "utf-8";
body {font: 100% Verdana, Arial, Helvetica, sans-serif;	background: url("/library/DigitalCollections/StoriesOfMountainFolk/images/SOMFMasthead.jpg") no-repeat scroll center top #9CF; margin: 0; padding: 0; color: #000}

/* Customize headers */
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.20em}
h4 {font-size: 1.10em}
h5 {font-size: .85em}
h6 {font-size: .75em}

p {margin-bottom: 1em}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {color: #34466a; text-decoration: underline
}
/* We don't use a different visited color
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}*/
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width Page surrounds the other divs ~~ */
.Page {width: 960px; margin: 0 auto; min-height: 600px}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	/*height: 300px;*/
}

.SiteTitle {background: url("/library/DigitalCollections/StoriesOfMountainFolk/images/SiteTitle.png") no-repeat; height: 79px; margin: 75px 0 0 1.5625%; text-indent: -9999px; width: 800px}

.SiteNav {background: #cb9; border-bottom: solid 0 #3a436c; height: 40px; margin-top: 86px; padding: 1.5625% 1.5625% 0; width: 96.875%}
.SiteNav a {color: #000; text-decoration: none}

.SiteMenu {list-style: square outside; margin: 5px 0 0 2.36559139% /* 22 / 930 */}
.SiteMenu li {float: left; font-size: 1.5em; padding: 0 4% 0 0}

.SiteSearch input {font-size: 1.2em}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {background: #CB9; clear: both; padding: 1.5625%; width: 96.875%}

.Title {background: #3a436c; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; padding: 0 2.65726816% 0 0.54763408%; margin: 0 0 3.25% -1.5625%; width: 100%}
/*.Title {background: #3a436c; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; padding-left: 1.5625%; margin-left: -1.5625%; margin-bottom: 1.5625%; width: 100%}*/


.ReadMore {background: #3a436c; color: #fff; margin: 0 auto; padding: 5px}
.ReadMore a {color: #cb9}


/* ~~ The footer ~~ */
.footer {padding: 10px 0; background: #3a436c; color: #fff}

.footer a:link, .footer a:visited, .footer a:active {color: #CB9}

.footer p {text-align: center}

.padding {margin: 0; padding: 5px}

.ImageCaption {font-style: italic; font-size: .8em}
.LeftImage {margin-right: 15px}
.RightImage {margin-left: 15px}
.CenterImage {margin: 15px 0}


.divSearch select {width: 100%}
.divSearch .SearchButtons {width: 99%}

.Grid {
	width: 670px;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
}

.GridHalf {
	width: 50%;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.GridItem {
	border: 1px solid #000;
	display: inline-table;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}

.GridItem img {
	/* [disabled]float: none; */
	margin: 0;
	vertical-align: bottom;
}

.GridItem_Small {
	height: 155px;
	width: 129px;
}

.GridItem_Medium {
	height: 312px;
	width: 260px;
}

.GridItem_Large {
	height: 469px;
	width: 391px;
}