/** $Rev: 23538 $ **/
/** Paragraph and box styles for text content pages **/
/* Bold text classes */
.boldText,
p.letter-name,
p.author-text,
p.subhead {
    font-weight:bold
}
/* Italic text classes */
.italicText,
.italic-text,
p.end-note-text,
p.scripture {
    font-style:italic
}
/* small margin (single spaced) paragraphs */
p.author-text,
p.publication-text,
p.list-item,
p.bullet-list-item,
p.letter-name,
p.letter-city,
p.subhead,
p.scripture {
    margin:0;
    padding:0;
    line-height:1.3em;
}
/* Indented paragraphs */
p.list-item,
p.bullet-list-item,
p.blockquote,
p.scripture {
    margin-left:12px;
}
p.scripture {
    text-indent: 12px;
}
/* Text sizing */
p.author-text {
    font-size:15px;
}
p.publication-text {
    font-size:13px;
}
/* special paragraphs */
p.end-note-text {
    border:#ccc 0 solid;
    border-width:1px 0;
    padding:4px 0;
}
p.bullet-item:before,
p.bullet-list-item:before {
    content:"\2022\00a0";
}
p.arrow-point:before {
    content:url(http://static.deseretnews.com/media/img/icons/point.gif);
}
p.separator {
    text-align:center;
    margin:8px 0;
    padding:0;
    line-height:1em;
    letter-spacing:1.4em;
}
p.separator:before {
    content:"*****";
}
p.separator-line {
    width:250px;
    text-align:center;
    margin:8px auto;
    line-height:0.1em;
    border:#ccc 0 solid;
    border-width:1px 0 0;
}
.normal-text {
    font-style:normal;
    font-weight:normal;
}
/* hide text on half stories. */
p.mt-text {
    display: none;
}
