/* toggle button */
.light ul#nav li a.brightness span span {
	opacity: 1;
}

/* site-wide colors */
body.light {
	background: #fff url('images/bg2.gif') repeat-x top left;
}
body.light #content-wrapper {
	color: #000;
}
.light h1 a:link, .light h1 a:visited {
	color: #0c192f;
}
.light a:hover, .light a:active {
	color: #4b7cc1;
}
.light div#wrapper {
	background: url('images/foot_bg.gif') repeat-x center bottom;
}
.light .featured,
.light div#column1 div.post,
.light div#column2,
.light .cd_container,
.light div.news-post-container {
	background: #fff;
	background: rgba(255,255,255,0.75);
	border: 1px solid transparent;
	box-shadow: none;
}

/* countdown */
.light .cd_container h1,
.light .cd_link {
	border-color: #dcdcdc;
	border-color: rgba(0,0,0,0.5);
}
.light .cd_display {
	background-image: url('../../plugins/mission-tracking/images/digital-numbers/bg2.png');
}

/* home */
.light .featured,
.light .featured ul li h1 span {
	background: #fff;
	background: rgba(255,255,255,0.75) url('images/rotate_bg2.gif') repeat-x left top;
}
.light div#column1 div.post small,
.light div#column2 div.post small {
	color: #eee;
	color: rgba(0,0,0,0.6);
}
.light .featured:hover ul li h1 span span,
.light div#column1 div.post h1 a:hover,
.light div#column2 div.post h1 a:hover {
	color: #4b7cc1;
}
.light .featured a,
.light div.news-navigation a {
	color: #000;
}
.light .dots li.active {
	background: #e7eaef;
}
.light div#range-title div {
	background: transparent url('images/range2.png') no-repeat left top / contain;
}
.light div#range-title,
.light div#column2 div.post:after {
	border-bottom: 1px solid #dcdcdc;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.light div.news-navigation a {
	border: 1px dotted rgba(0,0,0,0.1);
}
div.news-navigation a:hover {
	background: rgba(0,0,0,0.1);
}

/* full posts */
.light div.news-post-container h1 {
	border-color: #a3a7ad;
	border-color: rgba(0,0,0,0.25);
}
.light div.news-post-container a:link,
.light div.news-post-container a:visited {
	color: #3d8eff;
}
.light div.news-post-info {
	color: #a3a7ad;
	color: rgba(0,0,0,0.5);
}
.light div.news-post-container div.featureimg,
.light div.news-post-container div.wp-caption {
	background: #e2e2e2;
	background: rgba(0,0,0,0.1);
	border: 1px solid transparent;
	box-shadow: none;
}
.light h4.jp-relatedposts-post-title a {
	color: #000 !important;
}
.light p.tags a {
	background: rgba(0,0,0,0.1);
}
.light div.news-post-about {
    padding: 8px;
    border: 1px solid #7e7e7e;
}
.light div.twitter:hover,
.light div.facebook:hover {
	background-position: 0 0;
}

/* comments */
.light div#comments {
	background: #eee;
	background: rgba(0,0,0,0.1);
	border: 1px solid transparent;
	box-shadow: none;
}
.light div.comment-author,
.light div.comment-author a,
.light div.comment-meta,
.light div.comment-meta a {
	color: #7e7e7e;
	color: rgba(0,0,0,0.5);
}
.light input#submit, .light p.logged-in-as a:last-child {
	color: #000;
}

/* archive */
.light div.news-post-container.archive div.post {
	border: 1px solid rgba(0,0,0,0.2);
}
.light div.news-post-container.archive div.post h2 {
	background: rgba(0,0,0,0.1);
}
.light div.news-post-container.archive div.post h3,
.light div.news-post-container.archive div.post small {
	color: rgba(0,0,0,0.75);
}

/* launch schedule */
.light div.mt_nav {
    background: rgba(0,0,0,0.1);
}
.light table.launchcalendar th {
	text-shadow: none;
}
.light table.launchcalendar th:first-child {
	color: #fff;
}
.light table.launchcalendar th:nth-child(2) {
	background: #d7d7d7;
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0));
}
.light table.launchcalendar td.launchdetails table td:first-child,
.light table.launchcalendar td.description {
	color: rgba(0,0,0,0.75);
}
.light table.launchcalendar td.description ul li {
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(0,0,0,0.25);
}
.light table.launchcalendar td.description ul li a {
	color: #000;
}

/* mission monitor */
.light dl.livestream_feed dt {
	border-color: rgba(0,0,0,0.5) !important;
}

/* footer */
.light div#footer {
	background: transparent url('images/footer2.jpg') no-repeat left bottom;
}
.light div.foot-col a {
	color: rgba(255,255,255,0.75);
}
.light div.foot-col a:hover {
	color: #fff;
}