/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */
 
.typography * {
}

.highlighted {
    background-color: yellow;
}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p { 
    font-family: 'Helvetica';
    color: #6a6a6b;
    font-size: 12px;
    line-height: 17px;
    margin: 0px 5px 10px 5px;
    padding: 0px;
}

.typography h1 { 
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #1d7fbf;
    letter-spacing: 1px;
    margin: 10px 5px 4px 5px;
    padding: 0px;
}

.typography h2 { 
    font-weight: lighter;
    font-size: 22px;
    line-height: 26px;
    color: #1d7fbf;
    letter-spacing: 1px;
    margin: 10px 5px 4px 5px;
    padding: 0px;
}

.typography h3 { 
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #1d7fbf;
    letter-spacing: 0px;
    margin: 10px 5px 3px 5px;
    padding: 0px;
}

.typography a { 
    color: #1d7fbf;    
}

.typography a:hover { 
    color: #ad259d;
}


.typography td { 
    border-color: #1d7fbf;
    border-style:solid;
    border-width: thin;
}

.typography th { 
    border-color: #1d7fbf;
    border-style:solid;
    border-width: thin;
}

.typography table { 
    border-color: #1d7fbf;
    border-style:solid;
    border-width: thin;
}
