/*
PAGE: ARCHIVE
*/

div.news-post-container.archive div.post {
	width: 100%;
	width: calc(100% - 2px);
	min-height: 208px;
	margin: 8px 0;
	border: 1px solid rgba(255,255,255,0.2);
}
div.news-post-container.archive div.post:last-child {
	margin-bottom: 0;
}
div.news-post-container.archive div.post h2 {
	padding: 2px 8px;
	font-size: 1.5em;
	background: rgba(255,255,255,0.1);
}
div.news-post-container.archive div.post h2:hover {
	background: rgba(255,255,255,0.2);
}
div.news-post-container.archive div.post h2 a {
	display: block;
}
div.news-post-container.archive div.post h3 {
	width: 100%;
	margin: 0;
	font-size: 1.5em;
	line-height: 0.9em;
	color: rgba(255,255,255,0.5);
}
div.news-post-container.archive div.post div.container {
	max-width: 300px;
	margin: 8px;
}
div.news-post-container.archive div.post div.excerpt {
	display: inline-block;
	max-width: 50%;
	max-width: calc(100% - 332px);
	margin: 8px 0 0 0;
	overflow: hidden;
}
div.news-post-container.archive div.post div.excerpt p {
	max-height: 170px;
	margin: 0;
}
div.news-post-container.archive div.post small {
	display: inline-block;
	width: 50%;
	padding: 0 0 8px 0;
	font-size: 1em;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
}
div.news-post-container.archive div.post small.author {
	float: left;
}
div.news-post-container.archive div.post small.date {
	float: right;
	text-align: right;
}

/*
PAGE: GALLERY
*/

.gallery p {
	margin: 0;
}
.gallery h3 {
	margin: 0 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.nested h3 {
	display: none;
}
.nested h1.main {
	display: none;
}
.ngg-breadcrumbs {
	display: none;
}
#fancybox-overlay {
	background-color: #0d192c !important;
}
#fancybox-content {
	border-color: #162a4a !important;
}

/*
PAGE: MISSION MONITOR
*/

div.live-stream, div.live-stream-info {
	display: inline-block;
	width: 50%;
	width: calc(50% - 8px);
	vertical-align: top;
	text-align: center;
}
div.live-stream {
	min-width: 348px;
}
div.live-stream h2 {
	text-align: center;
}
div.live-stream small {
	display: block;
}
div.live-stream-info {
	min-width: 300px;
}
div.live-stream-info h2, div.live-stream h2, div.live-updates h2 {
	font-size: 1.5em;
}
div.live-stream-info ul {
	font-size: 9pt;
	list-style-type: none;
	text-align: left;
}
div.live-stream-info li {
	padding-left: 1em;
	text-indent: -1em;
}
div.live-stream-info img {
	max-width: 150px;
	max-height: 150px;
}
div.live-stream-info div.cd_container {
	margin: 0 auto;
	min-height: 166px;
}
div.live-stream-info div.cd_container h1 {
	display: none;
}
div.live-stream-info div.cd_container div.cd_link {
	border: none;
}
div.live-stream-info div.cd_container div.cd_info {
	height: 56px;
}
div.live-stream-info div.cd_container div.cd_img {
	background: none !important;
}
div.live-updates {
	margin-top: 1em;
}
div.live-updates h2 {
	text-align: center;
}
div.live-updates p {
	margin: -8px 0 0 0;
	text-align: center;
}
/* Live blog */
aside#livestream_widget-shortcoded {
	padding-top: 0.5em;
}
h3.widget-title {
	display: none;
}
dl.livestream_feed dt, dl.livestream_feed dd {
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
}
dl.livestream_feed dt {
	padding: 0.5em 0 0.25em 0.5em !important;
	border-left: 3px solid rgba(255,255,255,0.5) !important;
	border-top: 1px dashed rgba(255,255,255,0.5) !important;
}
dl.livestream_feed dd {
	margin-bottom: 1em !important;
	color: rgba(255,255,255,0.75);
	font-size: 11pt;
	font-style: normal !important;
	text-align: left !important;
	border-left: 3px solid rgba(255,255,255,0.5) !important;
}
.livestream_widget_border {
	margin-bottom: 0 !important;
}
.livestream_widget_border .updator {
	clear: both;
}
.livestream_widget_border .submit {
	margin: 1px !important;
}
.livestream_widget_border .media-upload, .livestream_widget_border .update_networks {
	display: none;
}
