/**
 * This typography file is included in the WYSIWYG editor
*/
.typography * {
    font-family:verdana,helvetica,sans-serif;
    font-size:1em;
}
.typography blockquote {
    margin-left:20px;
}
.typography hr {
    padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
    color:#CCC;
    line-height:1.3em;
    font-size:1.3em;
}
.typography p {
    margin-bottom:27px;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
    margin-left:0px;
    margin-bottom:0px;
}
.typography ul li,
.typography ol li {
    margin:4px 10px;
    line-height:1.4em;
}
.typography ul li {
    list-style-type:disc;
}
.typography ol li {
    list-style-type:decimal;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
    margin-bottom:0;
    line-height:normal;
    color:#A3AC1D;
}
.typography h1,
.typography h2 {
    background:#00191C;
}
.typography h1,
.typography h4 {
    font-weight:bold;
}
.typography h2,
.typography h3 {
    font-weight:normal;
}
.typography h1 {
    font-family: "tenby-five-1","tenby-five-2",sans-serif;
    font-size:4.2em;
    padding:0 0 6px 8px;
    margin-bottom:27px;
}
.typography h2 {
    font-size:2.0em;
    padding:3px 10px 0;
    display:inline;
}
.typography h3 {
    font-weight:bold;
    padding-left:10px;
}
.typography h4 {
    font-family: "tenby-five-1","tenby-five-2",sans-serif;
    font-size:2em;
    background:#00191C;
    margin:0 -10px -3px -10px;
    padding:0 0 4px 10px;
}

/* LINK STYLES */
.typography a {
    color:#A3AC1D;
    background:#00191C;
    margin:0 -2px -2px -2px;
    padding:0 2px 2px 2px;
    font-size:1em;
    text-decoration:none;
}
.typography a:hover {
    text-decoration:underline;
    color:#00BFF3;
    text-decoration:none;
}


.typography table {
    font-size:1.1em;
}
.typography table tr td {
    padding:3px 5px;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
    text-align:left;
}
.typography .center {
    text-align:center;
}
.typography .right {
    text-align:right;
}
.typography img.right {
    float:right;
}
.typography img.left {
    float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
    margin: 0;
}