/* TAG REDEFINES */

@font-face {
    font-family: 'HistoricalMedium';
    src: url('histofeltyprom-webfont.eot');
    src: url('histofeltyprom-webfont.eot?#iefix') format('embedded-opentype'),
         url('histofeltyprom-webfont.woff') format('woff'),
         url('histofeltyprom-webfont.ttf') format('truetype'),
         url('histofeltyprom-webfont.svg#HistoricalMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
body {
	font: 100%/1.125em Georgia, Palatino, "Times New Roman", Times, serif;
	background-color: #9F916B;
	background-image: url(../images/bg-main.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	position: relative;
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	/* Drop shadows */
	-moz-box-shadow: 2px 2px 6px 4px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 2px 2px 6px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.75);
}
p, ul, li {
	font: 0.875em Georgia, Palatino, "Times New Roman", Times, serif;
}
h1,h2,h3 {
	color: #663300;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-family: 'HistoricalMedium', Georgia, Palatino, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 135%;
	background-color: #663300;
	color: #FFFFFF;
	padding: 5px 2px 6px;
	background-image: url(../images/headerbg.jpg);
	line-height: 112%;
}
h2 {
	font-size: 1.06em;
	margin-bottom: -0.6em;
	text-align: left;
	font-variant: small-caps;
	}
h3 {
	font-size: 0.875em;
	margin-bottom: -0.7em;
	font-variant: small-caps;
}
blockquote {
	border: 1px solid #CCCCCC;
	margin: 1.5em;
	padding: 2em 1em 0em;
	background: url(../images/quotes.gif) no-repeat left top;
}
blockquote p.source {
	text-align: right;
	font-style: italic;
	font-size: 70%;
}
ul {
	line-height: 115%;
	font-size: 100%;
	list-style-type: disc;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
li {
	padding-bottom: .5em;
}
/* LINKS */
p a:link, li a:link {
	text-decoration: none;
}
p a:visited, li a:visited {
	text-decoration: none;
}
p a:hover, li a:hover {
	text-decoration: underline;
}
/* CLASSES */
.menu-header {
	font-weight: bold;
	color: #663300;
	margin-left: 1px;
	margin-bottom: 1px;
	font-size: 0.813em;
	margin-top: 5px;
}
.menu-link a {
	text-decoration: none;
	margin-left: 4px;
	font: 0.813em/1.14em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
	color: #6633FF;
	display: block;
}
.menu-link a:visited {
	color: #A071D0;
}
.menu-link a:hover {
	text-decoration: underline;
	color: #000000;
}
.font-small {
	font-size: 0.69em;
	line-height: 1.125em;
}
.captions-small {
	color: #666666;
	font-size: 0.75em;
	line-height: 120%;
}
.captions-big {
	color: #666666;
	font-size: smaller;
}
.quoteshort {
	border: 1px solid #CCCCCC;
	margin: 1.5em;
	padding: .5em 1em;
}
.quoteshort p.source {
	text-align: right;
	font-style: italic;
	font-size: 70%;
}
.centered {
	text-align: center;
}
.date {
	background: #FFFF99;
	padding: 1px;
	border: 1px solid #000000;
	font: bold 0.8em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}
select {
	font: 90% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	background: #FFC;
}

