.typography {
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #393811
}
.typography p {
    clear: both;
    margin: 0 0 0.8em 0;
    line-height: 1.2em
}
.typography a {
    color: #393811
}
.typography em {
    font-style: italic
}
.typography strong {
    font-weight: bold
}
.typography h1,
.typography h2,
.typography h3 {
    line-height: 1.2em;
    margin: 0 0 0.6em 0
}
.typography h1 {
    font-size: 24px
}
.typography h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px
}
.typography h3 {
    font-size: 18px
}
.typography ul {
    line-height: 1.8em;
    list-style: outside none square;
    margin: 0 0 0.8em;
    padding: 0 0 0 20px
}
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography img {
    height: auto;
    background: transparent url(../images/ajax-loader.gif) no-repeat center center
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin-right: 6px
}
.typography img.right {
    float: right;
    max-width: 50%;
    margin: 4px
}
.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 .captionImage {
    width: 100%;
    margin-top: 5px
}
.typography .captionImage img {
    margin: 0
}
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px
}
.typography .captionImage.right {
    float: right;
    margin: 5px 0 20px 30px
}
.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.right p {
    margin-left: -10px;
    text-align: left;
    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 .standOut{
    background: #bdbc5a none repeat scroll 0 0;
    border-radius: 4px;
    font-style: italic;
    padding: 10px;
}
