#door-open-static { display: inline; color: #0E0; }
#door-closed-static { display: inline; color: #E00; }
body {
	font-family: sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#header {
	background-color: #111;
	color: #FFF;
}

#navigation {
	color: #FFF;
	line-height: 2;
}

#navigation li {
	list-style-type: none;
	font-size: 0.875em;
}

#navigation a {
	color: #DDD;
}

#navigation a:hover {
	color: #FFF;
	text-decoration: none;
}

#content {
	color: #111;
	font-size: 0.75em;
}

#footer p {
	font-size: 0.625em;
	color: #444;
	padding: 0.5em;
}

.bigger {
	font-size: 1.33em;
}

.centered {
	text-align: center;
}

.caption {
	text-align: center;
	font-weight: bold;
}

.door-button {
	color: #FFF;
	max-width: 36em;
	margin: 0 auto;
}

.door-button h1 {
	padding: 1em;
}

a {
	color: #C00;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2em;
	font-weight: 700;
	padding-bottom: 0.5em;
}

h2 {
	font-size: 1.75em;
	font-weight: 700;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 0.5em;
}

img {
	max-width: 100%;
}

p {
	padding: 0.5em 0;
}

ol, ul {
	list-style-position: inside;
}

table {
	border-spacing: 0;
}

th {
	font-weight: 700;
}

th, td {
	padding: 10px;
}

.alt-highlight tr:nth-child(odd) {
	background-color: #E1E1E1;
}

table.awards {
	border-collapse: collapse;
}
/*
table.awards tr {
	border: 1px solid #000;
}
*/

table.awards tr {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.awards tr:first-child {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
}

.ytwrap {
	position: relative;
	padding-bottom: 56.25%; /* 9/16 */
	height: 0;
}

.ytwrap iframe {
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
}

#fb {
	border: 1px solid #E1E1E1;
	padding: 0.5em;
	max-width: 256px;
	margin: auto;
}

#fb img {
	float: left;
	padding-right: 0.5em;
}

#fb a {
	text-decoration: none;
	font-size: 1.5em;
}

#fb iframe {
	margin-top: 6px;
}
