.news {
 width: 31%;
 float: left;
}

.news:nth-child(2) {
margin: 0 2.5%;
}

.news .image {
 max-height: 135px;
 overflow: hidden;
}

.news .image img {
 width: 100%;
}

/*== inner-news ==*/

.inner-news {
height: 340px;
}

.newscontent {
padding: 10px 0px;
}

a.title {
padding-bottom: 3px;
font-weight: bold;
font-size: 105%;
color: #000;
}

a.title:hover {
 font-size: 105%;
}


.date {
color: #555 !important;
font-size: 12px;
padding-top: 5px;
}

.summary {
padding: 10px 0;
font-size: 80%;
}

.summary a {
font-size: 12px;
font-weight: bold;
color: #ff5900;
text-decoration: none;
}

.summary a:hover {
color: #2e2e2e;
}

a.read-more {
 padding: 4px 10px;
 background: #000000;
 color: #FFFFFF;
}

a.read-more:hover {
 background: #555;
 color: #FFFFFF;
 text-decoration: none;
}

/*** RSS Styles ***/

#RSSLink {
 height: 24px;
 position: relative;
 width: 58px;
}

#RSSLink a {
 background: url("../../../Common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media-2013/rss/rss-08.png") no-repeat 0 -24px;
 height: 24px;
 width: 58px;
 display: block;
}

#RSSLink a:hover {
 background-position: 0px 0px;
}

#RSSLink a span {
 display: none;
}

#news-summary .content .summary, .newscontent .summary {
    margin: 5px 0 !important;
}