@charset "UTF-8";
/* CSS Document */

@-ms-viewport{
  width: device-width;
}

/* FORCING MEDIUM LAYOUT - for non phones */
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
  .col-md-offset-3 {
	  margin-left: 25%; 
  }
  .col-md-offset-4 {
	margin-left: 33.3333333%;  
  }
}

/* REMOVING LX Media format */
/*@media (min-width:970px) and (max-width: 2500px) {*/
@media (min-width:769px) and (max-width: 2500px) {
    .container {
     width:970px;
    }   
}



/*
			NASA Portal Basic Styles
*****************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table, tbody, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style:inherit;
	font-family: inherit;
	font-size: 100%;

}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body { font-family: Arial, Helvetica, sans-serif; color: #fff; line-height: 1.5; /* Unitless for proper inheritance */ }

body          { font-size: 75%; }   /* IE */
html > body   { font-size: 12px; }  /* Other browsers */

h1, h2, h3,
.narrow_news_list h4,
.tabs_blue .tabs li a,
.dropdown_label,
.main_video_accordion h4 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

h4, h5, h6,
.narrow_blue_news ul li h3 { font-family:Arial, Helvetica, sans-serif; }

h1 { font-size: 18px; }

h2 { font-size: 16px; }

.box_230.box_dark_blue h2,
.box_952_blue.box_dark_blue h2,
.box_952_blue.box_blue h2,
.box_350.box_dark_blue h2,
.box_230.box_blue h2,
.h2_small,
h3 {font-size: 14px;}

.narrow_blue_blinds_img h3,
.education_article h3,
.myNASA_playlists h3,
.browse_archive h3,
h4 {font-size: 13px;}

.text_12px,
.tinyContent h3,
.narrow_news_list h4,
.narrow_blue_news ul li h3,
.comments_form .text_12px,
h5 {font-size: 12px;}

.tabs_blue .tabs li a,
.comments_form p,
.comments_text,
.dropdown_label,
h6 { font-size: 11px; }

em { font-style:italic;}

h1, h2, h3,
.narrow_news_list h4,
.tabs_blue .tabs li a,
.main_video_accordion h4,
.tabs_blue .tabs li a,
h4, h5, h6,
.narrow_blue_news ul li h3,
.strong { font-weight: bold;}

.dark_grey,
.box_white,
.box_white h5,
.box_710.box_710_white h2,
.box_710_white p,
.box_710_white h3 {color: #2e2e2e;}

.light_blue { color: #99ccff; }
.dark_blue { color: #004D93; }
.light_grey { color: #b3b3b3; }
.blue_text { color: #004D93; }
.white {color: #fff;}
.small_text { font-size: 11px;}
.bold_14 {font-size: 14px; font-weight: bold;}

/* BASE LINK STYLES */

a { color: #99ccff; text-decoration: none; }
a:hover { text-decoration: underline; }

.box_white a { color: #004d93; }

a.link_grey, 
a.link_grey:link, 
a.link_grey:active, 
a.link_grey:hover { color: #999999; }
h3.sitemap_links a,
h2 a { color: #fff; }

/*
			NASA Header Styles
				simplified
*****************************************/
html {
	background: #000 url(../images/tiled_bg_stars.jpg);
}

body {
	padding-top: 25px;	
	background: url(../images/bg_image.jpg) no-repeat top center;
}


div.content_body {
	display:block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	
	
}

div.top {
	background: url(../images/portal_header.gif) no-repeat;	
	height: 141px;
	/*padding: 0 0 10px;*/
}

.nasa_logo {
	display: block;
	width: 140px;
	height: 98px;
	float: left;
	/*background: url(../images/header_logo.gif) no-repeat;	*/
}

#main-nav {
	width: 812px;
	float: left;
}

#main-nav a {
	display: inline-block;
	width: 130px;
	height: 69px;
	float: left;
}

#main-nav #nav-news a { width: 140px;}
#main-nav #nav-missions a { width: 140px;}
#main-nav #nav-multimedia a { width: 140px;}
#main-nav #nav-connect a { width: 124px;}
#main-nav #nav-aboutnasa a { width: 138px;}

#main-nav a span {
	position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}


#header_form {
	padding-top: 4px;
	top: 75px;
	height: 26px;
	width: 810px;
	float: left;
}

div#login_form_nodrop {
	float: left;
	width: 516px;
	height: 22px;
}

#search input.searchbox {
	width: 200px;	
	height: 22px;
	float: left;
	font-size: 12px;
	color: #000;
	padding: 3px 3px 0 3px;
	border: 0;
	background: url(../images/header-searchinputbox.gif) no-repeat ;
}

#search input.searchbtn {
	width: 80px;	
	height: 22px;
	float: left;
	
	border: 0;
	background: url(../images/search_btn.gif) no-repeat;
}

#search input.searchbtn:hover { 
	background: url(../images/search_btn.gif) no-repeat 0 -22px;
}

div.top_audience {
	clear: both;	
}

#utilities_nav {
	float: right;
	padding: 7px 10px 0 0
}

a.icons_black {
	background: url(../images/icons_black.gif) no-repeat 0px -112px;
	padding: 0 0 0 20px;
	color: #b2b2b2;
	text-decoration: none;
}

a.icons_black:hover { 
	background: url(../images/icons_black.gif) no-repeat -100px -112px;
	text-decoration: underline;
}


/*
			NASA Footer Styles
				simplified
*****************************************/

#footer {
	margin: 16px auto 24px auto;
	width: 952px;	
	height: 138px;
	background: url(../images/footer-rightsection-138.gif) no-repeat 140px 0;
}

#footer a.nasa_logo_footer {
	width: 140px;
	height: 138px;
	display: block;
	background: url(../images/footer_logo-138.gif) no-repeat;
	float:left;
	
}

#footer ul {
	margin:0;
	padding:0;
	list-style-type: none;	
}

#footer li {
	margin: 0 0 2px 0;
	padding: 0 0 0 6px;
	line-height: 12px;
	color: #B2B2B2;
	background: url(../images/footer_rsaquo.gif) no-repeat 0 5px;
}

#footer li a {
	font-size: 11px;
	font-family: Arial;
	color: rgb(178,178,178);
}

#footercol1,
#footercol2,
#footercol3,
#footercol4 {
	float: left;
	padding: 6px;
	height: 126px;
	font-size: 11px;
	font-family: Arial;
	color: rgb(178,178,178);
}

#footercol1 {
	line-height: 17px;	
	width: 223px;
}

#footercol2,
#footercol3 {
	width: 200px;

}

#footercol4 {
	width: 187px;
	padding: 6px 0 0 6px;
}






/*
			Content Styles
*****************************************/

.hidden
{
    position: absolute;
    left: -999em;
    width: 1em;
    overflow: hidden;
}


.popover-title,
.popover-content {
	color: #333333;	
}

a.linkBlue, 
a.linkBlue:visited  {
	color: #004D93;	
	text-decoration:underline;
}

a.linkBlue:hover {
	text-decoration:none;
}

h1 small {
font-size: 24.5px;
}

.page-header {
	margin: 20px 0 30px;
}

h2 {
	line-height: 40px;	
}

img {
	border:none;	
}

strong {
	font-weight: bold;	
}

button.home.btn-link {
	padding-left: 0;	
	font-size: 12px;
	color: #004D93;	
	text-decoration:underline;
}





.homealert.alert h4 {
	color: #666666;
	padding-bottom: 5px;
	font-size: 1.1em;
	
}

.homealert.alert {
	/*font-weight: bold;*/
	font-size: 1.1em;
	border-color: #CCC;
	border-bottom-color:#999;
	background: url(../images/bg_alert.jpg) repeat-x;
	color:#8a3841;
}

.homealert.alert small {
	font-size: 0.8em;
	font-style: italic;
}


.contentBox p {
	display: block;
	padding: 0 0 1em 0;
	margin: auto;
	line-height: 1.5em;
}

.textBig {
	font-size: 18px;
	letter-spacing: .1em;
	line-height: 1.25em !important;
}

.textSmall {
	font-size: 0.75em;
}

.textRed {
	color: #CC3333;	
}

#contentWell {
	/*width: 950px
	padding: 0;*/
	background: #000 url(../images/content_bg.jpg) no-repeat;
	min-height: 300px;
}

#contentWell > header {
	/*border: 1px solid red;*/
}

#contentWell > header > h2 {
	color: #ffff00;
	font-size: 24px;
	/*padding-top: 8px;*/
}

#contentWell > header > h2 span {
	display:inline-block;
	color: #ffffff;
	font-size: 36px;
	padding-left: 0.5em;
	/*padding-top: 10px;
	line-height: 1.1.em;*/
	
}

/*

			CONTENT NAV
************************************/

#contentWell > nav {
	display: block;
	padding: 10px;	
}


.contentNav {
	/*background: #000;*/	
}

nav.navbar .container {
	width: auto;	
	/*height: 21px;*/
	padding-bottom: 0;
	padding-left: 0;
}

.navbar {
	margin-bottom: auto;	
	/*height: 51px;*/
}

.navbar-inverse .navbar-nav > li > a {
	color: #99ccff;
}

.navbar .glyphicon {
	color: #FFF;	
}
.nav > li > a {
	padding: 10px 0 10px 15px;	
}

.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-collapse {
	padding-left: 0;	
}






.contentBox {
	background: url(../images/contentBox_top.gif) no-repeat -20px 0 ;
	color: #333;
	padding: 20px 0 0 0;
}

.contentBox  div.row {
	margin-left: 0;
	margin-right: 0;
}

.contentBox_btm {
	background: url(../images/contentBox_bottom.gif) no-repeat -20px 0;
	height: 29px;
}

.span8 {
  width: 600px;
}

.span8minus40 {
  width: 560px;
}

.span5minus20 {
  width: 340px;
}

.span4minus20 {
  width: 280px;
}

.span3minus20 {
  width: 240px;
}

.span3table {
  /*width: 190px;*/
}

.blueWell {
  background-color: #e5f2ff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);

}

.yellowWell {
  background-color: #ffffbf;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
}


.home.well.blueWell {
  padding-top: 13px;
   padding-bottom: 13px;
}

.home.well.yellowWell {
  padding: 12px;
  padding-bottom: 19px;
}

div.homeMobile {
	display: none;
}

.yellowWell .zebraStripe {
	background: #e7e5ac;
	border-bottom: 1px solid #ccca98;
	border-top: 1px solid #ccca98;
	width: 223px;
	padding-left: 12px;
	padding-right: 12px;
	margin:  25px 0 20px -12px;
}

.greyWell {
  background-color: #f3f3f3;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);

}

hr.grey {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #ffffff;
}

.homeWell {
  background-color: #f3f3f3;
  color: #FFFFFF;
  background: #666666 url(../images/bg_homewell.jpg) no-repeat;
  min-height: 128px;
  text-align: right;
  letter-spacing: 1px;
  width: 600px;
}

.homeWell h3 {
	font-size: 28px;
}

.homeWell p {
	font-size: 16px;
	color: #CCCCCC;
	font-weight: normal;
}

.homeWell .label {
	font-size: 100%;
	text-align: left;
	line-height:auto;
}

.locationWell {
	width: 180px;
	height: 337px;
	background: url(../images/pic_iss_sighting.jpg) no-repeat;
	padding: 19px;
	border: 1px solid #e3e3e3;
	margin-right: 20px;
}

.home a.btn.center {
	margin-left: 50px;
}


blockquote.alert_example {
	display: block;
	padding: 0 20px 20px 20px;
	text-align: center;
	font-size: 20px;
	color: #990000;
	line-height: 1.25em;
}

strong.alert_example {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
}

.homeWell span.label.homewellUpdate {
	width: 560px;
	text-align: left;
}
.homeWell span.label div {
	display:block;
	width: 560px;
	padding-top: 3px;
}
.homeWell span.label div small {
	display: inline;
	overflow: visible;
	white-space: normal;
	font-weight:normal;
}

/*
			FAQ styles
*************************************/
#faq .panel-default > .panel-heading {
	background-color: #e5f2ff;	
}

#faq .panel-heading {
	padding: 0;
}

#faq a.panel-title {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight:bold;
	color: #004D93;	
	background-color: #e5f2ff;
	padding: 10px 15px;
}

#faq div.accordion-inner {
	padding-left: 50px;	
}


/*
			Homepage alert styles
*************************************/

.home_alert {
	width: auto;
	margin-left: -20px;
	margin-right: -8px;
	border-radius: 0px;
	background-color: #ffff33;
	color: #333;
	border-top: 1px solid #baba8c;
	border-bottom: 1px solid #baba8c;
	border-left: none;
	border-right: none;
	padding-left: 40px;
	padding-right: 40px;
}

.home_alert h2 {
	line-height: 20px;
	padding-bottom: 10px;
}

.home_alert a, 
.home_alert a:visited  {
	color: #004D93;	
	text-decoration:underline;
}

.home_alert a:hover {
	text-decoration:none;
}


/*
			Sighting location styles
*************************************/

table.table-bordered {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table.table-bordered th {
	background: #e5f2ff !important;
	border-color: #eee;
	padding: 10px;
	/*border-left: 1px solid #dddddd;*/
}

.table th {
	font-weight: bold;	
}

.table.table-bordered td a, 
.table.table-bordered td a:visited  {
	color: #004D93;	
	text-decoration:underline;
}

.table.table-bordered td {
	text-align: center;
}

.table.table-bordered.table-align-left td {
	text-align: left;
}

.table.table-bordered.table-hover tr:hover td {
  background-color: #ffffbf;
}

.table.table-bordered td img {
	display:inline-block;	
}

.table.table-bordered td a img,
.table.table-bordered td a.twitterbtn-link,
.table.table-bordered td a.facebookbtn-link {	
	text-decoration:none;
}

.table-bordered tbody tr td {
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.btn.btn-small.addthis_button_expanded span  {
	display:inline-block;
	vertical-align: middle;
}

.at16nc {
	/*background-image: none;*/
	display: none;
}

.noSightingData {
	text-align: center;
	padding: 125px 25px;
	font-size: 1.2em;
	background: url(../images/no_sighting.jpg) no-repeat center;
	color: #FFFFFF;
}

.noSightingData strong {
	font-size: 1.2em;
	letter-spacing: 2px;
}

@media screen and (min-width:768px) {
	.navbar-inverse {
		background-color: transparent;
		border-color: transparent;
	}
	
	.navbar-brand {
		display:none;	
	}
	
	
	.col-md-offset-4 {
		margin-left: 300px;	
	}
	
	div.col-md-offset-4.col-md-8{
		padding-left: 20px;
	}
	
	
	.contentBox div.col-md-7 {
		padding-left: 0;	
	}
	
	.contentBox div.col-md-6:first-child {
		padding-left: 0;	
	}
	
	div.mobile {
		display: none;
	}
	
	.contentBox div.col-md-4 {
		padding-left: 0;	
	}
	
	
	#bs-example-navbar-collapse-1 li.col-md-offset-2 {
		margin-left: 12%;
	}
	
}


/*
			MOBILE PHONE ONLY STYLING
*************************************/

@media screen and (max-width: 767px) {

html, body { 
	background-image:none;
	/*background: #FFF;*/
	padding-top: 0;
}

header { display: none;	}

#contentWell {
	background-color:#000;
	background-image: url(../images/mobile_bg.jpg);
	background-size: 100%;
	
}
div.content_body  {
	width: auto;
	}

#contentWell > nav {
	padding: 0;	
}

.navbar-nav {
	margin: 0;
}
	
nav.navbar .container {
	padding-left: 15px;
	padding-bottom: 10px;
	
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}

.navbar-nav > li {
	margin: 0;
	padding: 3px 0;	
}

.navbar-nav > li > a {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 5vw;
	border:1px solid #999;
	float:none;
}


.navbar-nav > li > a:hover {
	background:#666;
}

.navbar-inverse .navbar-toggle {
	margin-top: 20px;
	float: left;	
	background: #666;
	border-color:#cccccc;
}

.navbar-inverse .navbar-toggle:link,
.navbar-inverse .navbar-toggle:visited,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:active
{
	background: #666 !important;
}

.navbar-inverse {
	background-color: transparent;
	border:none;
}

.navbar-inverse .navbar-collapse {
	border: none;	
	/*background: #000;
	padding: 0 5px;*/
	margin-right: -30px;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #333;
}

a.navbar-brand {
	display: block;
	color: #ffff00 !important;
	font-size: 4vw;
	padding-left: 0;
	line-height: 1.3em;
	height: 15vw;
	float: left;
}

a.navbar-brand span {
	display: block;
	color: #FFF;
	font-size: 5vw;
	padding-left: 2vw;
	letter-spacing: 0.5vw;
}

.meatball {
	
	position:absolute;
	right:0;
	width: 62px;
	height: 54px;
	background:url(../images/nasa_mobile_sm.png) no-repeat;
	background-size: 100%;
	
	margin-top: 7px;
}

.meatball span {
	position: absolute;
	left: -99999px;
}

.contentBox {
	background-image: none;
	background-color: #FFF;
	color: #333;
	padding: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contentBox_btm { display: none;}

.page-header {
  margin: 0 0 10px;
}


.span8 {
	width: auto;	
}

.yellowWell h2 {
	margin: 0 0 20px;
	line-height:normal;
}

div.homeWell {
	width: 100%;	
	height:auto;
	min-height: 128px;
	font-size: 0.9em;
}

div.homeWell span.label-default {
	display: inline-block;
	white-space: normal;
}

div.homeWell .label {
	display: inline-block;	
	font-weight: normal;
}

div.homeWell .label-danger {
	margin-bottom: 5px;
}

.homeWell span.label div {
	display: inline-block;
	width: auto;
}

div.homeWell small {
	display: inline-block;
	white-space: normal;	
}

.home_alert  {
	margin-right: -15px;
}

table tbody th + th + th + th + th,
table tbody td + td + td + td + td {
  display: none;
}

table tbody th + th + th + th + th + th,
table tbody td + td + td + td + td + td {
  display: table-cell;
}

div.homeMobile,
div.mobile
{
	display: block;
}

#mobileButtons .btn{
	white-space: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 5vw;
}

div.home.well {
	display: none;	
}

/*.mobileHide {	display: none;	}*/

#intro {
	background: #CCC;
	padding: 20px;
	margin: 0 -30px 20px -30px;
}

div#social {
	display: block;
	width: 100%;
	background: #CCC;
}


div.fb-like iframe {
transform: scale(1.3);
-ms-transform: scale(1.3); 
-webkit-transform: scale(1.3); 
-o-transform: scale(1.3); 
-moz-transform: scale(1.3); 
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}



#footer {
	background-image: none;	
	width: auto;
}

#footer a.nasa_logo_footer {
	background: url(../images/nasa_footer.gif) no-repeat 0 -20px;	
	height: 100px;
	background-size: 100%;
}

#footer a.btn.btn-link {
	color: #999;	
}

#footercol,
#footercol2,
#footercol3,
#footercol4 {
	height: auto;
	width: 100%;
	padding: 10px 20px;
	}

#footercol1 {
	width: auto;	
	height: 100px;
}

#footercol2 .btn {
	padding: 6px 8px;
	
}
}



@media print{
    
div.sharebuttons {
	display:none;	
}

table tbody th + th + th + th + th + th,
table tbody td + td + td + td + td + td {
  display: none;
}
	
}