/**
* Headlines
*/
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
    font-size:              small;
    font-weight:            bold;
    margin-bottom:          10px;
}

/**
* Paragraph
**/
.typography p {
    margin-bottom:          10px;
}

/**
* Links
*/
.typography a {
    color:                  #5B5B5B;
}

.typography a:hover {
    color:                  #D7D6CD;
    text-decoration:        none;
}

/**
* Image alignment
*/
.typography img {
    border:                 0px;
}

.typography img.right {
    float:                  right;
    margin:                 0px 0px 10px 10px;
}

.typography img.left {
    float:                  left;
    margin:                 0px 10px 10px 0px;
}

.typography img.leftAlone {
    display:                block;
    margin:                 0px 0px 20px 0px;
}

.typography img.center {
    float:                  none;
    margin-left:            auto;
    margin-right:           auto;
    margin-bottom:          20px;
    display:                block;
}

/**
* Other alignments used in the wysiwyg editor
*/
.typography .left {
    text-align:             left;
}
.typography .center {
    text-align:             center;
}
.typography .right {
    text-align:             right;
}

/**
* Lists
*/
.typography  ul, .typography ol {
    margin:                 20px;
}

.typography ul li, .typography ol li {
    margin:                 0px 10px;
}
