/* ============================================================
 * Mission Guac Party 2012 — static snapshot of the Rails asset
 * pipeline output (application.css manifest = require_self +
 * require_tree). The site used twitter-bootstrap-rails (Bootstrap
 * 2.x) plus custom.css.scss / static_pages.css.scss / users.css.scss.
 *
 * The Rails asset pipeline cannot be run offline, so this file
 * reproduces:
 *   1. A minimal Bootstrap-2.x baseline (only what this page uses).
 *   2. custom.css.scss converted to plain CSS by hand, with the
 *      Bootstrap 2.x grey variables resolved:
 *        $gray            = #555
 *        $grayLight       = #999
 *        $grayLighter     = #eee
 *        $grayDarker      = #222
 *        $grayMediumLight = #eaeaea
 *   static_pages.css.scss and users.css.scss were comment-only.
 * ============================================================ */

/* ---------- Bootstrap 2.x baseline (subset) ---------- */
* { box-sizing: content-box; }

html { font-size: 100%; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

p {
  margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
  padding: 0 20px;
}

.navbar {
  overflow: visible;
  margin-bottom: 20px;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #2c2c2c;
  background-image: linear-gradient(to bottom, #333333, #222222);
  border: 1px solid #252525;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .container {
  max-width: 940px;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-primary {
  color: #ffffff;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  border-color: #0044cc #0044cc #002a80;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0044cc;
}

/* ---------- custom.css.scss (resolved to plain CSS) ---------- */

/* universal */
html {
  overflow-y: scroll;
}

body {
  padding-top: 205px;
}

section {
  overflow: auto;
}

textarea {
  resize: vertical;
}

.center {
  text-align: center;
}

.center h1 {
  margin-bottom: 10px;
}

#instructions p {
  margin: 0px;
  line-height: 20px;
  text-align: right;
}

#contact p {
  margin: 0px;
  line-height: 20px;
  text-align: center;
}

.top-bar {
  height: 500px;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 3em;
  margin-bottom: 30px;
  text-align: center;
}

h2 {
  font-size: 1.7em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  color: #999;
}

h3 {
  font-size: 2em;
  margin-bottom: 0;
  text-align: left;
}

h4 {
  font-size: 1em;
  margin-bottom: 30px;
  text-align: right;
  font-weight: normal;
  color: #999;
}

h5 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  color: #999;
}

p {
  font-size: 1.1em;
  line-height: 1.7em;
}

/* header */
#logo {
  float: left;
  margin-right: 10px;
  font-size: 1.7em;
  color: white;
  text-transform: uppercase;
  padding-top: 59px;
  font-weight: bold;
  line-height: 1;
}
#logo:hover {
  color: green;
  text-decoration: none;
}

/* footer */
footer {
  margin-top: 45px;
  padding-top: 5px;
  border-top: 1px solid #eaeaea;
  text-align: center;
  color: #999;
}
footer a {
  color: #555;
}
footer a:hover {
  color: #222;
}
footer ul {
  float: right;
  list-style: none;
}
footer ul li {
  float: left;
  margin-left: 10px;
}

/* sidebar */
aside section {
  padding: 10px 0;
  border-top: 1px solid #eee;
}
aside section:first-child {
  border: 0;
  padding-top: 0;
}
aside section span {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
aside section h1 {
  font-size: 1.6em;
  text-align: left;
  margin-bottom: 3px;
}

.gravatar {
  float: left;
  margin-right: 10px;
}

/* forms */
input, textarea, select, .uneditable-input {
  border: 1px solid #bbb;
  width: 100%;
  padding: 10px;
  height: auto !important;
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#error_explanation {
  color: #f00;
}
#error_explanation ul {
  list-style: none;
  margin: 0 0 18px 0;
}

/* header logo image sizing (Rails inserted /guacoff.png at native size) */
header.navbar h2 {
  margin: 0;
  text-align: center;
}
header.navbar img {
  max-height: 170px;
  width: auto;
}
