/* Set Replacement Fonts */

@font-face {
	font-family: "MgOpen Cosmetica Regular";
	src: url('../fonts/mgopen-cosmetica-regular.eot');
	src: local('Optima'), url('../fonts/mgopen-cosmetica-regular.woff') format('woff'), url('../fonts/mgopen-cosmetica-regular.ttf') format('truetype'), url('http://kernest.com/embed/mgopen-cosmetica-regular');
}
@font-face {
	font-family: "MgOpen Cosmetica Italic";
	font-style: italic;	
	src: url('../fonts/mgopen-cosmetica-oblique.eot');
	src: local('Optima Oblique'), url('../fonts/mgopen-cosmetica-oblique.woff') format('woff'), url('../fonts/mgopen-cosmetica-oblique.ttf') format('truetype'), url('http://kernest.com/embed/mgopen-cosmetica-oblique');
}
@font-face {
	font-family: 'MgOpen Cosmetica Bold';
	font-weight: bold;	
	src: url('../fonts/mgopen-cosmetica-bold.eot');
	src: local('Optima Bold'), url('../fonts/mgopen-cosmetica-bold.woff') format('woff'), url('../fonts/mgopen-cosmetica-bold.ttf') format('truetype'), url('http://kernest.com/embed/mgopen-cosmetica-bold');
}
@font-face {
	font-family: "MgOpen Cosmetica Bold Italic";
	font-style: italic;	
	font-weight: bold;	
	src: url('../fonts/mgopen-cosmetica-bold-oblique.eot');
	src: local('Optima Bold Oblique'), url('../fonts/mgopen-cosmetica-bold-oblique.woff') format('woff'), url('../fonts/mgopen-cosmetica-bold-oblique.ttf') format('truetype'), url('http://kernest.com/embed/mgopen-cosmetica-bold-oblique');
}

/* HTML Defaults */

body {
	font: 82%/1.4em "MgOpen Cosmetica Regular", Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
}
em {
	font-family: "MgOpen Cosmetica Italic";
	font-style: normal;
}
strong {
	font-family: "MgOpen Cosmetica Bold";
	font-weight: normal;
}
strong em, em strong {
	font-family: "MgOpen Cosmetica Bold Italic";
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
	color: #c63;
}
a:visited {
	text-decoration: none;
	color: #f96;
}
a:hover {
	text-decoration: underline;
}
img, input[type="image"] {
	border: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #294250;
	margin-top: 0;
}
h1 {
	font-size: 230%; 
	line-height: 1.2em;
	margin: 0;
}
h2 {
	font-size: 140%;
	line-height: 1.2em;
}
h3 {
	font-size: 123%;
	line-height: 1.2em;
}
h4 {
	font: 100% "MgOpen Cosmetica Bold";
}
h5 {
	font: 92%/1.3em "MgOpen Cosmetica Bold";
}
hr {
	color: #bdd5da;
	background: #bdd5da;
	height: 1px;
	padding: 0;
	border: none;
}
th, td {
	font-size: 100%;
}
input, textarea, button, select {
	font: 100% "MgOpen Cosmetica Regular", Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"], textarea, select {
	color: #000;
	background-color: #fff;
	padding: 4px;
	border: solid 1px #bdd5da;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: #cbf0ff;
}
input[type="submit"], button {
	font-family: "MgOpen Cosmetica Bold";
	color: #fff;
	background-color: #294250;
	padding: 4px 10px;
	border: solid 1px #bdd5da;
}
input[type="submit"]:hover, button:hover {
	background-color: #455a67;
	cursor: pointer;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* Main Containers */

#container {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Header */

#header {
	min-height: 80px;
	width: 980px;
	float: left;
}
#header ul, #header p {
	margin: 0;
}
#header li {
	list-style: none;
}
#logo {
	width: 300px;
	float: left;
	padding-top: 22px;
}
#tagline, #nav {
	width: 680px;
	float: right;
	clear: right;
}
#tagline {
	font: 92%/1.2em "MgOpen Cosmetica Bold";
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #c63;
	text-align: right;
}
#tagline p {
	padding: 5px 8px;
}
#nav {
	background: #294250  url(../images/nav_bg.png) repeat-x left center;
}
#nav ul, #nav li, #nav a {
	float: left;
}
#nav ul {
	min-height: 28px;
	padding: 4px 0 4px 4px;
}
#nav ul li {
	white-space: nowrap;
	position: relative;
}
#nav ul li ul {
	background: #c63;
	height: auto;
	width: 210px;
	padding: 0;
	border-bottom: solid 1px #e2a88b;
	border-right: solid 1px #e2a88b;
	border-left: solid 1px #e2a88b;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 9000;
	display: none;
}
#nav ul li ul li {
	line-height: 1.2em;
	white-space: normal;
	min-height: 0;
	padding: 0;
	border-top: solid 1px #e2a88b;
}
#nav ul li a, #nav ul li a:visited, #nav ul li:hover ul li a, #nav ul li:hover ul li a:visited {
	color: #fff;
	background: transparent;
}
#nav ul li a:hover, #nav ul li:hover a, #nav ul li a.on:hover, #nav ul li:hover a.on, #nav ul li:hover ul li a:hover {
	text-decoration: none;
	color: #fff;
}
#nav ul li ul li a {
	width: 190px;
	padding: 4px 10px;
	border: none;
}
#nav1 {
	font-size: 123%;
	background: #c63 url(../images/nav1_bg.png) repeat-x left center;
	float: left;
	border-right: solid 1px #e2a88b;
	position: relative;
	z-index: 8000;
}
#nav1 ul li ul {
	font-size: 81%;
}
#nav1 ul li {
	line-height: 26px;
	min-height: 26px;
	padding-right: 4px;
}
#nav1 ul li a {
	padding: 0 6px;
	border: solid 1px #e2a88b;
}
#nav1 ul li a:hover, #nav1 ul li:hover a, #nav1 ul li a.on:hover, #nav1 ul li:hover a.on, #nav1 ul li:hover ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #f96;
}
#nav1 ul li a.on, #nav1 ul li a.on:visited, #sidenav ul li a.on, #sidenav ul li a.on:visited  {
	color: #294250;
}
#nav2 {
	font-size: 92%;
	float: left;
	position: relative;
	z-index: 7000;
}
#nav2 ul li {
	line-height: 28px;
	min-height: 28px;
}
#nav2 ul li a {
	padding: 0 6px;
}
#nav2 ul li a:hover, #nav2 ul li:hover a, #nav2 ul li a.on:hover, #nav2 ul li:hover a.on {
	background: #5b8d96;
}
#nav2 ul li a.on, #nav2 ul li a.on:visited {
	color: #c63;
}
.navarrow {
	background: url(../images/nav_arrow.png) no-repeat center bottom;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 31px;
	left: 0;
	z-index: 6000;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	background: #435965 url(../images/footer_bg.png) repeat-x left top;
	width: 960px;
	float: left;
	clear: both;
	padding: 6px 10px;
}
#footer p {
	margin: 0;
}

/* Content */

#main {
	background: url(../images/side_bg.png) repeat-y right top;
	width: 980px;
	float: left;
	clear: both;
	position: relative;
	z-index: 100;
}
#side {
	background: url(../images/side_top.png) no-repeat left top;
	width: 245px;
	float: right;
}
#content {
	background: #fff;
	width: 980px;
	float: left;
}
#side + #content {
	width: 735px;
}
#side .photo {
	text-align: center;
	clear: both;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
}
#sidenav ul li {
	font-size: 140%;
	line-height: 1.2em;
	padding: .2em 20px;
	list-style: none;
	border-bottom: solid 1px #fff;
}
#sidenav ul li ul {
	border-top: none;
}
#sidenav ul li ul li {
	font-size: 78%;
	padding: .1em 0;
	border-bottom: none;
}
#sidenav ul li a {
	color: #294250;
}
#sidenav ul li ul li a {
	color: #c63;
}
.sidetext {
	font-size: 92%;
	line-height: 1.3em;
	padding: 15px 20px;
}
.sidetext h2, .sidetext h3, .sidetext h4, .sidetext h5, .sidetext p, .sidetext ul, .sidetext ol {
	margin: 0 0 .7em 0;
}
#bodytext {
	clear: both;
	padding: 20px;
}
#bodytext *:first-child, .sidetext *:first-child {
	margin-top: 0;
}
#bodytext *:last-child, .sidetext *:last-child {
	margin-bottom: 0;
}
#title {
	padding-bottom: 15px;
	border-bottom: solid 1px #bdd5da;
}
#title img {
}
#intro {
	background-color: #455a67;
	background-repeat: no-repeat;
	background-position: left top;
	width: 735px;
	float: left;
}
#introhead {
	min-height: 205px;
	padding: 40px 410px 20px 20px;
}
#intro h1 {
	font-size: 185%;
	margin: 0 0 .3em 0;
}
#intro h2 {
	font-size: 130%;
	line-height: 1.4em;
	color: #000;
}
#intro strong {
	font-family: "MgOpen Cosmetica Regular";
	color: #c63;
}
#intro ol {
	color: #fff;
	width: 735px;
	float: left;
	margin: 0;
	padding: 40px 0 15px 0;
}
#intro ol li {
	width: 225px;
	float: left;
	padding: 0 10px;
	list-style: none;
}
#intro ol li strong {
	font-size: 138%;
}
ul.bullets {
	margin-left: 0;
	padding-left: 18px;
}
ul.bullets li {
	margin-bottom: .5em;
	list-style: url(../images/bullet.png);
}
ul.listing {
	margin: 0;
	padding: 0;
}
ul.listing li {
	width: 705px;
	float: left;
	clear: both;
	padding: 15px 0;
	list-style: none;
	border-bottom: solid 1px #bdd5da;
}
ul.listing h2, ul.listing h3, ul.listing h4, ul.listing h5, ul.listing p, ul.listing ul, ul.listing ol {
	margin: 0 0 .5em 0;
}
.listingthumb {
	text-align: center;
	width: 100px;
	float: left;
}
.listinginfo {
	width: 585px;
	float: right;
}
.ratings img {
	margin: 0 2px;
}
.play {
	font-family: "MgOpen Cosmetica Bold";
	background: url(../images/icon_play.png) no-repeat left center;
	padding-left: 18px;
}

/* AAM */

#storynav {
	margin: 10px auto;
	text-align: center;
}
#storynav img {
	padding: 0 10px;
}
#story {
	margin: 5px auto 10px auto;
	text-align: center;
}
.level {
	font-weight: bold;
	font-size: 90%;
}
.credit {
	font-size:85%;
}

.small {
	font-size:70%;
}
