/* ------ NOTES ---------------------------------------------------------------

Master Screen Style for Imagine the Universe!

--------- UPDATE INFO ---------------------------------------------------------

Last updated: May 14, 2015


--------- CONTENTS ------------------------------------------------------------

1: BODY AND UNIVERSAL RESET
2: GLOBAL NAVIGATION
	a) Top navigation
	b) Sidebar navigation
3: PAGE STRUCTURE
	a) Contianers
	b) Header
	c) Main content
	d) Footer
4: SECTION SPECIFIC STYLES
	a) Home page
	b) Section page
5: LISTS
6: FORMS & TABLES
	a) Standard forms
	b) Forms on Edit list page
	c) Tables for forms
7: GLOBALS
	a) Links
	b) Typography
8: MISC

---------------------------------------------------------------------------- */




/* 1: BODY AND UNIVERSAL RESET
============================================================================ */
body  {
	/*Removing font*//* font: 12px Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
	margin: 0;
	padding: 15px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

p {
	font-family: Helvetica, Arial, sans-serif;
}
/** {margin: 0; padding: 0;}*/ /* reset margin and padding for all elements */

li {
	/*list-style: none;*/ /* removes the bullets from all unordered list */
	padding: 0.25em 0; /* added by J.D. to give better spacing on default list items */
}

/* 2: NAVIGATION
============================================================================ */
/* format our list of left nav links and give it a sub menu */

#sidebar * { margin: 0; padding: 0; }
#sidebar {
	font-weight: bold;
	/*Removing font*//* font-size: 13px;*/
	position: relative;
}

#sidebar ul {
	background: url(/portal/images/background-sidebar-nav-bottom.png) no-repeat bottom left;
	padding-bottom: 10px;

}

#sidebar li {
	/* font-size: 14px; */
/*	color: #FFEFBF;*/
	color: #dddddd;
        font-size: 100%;
	border-bottom: 1px solid #000000;
	position: relative;
        list-style: none; /* removes the bullets from all unordered list */
}

#sidebar li a {
/*	color: #FFEFBF;*/
	color: #dddddd;
        font-size: 100%;
	text-decoration: none;
	padding: 8px 10px 8px 18px;
	background: url(/portal/images/background-sidebar-nav.gif) repeat-y top left;
	display: block;
}

#sidebar li a:hover {
	background: #7d3f06 url(/portal/images/background-sidebar-nav-hover-on.gif) repeat-y top left;
	color: #FFFFFF;
	display: block;
}

#sidebar li#on {
	background: #7d3f06 url(/portal/images/background-sidebar-nav-sub-on.gif) repeat-y top left;
	color: #FFFFFF;
	display: block;
	/* font-weight: normal; */
	/* font-weight: bold; */
}

#sidebar li#off {
	background: url(/portal/images/background-sidebar-nav.gif) repeat-y top left;
/*	background: #7d3f06 url(/portal/images/background-sidebar-nav-sub-on.gif) repeat-y top left;*/
/*	color: #FFFFFF;*/
	color: #dddddd;
        font-size: 100%;
        font-weight: normal;
	text-decoration: none;
	padding: 8px 10px 8px 18px;
	display: block;
	/* font-weight: normal; */
	/* font-weight: bold; */
}

#sidebar li#off:hover {
	background: #7d3f06 url(/portal/images/background-sidebar-nav-hover-on.gif) repeat-y top left;
	color: #FFFFFF;
        font-size: 100%;
        font-weight: normal;
	text-decoration: none;
	padding: 8px 10px 8px 18px;
	display: block;
}

#sidebar li#on #showsub {
	background: #7d3f06 url(/portal/images/background-sidebar-nav-on.gif) no-repeat top left;
	color: #ffffff;
	padding: 8px 10px 3px 18px;
	height: 26px;
	display: block;
}

#sidebar li#on #hidesub {
	background: #7d3f06 url(/portal/images/background-sidebar-nav-hover-on.gif) repeat-y top left;
	color: #ffffff;
	height: 23px;
	padding: 8px 10px 3px 18px;
	display: block;
}

body#section #sidebar li.first a { /* for the first link in the sidebar nav so we can have a rounded corner */
	background: url(/portal/images/background-sidebar-nav-top.gif) no-repeat top left;
	padding: 8px 10px 8px 18px;
        font-size: 100%;
	display: block;
}
body#section #sidebar li.first a:hover { /* for the first link in the sidebar nav so we can have a rounded corner */
	background: url(/portal/images/background-sidebar-nav-top-on.gif) no-repeat top left;
}

 #sidebar li.first#on{ /* for the first link in the sidebar nav so we can have a rounded corner */
	color: #FFFFFF;
	background: url(/portal/images/background-sidebar-nav-top-on.gif) no-repeat top left;
	height: 23px;
/*	padding: 8px 10px 8px 18px;*/
/*	padding: 5px 5px 3px 3px;*/
        padding: 5px 0px 5px 0px;
	display: block;
}

#sidebar li ul { /* nested ul will make a dynamic horizontal dropdown menu. http://www.alistapart.com/articles/horizdropdowns/ */
	/* font-size: 14px; */
	background: none;
	width: 230px;
	padding-left: 1px;
	position: absolute;
	top: 0;
	left: 210px;
	display: none;
	z-index: 999;
}

#sidebar li ul li a {
	background: url(/portal/images/background-sidebar-sub-nav.gif) no-repeat top left;
	background-color: #815995;
/*	color: #FFEFBF;*/
	color: #dddddd;
        font-size: 100%;
}

#sidebar li ul li a:hover {
	background-color: #974b8b;
}

#sidebar li:hover ul, ul#sidebarNav li.over ul { /* nested ul will make an popout menu */
	/*Removing font*//* font-size: 11px;*/
	display: block;
}

#sidebar li ol {
	padding-left: 10px;
}

#sidebar li ol li { /* nested ol will make an open menu */
	/*Removing font*//* font-size: 11px;*/
	border-bottom: none;
	position: relative;
}

#sidebar li ol li#subon { /* nested ol will make an open menu */
	padding: 8px 10px 8px 18px;
	color: #ffffff;
	display: block;
}

#sidebar li ol li a {
/*	color: #DAC991;*/
	color: #dddddd;
	background: none;
        font-size: 100%;
}

#sidebar li ol li a:hover {
	color: #ffffff;
	background: none;
        font-size: 100%;
}

#sidebar p{
        margin-left: 2em;
        /*text-align: start;*/
        text-indent: -2em;
        font-weight: normal;
        font-size: 90%;
        color: #cccccc;
}

#sidebar a{
        /*text-align: start;*/
        font-weight: normal;
        font-size: 90%;
        color: #cccccc;
        text-decoration: none;
}

#sidebar a:hover {
        color: #ffffff;
        text-decoration: underline;
 }
#sidebar .Title {
  margin-left: 3em;
  font-size: 90%;
  text-decoration: none;
 }

#sidebar hr {
  margin-left: 1em;
  width: 80%;
 }

/* 3: PAGE STRUCTURE
============================================================================ */

/* a) Containers */

#container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

/* a2) Wide Containers */

#containerW {
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}

/* b) Header */

/* c) Content */

#pageTitle {
	clear:both;
}
#pageTitle h2 { /* hides the H2 and replaces it with the pagetitle image */
	display: block;
	position: absolute;
/*	width: 410px;*/
	width: 700px;
	height: 66px;
	border: none;
	margin-left: 25px;
	text-decoration: none;
	text-indent: -9999px; /* moves the text waaaaaaay off screen */
}
#content {
	margin: 0;
	padding: 0 0 0 17px; /* using padding if you need to create space/margins for the inner divs */
	background: url(/portal/images/background-content-left.png) repeat-y top left;
	position: relative;
	z-index: 1;
}
#sidebar {
	float: left; /* put the nav in its spot */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in IE will include the padding and border in addition to the width */
	padding: 0;
	position: relative; /* changed from absolute to relative to fix IE issue - Dec 11, 2014 jdm */
	z-index: 99; /* this makes sure the dropdown nav items appear in front of all the other content */
}
#sidebar img { /* this makes the images in the side bar appear with the correct left margin. specific styles may be needed for other images */
	padding-left: 9px;
}

#mainContent {
	margin: 0 0 0 211px; /* left margin on this div element creates makes sure the column down the left side of the page stays */
	padding-top: 13px; /* padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}

#holdContent { /* need this extra div to push the content down to accomodate the round corner */
	padding: 0 15px 15px 9px; /* padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background: url(/portal/images/background-main-content.png) repeat-y top right;
}
#content #roundedCorner { /* because of the dropshadow on top of the rounded content box we need to do some fancy placement */
	background: url(/portal/images/main-content-top.png) no-repeat top right;
	height: 23px;
	width: 756px;
	position: absolute;
	top: -10px;
	right: 0px;
}

/* c2) Content for wider pages */

#contentW {
	margin: 0;
	padding: 0 0 0 17px; /* using padding if you need to create space/margins for the inner divs */
	/*background: url(/portal/images/background-content-left.png) repeat-y top left;*/
	position: relative;
	z-index: 1;
}
#mainContentW {
	margin: 0 0 0 0; /* left margin on this div element creates makes sure the column down the left side of the page stays */
	padding-top: 13px; /* padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}

#holdContentW { /* need this extra div to push the content down to accomodate the round corner */
	padding: 0 15px 15px 9px; /* padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
	background: url(/portal/images/background-main-content-wide.png) repeat-y top right;
	padding-right: 32px;
}
#contentW #roundedCornerW { /* because of the dropshadow on top of the rounded content box we need to do some fancy placement */
	background: url(/portal/images/main-content-top-wide.png) no-repeat top right;
	height: 23px;
	width: 1100px;
	position: absolute;
	top: -10px;
	right: 0px;
}

/* d) Footer */

#HEASARCfooter {
  background-color:#2E2E2E;
  border-top:none;
  border-bottom:2px solid #330066;
  height:25px;
  width:952px;
  margin: 0 auto;
}

#HEASARCfooter p, a {
  color:#B2B2B2;
  font-size:11px;
  text-decoration:none;
  font-family:Arial,Helvetica,sans-serif;
  margin:0;
}

/* 4: SECTION SPECIFIC STYLES
/* Might want to move these into separate stylesheets that are called by the specific template
============================================================================ */

/* a) Home page */
/* we want to use this to target the index page */
/*
/* b) Section pages */

body#section { /* we want to use this to target the section pages */
/*    background-color: #002854;*/
    background-color: #000000;
/*    background-image: url('/portal/images/background-section-bodyStretchLine10.jpg');
    background-image: url('/portal/images/background-section-bodyStretchLine10.jpg');*/
    background-repeat: repeat-x;
}

#sectionBackground {
/*	background-image: url('../images/background-section-body10.jpg');*/
	background-image: url('/portal/images/kepler_xray5_1500.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height: 1145px;
	/* 	margin: 0px;
	padding: 0px;
	top: 0%; */
	margin-top: -8px;
}

body#section #cassini {
/*	background: url(../images/background-section-cassini.png) no-repeat top right;*/
	background: url(/portal/images/background-section-imagine.png) no-repeat top right;
	position: absolute;
/*	top: 50px;
	right: 0px;*/
	top: 12px;
	right: 20px;
	height: 200px;
	/*height: 159px;*/ /* make sure it's not so tall it overlaps the searchbox - that would break the searchbox */
	/*width: 292px;*/
	width: 264px;
	z-index: 50;
}

body#section p {
	padding: 5px 0 5px 0; /* reset padding for p element in the section element */
}


body#section #pageTitle {
	height: 99px;
}
body#section #pageTitle h2 {
	height: 99px; /* matches the div height so its easy to put out image on the bottom */
/*	background: transparent url(../images/pagetitle-cassini-equinox.png) no-repeat bottom;*/
	background: transparent url(/portal/images/ImagineTheUniverseTitle.png) no-repeat bottom;
	padding-left: 15px;
        top: 85px;
	z-index: 51;
}

#introRow * {margin:0; padding:0;  }
body#section #introRow {
/*	background: #2372b2;*/
	background: #330066;
	position: relative;
}

body#section #contentRow {
	/*background: #F3F3F3;*/
	background: #FFFFFF;
	padding: 10px;
	position: relative;
	color: #000000;
	min-height: 500px;
}

body#section #contentRow a {
	color: #1C6EB7;
        font-size: 100%;
}

body#section #contentRow p {
	padding: 0.5em 0 0.5em 0;
}

body#section #contentRow .Title {
	color: #C65B00;
	font-size: 17px;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
}

body#section #contentRow .SubTitle {
   font-size: 14px;
   color: #000000;
	font-weight: bold;
}

body#section #contentRow .TableTitle {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	padding: 15px;
}

/*
body#section #contentRow ul {
	padding-left: 25px;
}

body#section #contentRow ul li {
	list-style: disc inside;
}

body#section #contentRow ul li ul li{
	list-style: circle inside;
}
*/

body#section #holdContent {
	padding-right: 32px;
}

body#section h2.sectionTitle { /* use a class so we can make this code generic to all sectiontitles */
	display: block;
	width: 410px;
	height: 59px;
	border: none;
	text-decoration: none;
	text-indent: -9999px; /* moves the text waaaaaaay off screen */
}
body#section .news { /* give the section title the appropriate image */
	background: transparent url(/portal/images/sectiontitle-news.png) no-repeat top left;
}

body#section .mission { /* give the section title the appropriate image */
	background: transparent url(/portal/images/sectiontitle-news.png) no-repeat top left;
}

body#section #search form { /**/
	position: absolute;
	top: 23px;
	right: 25px;
	z-index: 999;
}

body#section #releasedate {
	font-weight: bold;
	padding: 0px;
}

body#section #contentsource {
	font-weight: bold;
	font-style: italic;
	padding: 0px;
}

body#section #articlefeatures {
	position: relative;
	height: 20px;
	white-space: nowrap;
}

body#section #articlefeatures a {
	cursor: hand;
}

body#section #articlefeatures #articlefunctions{
	float: left;
	width: 400px;
}

body#section #articlefeatures #articlefunctions a {
	text-decoration: none;
	cursor: hand;
}

body#section #articlefeatures #textfeatures{
	float: right;
	/*Removing font*//* font-size: 11px;*/
	display: inline;
}

/** SECTION BOTTOMRAIL  **/
#railAlign {
	margin: 0px;
	padding: 0px;
	color: #000000;
	position: relative;
}
 #railAlign ul {
	padding: 0px;
}

 #railAlign li {
	list-style: none; /* removes the bullets from all unordered list */
	display: inline;
}

/*globalnav*/
/* Example
<ul id="globalnav">
  <li><a href="#">Home</a></li>
  <li><a href="#" class="here">About</a>
    <ul>
      <li><a href="#">Vision</a></li>
      <li><a href="#">Team</a></li>
      <li><a href="#">Culture</a></li>
      <li><a href="#">Careers</a></li>
      <li><a href="#" class="here">History</a></li>
      <li><a href="#">Sponsorship</a></li>
    </ul>
  </li>
  <li><a href="#">News</a></li>
  <li><a href="#">Proof</a></li>
  <li><a href="#">Process</a></li>
  <li><a href="#">Expertise</a></li>
  <li><a href="#">Help</a></li>
</ul>
ENd example */
#globalnav {
	position:relative;
	float:right;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:right;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;
}


/* 5: LISTS
============================================================================ */


/* 6: FORMS & TABLES
============================================================================ */

#search input { /* gives the search box a nice rounded corner look */
	border: none; /* hides the search box borders */
	padding: 3px 10px;
	width: 133px; /* makes sure the box isn't wider than our background image */
	height: 22px;
	background: transparent url(/portal/images/formelement-searchbox.png) no-repeat top left;
}

/* 7: GLOBALS
============================================================================ */
#nasalogo {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 70px;
	height:70px;
	z-index: 50;
}

/* Breadcrumb */
#breadcrumb {
	float: left;
	width: 500px;
	padding: 10px 0 0 10px;
	position: relative;
}

#breadcrumb h3 {
	font-style:italic;
	padding-bottom: 5px;
	font-size: 19px;
}

#breadcrumb p {
/*	border-top: 1px solid #498BBE;*/
	border-top: 1px solid #6633cc;
/*	border-top: 1px solid #660066;*/
	padding-top: 4px;
	width: 500px;
/*	color: #AADAEC;*/
/*	color: #cc99ff;*/
	color: #cccccc;
}

#breadcrumb p a {
	text-decoration: none;
/*	color: #AADAEC;*/
/*	color: #cc99ff;*/
	color: #cccccc;
        font-size: 100%;
}

div#clearfloat {
	clear:both;
}

br.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that contains a float */
	display: none;
}

@media print {
body#section .noprint {display:none; }
}



/* 8: ADDITIONS
============================================================================ */
/* styles for the front page */
.indexBox {
	/*float: left;*/
	/*width: 550px;*/
	width: 650px;
	/*height: 205px;*/
	height: 270px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #330066;
	}

.indexBoxHead {
	background: url(/portal/images/index_background.jpg) no-repeat bottom left;
	/*width: 530px;*/
	width: 630px;
	height: 20px;
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #330066;
	font-family: Helvetica;
	font-size: 14pt;
	color: #000000;
	}

.indexBoxHead a, .indexBoxHead a:visited {
	font-family: Helvetica;
	font-size: 14pt;
	color: #000000;
	}

.indexBoxText {
	float: left;
	/*width: 325px;*/
	padding: 20px 10px 10px 10px;
	font-family: Helvetica;
	font-size: 11pt;
	color: #000000;
	}

.indexBoxText img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

.indexBoxImg {
	float: right;
	width: 175px;
	margin: 0px;
	padding: 20px 10px 10px 10px;
	}

img.indexBoxImg {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}


.indexBoxLinks {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 10px 10px 10px 40px;
	color: #000000;
	font-family: Helvetica;
	font-size: 12pt;
        line-height: 115%
	}



.indexBoxLinks a, .indexBoxLinks a:visited {
	margin: 0px;
	padding-right: 20px;
	color: #1772af;
	font-family: Helvetica;
	font-size: 12pt;
	background: url(/portal/images/blue_arrow.png) right no-repeat;
        line-height: 115%
	}


/* Styles from last Imagine site */
#sidebar table {
	font-size: 100%;
/*	background-color: #000099;*/
	padding: 10px;
	padding-right: 10px;
}

#sidebar td {
	font-size: 100%;
/*	background-color: #000099;*/
	padding: 0px;
	padding-right: 10px;
}

#sidebar td p {
/*	color: #ffffff; */
	text-align: left;
}

#sidebar td p.Title {
/*	color: orange;  */
	font-weight: bold;
	font-size: 103%;
}

#sidebar td p.Title3 {
	color: orange;
	font-weight: bold;
	font-size: 100%;
}

#sidebar td p.Title1 {
	font-size: 105%;
/*	color: #ffffff; */
/*	font-weight: normal; */
	text-decoration: none;
	text-align: center;
	border: 3pt double white;
	border-style: double;
	border-top-width: 3;
	margin: 10;
	border-bottom-width: 3;
	border-left-width: 0;
	border-right-width: 0;
	border-color: #ffffff;
}

#sidebar td p.Title2 {
	font-size: 105%;
	color: #ffff00;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#sidebar p.Title1 {
	font-size: 105%;
/*	color: #ffffff; */
/*	font-weight: normal; */
	text-decoration: none;
	text-align: center;
	border: 3pt double white;
	border-style: double;
	border-top-width: 3;
	margin: 10;
	border-bottom-width: 3;
	border-left-width: 0;
	border-right-width: 0;
	border-color: #ffffff;
        position: relative;
        left: -15px;
}

/*
#sidebar a {text-decoration: underline;
                color: #ffffff;
	text-align: left}

#sidebar a:link {text-decoration: underline;
                color: #ffff00;
	text-align: left}

#sidebar a:visited {text-decoration: underline;
                color: #ffff00;
	text-align: left}
*/

.sidebarLink2 {
/*        color: #FFFF00; */
/*	text-decoration: underline; */
/*	text-align: left;*/
/*	margin: 0 5px 0 0px;*/
	position: relative;
	left: 5px;
/*	font-size: 90%; */
/*	line-height: 120%;*/
}

.sidebarLink3 {
/*      color: #FFFF00; */
/*	text-decoration: none; */
/*	text-align: left;*/
/*	margin: 0 5px 0 0px;*/
	position: relative;
	left: 15px;
/*	right: 25px;*/
/*	font-size: 90%;*/
/*	line-height: 110%; */
}

.sidebarNav {
/*  color: #ffffff;*/
  text-align: center;
  font-size: 90%;
}


a.glossaryDef { font-family: arial, helvetica, verdana, sans-serif;
                background-color: #E3EFFA;
                text-decoration: none;
 }

a.glossaryDef:link { font-family: arial, helvetica, verdana, sans-serif;
                background-color: #E3EFFA;
                text-decoration: none;
 }

a.glossaryDef:visited { font-family: arial, helvetica, verdana, sans-serif;
                background-color: #E3EFFA;
                text-decoration: none;
 }

.overlibLayer { position:absolute; visibility:hidden; z-index:1000; align:center}

.imagineCaption  {font-size: 90%; color: #000000; text-align: center}
.imagineCaption i {font-size: 90%; color: #000000; text-align: center}
.imagineCaption b {font-size: 90%; color: #000000; text-align: center}

/*h1 { font-size: 140%;
  letter-spacing: .2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  background-color: #FAD100;
  padding-left: 20pt;
  padding-right: 20pt;
  border-style: ridge;
  border-color: #000099;
  border-width: 2pt}
*/

.news {font-size: 11px; font-family: Arial, sans-serif}
.newsHeader {font-size: 200%; text-align: center; font-weight: bold; letter-spacing: .2em;}
.newsSubhead {font-size: 125%; text-align: center; font-weight: bold;}
.newsDateline {font-size: normal}

/* News Added by J.D. Myers - May 2015 */
.news-item {
	margin: 10px 0 20px 0;
}
.news-item .news-item-thumb {
	float: left;
	text-align: left;
	width: 100px;
}
.news-item .news-item-title {
	font-weight: bold;
	margin-left: 120px;
}
.news-item .news-item-date {
	font-weight: bold;
	margin-left: 120px;
}
.news-item .news-item-summary {
	border-bottom: 1px solid #ccc;
	margin-left: 120px;
	padding: 0 0 10px 0;
}
.news-date {
	text-align: right;
}
.news-img { /* Large Centered Image */
	margin: 0 auto;
	text-align: center;
	width: 560px;
}
.news-img-left { /* Small Left Floated Image */
	float: left;
	text-align: center;
	margin: 5px 10px 5px 0;
	width: 280px;
}
.news-img-right { /* Small Right Floated Image */
	float: right;
	text-align: center;
	margin: 5px 0 5px 10px;
	width: 280px;
}
.news-img .news-img-caption,
.news-img-left .news-img-caption,
.news-img-right .news-img-caption {
	background: #ccc;
	font-size: 12px;
	padding: 6px;
}

/* Video Added by J.D. Myers - May 2015 */
.video {
	margin: 0 auto;
	text-align: center;
	width: 560px;
}
.video .video-caption {
	background: #ccc;
	font-size: 12px;
	padding: 6px;
}

/* Other additions */

/* This is for the Ask Astro accordion widget.*/
.accordion * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

.accordion h3.followup{
  padding-left:80px;
  padding-right:80px;
  header: ui-icon-triangle-1-e;
  activeHeader:ui-icon-triangle-1-s
}

.accordion .ui-accordion-content {
width: 100%;
color: #222;
font-size: 10pt;
line-height: 16pt;
}

.accordion .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
}

.accordion .ui-accordion-content a {
    color: #222;
}

.accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
    font-size: 10pt;
}

.accordion .ui-accordion-header a {
    color: #fff;
/*    line-height: 42px;  */
    display: block;
    font-size: 10pt;
    width: 100%;
/*    text-indent: 10px;  */
}

/* Images */

.figureRight {
  float: right;
  margin: 5px;
  padding: 5px;
  border: indigo 1px solid;
 }

.figureLeft {
  float: left;
  margin: 5px;
  padding: 5px;
  border: indigo 1px solid;
 }

.figure {
	margin: auto;
	padding: 5px;
	border: indigo 1px solid;
	text-align: center;
 }

.figureRightNoBorder {
  float: right;
  margin: 5px;
  padding: 5px;
 }

.figureLeftNoBorder {
  float: left;
  margin: 5px;
  padding: 5px;
 }

.figureNoBorder {
	margin: auto;
	padding: 5px;
	text-align: center;
 }

.figureCaption {
	font-size: 12px;
	margin: 5px 0;
}


/* Cropping Images */
/* Use "style" tag to put in actual width, height, margins needed. */
.crop {
    width: 125px;
    height: 125px;
    overflow: hidden;
}

.crop img {
    margin: -75px 0 0 -100px;
    }

/******
lesson plan webpage styles
******/

/* materials list - padding the items to make it more readable */

.materials li {
	margin-bottom: 10px;
	}

.instructions li {
	margin-bottom: 10px;
	}

/* styles to leave space at the bottom of questions */
/* for students to write in answers */

.worksheet li {
	margin-bottom: 30px;
	}

li.question_short {
	padding-bottom: 50px;
	}

li.question_medium {
	margin-bottom: 150px;
	}

li.question_long {
	margin-bottom: 300px;
	}

/* J.D. Added Wile Moving Cosmic Dist Scale */

.center {
	text-align: center;
}

.clear {
	clear: both;
}

hr {
	clear: both;
	margin: 1em auto;
	height: 1px;
	border: 0;
	background-color: #d0d0d0;
	text-align: center;
}

.red {
	color: #f00;
}

.footnote {
	font-style: italic;
	font-size: 0.75em;
}

.cds-img-fl-left {
	float: left;
	padding: 0 10px 10px 0;
	margin: 0 auto;
	text-align: center;
}

.cds-img-fl-right {
	float: right;
	padding: 0 0 10px 10px;
	margin: 0 auto;
	text-align: center;
}

.credit {
	font-style: italic;
	font-size: 0.75em;
}

table.styled-table {
	margin: 1em auto;
	border-spacing: 0;
}

table.styled-table tr,
table.styled-table th,
table.styled-table td {
	padding: 0.5em;
	vertical-align: top;
}

table.styled-table {
	border-right: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}

table.styled-table th {
	font-weight: bold;
	background: #d0d0d0;
}

table.styled-table th,
table.styled-table td {
	border-left: 1px solid #2a2a2a;
	border-top: 1px solid #2a2a2a;
}
