@charset "utf-8";
/*  
    Site Name   : A Theory Tank Inc. Project
    URI         : http://www.augmentux.com
    Description : Global style sheets (including reset, typography, and forms)
    Version     : 0.0.1
    Author      : Theory Tank Inc.
    Author URI  : http://www.augmentux.com

    Document    : default_typography.css
    Created on  : Mar 6, 2012, 9:47:18 AM
    Author      : Chris Murphy
    Description :
        Typographic control for A Theory Tank Inc. Project
*/

html
{
    text-rendering: optimizelegibility;    
    -webkit-font-smoothing: antialiased;
}

body,
.typography
{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.typography.dark-bg,
.typography .dark-bg
{
    -webkit-font-smoothing: antialiased !important;
}

p,
.typography p
{
    line-height: 20px;
    margin: 0 0 10px 0;
}

.typography p.last
{
    margin-bottom: 0 !important;
}

.typography .intro-deck,
.typography .lead {
    /*
    -ms-word-break: break-all;
    word-break: break-all;

    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; 
    */

    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
}

small,
.small {
    font-size: 85% !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #999999;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover {
    color: #a47e3c;
}

.text-error {
    color: #b94a48;
}

a.text-error:hover {
    color: #953b39;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover {
    color: #2d6987;
}

.text-success {
    color: #468847;
}

a.text-success:hover {
    color: #356635;
}

/* Headings */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6,
.typography .h1,
.typography .h2,
.typography .h3,
.typography .h4,
.typography .h5,
.typography .h6
{
    font-weight: bold;
    line-height: 1em;
    margin-bottom: .5em;
    text-rendering: optimizelegibility;    
    -webkit-font-smoothing: subpixel-antialiased;
}

.typography h1,
.typography h2,
.typography h3,
.typography .h1,
.typography .h2,
.typography .h3
{
    line-height: 40px;
}

.typography h1,
.typography .h1,
.typography .page-title
{
    font-size: 38.5px;
}

.typography h2,
.typography .h2
{
    font-size: 31.5px;
}

.typography h3,
.typography .h3
{
    font-size: 24.5px;
}

.typography h4,
.typography .h4
{
    font-size: 17.5px;
}

.typography h5,
.typography .h5
{
    font-size: 14px;
}

.typography h6,
.typography .h6
{
    font-size: 11.9px;
}

/* Special Headings */
.typography .group-heading
{
    text-shadow: 0px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);    
}

.typography .pink-heading
{
    font-size: 22px;
    font-family: 'BitterBold';
    font-weight: normal !important;
    font-style: normal !important;    
    color: #ff0049;
}

/* LISTS
---------------------------------------------------------- */
.typography ol,
.typography ul,
.typography dl
{
    margin: 0 0 1em 0; padding: 0;
}

.typography ol,
.typography ul
{
    padding: 0;
    margin: 0 0 10px 25px;
}

.typography ul
{
    list-style: disc;
}

.typography ol
{
    list-style: decimal;
}

.typography ul.pink-bullets
{
    list-style: none;
    margin-left: 17px;
}

.typography ul.pink-bullets li
{
    background: url('../images/icons/icon-disc.png') no-repeat left 5px;
    padding-left: 14px;
}


.typography ol li,
.typography ul li,
.typography dl dt,
.typography dl dd
{
    margin-bottom: 5px; padding: 0;
}

.typography dl {
  margin-bottom: 20px;
}

.typography dl dt,
.typography dl dd {
  line-height: 20px;
}

.typography dl dt {
  font-weight: bold;
}

.typography dl dd {
  margin-left: 10px;
}

.typography .dl-horizontal {
  zoom: 1;
}

.typography .dl-horizontal:before,
.typography .dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.typography .dl-horizontal:after {
  clear: both;
}

.typography .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.typography .dl-horizontal dd {
  margin-left: 180px;
}

.typography hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

.typography hr.spacing-hr
{
    border-top: 1px solid #cccccc;
    border-bottom: none !important;
    margin: 28px 0 20px 0;
}


.typography abbr[title],
.typography abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.typography abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.typography blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

.typography blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.typography blockquote small {
    display: block;
    line-height: 20px;
    color: #999999;
}

.typography blockquote small:before {
    content: '\2014 \00A0';
}

.typography blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

.typography blockquote.pull-right p,
.typography blockquote.pull-right small {
    text-align: right;
}

.typography blockquote.pull-right small:before {
    content: '';
}

.typography blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

.typography q:before,
.typography q:after,
.typography blockquote:before,
.typography blockquote:after {
    content: "";
}

.typography address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
}

.typography code,
.typography pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.typography code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.typography pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.typography pre.prettyprint {
    margin-bottom: 20px;
}

.typography pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0;
}

.typography .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@font-face {
    font-family: 'BitterRegular';
    src: url('../fonts/Bitter-Regular-webfont.eot');
    src: url('../fonts/Bitter-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/Bitter-Regular-webfont.woff') format('woff'),
         url('../fonts/Bitter-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Bitter-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterItalic';
    src: url('../fonts/Bitter-Italic-webfont.eot');
    src: url('../fonts/Bitter-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/Bitter-Italic-webfont.woff') format('woff'),
         url('../fonts/Bitter-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Bitter-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BitterBold';
    src: url('../fonts/Bitter-Bold-webfont.eot');
    src: url('../fonts/Bitter-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/Bitter-Bold-webfont.woff') format('woff'),
         url('../fonts/Bitter-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Bitter-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}