.home#page-content {
  background-image: url('/assets/eee-bg.gif');
  border-bottom: 1px solid #1fbbbd;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 960px;
  font-size: 14px;
}

#home-logo {
  padding: 15px 0 5px;
}

#home-login,
#current-user {
  position: absolute;
  top: 20px;
  right: 15px;
}

#current-user {
  height: 29px;
  font-size: 13px;
  line-height: 30px;
}

#current-user a#logout {
  float: right; display: block;
  height: 29px;
  margin-left: 15px;
  padding: 0 10px;
  color: #188d8e;
}

a#current-user-schedule-link {
  border: 1px solid #ddd;
  border-radius: 2px;
  float: right;
  height: 29px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}

a#current-user-schedule-link:hover {
  background: #1fbbbd;
  border-color: #188d8e;
}

a#current-user-schedule-link:hover #current-user-name {
  color: #eee;
}

#current-user-name {
  color: #666;
  float: right;
  padding: 0 10px;
}

#current-user-pic {
  float: right;
  width: 22px; height: 22px;
  margin: 4px 0 0 4px;
}

input {
  padding: 6px 9px;
  font-family: 'Nunito';
  background: #fff none;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border-color 0.1s linear;
  -webkit-transition: border-color 0.1s linear;
  -moz-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
}

input:focus {
  border: 1px solid #1fbbbd;
}

#home-login input {
  float: left;
  margin-left: 10px;
  width: 150px;
}

input[type="submit"] {
  color: #fff;
  background-color: #1fbbbd;
  cursor: pointer;
  background:  -moz-linear-gradient(top, #1fbbbd 0%, #188d8e 100%); /* FF3.6+ */
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fbbbd), color-stop(100%,#188d8e)); /* Chrome,Safari4+ */
  background:  -webkit-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* Chrome10+,Safari5.1+ */
  background:  -o-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* Opera 11.10+ */
  background:  -ms-linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* IE10+ */
  background:  linear-gradient(top, #1fbbbd 0%,#188d8e 100%); /* W3C */
  filter:  progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fbbbd', endColorstr='#188d8e',GradientType=0 ); /* IE6-9 */
  border: none;
  border-bottom: 1px solid #666;
}

#home-login input[type="submit"] {
  width: auto;
}

#fb-login {
  color: #eee;
  display: block;
  background-color: #3b5998;
  cursor: pointer;
  background:  -moz-linear-gradient(top, #3b5998 0%, #2b4886 100%); /* FF3.6+ */
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5998), color-stop(100%,#2b4886)); /* Chrome,Safari4+ */
  background:  -webkit-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* Chrome10+,Safari5.1+ */
  background:  -o-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* Opera 11.10+ */
  background:  -ms-linear-gradient(top, #3b5998 0%,#2b4886 100%); /* IE10+ */
  background:  linear-gradient(top, #3b5998 0%,#2b4886 100%); /* W3C */
  filter:  progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fbbbd', endColorstr='#188d8e',GradientType=0 ); /* IE6-9 */
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 2px;
  font-size: 18px;
  padding: 9px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/*************************************************************************
 * Footer Styles
 *************************************************************************
 */
#page-footer.container {
  border: none;
  clear: both;
  font-size: 12px;
  padding: 0;
}

#acm-logo,
#cmu-logo {
  float: left;
  margin: 20px 30px 0 0;
  width: auto;
}

#privacy-link,
#mobile-link,
#tos-link,
#contact-link,
#about-link,
#copyright {
  color: #1fbbbd;
  float: right;
  text-decoration: none;
  margin: 20px 10px 0;
}

#privacy-link:hover,
#mobile-link:hover,
#tos-link:hover,
#contact-link:hover,
#about-link:hover,
#copyright:hover {
  text-decoration: underline;
}

#copyright {
  color: #666;
}
