﻿/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Core elements */

html, body {
	font-size: 15px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

html {
	background: #000 url(images/page-bg.jpg) no-repeat 50% 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height: 38px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0;
	line-height: 29px;
}

h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	line-height: 23px;
}

ul, menu, dir {
	list-style: disc outside none;
	margin: 1em 0;
	padding-left: 40px;
}

ol {
	list-style: decimal outside none;
}

ol ul, ul ul, menu ul, dir ul, ol menu, ul menu, menu menu, dir menu, ol dir, ul dir, menu dir, dir dir {
	list-style-type: circle;
}

table[border="1"] {border: 1px solid #fff}
table[border="1"] tr:nth-child(even) {background: #600}
table[border="1"] tr:nth-child(odd) {background: #900}

td, th {
	padding: 4px;
}

p, dl, multicol {
	margin: 1em 0;
	line-height: 1.3em;
}

a:link, a:active {
	color: #ffc046;
	text-decoration: none;
}

a:visited {
	color: #da9f2c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

hr {
	border: 1px solid #fff;
}

/* Structural elements */

#page {
	width: 940px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 153px;
}

#header h1 {
	position: absolute;
	top: -1000px;
}

#mosaika-logo {
	display: none;
	position: relative;
	left: -60px;
}

#ncc-logo {
	position: absolute;
	right: 0;
	top: 70px;
}

#social-features {
	position: absolute;
	top: 65px;
	right: 130px;
}

#social-features div {
	font-size: .9em;
	margin-bottom: .4em;
}

#content {
	overflow: auto;
	z-index: 50;
}

#footer {
	clear: both;
	margin-top: 18px;
	background: #3b171d url(images/footer-bg.jpg) no-repeat;
	height: 220px;
	border: 1px solid #141414;
	padding: 2em;
}

#skip_nav {
	position: absolute;
	top: -1000px;
}

#site_nav {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	overflow: auto;
	width: 100%;
	z-index: 1000;
}

#site_nav .wrap {
	width: 940px;
	margin: 0 auto;
}

#site_nav ul {
	position: relative;
	float: right;
	padding: 0;
	margin: .3em 0;
}

#site_nav li {
	display: block;
	float: left;
	margin: 0;
}

#site_nav a, #site_nav a:link {
	padding: 0 0 0 .5em;
	margin-left: .5em;
	border-left: 1px solid #fff;
	color: #fff !important;
	font-size: 0.9em;
}

#page_nav {
	position: relative;
	padding: 0;
	overflow: auto;
	height: 37px;
	background: #3b171d url(images/nav-bg.jpg) no-repeat 0 0;
	z-index: 100;
}

#page_nav ul {
	margin: 0.6em 0;
	padding: 0;
}

#page_nav li {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
}

#site_nav li.first a,
#page_nav li.first a {
	border-left: 0;
}

#page_nav a, #page_nav a:link {
	border-left: 2px solid #321015;
	padding: 0 .8em;
	color: #fff !important;
}

#page_nav a:hover {
	color: #d89ca5 !important;
	text-decoration: none;
}

#showtime {
	float: right;
	font-weight: bold;
	padding-right: 1em;
}

.left {
	width: 622px;
	float: left;
	margin: 0 0 18px;
}

.right {
	width: 302px;
	float: right;
	margin: 0 0 18px 0;
}

.layout_box {
	margin: 18px 0 0;
}

.container {
	margin: 18px 0 0;
	padding: 1em 2em;
	background: #42171f url(images/content-bg.jpg) no-repeat;
	border: 1px solid #141414;
	min-height: 256px;
}

.home #content .container {
	background-image: url(images/content-home_bg.jpg);
}

.block {
	background-color: #4f1d27;
	border: 1px solid #141414;
}

#feature {
	padding: 0;
	height: 349px;
}

#contribute {
	width: 300px;
}

#contribute a {
	position: relative;
	display: block;
	color: #fff !important;
}

#contribute a span {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: center;
	width: 300px;
	cursor: pointer;
}

#contribute a:hover span {
	text-decoration: underline;
}

#map_thumb {
	background: #4f1d27 url(images/block-bg.jpg) no-repeat;
	width: 300px;
	height: 286px;
}

#map_thumb h2 {
	color: #fff !important;
	width: 253px;
	margin: 0 auto;
	padding: 0.5em 0;
	font-size: 1.2em;
}

#map_thumb a {
	color: #fff !important;
}

#map_thumb img {
	display: block;
	margin: 0 auto;
	border: 1px solid #141414;
}

#footer h3 {
	margin: 0;
}

#mosaika-links, #ncc-links, #contact-info {
	overflow: auto;
	float: left;
}

#mosaika-links {
	width: 180px;
}

#ncc-links {
	width: 305px;
}

#contact-info {
	width: 375px;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#footer ul {
	float: left;
}

#footer a, #footer a:link {
	color: #fff;
	text-decoration: underline;
}

/* Content elements */

.post {
	border: 1px solid #999;
	padding: 1em;
	margin: 1em 0 0;
}

.clear {
	display: block;
	clear: both;
}

.flash-alt {
	height: 349px;
}

.flash-alt-text {
	position: relative;
	top: -1000px;
}

#map_canvas div {
	color: #000 !important;
}

#map_canvas a, #map_canvas a:link, #map_canvas a:active {
	color: #00f;
}

.credits th, .credits td {
	vertical-align: top;
}

.credits th {
	font-weight: bold;
	text-align: right;
	width: 45%;
}

.credits td {
	width: 55%;
}

.credit-table h3 {
	text-align: center;
}

.credits #content .container {
	overflow: auto;
}

.credit-list {
	width: 45%;
	float: left;
}

#fb-block {
	background-color: #fff;
	height: 349px;
}

#fb-block-home {
	background-color: #fff;
	height: 285px;
}

#flickr-block {
	background: #4f1d27 url(images/block-bg.jpg) no-repeat;
	width: 300px;
}

#flickr-block .flash {
	display: block;
	margin: 22px auto;
}

.gallery {
	overflow: auto;
}

.gallery img {
	display: block;
	float: left;
	margin: 0 16px 16px 0;
}

ul.legend, ul.legend li {
	list-style: none;
	margin: .4em 0;
	line-height: 24px;
	padding: 0;
}

.legend .symbol {
	display:block;
	float:left;
	width:32px;
	height:22px;
	margin-right:1em;
}

#announcement {
	margin-top: 18px;
	background: #3B171D;
	border: 1px solid #141414;
	font-size: 1.1em;
	color: yellow;
	padding: 1em 2em;
}

/* App styles */
html.app .container {
	background-image: none;
}

.credits .creditsArchives {
	border-collapse:collapse;
}

.credits .creditsArchives th, .credits .creditsArchives td {
	vertical-align: top;
	border:solid 1px white;
	
}

.credits .creditsArchives th {
	font-weight: bold;
	text-align: left;
	width: 33%;
}

.credits .creditsArchives td {
	width: 33%;
}

