/* Copyright 2012 Google Inc. All Rights Reserved.*/
#bar {
  background-color: #4BA4E8;
  background-image: url(/static/images/bar-bg.png);

  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);

  color: #fff;
  font-size: 13px;
  height: 0;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 1px 1px #666;

  -moz-transition: height 218ms ease-in-out;
  -o-transition: height 218ms ease-in-out;
  -webkit-transition: height 218ms ease-in-out;
  transition: height 218ms ease-in-out;
}
#bar.show {
  height: 40px;
}
#bar #nochrome #download-chrome {
  cursor: pointer;
  margin: 0 20px;
}
#bar #nochrome #download-chrome h3 {
  font-size: 13px;
  font-weight: bold;
  margin-left: 7px;
  text-transform: uppercase;
}
#bar #nochrome #download-chrome > img {
  height: 20px;
  width: 20px;
}
#bar #close-bar {
  cursor: pointer;
  height: 40px;
  width: 40px;
}

#main-container > header #logo,
#main-container > header #get-app {
  padding: 0 20px;
  width: 260px;
}
#main-container > header h1 {
  font-size: 27px;
  font-weight: bold;
}
#main-container > header #get-app {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
}

/* Footer */
#main-container > footer {
  background-color: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, .2);
  color: #777;
  font-size: 11px;
  height: 31px;
  text-shadow: 0 1px 0 #fff;
}
#main-container > footer > div {
  padding: 0 15px;
}
#main-container > footer #share-site {
  -moz-box-pack: end;
  -ms-box-pack: end;
  -o-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
}
#main-container > footer #share-site .text {
  margin-right: 10px;
}
#main-container > footer #share-site [id*="plus"] {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Buttons */
.button {
  background: #f4f4f4;
  border: 1px solid #858585;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  height: 38px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  width: 158px;
}
.button > div,
.button > img {
  display: block;
  line-height: 1;
}
.button > img {
  display: block;
  margin: 0 10px;
  margin-top: 2px;
}
.button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5);
}

.button:hover {
  background: #fbfbfb;
}
.button:active {
  background: -moz-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -ms-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -o-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -webkit-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
}
.button.disabled,
.button.disabled:hover,
.button.disabled:active {
  background: #f4f4f4;
  cursor: default;
  opacity: .6;
}
.button.blue {
  background: -moz-linear-gradient(top, #479ae6, #489ce5);
  background: -ms-linear-gradient(top, #479ae6, #489ce5);
  background: -o-linear-gradient(top, #479ae6, #489ce5);
  background: -webkit-linear-gradient(top, #479ae6, #489ce5);
  background: linear-gradient(top, #479ae6, #489ce5);
  border-color: #666;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}
.button.blue:hover {
  background: #6dafec;
}
.button.blue:active {
  background: -moz-linear-gradient(top, #418fe4, #50a7ec);
  background: -ms-linear-gradient(top, #418fe4, #50a7ec);
  background: -o-linear-gradient(top, #418fe4, #50a7ec);
  background: -webkit-linear-gradient(top, #418fe4, #50a7ec);
  background: linear-gradient(top, #418fe4, #50a7ec);
}
.button.blue.disabled,
.button.blue.disabled:hover,
.button.blue.disabled:active {
  background: #489ce6;
}
.button.small {
  border-radius: 2px;
  box-shadow: 0 1px 1px #fff;
  font-size: 10px;
  font-weight: normal;
  height: 23px;
  text-transform: none;
  width: 108px;
}

.button-xl {
  background: #eee;
  border: 1px solid #444;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  height: 68px;
  width: 338px;
}
.button-xl > img {
  margin-left: 22px;
  margin-right: 10px;
}
.button-xl > div {
  color: #333;
  height: 64px;
  margin-right: 23px;
}
.button-xl .title {
  font-size: 16px;
  font-weight: bold;
  /* letter-spacing: -1px; */
  text-transform: uppercase;
}
.button-xl .subtitle {
  /* color: #444; */
  font-family: "Open Sans Semibold";
  font-size: 12px;
  margin-top: 3px;
  text-shadow: none;
  text-transform: none;
}
.button-xl:hover {
  background: #f7f7f7;
}
.button-xl:hover .title {
  color: #489be7;
}
.button-xl:active {
  background: -moz-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -ms-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -o-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: -webkit-linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
  background: linear-gradient(top, #e1e1e1, #e4e4e4 50%, #f5f5f5);
}
