/* Styles for the elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	max-width: 700px;
	padding: 1em;
	margin: 1em auto;
	background-image: url("../images/HollywoodBrushCanyonSky.png");
	}
	
/* Styles for the header */
header h2 {
	font-size: 200%;
	text-align: center;
}
header h3 {
	font-size: 150%;
	text-align: center;
}
/* Styles for main content */
main { clear: left; }
main h1 {
	font-size: 175%;
    border-bottom:  3px solid black; 
}
main h2 {font-size: 120%; }

main p.indent {text-indent: 2em; }

h1, h2, h3, p , article{
	margin: 0;
	padding: .25em 0;
}
p {
	font-size: 90%;
	
}

main {
	margin: 20px;
	max-height: 800px;
	padding: 2em 0;
}
video {
	max-width: 800px;
	max-height: 400px;
	padding: 1em 0;
}
figure {
	float:  left;
	margin-right: 1.5em;
}
figcaption {
	display: block;
	font-weight: bold;
	padding-top: .25em;
	margin-bottom: 1em;
	border-bottom: 1px solid black;
}
article {
	max-width: 400px;
	/*float: right; */
}

/* navigation menu */
#nav_menu ul {
	list-style-type:  none;
	padding: 1em 0;
	text-align: center;
	border-top: 2px solid black;
	border-bottom:  2px solid black; 
}
#nav_menu ul li {
	display: inline;
	padding:  0 1.5em;
}
#nav_menu ul li a {
	font-weight: bold;
	color: blue;
}
#nav_menu ul li a.current {
	text-decoration: none;
}


	   