/* Style sheet for Holtz pages */

body {
	font-family: Palatino, "Palatino Linotype", Georgia, serif;
	color: #000000;
	margin: 10px;
	background: #FFFFFF;
}

/* General selector values */

.wrapper {
    width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.banner-img {
    width: 100%;
}

.wp-caption {
	position: relative;
	padding: 0;
	margin: 0;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
	z-index: 1;
}

.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	padding: 1em;
	font-weight: 700;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.textbox {
	padding:2px 6px 4px 6px; margin-left: 25px; width: 75%; color: #000000; background-color: #e0ffff; border: #000000 2px solid
}

.asidebox {
	padding:2px 6px 4px 6px; margin-left: 25px; width: 85%; color: #000000; background-color: #fff8dc; border: #000000 2px solid
}

p {
	line-height: 1.4em;
}

h1 {
	font-size: 3em;
	margin: 0;
	padding: 0.25em;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px #ff0000;
}

h2 {
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: plain;
	text-shadow: 2px 2px #ff0000;
}

h3 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 2px #ff0000;
}


h5, h6 {
	font-family: Futura, Franklin Gothic, sans-serif;
}


#bannercaption {
	font-size: small;
	font-family: Futura, Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px #ff0000;
}

#keypoints-txt {
	font-size: medium;
	font-style: italic;
	font-family: Futura, Franklin Gothic, sans-serif;
	list-style-type: disc;
}

#textbox-txt {
	font-size: medium;
	font-family: Palatino, "Palatino Linotype", Georgia, serif;
}

img {
	border-width: 0;
	border-color: black;
}
					
#content img {
			padding: 1px;
			float: right;
			margin: 0 0 1em 1em;
		}
a {
	text-decoration: none;
}

strong {
	font-style: italic;
}



a:link {
	color: #00CED1;
}

a:visited {
	color: #FA8072;
}


/* Layout */

#header {
	position: absolute;
	top: 0;
	left: 10;
}

#navigation {
	position: absolute;
	margin: 260px 0 0 0px; 
	padding: 5px;
	width: 250px;
	top: 0;
	left: 10;
	border-right: 10px solid #104E8B;
}

#navigation img {
	float:left;
	padding: 5px;
}


#content {
	margin: 250 0 0 0; 
}

#content img {
	padding: 5px;
}

#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}


#footer img {
	padding: 10px;
}