/*
@font-face {
	font-family: 'BodoniStdBookItalic';
	font-style: italic;
	src: url('fonts/BodoniStd-BookItalic.eot');
	src: local('Bodoni Std'), local('BodoniStd-BookItalic'), url('fonts/BodoniStd-BookItalic.woff') format('woff'), url('fonts/BodoniStd-BookItalic.ttf') format('truetype');
}
*/


/*
@font-face {
	font-family: 'BodoniFLFMediumItalic';
	font-style: italic;
	src: url('fonts/bodoniflf/BodoniFLF-Italic.eot');
	src: local('BodoniFLF'), local('BodoniFLF-Italic'), url('fonts/bodoniflf/BodoniFLF-Italic.woff') format('woff'), url('fonts/bodoniflf/BodoniFLF-Italic.ttf') format('truetype');
}
*/



/* SPOT */

body {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	/*font-family: 'Times New Roman', Times, serif;*/
	/*font-family: 'BodoniStdBookItalic', 'Times New Roman', Times, serif;*/
	font-size: 18px;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	color: #777;
	text-shadow: 1px 1px 0px #fff;
	-webkit-text-size-adjust: none;
}

body {
	background-color: #ddd;
	background-image: url('images/backspot2.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	/*-webkit-background-size: 100% 100%;*/
}

/* BACKGROUND */

.Background {
	margin: 0; padding: 0;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background-color: #ddd;
	background-image: url('images/backspot2.png');
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: 100% 100%;
	z-index: -1;
	display: none;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	line-height: 1.1;
	font-weight: normal;
	font-style: normal;
	/*color: #ab7417;*/
	color: #b68529;
	text-shadow: 1px 1px 0px #fff;
	display: block;
	-webkit-text-size-adjust: none;
}

h1 { font-size: 46px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 18px; }

em { font-style: inherit; color: #000; }

p {
	margin: 0; padding: 0;
	display: block;
	font-size: 18px;
	-webkit-text-size-adjust: none;
}

p.Ingress {
	font-size: 22px; 
}

a {
	margin: 0; padding: 0;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid;
}


/* LAYOUT */

#Template {
	margin: 0; padding: 0;
	/*max-width: 480px;
	min-width: 480px;*/
	/*width: 480px;*/
	width: 100%;
	margin: 0 auto;
	padding-top: 125px;
}

#Layout {
	margin: 0; padding: 0;
	padding: 40px 0;
	padding-bottom: 20px;
	width: 100%;
}


/* DECORATION */

.Decoration {
	margin: 0; padding: 0;
	position: absolute;
	top: 0; height: 175px;
	left: 0; width: 100%;
	min-width: 480px;
	overflow: hidden;
	z-index: 50;
}

body.Tiny .Decoration {
	top: -128px;
}

body.Fixed .Decoration {
	position: fixed;
}

.Decoration .Menu {
	margin: 0; padding: 0;
	position: absolute;
	width: 100%;
	bottom: 28px;
}

.Decoration .Images {
	margin: 0; padding: 0;
	width: 100%; height: 133px;
	background-color: #b68529;
	background-image: url('/images/collage.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 25px;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
	padding-bottom: 22px;
}

.Decoration .Image {
	margin: 0; padding: 0;
	border: 0;
	display: inline;
	width: 188px; height: 125px;
}

.Decoration2 {
	margin: 0; padding: 0;
	position: absolute;
	height: 8px; width: 100%;
	min-width: 480px;
	left: 0; right: 0;
	overflow: hidden;
	z-index: 50;
	background-color: #b68529;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.5);
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 25px;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

body.Fixed .Decoration2 {
	position: fixed;
	bottom: 0;
}


/* MENU */

.Menu {
	text-align: center;
}

.Menu p {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-size-adjust: none;	
}

body.Tiny .Menu p {
	font-size: 15px;
}

.Menu a {
	margin: 2px 2px;
	text-decoration: none;
	border-bottom: none;
}

.Menu a:hover {
	text-decoration: none;
	color: #16448c;
	text-shadow: none;
}

.Menu a.Current {
	text-decoration: none;
	color: #16448c;
	text-shadow: none;
}


/* SECTIONS */

.Sections {
	margin: 0; padding: 0;
	width: 450px;
	margin: 0 auto;
	padding: 15px;
}

body.Tiny .Sections {
	margin-top: -128px;
}

.Section {
	margin: 0; padding: 0;
	text-align: center;
	padding: 15px 0;
}

.Section .Item {
	padding: 6px 0;
}

.Section h1 { padding-bottom: 15px; }
.Section h2 { padding-bottom: 12px; }
.Section h3 { padding-bottom: 8px; }
.Section h4 { padding-bottom: 5px; }
.Section h5 { padding-bottom: 3px; }
.Section h6 { padding-bottom: 0px; }

.Section .Break {
	display: block;
	clear: both;
	width: 100%; height: 15px;
}




