/*
* Key colors: 
* AAS blue: #0B61AA
* Announcement orange: #E1710E
*/


/* Override fonts  */

body,
#site-slogan,
.ui-widget,
.comment-form label {
/*  font-family: Georgia, "Times New Roman", Times, serif; */
  font-family: Arial, sans-serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Arial, sans-serif;
}
input,
textarea,
select,
a.button {
/*  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; */
  font-family: Arial, sans-serif;
}

/* Links */
a:link, a:visited, a:hover, a:active, a:focus {
  color: #0B61AA;
}

/* Header */

#name-and-slogan {
  float: right;
  padding-top: 0px;
  margin: 0px;
}

#site-name {
  line-height: 2.5em;
  font-size: 3.5em;
}

#logo {
  padding: 0px;
}

/* Login form styles */

.aas-login-form-name {
  border: 0px;
  display: inline;
  float: left;
  margin-left: 10px;
  color: #0B61AA;
}

div.aas-login-form-password {
  border: 0px;
  display: inline;
  float: left;
  margin-left: 10px;
  color: #0B61AA;
}

.aas-login-form-name label {
  float: left;
  line-height: 2em;
}

.aas-login-form-name input {
  float: left;
  padding: 2px;
}

.aas-login-form-password label {
  float: left;
  line-height: 2em;
}

.aas-login-form-password input {
  float: left;
  padding: 2px;
}

div.aas-login-form-actions {
  border: 0px;
  float: left;
  margin-left: 10px;
  color: #0B61AA;
}

.aas-login-form-actions input {
  padding: 2px 17px;
  margin: 2px 0px;
}

div.form-item, div.form-actions {
  margin: 0px;
}

div.form-actions {
  padding-top: 0px;
}

.aas-login-form-item-list {
  float: right;
  font-size: 0.929em;
}

.aas-login-form-item-list ul li {
  margin-left: 25px;
  float: left;
}

/* Main menu styles */

div#main-menu {
  border: 1px #0B61AA solid;
  background: #0B61AA;
}

ul.nice-menu a {
  color: white;
  padding: 0.1em 0 0.1em 0;
}

ul.nice-menu ul li {
  width: 25em;
}

ul.nice-menu-down li ul li ul {
  left: 20em;
  top: -1px;
}

ul.nice-menu li {
  border: 0;
  background-color: #0B61AA;
  padding: 0px 5px 0px 10px;
  margin: 0px 20px 0px 0px;
}

ul.nice-menu li.first {
}

ul.nice-menu li.last {
}

ul.nice-menu-down li li {
  border-top: 0;
  border-left: 1px white solid;
  border-bottom: 1px white solid;
}

ul.nice-menu-down {
  float: none;
}

ul.nice-menu-down li {
  background-color: #0B61AA;
}

ul.nice-menu-down li.menuparent {
  background: #0B61AA url(/sites/all/themes/astronautical/images/menu-arrow-down.png) right center no-repeat;
}

ul.nice-menu-down li.menuparent:hover {
  background: #0B61AA url(/sites/all/themes/astronautical/images/menu-arrow-down.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent {
  background: #0B61AA url(/sites/all/themes/astronautical/images/menu-arrow-right.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #0B61AA url(/sites/all/themes/astronautical/images/menu-arrow-right.png) right center no-repeat;
}

div#submenu {
  color: #0B61AA;
  border-left: 1px #0B61AA solid;
  border-right: 1px #0B61AA solid;
  border-bottom: 1px #0B61AA solid;
  clear: both;
}

div#submenu a{
  color: #0B61AA;
}

.content {
  margin-top: 0px;
}

/* Front page styles */

div#front-row-1 {
  width: 100%;
}

div#front-row-1-col-1 {
  width: 67%;
  float: left;
}

div#front-row-1-col-2 {
  width: 33%;
  float: right;
}

div.front-box {
  border-left: 1px solid #0B61AA;
  border-bottom: 1px solid #0B61AA;
  overflow: auto;
  margin: 10px;
  padding: 0px 5px 5px 5px;
}

.front-box h2 {
  background-color: #0B61AA;
  color: white;
  margin-top: 0px;
  margin-left: -15px;
  padding-left: 15px;
}

div#front-announcements-wrapper {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.front-announcements {
  border-left: 1px solid #E1710E;
  border-bottom: 1px solid #E1710E;
  margin: 10px 15px 10px 10px;
  padding: 0px 5px 5px 5px;
}

.front-announcements h2 {
  background-color: #E1710E;
  color: black;
  margin-top: 0px;
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 5px;
}

div#front-news {
}

div#front-news-footer {
}

div#front-events-upcoming {
}

div#front-spacetimes {
}

div.front-partners-row {
  float: left;
  width: 100%;
  text-align: center;
}
div.front-partners {
  float: left;
  width: 50%;
  text-align: center;
}

.front-partners-logo img {
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div.front-partners-logo {
  height: 210px;
  line-height: 100px;
}

/* Profile styles */

ul#profile-social-list {
  list-style: none;
}

div#aas-profile-form-address {
}

div.field-name-field-profile-country{
}

div.field-name-field-profile-state{
}

/* Tables */

div.row-event, div.row-profile {
  clear: both;
}

div.cell-title-event, div.cell-title-profile {
  display: inline;
  padding: 0 5px 0 0;
  font-weight: bold;
}

div.cell-entry-event, div.cell-entry-profile {
  display: inline;
}

div.cell-title-event-body {
  font-weight: bold;
}

div.cell-entry-event-body {
}

/* Space Times */
div.spacetimes-issue-left {
}

div.spacetimes-issue-right {
  float: right;
}

/* Other */
div.fieldset-wrapper {
  margin-top: 25px; /* To prevent fieldset text from running under legend */
}