@-ms-viewport { width: device-width; }

@media (min-width: 1000px) {
  .span12, .container { width: 940px; }
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
  overflow-y: auto;
  /*-ms-overflow-style: scrollbar;*/
}

.page-header {
  /*border-bottom: none;*/
}

.is-center {
  text-align: center;
}

.is-flist {
  font-size: 1.2em;
  line-height: 120%;
}

.is-flist li {
  padding: 5px 0 5px 0;
}

.is-font-lg {
  font-size: 1.2em;
}

.is-header {
  padding-top: 15px;
  padding-bottom: 20px;
}

.is-header h1 {
  font-size: 3em;
}

.is-nowrap {
  white-space: nowrap;
}

.is-post {

}

.is-post p, .is-post ul, .is-post ol {
  font-size: 1.2em;
}

.is-post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.is-imac {
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-top-left-radius: 6px;
  border-right: 1px solid #c0c0c0;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #c0c0c0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.is-icenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.is-screen {
  display: block;
  margin: 1.5em auto;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
}

blockquote {
  font-size: inherit;
}

/* Flat UI Colors */

.is-turquoise {
  color: #1ABC9C;
}
.is-green-sea {
  color: #16A085;
}
.is-emerland {
  color: #2ECC71;
}
.is-nephritis {
  color: #27AE60;
}
.is-peter-river {
  color: #3498DB;
}
.is-belize-hole {
  color: #2980B9;
}
.is-amethyst {
  color: #9B59B6;
}
.is-wisteria {
  color: #8E44AD;
}
.is-wet-asphalt {
  color: #34495E;
}
.is-midnight-blue {
  color: #2C3E50;
}
.is-sun-flower {
  color: #F1C40F;
}
.is-orange {
  color: #F39C12;
}
.is-carrot {
  color: #E67E22;
}
.is-pumpkin {
  color: #D35400;
}
.is-alizarin {
  color: #E74C3C;
}
.is-pomegranate {
  color: #C0392B;
}
.is-clouds {
  color: #ECF0F1;
}
.is-silver {
  color: #BDC3C7;
}
.is-concrete {
  color: #95A5A6;
}
.is-asbestos {
  color: #7F8C8D;
}

/* Backgrounds */

.bg-turquoise {
  color: #ffffff;
  background-color: #1ABC9C;
}
.bg-green-sea {
  color: #ffffff;
  background-color: #16A085;
}
.bg-emerland {
  color: #ffffff;
  background-color: #2ECC71;
}
.bg-nephritis {
  color: #ffffff;
  background-color: #27AE60;
}
.bg-peter-river {
  color: #ffffff;
  background-color: #3498DB;
}
.bg-belize-hole {
  color: #ffffff;
  background-color: #2980B9;
}
.bg-amethyst {
  color: #ffffff;
  background-color: #9B59B6;
}
.bg-wisteria {
  color: #ffffff;
  background-color: #8E44AD;
}
.bg-wet-asphalt {
  color: #ffffff;
  background-color: #34495E;
}
.bg-midnight-blue {
  color: #ffffff;
  background-color: #2C3E50;
}
.bg-sun-flower {
  color: #ffffff;
  background-color: #F1C40F;
}
.bg-orange {
  color: #ffffff;
  background-color: #F39C12;
}
.bg-carrot {
  color: #ffffff;
  background-color: #E67E22;
}
.bg-pumpkin {
  color: #ffffff;
  background-color: #D35400;
}
.bg-alizarin {
  color: #ffffff;
  background-color: #E74C3C;
}
.bg-pomegranate {
  color: #ffffff;
  background-color: #C0392B;
}
.bg-clouds {
  color: #ffffff;
  background-color: #ECF0F1;
}
.bg-silver {
  color: #ffffff;
  background-color: #BDC3C7;
}
.bg-concrete {
  color: #ffffff;
  background-color: #95A5A6;
}
.bg-asbestos {
  color: #ffffff;
  background-color: #7F8C8D;
}
