body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4 {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif; }

div.content-wrapper {
  width: 90%;
  margin: 0 auto; }

div.header-container {
  _border-bottom: 1px solid #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

div.header-content {
  padding-top: 0.525em;
  padding-bottom: 0.525em; }

h1:first-of-type {
  margin-top: 1em; }

div.main-content {
  margin-top: 1.5em; }

a {
  color: #f7535e;
  text-decoration: none;
  padding-bottom: 0.06em; }

a:hover {
  color: #f7535e;
  border-bottom: 0.18em solid #f86670;
  text-decoration: none; }

blockquote {
  background-image: url("images/blockquote.png");
  background-repeat: no-repeat;
  background-size: 1.35em auto;
  background-position: 0.45em 0.45em;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  margin-top: 3em;
  padding: 1.5em 1.5em 1.2em 1.5em;
  border-radius: 8px;
  position: relative; }

blockquote > div.blockquote_close_icon {
  top: 0.45em;
  right: 0.45em;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url("images/blockquote_close.png");
  background-repeat: no-repeat;
  background-size: 1.35em auto;
  background-position: top right; }

blockquote > div.QuoteText {
  font-size: 1.20em;
  text-align: center;
  margin-bottom: 0.25em; }

blockquote > div.QuoteSource {
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase; }

p.computers-are-for-music {
  color: #f7535e; }

div.header-content {
  font-family: "Roboto Condensed", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 26px; }

div#site-logo-container {
  float: left;
  width: auto; }

nav#main-nav {
  float: right;
  text-align: right;
  bottom: 0;
  display: inline-block; }

img#site-logo-hack {
  width: 1px;
  display: inline-block;
  opacity: 0; }

div.header-container img#site-logo,
div.header-container img#site-logo-hack {
  height: 25px; }

div#site-logo-text {
  display: inline; }

nav#main-nav > * {
  display: inline; }

nav#main-nav div.main-nav-item {
  margin-left: 2em; }

nav#main-nav div.main-nav-item:first-of-type {
  margin-left: 0; }

div#site-logo-container a,
nav#main-nav div.main-nav-item a {
  color: #222;
  text-decoration: none; }

div#site-logo-container a:hover,
nav#main-nav div.main-nav-item a:hover {
  border-bottom: 2px solid #222;
  box-shadow: 0px -3px #222 inset; }

.main {
  _background-image: url(/css/images/tri_tile.png);
  background-repeat: repeat-x; }

form div.form-group label {
  margin-bottom: 0.125em; }
form div.form-success-message, form div.form-error-message {
  padding: 1em 1em 1em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0.4em; }
form div.form-success-message {
  background-color: #AAFF7F;
  background-color: rgba(170, 255, 127, 0.5); }
form div.form-error-message {
  background-color: #FDBFBF;
  background-color: rgba(255, 0, 0, 0.2); }
form div.form-success-message p:first-child, form div.form-error-message p:first-child {
  margin-top: 0; }
form div.form-success-message p:last-child, form div.form-error-message p:last-child {
  margin-bottom: 0; }
form button[type=submit] img.spinner {
  margin-left: -2px;
  margin-right: 4px;
  vertical-align: middle;
  display: none; }
form button[type=submit] span.button-caption {
  vertical-align: middle; }
