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

/*-------------RESET------------*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

/*blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

/* remember to define focus styles! */
/* :focus {
  outline: 0;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------End RESET-------------------*/

body {
  min-width: inherit;
  margin: 0em;
  padding: 0em;
  background-color: #4d5b82;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

body img {
  border: none;
  overflow: hidden;
  padding: 0px;
}

#center_wrapper,
#folio {
  position: relative;
  width: 61em;
  height: auto;
  margin: 0em auto;
  text-align: left;
  font-size: 100%;
  color: #4d5b82;
}

#folio {
  width: 100%;
  height: auto;
}

#banner {
  position: relative;
  width: 100%;
  height: 5.813em;
}

#banner img#star-field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 61em;
  height: 5.813em;
}

#banner img#title_header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 17.5em;
  height: 5.938em;
  margin-left: 2.12em;
}

#banner h1 {
  text-indent: -9999px;
}

#banner h2 {
  float: right;
  color: #fff;
  font-weight: normal;
  font-size: 0.85em;
  letter-spacing: 0.03em;
  margin-top: 3.1em;
  margin-right: 1.5em;
  line-height: 1.1em;
  text-shadow: 0px 0px 3px black;
}

#nav {
  position: relative;
  width: 100%;
  height: 3.4em;
  background-color: #4d5b82;
  border-top: 1px solid white;
}

#nav ul {
  width: 100%;
  white-space: nowrap;
  border-top: 3px solid #4d5b82;
  background-color: #4d5b82;
}

#nav ul img {
  float: left;
  margin-right: 1em;
}

#nav img.icon {
  height: 2.25em;
}

#nav ul li {
  float: left;
  padding: 0.5em 1.1em 0.5em 1.1em;
  border-right: 1px solid #fff;
  font-variant: small-caps;
  color: white;
  background-color: #4d5b82;
  letter-spacing: 0.03em;
  display: inline;
  line-height: 1.1em;
  font-size: 0.93em;
  /*
	[font-size: 0.93em;
	font-size: .98em;]
*/
}

#nav ul li.longer {
  float: left;
  padding: 0.5em 1.71em 0.5em 1.7em;
  border-right: 1px solid #fff;
  background-color: #4d5b82;
  letter-spacing: 0.03em;
  display: inline;
  /*width: 13.3%;*/
}

#nav ul li.long {
  float: left;
  padding: 0.5em 1.81em 0.5em 1.2em;
  border-right: none;
  background-color: #4d5b82;
  letter-spacing: 0.03em;
  width: 11em;
}

#nav ul a {
  text-decoration: none;
  color: #fff;
}

#nav ul li:hover {
  cursor: pointer;
}

#nav ul li:hover img {
  opacity: 0.8;
}

#nav ul li:hover a {
  color: #ccc;
}

#nav ul li.current {
  color: #d27e37;
  text-shadow: 0px 0px 40px black;
}

#main_content {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 0.8em;
}

#main_content h1.header {
  padding-top: 1.25em;
  font-weight: normal;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
}

#left_column {
  width: 26.5em;
  margin: 1.5em 0 1em 4em;
  float: left;
}

#left_column p {
  line-height: 1.2em;
  color: #403b41;
  font-size: 1.05em;
  padding-right: 0.25em;
}

#left_column p.caption {
  font-size: 0.7em;
  text-align: right;
  color: #999999;
  margin-top: 7.5em;
  padding-right: 0.5em;
}

#right_column {
  margin-top: 1.8em;
  float: left;
  width: 26em;
  margin-left: 0.5em;
}

.image_montage img {
  float: left;
  padding-right: 0.15em;
  padding-bottom: 0.5em;
}

/* OWN homepage bottom links */

#bottom_links {
  clear: both;
  padding-top: 4em;
  padding-bottom: 2em;
  text-align: center;
}

.links_container {
  display: inline-block;
  margin: auto;
}

.link_1 {
  width: 18em;
  border: 1px solid #4d5b82;
  overflow: hidden;
  float: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-color: #4d5b82;
  text-align: left;
}

.link_1:hover {
  border: 1px solid #2e3e6b;
  animation-name: bottom_link_hover;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.link_1 a:hover {
  border-bottom: 0;
}

@keyframes bottom_link_hover {
  from {
    background-color: #4d5b82;
  }
  to {
    background-color: #2e3e6b;
  }
}

.link_1 ul {
  float: left;
  width: 177px;
  background-color: white;
  font-size: 0.9em;
  padding-bottom: 0.45em;
}

.link_1 li {
  padding: 0 0 0 0.5em;
  margin-top: 0.5em;
}
.link_1 h2 {
  color: #fff;
  font-weight: normal;
  padding: 0.5em 0.75em;
  font-size: 1.1em;
  text-align: center;
}

#main_content a.header_link {
  color: #ffffff;
  text-decoration: none;
}

#main_content a.header_link:hover {
  color: #d27e37;
  /*	border-bottom: 1px solid #D27E37;*/
}

.link_1 p {
  padding: 1em 0.5em;
  color: #403b41;
  float: left;
  font-size: 0.83em;
  width: 12.3em;
  height: 4.3em;
  line-height: 1.3em;
  background-color: #fff;
}

.link_1 .right {
  float: left;
  background-color: #4d5b82;
  width: 111px;
  height: 83px;
}

.link_1 img#trifid {
  margin-left: 0.15em;
  margin-top: 0.15em;
}

.link_1 img#iya {
  margin-top: 0.75em;
  margin-left: 0.38em;
}

.link_1 img#history_telescope {
  margin-top: 0.75em;
  margin-left: 0.38em;
}

.link_1 img#gam {
  margin-left: 0.9em;
  margin-top: 0.15em;
}

#winners {
  clear: both;
  margin: 0 3em;
  padding-top: 1em;
}

#winners h1 {
  text-align: center;
}

#winners p {
  margin: 0.5em 0;
  font-size: 0.9em;
  line-height: 1.2em;
}

.image_winners {
  float: left;
  width: 400px;
  padding: 10px;
}

.image_winners p {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
}

/*-------------Control Telescope------*/

.bookmark {
  float: left;
  width: 40em;
  font-size: 0.85em;
  margin-left: 1.5em;
  margin-top: 0.5em;
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}

#main_content .bookmark a {
  color: #4d5b82;
}

#main_content .bookmark a:hover {
  color: #d27e37;
}

.orange {
  color: #d27e37;
}

.mobblue_dark {
  color: #2e3e6b;
}

.thumbnail {
  float: right;
  width: 22em;
  font-size: 0.85em;
  margin-top: 0.25em;
  color: #403b41;
}

.thumbnail p {
  float: right;
  margin-right: 1.5em;
}

.thumbnail img {
  clear: both;
  float: right;
  margin-right: 1.5em;
  margin-top: 0.25em;
  width: 5.9em;
}

#main_content h3 {
  clear: both;
  color: #d27e37;
  font-size: 1em;
  margin-left: 0.75em;
}

#main_content h3.large {
  text-align: center;
  margin-bottom: 1em;
}

#main_content a {
  text-decoration: none;
  color: #d27e37;
}

#main_content a:hover {
  color: #f7931d;
  /*	border-bottom: 1px solid #F7931D;*/
}

#main_content div > a:hover {
  color: #f7931d;
  border-bottom: none;
}

#main_content h3.categories {
  padding-top: 1.2em;
}

.callout {
  background-color: #f8e9e0;
  padding: 0.5em;
  float: right;
  border: 1px solid #b75206;
  width: 200px;
  margin: 0.5em 1.5em 0 0;
}

.callout h1 {
  color: #b75206;
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.callout p {
  color: #b75206;
  font-weight: normal;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.2;
}

.box,
.box_callout {
  border: 1px solid #4d5b82;
  padding: 0.5em;
  width: 5.5em;
  height: 9em;
  margin-left: 0.75em;
  margin-top: 0.5em;
  float: left;
}

.box_callout {
  border: 1px solid #b75206;
  background-color: #f8e9e0;
}

.box p,
.box_callout p {
  font-size: 0.8em;
  text-align: center;
  padding-top: 0.25em;
}

.box_callout p {
  color: #b75206;
}

.box p.space,
.box_callout p.space {
  font-size: 0.8em;
  text-align: center;
  padding-top: 0;
}

.box img.thumb_images,
.box_callout img.thumb_images {
  width: 5.313em;
  height: 5.313em;
}

.box img.observe_button,
.box_callout img.observe_button {
  margin-top: 0.25em;
  width: 5.5em;
  height: 1.563em;
}

.first {
  margin-left: 0.5em;
}

.gray {
  color: #999999;
}

.invisible {
  font-style: italic;
  text-align: center;
  color: #4d5b82;
  font-size: 0.35em;
}

/*-----------Detailed Information Pages--------*/

.long_box {
  clear: both;
  border: 2px solid #4d5b82;
  padding: 1em 2em;
  /*width: 47em;*/
  margin: 0.5em 5em 1.5em 5em;
  overflow: hidden;
}

.long_box h4 {
  color: #403b41;
  font-size: 0.9em;
}

.long_box ul {
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.long_box li {
  display: inline;
  color: #666666;
  padding-right: 2em;
}

#main_content .long_box a {
  color: #d27e37;
}

#main_content .long_box a:hover {
  color: #403b41;
  border-bottom: 0px;
}

.description {
  float: left;
  color: #403b41;
  font-size: 0.9em;
  width: 35em;
}

.description p {
  margin-top: 1.75em;
  line-height: 1.4em;
}

.image {
  float: left;
  margin-left: 4.5em;
}

.observe_button_long {
  margin-top: 0.5em;
  margin-left: 1.25em;
  width: 6.625em;
  height: 2.125em;
}

.border {
  border: 4px solid #4d5b82;
  width: 8.75em;
  height: 8.75em;
}

.invisible2 {
  font-style: italic;
  text-align: center;
  color: #4d5b82;
  font-size: 0.85em;
  padding-top: 0.8em;
}

/*------------Settings Page---------*/

#main_content p.instructions {
  clear: both;
  font-size: 0.85em;
  color: #403b41;
  padding-bottom: 0.5em;
  text-align: center;
}

#choice_observation {
  border: 2px solid #4d5b82;
  overflow: hidden;
  padding: 1em;
  margin: 0.5em 1.5em;
}

#choice_observation ul {
  font-size: 0.83em;
}

#choice_observation li {
  padding-right: 0.9em;
}

#choice_observation li.no_padding {
  padding-right: 0em;
}

#telescope {
  float: left;
  width: 4em;
  height: 4.875em;
  margin-right: 2em;
}
.choice {
  float: left;
  border: 3px solid #4d5b82;
  margin-right: 2em;
  width: 3.75em;
  height: 3.75em;
}

.choice_description {
  float: left;
  width: 40em;
}

.choice_description h1 {
  color: #403b41;
  font-size: 1.1em;
}

.choice_description ul {
  font-size: 1em;
  margin-top: 0.5em;
  padding-bottom: 0.25em;
}

.choice_description li {
  display: inline;
  color: #666666;
  padding-right: 2em;
}

.header_settings {
  clear: both;
  text-align: center;
  font-size: 1.2em;
  color: #d27e37;
  padding-bottom: 0.5em;
}

#zoom {
  clear: both;
  border: 1px solid #26335d;
}

#exposure {
  border: 1px solid #d27e37;
}

#filter {
  border: 1px solid #5d2313;
}

.asteroid {
  float: left;
  margin: 1.15em 0 0.75em 1.75em;
  clear: both;
  /*padding: 0.5em 0;*/
  border: 2px solid #4d5b82;
  width: 50px;
  height: 50px;
}

.zoom {
  float: left;
  margin-left: 1em;
  margin-top: 1em;
  clear: both;
  padding: 0.5em 0;
}

.exposure {
  float: left;
  margin-left: 1.5em;
  margin-top: 1em;
  clear: both;
  padding: 0.5em 0 0.57em 0;
}

.filter {
  float: left;
  margin-left: 1.5em;
  margin-top: 1em;
  clear: both;
  padding: 0.5em 0.7em;
}

.filter2 {
  float: left;
  margin-left: 1.3em;
  margin-top: 0.5em;
  clear: both;
  padding: 0.5em 0.3em 0.5em 0.7em;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

.settings_choice {
  cursor: pointer;
}
.radio {
  float: left;
  width: 1em;
  margin-left: 0.5em;
  margin-top: 2.2em;
}

.radio0 {
  float: left;
  width: 1em;
  margin-left: 0.5em;
  margin-top: 2.2em;
}

p.radio_text {
  font-size: 1em;
  float: left;
  width: 8.3em;
  padding-left: 1em;
  margin-top: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
  color: #4d5b82;
}

p.radio_text2 {
  font-size: 1em;
  float: left;
  width: 8.3em;
  padding-left: 1.5em;
  margin-top: 2.25em;
  line-height: 1.3em;
  font-weight: bold;
  color: #4d5b82;
}

p.radio_text3 {
  font-size: 1em;
  float: left;
  width: 8.3em;
  padding-left: 1em;
  margin-top: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #4d5b82;
}

p.radio_text4 {
  font-size: 1em;
  float: left;
  width: 8.3em;
  padding-left: 1.25em;
  margin-top: 2.25em;
  line-height: 1.3em;
  font-weight: bold;
  color: #4d5b82;
}

p.radio_text5 {
  font-size: 1em;
  float: left;
  width: 8.31em;
  padding-left: 1.15em;
  margin-top: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  color: #4d5b82;
}

.desc_zoom {
  font-size: 0.85em;
  line-height: 1.1em;
  font-weight: normal;
  color: #403b41;
}

#zoom,
#exposure,
#filter {
  float: left;
  width: 29.5%;
  height: 30em;
  margin: 1em;
  margin-right: 1em;
  overflow: hidden;
  padding: 0 0 0.5em 0;
}

#zoom {
  margin-left: 1.25em;
}

#zoom h1,
#exposure h1,
#filter h1 {
  font-size: 1em;
  color: white;
  text-align: center;
  margin-top: 0em;
  background-color: #26335d;
  padding: 1em 0;
  letter-spacing: 0.06em;
}

p.normal {
  clear: both;
  font-size: 0.9em;
  padding: 1.5em;
  line-height: 1.25em;
}

#main_content p.rt_arrow {
  float: left;
  margin-top: 14em;
  margin-left: 0.8em;
  color: #403b41;
  font-size: 1.1em;
}

#filter h1 {
  background-color: #5d2313;
}

#exposure h1 {
  background-color: #d27e37;
}

.question_mark {
  float: right;
  margin-top: -2.2em;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
}

a.popup span,
a.popup3 span,
a.popup4 span,
a.popup5 span {
  display: none;
}

a.popup:hover,
a.popup3:hover,
a.popup4:hover a.popup5:hover {
  text-indent: 0;
}
a.popup:hover span {
  display: block;
  position: absolute;
  left: 14em;
  top: 16em;
  color: black;
  font-size: 0.75em;
  padding: 0.35em;
  background-color: #ffffcc;
  width: 8.5em;
  height: auto;
  line-height: 1.1em;
  text-decoration: none;
  z-index: 200;
}

a.popup3:hover span,
a.popup4:hover span,
a.popup5:hover span {
  display: block;
  position: absolute;
  left: 13.5em;
  top: 8em;
  color: black;
  font-size: 0.75em;
  padding: 0.35em;
  background-color: #ffffcc;
  width: 8.7em;
  height: auto;
  line-height: 1.1em;
  text-decoration: none;
  z-index: 200;
}

a.popup4:hover span {
  top: 8em;
  left: 40em;
}

a.popup5:hover span {
  top: 8em;
  left: 67em;
}
a.popup1 span {
  display: none;
}

a.popup1:hover {
  text-indent: 0;
}

a.popup1:hover span {
  display: block;
  position: absolute;
  left: 39.5em;
  top: 16em;
  color: black;
  font-size: 0.75em;
  padding: 0.35em;
  background-color: #ffffcc;
  width: 8.5em;
  height: auto;
  line-height: 1.1em;
  text-decoration: none;
  z-index: 200;
}

a.popup2 span {
  display: none;
}

a.popup2:hover {
  text-indent: 0;
}

a.popup2:hover span {
  display: block;
  position: absolute;
  left: 66em;
  top: 16em;
  color: black;
  font-size: 0.75em;
  padding: 0.35em;
  background-color: #ffffcc;
  width: 8.6em;
  height: auto;
  line-height: 1.1em;
  text-decoration: none;
  z-index: 200;
}

.error_message {
  float: left;
  width: 29%;
  margin: 1em;
  margin-top: 0em;
  margin-left: 1.5em;
  overflow: hidden;
  padding: 0 0 0.5em 0;
  color: #c1272d;
}

.error_message2 {
  margin-top: 0em;
  margin-left: 1.5em;
  color: #c1272d;
}

/*-----------Information Page---------*/

.information {
  float: left;
  width: 20em;
  margin: 2em 0 0 5em;
}

#questionnaire {
  margin-top: 2em;
  margin-left: 2em;
  float: left;
  width: 30em;
}

#questionnaire p {
  font-size: 0.9em;
  color: #d27e37;
  margin-top: 0.5em;
}

.email {
  clear: both;
  margin: 0;
}
label {
  margin-top: 1em;
  padding-bottom: 1em;
  color: #d27e37;
  font-size: 0.9em;
}

p.label {
  padding-bottom: 0.5em;
}

#continue_button {
  clear: both;
  float: right;
  margin-right: 1em;
}

#submit_button {
  clear: both;
  float: right;
  margin-right: 4em;
}

#info_error {
  clear: both;
  padding-top: 1.5em;
  margin-left: 5.5em;
  color: #c1272d;
  font-size: 0.9em;
}

ul.error_message_info {
  margin-left: 1.5em;
  margin-top: 0.5em;
}

ul.error_message_info li {
  list-style-type: disc;
  padding-bottom: 0.25em;
}

/*-----------Download Software Page---------*/

#left_software {
  float: left;
  width: 33em;
  margin-left: 2.5em;
  padding-bottom: 0.25em;
}

#left_software h3 {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

#left_software p {
  font-size: 0.8em;
  line-height: 1.1em;
  padding-bottom: 0.5em;
}

#left_software ul {
  font-size: 0.8em;
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

#left_software li {
  line-height: 1.1em;
}

#left_software ol {
  font-size: 0.8em;
  list-style: decimal;
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

#left_software h5 {
  color: #403b41;
  font-size: 0.8em;
  margin: 0.5em 0 0.25em 0;
}

#left_software a.top {
  font-size: 0.8em;
  text-decoration: underline;
}
.software_icon {
  margin-left: -0.25em;
}

.color {
  color: #4d5b82;
}

#version {
  width: 10.5em;
  float: left;
  margin-top: 1em;
  margin-left: 3.5em;
  padding: 0.5em;
}

#version ul {
  font-size: 0.8em;
  padding: 0.5em;
  margin-left: 1.5em;
}

#version li {
  line-height: 1.2em;
}

#version a {
  color: #4d5b82;
}

#version a:hover {
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
}

#software {
  border: 2px solid #4d5b82;
  margin-top: 1em;
  overflow: hidden;
  padding: 0.5em;
}

#software h4 {
  color: #4d5b82;
  margin-top: 0.75em;
  padding-left: 0;
}

.downloads {
  float: left;
  padding: 0.25em 0.75em;
}

.specs {
  float: left;
  padding: 0.25em 0.5em;
  width: 14em;
  margin-left: 1.5em;
}

.specs li {
  padding-bottom: 0.25em;
}

#software .downloads a {
  color: #d27e37;
  font-size: 0.88em;
  font-weight: bold;
  text-decoration: none;
}

#software .downloads a:hover {
  color: #403b41;
}

/*-----------News page---------*/

.highlight {
  clear: both;
  width: 44.5em;
  margin: 1em 0em 2em 7.25em;
  padding: 0em 1em 1em 1em;
  background-color: #eaeaea;
  overflow: hidden;
}

.highlight h1 {
  padding: 0.5em 0.25em;
  color: #d27e37;
}

.highlight p.caption_news {
  font-size: 0.9em;
  padding: 0.5em;
  line-height: 1.8em;
  color: #403b41;
}

.highlight ul.news_links {
  font-size: 0.9em;
  margin-left: 2em;
  margin-top: 0.25em;
}

.highlight ul.news_links li {
  padding-bottom: 0.25em;
}

ul.news_list {
  font-size: 0.9em;
  margin-left: 2em;
  margin-top: 0.25em;
  color: #403b41;
  list-style: none;
}

ul.news_list li {
  padding-bottom: 0.5em;
  list-style: disc;
}

#Observ_6 {
  float: right;
  width: 200px;
  margin-right: 0.75em;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding-left: 1em;
}

#Observ_6 .caption {
  font-size: 0.7em;
  color: #666666;
  line-height: 1.05em;
}

#old_news {
  clear: both;
  margin-left: 3em;
  margin-top: 1em;
  overflow: hidden;
}

#old_news h1 {
  padding: 0.5em 0.25em 0 0.25em;
  width: 90%;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
  margin-bottom: 1em;
}

#old_news h2 {
  color: #d27e37;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  margin-left: 0.25em;
  margin-top: 0.25em;
}

#old_news p {
  margin-right: 3em;
  font-size: 0.9em;
  line-height: 1.1em;
  margin-left: 0.25em;
}

#old_news p.bold_header {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#old_news ul {
  font-size: 0.9em;
  margin: 0.5em 3em 0.5em 1em;
}

#old_news ul.right_list {
  font-size: 0.9em;
  margin: 0.5em 3em;
  margin-left: 22em;
}

#old_news li {
  list-style: disc;
  padding-bottom: 0.5em;
  margin-left: 1em;
}

#Observ_7 {
  float: left;
  width: 275px;
  margin-bottom: 0.25em;
  margin-right: 0.75em;
  margin-left: 0.5em;
}

#Observ_7 .caption {
  font-size: 0.72em;
  color: #666666;
  line-height: 1.05em;
}

#Observ_8 {
  float: left;
  width: 150px;
  margin-bottom: 0.25em;
  margin-right: 0.75em;
  margin-left: 0.5em;
}

#Observ_8 .caption {
  font-size: 0.72em;
  color: #666666;
  line-height: 1.05em;
}

#Observ_9 {
  float: left;
  width: 100px;
  margin: 0.5em 0.75em 0.5em 0.5em;
}

#Observ_9 .caption {
  font-size: 0.72em;
  color: #666666;
  line-height: 1.05em;
  margin-bottom: 0.5em;
}

#news_thumbs {
  clear: both;
  float: left;
  width: 35em;
}

#news_thumbs img {
  clear: both;
  float: left;
  margin: 0em 1em 1.5em 0em;
}

#news_thumbs p {
  float: left;
  width: 37em;
  font-size: 0.85em;
  padding-left: 1em;
}

#right_side {
  width: 13.5em;
  background-color: #eaeaea;
  overflow: hidden;
  float: left;
  margin-left: 2em;
  padding: 0.5em 1em;
}

#right_side p {
  font-size: 0.85em;
  margin-bottom: 1em;
  color: #403b41;
}

#right_side h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
}

#right_side li {
  font-size: 0.9em;
  line-height: 1.1em;
}

a#click {
  cursor: pointer;
}

.double_images {
  float: left;
  width: 270px;
  margin: 1em 0.75em 1em 2em;
  text-align: center;
}

.double_images img {
  margin-bottom: 0.5em;
}

.double_images span {
  font-size: 0.85em;
}

.image_winners_news {
  float: left;
  width: 100px;
  padding: 10px;
}

.image_winners_news span {
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
}

/*-----------Projects and Activites / Tools and Training---------*/

#projects {
  clear: both;
  margin: 0em 3em;
  overflow: hidden;
}

#projects h1 {
  padding: 0.5em 0.25em 0.75em 0.25em;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
  margin-bottom: 1.5em;
}

#projects h2 {
  clear: both;
  font-size: 0.9em;
  padding: 1.5em 0.25em 0 0.25em;
}

#projects p {
  font-size: 1em;
  padding: 0.25em 0.25em 0 0.25em;
  line-height: 1.4em;
}

#projects p.first_para {
  padding: 0.25em 0.75em 0 0.25em;
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 1.2em;
}

.italics {
  font-style: italic;
  color: #8299db;
  font-size: 0.9em;
  line-height: 1.3em;
}

#projects a {
  font-size: 1em;
  padding: 0.5em 0em 0 0em;
  line-height: 1.1em;
}

#projects a.small_link {
  font-size: 0.9em;
  padding: 0.5em 0em 0 0em;
  line-height: 1.1em;
}

#projects li.video_list {
  font-size: 0.85em;
  padding-bottom: 0.6em;
}

#projects ul {
  margin: 0.5em 2em 0.25em 2em;
}

#projects li {
  font-size: 0.9em;
  line-height: 1.1em;
}

.warning {
  font-size: 0.7em;
  padding-right: 2em;
  color: #c1272d;
}

#animation {
  float: left;
  padding: 0.25em 1em 0 0.25em;
}

#projects p.animation_text {
  float: left;
  width: 39.5em;
  padding: 0;
}

#Observ_3 {
  float: right;
  width: 220px;
  margin-bottom: -2em;
  padding-left: 1.5em;
}

#Observ_4 {
  float: right;
  margin-right: 3em;
  margin-top: 1em;
  width: 270px;
  margin-bottom: -2em;
  padding-left: 1.5em;
}

/*-------Troubleshooting---------*/

#projects h2.troubleshoot {
  clear: both;
  font-size: 0.9em;
  padding: 0.5em 0.25em 0 0.25em;
  color: #d27e37;
}

#trouble {
  width: 780px;
  margin: 1em;
  margin-left: 0.35em;
  font-size: 0.9em;
}

#trouble tr,
#trouble td,
#trouble th {
  border: 1px solid #403b41;
  padding: 0.5em;
}

#trouble th {
  color: #d27e37;
  background-color: #656a81;
  color: #ffffff;
}
#trouble th.example {
  width: 105px;
}

#trouble th.problem {
  width: 260px;
}

#trouble th.solution {
  width: 360px;
}

#trouble td {
  vertical-align: top;
}

#trouble p {
  padding-bottom: 0.5em;
}

#trouble li {
  padding-bottom: 0.5em;
  list-style-type: disc;
}

/*-----------Footer Nav---------*/

ul#footer_nav {
  clear: both;
  position: relative;
  width: 20em;
  font-size: 1em;
  margin-left: 1em;
  padding: 1em 0em;
}

ul#footer_nav li {
  display: inline;
  color: #4d5b82;
  font-variant: small-caps;
}

ul#footer_nav li.current {
  color: #d27e37;
}

ul#footer_nav a {
  text-decoration: none;
  color: #4d5b82;
}

ul#footer_nav a:hover {
  color: #d27e37;
}

#footer {
  clear: both;
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

#footer p {
  float: left;
  font-size: 0.7em;
  color: white;
  line-height: 1.3em;
}

#footer img {
  float: right;
  padding-bottom: 1em;
  height: 2.5em;
  /*	margin-left: 3em;   will need to incorporate this with the updated webpage designs*/
  margin-right: 0.25em;
}

div.social_links {
  float: right;
  margin-top: -2.1em;
  margin-right: 0;
  list-style: none;
  width: 200px;
}

span.social {
  float: left;
}

/*-----------News template---------*/

#press_release {
  clear: both;
  margin-left: 3em;
}

#press_release h1 {
  padding: 0.5em 0.25em 0 0.25em;
  width: 90%;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
}

#press_release p {
  padding: 0.5em 3em 0.25em 0.25em;
  font-size: 0.9em;
  line-height: 1.1em;
}

#press_release p.press_title {
  font-weight: bold;
  color: #403b41;
}

#press_release p .press_line {
  color: #8299db;
}

#press_release p.img_caption {
  color: #8299db;
  font-size: 0.8em;
  width: 140px;
  padding: 0.2em 0;
}

#align_right {
  position: relative;
  float: right;
  display: inline;
  width: 140px;
  border: 1px solid #d27e37;
  padding: 0.5em;
  margin: 0 6em 0.5em 0.5em;
}

#press_release a.larger_image {
  font-size: 0.8em;
  margin-top: 0.5em;
}

img#lcross_thanks {
  float: left;
  width: 100px;
  margin: 0 1em 0.5em 3em;
}

#main_content p.thanks_txt {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.1em;
  width: 900px;
}

/*-----------Site Map---------*/

#site_map {
  clear: both;
  margin-left: 3em;
  overflow: hidden;
}

#site_map h1 {
  padding: 0.5em 0.25em 0 0.25em;
  width: 90%;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
  margin-bottom: 1em;
}

#site_map h2 {
  clear: both;
  font-size: 1em;
  padding: 1em 0em;
}

#site_map p {
  margin-bottom: 0.75em;
  font-size: 0.9em;
}

#site_map ul {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
  font-size: 0.9em;
}

#site_map li {
  line-height: 1.2em;
  list-style: disc;
}

#telescope_AZ {
  float: right;
  width: 300px;
  margin-top: -2em;
  margin-right: 5em;
}

/*-----------About MicroObservatory---------*/

#about {
  clear: both;
  margin-left: 3em;
  overflow: hidden;
  margin-right: 3em;
  font-size: 0.9em;
}

#about h1 {
  padding: 0.5em 0.25em 0.75em 0.25em;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
  margin-bottom: 1.5em;
}

#about h2 {
  clear: both;
  font-size: 1.1em;
  padding: 1em 0em;
}

#about p {
  margin-bottom: 0.75em;
  line-height: 1.1em;
}

#Observ_1 {
  float: right;
  margin-right: 0em;
  margin-left: 2em;
  width: 240px;
  margin-bottom: -1em;
}

#Observ_1 .caption {
  font-size: 0.72em;
  color: #666666;
  line-height: 1.05em;
}

#Observ_2 {
  float: left;
  width: 235px;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}

#Observ_2 .caption {
  font-size: 0.72em;
  color: #666666;
  line-height: 1.05em;
}

/*-----------Review/Submit Page---------*/

#main_content p.review {
  margin-left: 1.5em;
}

#choice_observation ul.review_object {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.email_address {
  font-size: 0.9em;
  color: #d27e37;
}

.choice_review {
  float: left;
  width: 48em;
}

.choice_review h1 {
  color: #403b41;
  font-size: 1.1em;
}

.choice_review ul {
  font-size: 1em;
  margin-top: 0.5em;
  padding-bottom: 0.25em;
}

.choice_review li {
  display: inline;
  color: #666666;
  padding-right: 2em;
}

#main_content p.review_txt {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}

ul.review_todo {
  margin-left: 1.5em;
}

ul.review_todo li {
  padding-bottom: 0.5em;
  list-style: disc;
  margin-left: 1.5em;
}

#telescope_review {
  width: 100px;
  float: left;
  margin-right: 0.75em;
}

#image_submit {
  width: 275px;
  float: right;
  margin-right: 1em;
  margin-top: 0.55em;
}

#image_submit img {
  margin-right: 0.25em;
  margin-bottom: 0.15em;
}

/*-----------Cookies Error---------*/

#site_map ol {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

#site_map ol li {
  list-style-type: decimal;
  margin-left: 2em;
  margin-right: 1.5em;
}

#site_map h2.browsers {
  color: #d27e37;
}

/*-----------Credits---------*/

#credits {
  clear: both;
  margin-left: 3em;
  overflow: hidden;
}

#credits h1 {
  padding: 0.5em 0.25em 0 0.25em;
  width: 90%;
  color: #d27e37;
  border-bottom: 1px solid #d27e37;
  margin-bottom: 1em;
}

#credits h2 {
  clear: both;
  font-size: 0.9em;
  padding: 1em 0em;
  text-decoration: underline;
}

#credits p {
  margin-bottom: 0.75em;
  font-size: 0.9em;
  line-height: 1.15em;
  margin-right: 2em;
}

#credits p.first_para {
  font-size: 0.9em;
  padding: 0.25em 0.25em 0 0.25em;
  line-height: 1.15em;
}

#credits ul {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
  font-size: 0.9em;
}

#credits li {
  line-height: 1.3em;
}

#Observ_5 {
  float: right;
  margin: 0.5em 1em 0.5em 2em;
  width: 275px;
}

#Observ_5 .caption {
  font-size: 0.7em;
  color: #666666;
  line-height: 1.1em;
}

/*-----------USERS REPORT---------*/

#user_report {
  text-align: center;
}

h1.header_report {
  padding-top: 1em;
  text-align: center;
  font-size: 1.2em;
  color: #d27e37;
  padding-bottom: 0.25em;
}

#telescope_AZ_report {
  float: right;
  width: 300px;
  margin-top: 1.5em;
  margin-right: 4.5em;
}

form.users_report {
  margin-top: 1.5em;
  margin-left: 3em;
  text-align: left;
  font-size: 0.9em;
}

.orangetext {
  color: #d27e37;
  font-weight: bold;
}

p.questions {
  font-weight: bold;
  margin-top: 0.5em;
}

#user_report ul {
  margin-bottom: 1em;
}

#user_report li {
  display: inline;
  padding-left: 1em;
}

p.submit_report {
  float: right;
  margin-top: 1em;
  margin-right: 5em;
}

#report_error {
  clear: both;
  color: #c1272d;
  font-size: 0.9em;
}

#report_error ul {
  padding-left: 0;
}

#report_error li {
  display: list-item;
  list-style-type: disc;
  padding-left: 0;
}
