/*
------------
STORY.CSS
PURPOSE - STORY PAGE SPECIFIC STYLES
------------
*/
.story > p,.story > ul li p  { font: 16px/1.4em Georgia, "Times New Roman", Times, serif; color: #333; }

.story > p, .story > blockquote, .story > ul.aligned-bulleted-lists { margin-left: 165px; margin-bottom: 24px; }

.story > ul.aligned-bulleted-lists{list-style-type:disc;}

.story > ul.aligned-bulleted-lists li p { margin-left: 0;}

.story .sub-title { font-weight: 400; font-style: italic; font-size: 18px; line-height: 1.2em; font-family: Georgia, "Times New Roman", Times, serif; color: #666666; }

.story-header { overflow: hidden; margin-bottom: 20px; border-bottom: 1px #CCC solid; padding-bottom: 10px; }

.story-header .author { margin-top: 5px; line-height: 13px; color: #666; }

.story-header .author .content-author-img { float: left; margin-right: 10px; width:35px;height:48px;overflow:hidden; }

.story-header .author .content-author { font-weight: bold; font-size: 12px; }

.story-header .author .content-date { font-size: 11px; color: #333; }

.story-footer { overflow: hidden; clear: both; padding-top: 20px; border-top: #e5e5e5 1px solid; }

.story-footer .list-rows span{text-transform: capitalize;font-size:12px;}
.story-footer .list-rows a{font-size:12px;}
.story.alt p, blockquote.blocked { margin-left: 0; }

.story ul.bulleted-box {margin-left:165px; margin-bottom:24px;}
.story ul.bulleted-box li a {font-weight:700}