@charset "UTF-8";


body {
  font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #00000;
background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
  font-size: 80%;
  font-weight: normal;
  background-color: #0f0f0f;
  min-width: 100px;
  
  }
  
  .bkgd_gradient {
  background-color: #000000;
  }
  

/* global link styles */
a {
	color: #0a296a;
	text-decoration: underline;
}
a:visited {
	color: #0a296a;
	text-decoration: underline;
}
a:hover {
	color: #fe4141;
	text-decoration: underline;
}

/* global text styles */

h1 {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-align: left;
}

h2 {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #2b2692;
	text-align: left;
}


h3 {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #004d40;
	text-align: left;
}

.orangetext {
	color: #ff5d5e;
}

.blacktext {
	color: #000;
}

.redtext {
color: #CC0033;
}

.centertext {
    text-align: center;
}


.superscript {
	font-size: x-small;
	vertical-align: super; 
	}
	
.smalltext {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.bigtext {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.littlebigtext {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.indent {
	padding: 0 0 0 15px;
	
}

.indentmore {
	padding: 0 0 0 25px;
	
}

/* commented out .underline {
border-bottom: 1px #003399 solid;
} */

/* mainmenu text is yellow for page user is on */
.currentpage {
	color: #ffea60;
	
}

.highlight {
background-color: #ffffcc;
border: 1px #336699 solid;
padding: 5px;
text-align: center;
}


ul {
	padding: inherit;
	font-size: 100%;
}

ul.pad li {
    list-style: none;
    margin-left: 30px;
}

/* global float styles */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.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 should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

/* section styles */

#container {
	width: 870px;  /* matches width of header graphic */
	background: #ffffff;
	color: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 3px solid;
	border-color: #ffea60;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background-image: url('../images/andromeda_crop4.jpg');
	background-color: #000;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;  
 	height: 116px;
	width: 870px;
	border-bottom: 2px solid;
	border-color: #ffea60;/* homepage header */
	
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 200px 0 50px; 
	color: #fff;
	
	}
	
#header h2 {
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #00685d;
	text-align: left;
	padding: 10px 250px 0 140px;/* compliments header h1 padding & margin */
	margin: 0;
}

#header img {
	margin: 0;
	padding: 0 265px 0 125px;/* compliments header h1 padding & margin */
}

#headersecondary {
	background-image: url('../images/andromeda_crop4.jpg');
	background-color: #000;
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;  
 	height: 90px;
	width: 870px;
	border-bottom: 2px solid;
	border-color: #ffea60;/* secondary page header has less height */
}

#headersecondary h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 200px 0 50px; /* secondary page header has different padding */
	color: #fff;
	}

#headersecondary span {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 25px 200px 0 50px; /* secondary page header has different padding */
	color: #fff;
	}

#mainmenu { 
	margin: 0;
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #00518b;
	color: #FFFFFF;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px; 
	text-align: center;
	border-bottom: 2px solid;
	border-color: #ffea60;
} 

#mainmenu a {
	color: #ffffff;
	text-decoration: none;
}

#mainmenu a:visited {
	color: #ffffff;
	text-decoration: none;
}

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

	
#maincontent {

	margin: 0 285px 0 155px;
	padding: inherit; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
}

.homepagetext {
	margin: 0 px;
	padding: 5px 20px 5px 20px;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	/*adds padding to text on homepage */
	
}

#maincontentsecondary {

	margin: 0 285px 0 155px; /*main content column on secondary pages */
	padding: 5px 25px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
}

#maincontentobserving {

	margin: 0 200px 0 155px; /*main content column on KECK observing pages */
	padding: 5px 25px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
}

#maincontentlickobserving {

	margin: 0 250px 0 155px; /*main content column on LICK observing pages */
	padding: 5px 25px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
}

/* column size equal to right content */
#mainequal {
	margin: 0 365px 0 155px; /*main content column on secondary pages */
	padding: 0 10px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	width: auto;
}

.mainequalimghoriz {
		border: 0;
	padding: 5px 220px 5px 0;/*tweaks position of horizontal images in left equal column */
	
}

/* column size equal to main content */
#rightequal {
	float: right;
	width: 327px; /* equal to main content width */
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 10px 20px 25px;
	background-color: #e6e6ee;
	
}

#rightequal img {
	border: 0;
	padding: 0 30px 10px 0;
	
}

.rightequalimgvertical {
		border: 0;
	padding: 20px 20px 10px 20px;/*tweaks position of vertical images in right equal column */
	
}

#maincontentsingle {

	margin: 0 5px 0 155px; /*main content with a single column */
	padding: 5px 25px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
}

#maincontentsingle table {
	margin: 0;
	padding: 0;

}


#maincontentnoleftmenu {
		margin: 0 5px 0 0; /*main content with a single column */
	padding: 5px 25px 5px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: none;
	border-color: #ffea60;
	min-height: 300px;
	width: auto;
	
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#leftmenu {
	float: left;
	width: 140px; /* top and bottom padding create visual space within this div */
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 5px 0 15px 15px;
	background-color: #e6e6ee;
	background-repeat: repeat-x;
	min-height: 425px;
}

#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#leftmenu li {
	padding: 12px 0 0 0;
	
}
	

#rightcontent {
	float: right;
	width: 260px; /* top and bottom padding create visual space within this div */
	font-size: 12px;
	margin: 0;
	padding: 0 10px 10px 15px;
	background-color: #e6e6ee;
	
}

#rightcontentsecondary {
	float: right;
	width: 275px; /* wider than homepage to accommodate images */
	font-size: 12px;
	margin: 0;
	padding: 0 10px 10px 10px;
	background-color: #e6e6ee;
	
}

#rightcontentnarrowpic {
	float: right;
	width: 275px; 
	font-size: 12px;
	margin: 0;
	padding: 0 10px 10px 60px;/*to accommodate 275px wide images */
	background-color: #e6e6ee;
	
}

#rightcontentobserving {
	float: right;
	width: 130px; /* narrow to accommodate KECK observing image & links */
	font-size: 12px;
	margin: 0;
	padding: 20px 20px 10px 40px;
	background-color: #e6e6ee;
	
}


#rightcontentlickobserving {
	float: right;
	width: 180px; /* wider than Keck to accommodate longer LICK observing links */
	font-size: 12px;
	margin: 0;
	padding: 0 20px 10px 40px;
	background-color: #e6e6ee;
	
}
/* Save Lick button */
.savelick {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005186), color-stop(1, #005186));
	background: -moz-linear-gradient(top, #005186 5%, #005186 100%);
	background: -webkit-linear-gradient(top, #005186 5%, #005186 100%);
	background: -o-linear-gradient(top, #005186 5%, #005186 100%);
	background: -ms-linear-gradient(top, #005186 5%, #005186 100%);
	background: linear-gradient(to bottom, #005186 5%, #005186 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005186', endColorstr='#005186',GradientType=0);
	background-color: #005186;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #005186;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Verdana;
	font-size: 25px;
	font-weight: bold;
	padding: 6px 29px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #b23e35;
	text-align: center;
}
.savelick:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005186), color-stop(1, #005186));
	background: -moz-linear-gradient(top, #005186 5%, #005186 100%);
	background: -webkit-linear-gradient(top, #005186 5%, #005186 100%);
	background: -o-linear-gradient(top, #005186 5%, #005186 100%);
	background: -ms-linear-gradient(top, #005186 5%, #005186 100%);
	background: linear-gradient(to bottom, #005186 5%, #005186 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#005186', endColorstr='#005186',GradientType=0);
	background-color: #005186;
}
.savelick:active {
	position:relative;
	top:1px;
}

a.savelick {
	color: #ffffff;
}

p.button {
    text-align: center;
}

.joinButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
a.joinButton {
    color: #ffffff;
}
.joinButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	color: #ffffff;
	text-decoration: none;
}
.joinButton:active {
	position:relative;
	top:1px;
}

a:hover.savelick {
	color:#ffffff;
	text-decoration: none;
}

#footer {
	padding: 10px 10px 10px 20px; 
	background: #00518b;
	color: #FFFFFF;
	font-family: Trebuchet, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/

