/*$grid-float-breakpoint-max: ($grid-float-breakpoint - 1);*/
/*$navbar-default-color:             #777*/
.typography p {
  margin: 0 0 10px; }
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin-top: 20px;
  font-weight: 500;
  font-family: inherit;
  color: inherit;
  margin-bottom: 10px;
  line-height: 1.1;
  font-family: "Veneer", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.typography h1 {
  font-size: 36px; }
.typography h2 {
  font-size: 30px; }
.typography h3 {
  font-size: 24px; }
.typography h4 {
  margin-top: 10px;
  font-size: 18px; }
.typography h5 {
  margin-top: 10px;
  font-size: 14px; }
.typography h6 {
  margin-top: 10px;
  font-size: 12px; }
.typography em {
  font-style: italic; }
.typography a {
  color: #F00000;
  text-decoration: none; }
  .typography a:hover {
    text-decoration: underline; }
.typography li {
  margin-bottom: 5px; }
.typography table {
  border-collapse: collapse;
  margin-bottom: 10px; }
  .typography table tr:nth-child(even) {
    background-color: #f9f9f9; }
  .typography table th,
  .typography table thead td {
    background-color: #f9f9f9; }
  .typography table td,
  .typography table th {
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    vertical-align: top;
    font-size: 14px; }
  .typography table th {
    font-weight: bold; }
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url(../images/ajax-loader.gif) no-repeat center center; }
  .typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0; }
  .typography img.right {
    float: right;
    max-width: 50%;
    margin: 5px 0 10px 20px; }
  .typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both; }
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  display: block;
  font-style: italic;
  margin: 0;
  border: none;
  text-indent: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0; }
.typography blockquote p {
  font-size: 17px;
  line-height: 25px; }
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both; }
.typography address {
  display: block;
  margin-bottom: 20px; }
.typography .align-left {
  float: left;
  margin-right: 20px;
  max-width: 50%; }
.typography .align-right {
  float: right;
  margin-left: 20px;
  max-width: 50%; }
.typography .captionImage {
  width: 100%;
  margin-top: 5px; }
  .typography .captionImageimg {
    margin: 0; }
  .typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px; }
  .typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px; }
    .typography .captionImage.right p {
      margin-left: -10px;
      text-align: left;
      margin-left: -10px; }
  .typography .captionImage.left[style], .typography .captionImage.right[style] {
    max-width: 50%; }
  .typography .captionImage.left img, .typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%; }
  .typography .captionImage.left img {
    margin-right: -10px; }
  .typography .captionImage.right img {
    margin-left: -10px; }
  .typography .captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0px; }
  .typography .captionImage.center {
    margin: 0 auto 20px; }
  .typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888; }
.typography ::selection,
.typography ::-moz-selection {
  background: #fcf8e3;
  color: #8a6d3b;
  text-shadow: none; }
.typography .left {
  text-align: left; }
.typography .center {
  text-align: center; }
.typography .right {
  text-align: right; }

/*# sourceMappingURL=typography.css.map */
