body {
    background-color: #f2e4cf;
	margin: 0;
	padding: 0.875em;
	font-size: 100%;
}
h1 {
	margin: 0 0 0.875em;
	padding: 0;
	text-align: center;
	color: #6b3d2a;
	font-family: Copperplate, Papyrus, fantasy;
	font-size: 1.75em;
}

h2 {
    margin: 0;
	padding: 0;
	text-align: left;
	color: #6b3d2a;
	font-family: Garamond, serif;
	font-size: 0.875em;
}

div.playerFrame {
    margin: 0 auto 2em;
	border: 0.25em solid  #9c7b5e;
	border-radius: 0.45em;
	background-color: #c9ab8a;
	height: auto;
	position: relative;
}

.video-player-btn {
	background-color: #333;
	margin: 4px;
	border: 1px solid #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	-moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.15 ), 0 0 3px rgba( 0, 0, 0, 0.5 );
	cursor: pointer;
	padding: 5px 10px;
	color: #eee;
}

p.logged-out-view {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-style: italic;
}

p.logged-in-view-title {
	color: #333;
	font-family: "Oswald",Arial,sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	margin: 0 4px;
}

p.logged-in-view-by {
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-style: italic;
	margin: 0 4px;
}
