
/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}

#user-login-form ul {
  list-style: none;
  padding-left: 0 !important;
}

#user-login-form ul li {
  margin-bottom: 10px !important;
}

#user-login-form ul li a {
  background: #222 url('../images/buttonoverlay.png') repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  /*
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  */
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
}

.accountbuttons {
  position: relative;
  width: 100%;
  width: 34%;
  float: right;
  font-size: 12px;
}

.accountbuttons #google_translate_element {
  display: none;
  width: 50%;
  float: left;
}

.logged-in .accountbuttons #google_translate_element {
  /*position: relative;*/
  /*right: 645px;*/
}
.accountbuttons .internal-wrapper {
  display: inline-block;
  float: right;
  /*position: absolute;
  right: 0px;*/
  text-align: right;
  padding-top: 1px;
}
.accountbuttons a.internal {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: #222 url('../images/buttonoverlay.png') repeat-x;
  display: inline-block;
  padding: 4px 10px 5px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer;
}
.accountbuttons a:hover {
  text-decoration: underline;
}
.page-user .accountbuttons {
  display: none;
}

/*Top banner region*/
/*
#banner-holder {
  position: absolute;
  float: right;
  margin: 1px 0 10px -18px;
}
*/
#banner-holder .region-top-banner {
  width: 65%;
}

#banner-holder li {
  width: 60px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  margin-left: 3px;
  background-color: #C03326;
  padding: 7px 3px 5px 3px;
  font: arial;
}
#block-superfish-2 a {
  font-weight: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  text-decoration: none;
}

#block-superfish-1 li {
  display: none;
}

/*Small screen / tablet */
@media screen and (min-width: 768px) {
  #banner-holder {
    position: relative;
    float: left;
  }
  .page .logged-in #banner-holder {
    top: 40px;
  }
  #banner-holder li {
    width: 65px;
  }
}



/*Superfish break point */
@media screen and (min-width: 950px) {

  #block-superfish-1 li {
    display: block;
  }

}
