/*

CSS Typography
Simple CSS for Typography
Author: Tilo Mitra

*/

.pure-splash {
  padding: 3em 1.6em;
}
.pure-splash-button {
  font-size: 120%;
}
.pure-splash-head {
  font-size: 300%;
  margin: 0.3em 0 0;
  line-height: 1.2em;
  font-weight: bold;
}
.pure-splash-subhead {
  color: #999;
  font-weight: 300;
  line-height: 1.4em;
  margin: 0.5em 0;
}
.pure-splash-dark {
  background: #222222;
  color: #ffffff;
}
.pure-splash-dark .pure-splash-subhead {
  color: #888888;
}

.pure-type p {
  margin-top: 0.5em;
  line-height: 1.4em;
}
.pure-type .muted {
  opacity: 0.48;
}
.pure-type .subtitle {
  color: #999;
}
.pure-type .title {
  margin-bottom: 0;
}
.pure-type .subtitle {
  margin-top: 0;
  font-weight: normal;
}
.pure-type .subhead {
  color: #999;
  text-transform: uppercase;
  border-bottom: 2px solid #eee;
  display: inline-block;
}
.pure-type blockquote {
  font-family: "Georgia", serif;
  color: #666;
  font-style: italic;
  line-height: 1.8em;
  border-left: 5px solid #ddd;
  padding-left: 1.5em;
}
.pure-type blockquote cite {
  font-size: 80%;
  display: block;
  font-family: sans-serif;
  font-style: normal;
}
.pure-type blockquote cite:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  margin-right: 0.3em;
}
.pure-type code,
.pure-type pre {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  background: #f3f3f3;
  font-size: 0.85em;
  padding: 0.3em 0.5em;

}

.pure-type pre {
  padding: 1em;
}

.pure-type code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 0.2em;
  white-space: nowrap;
}
.pure-type pre {
  border: 1px solid #ddd;
  border-radius: 0;
  white-space: pre-line;
}
.pure-type pre code {
  border: none;
  white-space: pre-line;
}
.pure-type .pure-ribbon {
  padding: 0.7em;
  background: #eee;
  border-radius: 0;
}
.pure-type .pure-ribbon-success {
  background: #daf7de;
  color: #0f4416;
}
.pure-type .pure-ribbon-success a {
  color: #25ad38;
}
.pure-type .pure-ribbon-error {
  background: #ffe7e7;
  color: #670000;
}
.pure-type .pure-ribbon-error a {
  color: #ff1b1b;
}
.pure-type .pure-ribbon-warn {
  background: #fffbe4;
  color: #645600;
}
.pure-type .pure-ribbon-warn a {
  color: #b19700;
}
.pure-type dl dt {
  font-weight: bold;
  margin-top: 0.5em;
}
.pure-type dl dd {
  margin: 0;
  line-height: 1.6em;
}
.pure-type .list {
  margin: 0.5em 0;
  line-height: 1.6em;
}
.pure-type .plain {
  list-style: none;
}
.pure-type .text-left {
  text-align: left;
}
.pure-type .text-center {
  text-align: center;
}
.pure-type .text-right {
  text-align: right;
}

@media (max-width: 480px) {
  .pure-splash {
    padding: 1.5em 0.8em;
    text-align: center;
  }
  .pure-splash-head {
    font-size: 200%;
  }
  .pure-splash-subhead {
    font-size: 130%;
  }
  .pure-splash-button {
    font-size: 100%;
  }
  .pure-type dl dd {
    margin-left: 0;
  }
  .pure-type dl dt {
    margin-top: 0.5em;
  }
  .pure-type blockquote {
    margin: 0.5em 0;
    line-height: 1.6em;
  }
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.gallerycss-csstypography { display: none; }
