/* first galaxies main css file */

body {
    background: #666 url(../images/bg2.png) repeat-x;
}

a {
    color: #bf1b39;
    text-decoration: none;
}

a:hover {
    color: #bf1b39;
    text-decoration: underline;
}

a img {
    border: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.red {
    color: #bf1b39;
}

.green {
    color: #89a61e;
}

.yellow {
    color: #f2cb05;
}

.orange {
    color: #f28705;
}

hr {
    background: #333;
    color: #333;
}

p.right {
    text-align: right;
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.logo {
    float: right;
    margin-right: 10px;
}

.top-nav {
    /* padding-left: 25px; */
    float: left;
    width: 128px;
    padding: 0 10px;
    height: 76px;
}

.top-nav.first {
    padding-left: 15px;
}
.top-nav p {
    line-height: 1em;
    margin-bottom: 0;
}

.top-nav p.top {
    padding-top: 15px;
    line-height: 1.3em;
    font-size: 1.4em;
    text-shadow: 0px 1px 1px #999;
}

.top-nav p.small {
    font-size: 1em;
}

#explore_nav {
    height: 260px;
    background: #000 url(../images/hudf.jpg) no-repeat;
    padding-top: 68px;
    padding-left: 70px;
}

#explore_nav h2 {
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
    background-color: transparent;
    text-shadow: 0px 1px 1px #000;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 200px;
	height: 126px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks li a {
    text-decoration: none;
    cursor: pointer;
}

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

#kwick_1 { 
	background:  url(../images/early_universe.gif) no-repeat left bottom;
}

#kwick_2 {
	background: url(../images/first_galaxies.gif) no-repeat left bottom;
}

#kwick_3 {
	background: url(../images/latest_results.gif) no-repeat left bottom;
}

#kwick_4 { 
    background: url(../images/next_step.gif) no-repeat left bottom;
 
}

.kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 20px 10px;
	padding: 0;
}

.kwicks2 li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 172px;
	height: 63px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}

.kwicks2 li a {
    text-decoration: none;
    cursor: pointer;
}

.kwicks2.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}

.kwicks2.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}


#kwick2_1 { 
	background:  url(../images/early_universe2.gif) no-repeat left bottom;
}

#kwick2_2 {
	background: url(../images/first_galaxies2.gif) no-repeat left bottom;
}

#kwick2_3 {
	background: url(../images/latest_results2.gif) no-repeat left bottom;
}

#kwick2_4 { 
    background: url(../images/next_step2.gif) no-repeat left bottom;
 
}

.kwicks.horizontal #kwick_4 {
	margin-right: 0; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4 {
	margin-bottom: 0; /* cancel margin on last kiwck (if you set a margin above) */
}

.navbox {
    width: 400px;
    padding: 0 20px;
}

.navbox h2 {
    line-height: 1.2em;
    color: #fff;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    text-transform: lowercase;
    background-color: inherit;
    text-shadow: 0px 1px 1px #000;
}

a div.navbox h2 {
    text-decoration: none;
}

.navbox2 {
    height: 126px;
/*     margin-top: 20px; */
    padding-left: 10px;
}

.navbox2 h2 {
    margin-top: 20px;
    line-height: 1.2em;
    color: #fff;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    text-transform: lowercase;
    background-color: inherit;
    text-shadow: 0px 1px 1px #666;
}

a div.navbox2 h2 {
    text-decoration: none;
}

/* Use rounded corners if Safari/Firefox */
.rounded {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

.rounded-left {
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-bottomleft: 1em;   
}

.rounded-right {
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;
}

.rounded-top {
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -webkit-border-top-right-radius: 1em;
    -moz-border-radius-topright: 1em;
}

.rounded-bottom {
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-bottomright: 1em;
}

#sb-buttons {
    text-align: center;
    margin-bottom: 15px;
}

#sb-buttons a {
    margin: 5px;
}

/* Lifted from http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

#content {
    background: #fff url(../images/hudf_sb.jpg) repeat-y left;
}

#banner {
    height: 3em;
    line-height: 3em;
    padding-left: 160px;
    margin: 0;
    background: #1d1e21;
}

#banner h2 {
    color: #fff;
    /* background-color: transparent; */
    text-shadow: 0px 1px 1px #000;
    text-transform: lowercase;
    padding-right: 40px;
    text-align: right;
    margin: 0;
}

#banner.red {
    background: #bf1b39;
}

#banner.green {
    background: #89a61e;
}

#banner.yellow {
    background: #f2cb05;
}

#banner.orange {
    background: #f28705;
}

#sidebar {
    color:#fff;
}

#sidebar p.aabutton {
    margin-left: 23px;
}

.aabutton {
	display:block;
	width:160px;
	height:30px;
	text-indent:-9999px;
}
.aabutton a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(../images/aa_button.png) no-repeat top left;
	outline:none;
}
.aabutton a:hover {
	background-position:0 -30px;
}

#clusterfield {
    border: 1px solid #222;
    background-color: #333;
    padding: 10px;
    margin-bottom: 1em;
}

#main-content {
    background-color: #fff;
    text-align: left;
}

#main {
    padding: 10px 20px;
    line-height: 1.35em;
}

#main h3,h4,h5,h6 {
    color: #1d1e21;
    margin-bottom: 1em;
}

.fbox {
    float: left;
    padding: 0 10px 10px 0;
}

.fbox a img {
    padding: 1px;
    border: 1px solid #ccc;
}

.fbox a:hover img {
    padding: 1px;
    border: 1px solid #bf1b39;
}

.fboxr {
    float: right;
    padding: 0 0 10px 10px;
}
.fboxr a img {
    padding: 1px;
    border: 1px solid #ccc;
}

.fboxr a:hover img {
    padding: 1px;
    border: 1px solid #bf1b39;
}

.cimg {
    float: left;
    padding: 0 10px 10px 0;
}

.cimg a img {
    padding: 1px;
    border: 1px solid #ccc;
}

.cimg a:hover img {
    padding: 1px;
    border: 1px solid #bf1b39;
}

.cimgr {
    float: right;
    padding: 0 0 10px 10px;
}

.cimgr a img {
    padding: 1px;
    border: 1px solid #ccc;
}

.cimgr a:hover img {
    padding: 1px;
    border: 1px solid #bf1b39;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

#nancontainer {
    margin: 0 0 10px 0;
    background-color: #999;
    width: 100%;
}

#navcontainer ul {
    padding: .2em 0;
    margin: 0;
    list-style-type: none;
    background-color: #999;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#navcontainer ul li { 
    display: inline;
    line-height: 32px;
}

#navcontainer ul li a {
    text-decoration: none;
    color: #fff;
    padding: .2em 1em;
    border-right: 1px solid #ccc;
}

#navcontainer ul li a.last {
    border-right: none;
}

#navcontainer ul li a:hover {
    color: #bf1b39;
}

#presentations ul li {
    list-style-image: url(../images/icons/arrow.gif);
    margin: 5px 0;
}

#newslist {
	padding:10px;
	margin: 20px 0;
}

#newslist.summary {
    background-color: #1d1e21;
    margin: 0 5px 20px 12px;
}

#newslist.latest {
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
}

#newslist li {
	margin: 0;
	list-style-type: none;
}

#newslist li.latest {
    font-size:1.7em;
    margin-bottom: 5px;
}

#newslist li.newsDate {
	color:#666;
	text-transform: lowercase;
	line-height:2em;
}

#newslist li.newsDateTitle span {
	color:#666;
	line-height:2em;
}

#newslist li.newsDateTitle a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icons/page_article.gif) no-repeat left center;
}

#newslist li.newsTitle {
	margin-bottom: 1em;
}


#newslist li.newsTitle a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#newslist li.newsDateTitle a:hover {
	border-bottom:1px dotted #bf1b39;
}

#newslist li.newsSite {
    line-height: 2em;
	font-weight: bold;
}
		
#newslist li.newsSummary {
	margin-bottom:20px;
}

#newslist li.newsSummary span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}

#newslist li.newsSummary a.readMoreLink {
    font-size: 1.1em;
	text-decoration:none;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

#newslist li.newsSummary a.readMoreLink:hover {
	border-bottom:1px dotted #bf1b39;
}


#publist {
	padding:10px;
	margin: 20px 0;
}

#publist li {
	margin: 0;
	list-style-type: none;
}

#publist li.latest {
    font-size:1.7em;
    margin-bottom: 5px;
}

#publist li.pubDate {
	color:#666;
	text-transform: lowercase;
	line-height:2em;
}

#publist li.pubTitle span {
	color:#666;
	line-height:2em;
}

#publist li.pubTitle a {
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	background:url(../images/icons/page_article.gif) no-repeat left center;
}


#publist li.pubTitle a:hover {
	border-bottom:1px dotted #bf1b39;
}

#publist li.pubAuthors {
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 5px;
}
		
#publist li.pubAbstract {
	margin-bottom:20px;
}

#publist li.pubAbstract span {
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
}

#publist li.pubAbstract a.readMoreLink {
	text-decoration:none;
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

#publist li.pubAbstract a.readMoreLink:hover {
	border-bottom:1px dotted #bf1b39;
}

a.readMoreLink {
	padding-right: 16px;
	background:url(../images/icons/arrow.gif) no-repeat right center;
}

a.readMoreLink:hover {
	border-bottom:1px dotted #bf1b39;
}

#quote {
    height: 3em;
    line-height: 3em;
    padding-right: 20px;
    margin: 0;
    background: #eee;
}

#quotes {
    float: right;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    list-style-type: none;
    color: #333;
}

#bottom_box {
    padding-top: 1em;
    color: #fff;
    background: #1d1e21;
}

#bottom_box h1 {
    font-size: 2.5em;
    color: #fff;
    margin: 0 0 20px 0;
    background-color: inherit;
    text-shadow: 0px 1px 1px #ccc;
}

#bottom_box h2 {
    color: #fff;
    margin: 0 0 5px 0;
    background-color: inherit;
    text-shadow: 0px 1px 1px #ccc;
}

#bottom_box h6 {
    color: #fff;
    font-style: italic;
    margin: 0 0 15px 0;
    font-weight: normal;
}

#bb_content p {
    line-height: 1.5em;
    font-size: 1.2em;
}

#footer {
    background: #1d1e21;
    padding: 10px;
    color: #666;
}

#footer p {
    margin: 0;
    text-align: center;
}

#footer p a img{
    margin: auto auto;
}

.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	background: #E9E9E9;
	padding: 4px;
	width: 306px;
	clear: left;
}
	
div.tab .field .middleColumn {
	clear: none !important;
		margin: 0 !important;
	width: auto;
}

.middleColumn .middleColumn {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.middleColumn .message {
	margin: 0;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/*save JWST widget*/
#save_jwst {
    margin-left: 200px;
    width: 512px;
    height: 128px;
    background: url(../images/save_jwst_dark.png);
    background-position: -0px -0px; width: 512px; height: 128px;
    font:13px Arial,Helvetica,sans-serif;
    border: 1px solid #666;
}
#save_jwst ul {
    margin: 0 10px;
    padding: 33px 42px 0 0;
    list-style-type: none;
}
#save_jwst li {
    line-height: 28px;
}
#save_jwst li a {
    padding: 2px 25px;
    background: url(../images/save_jwst_dark.png); 
    background-position: -0px -138px; width: 18px; height: 18px;
    color: #ffc600;
    font-weight: bold;
    text-decoration:none;
}
#save_jwst li a:hover {
    padding: 2px 25px;
    background:url(../images/save_jwst_dark.png);
    background-position: -0px -166px; width: 18px; height: 18px;;
}
