/** 
 * @file
 * Syndication - News content type
 *  
 * Styles for the News content type. Used to style Blocks, home pages, and individual
 * node views. Please make any new styles in the themes/psu_theme/css/syndication.css file.
 **/

.news-teaser {
margin: 0 0 20px 0;
}

.news-teaser .title {
font-size: 12px;
line-height: 15px;
}
.news-teaser .read-more {
font-size: 11px;
line-height: 12px;
}

.block-events-news-profiles .news-teaser {
margin: 0 0 7px 0;
}

.block-news .news-teaser {
margin: 0 0 5px 0;
}

.block-syndication-client .block-news .news-teaser-list {
margin-top: 5px;
}

.block-news .news-teaser-list h2 {
margin:0px;
padding: 0px;
line-height: 100%;
padding: 10px 0;
}

