/* VERSIONS
/* 1_0: Primary News Styles
/* 1_1: Added default search styles [Author: Nick Hall]
/* 1_2: Added default comment count styles [Author: Nick Hall]
/* 1_3: Updated print sensor for managed newsletters [Author: Nick Hall]
----------------------------------------------------------------------------- */


/* NEWS STYLES
********************************************************************************/

/* News List
----------------------------------------------------------------------------- */
.news .list ul { list-style: none; margin-left: 0; }
.news .list .bd ul ul { list-style: circle; margin-left: 1.2em; }
.news .list .bd ul ul li { border: 0; padding: 0; margin: 0; }
.news .list .bd ul p:last-child { margin-bottom: 0; }

/* Newsletters
----------------------------------------------------------------------------- */
.news .list .content { display: none; }
.news .list .caption,
.news .list .content.no-caption { display: block; }

/* Homework
----------------------------------------------------------------------------- */
.homework .list .bd ul li h5 { float: right; clear: right; }

/* News Search
----------------------------------------------------------------------------- */
.news-search label { display: block; margin-bottom: .8em; }

/* News Comment Count
----------------------------------------------------------------------------- */
.news .list .comment-count { font-weight: bold; margin-top: 0.6em; }