@charset "UTF-8";

/* PALETTE HEX */
/* red #e81828 */
/* green #b5ed10  */
/* green - links #86a001  */
/* brown #473621  */
/* dark brown #16120b  */
/* END PALETTE */

body {
	margin: 0;
	padding: 0;
	background-color: #16120b;
	font-family: Calibri, "Myriad Pro", Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color:#fff;
}
h1 { font-size: 2em;  color: #fff; margin-top: 10px;  margin-bottom: 30px;	}
h2 { font-family:Helvetica, Arial, sans-serif; font-weight: 900; font-size: 1.5em; color: #fff; margin-bottom: 0.5em; }
h3 { font-family:Helvetica, Arial, sans-serif; font-weight: 900; font-size: 0.9em; color: #fff; margin-bottom: 0.5em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p, td, ul, ol, li, dl, dt, th { font-size: 0.9em; line-height: 1.3em; } 
p { margin-bottom: 1em;}

a:link {
	color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #CC0000;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:active {
	color:#006600;
	text-decoration:none;
}
/* END */

/* SITE STYLES */
#photo {
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
#menu {
	font-size: 0.857em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#menu ul {
	margin-bottom: 0;
	list-style: none;
}
#menu li {
	margin: 0 0.8em 0 0;
	padding: 12px 0 0 0;
}
#menu li.last {
	margin-right: 0;
}
#menu a:link {
	color:#FFF;
	text-decoration:none;
}
#menu a:visited {
	color:#FFF;
	text-decoration:none;
}
#menu a:hover {
	color:#86a001;
	text-decoration:none;
}
#menu a:active {
	color:#e81828;
	text-decoration:none;
}
#menu a.current {
	margin-top: -8px;
	border-top: 2px solid #b5ed10;
}
#landscape {
	clear: both;
	max-width: 1000px;
	width: 100%;
	height:auto;
}
#portrait {
	max-height: 667px;
	width: auto;
	height:90%;
}
.center {
	text-align: center;
}
.right {
	margin-top: -2.5em;
	padding-right: 1em;
	float: right
}
.left {
	margin-top: -2.5em;
	float: left;
	padding-left: 1em;
}
.credits {
	padding-left: 1em;
	padding-right: 1em;
}