h2#news-and-reports { height:33px;background:url(../images/news/news-and-reports.png) no-repeat; }
div.news-item { margin-bottom:0px; }
h2 { line-height:1.2em; }
div.news-item p{
    line-height: 1.2em;
    margin-bottom: 1em;
}
p.timestamp {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    margin: 5px 0;
}
div.multimedia-content { float:left;margin:0 20px 10px 0;padding:10px;background-color:#e6e5de; }
div.multimedia-content img { margin-bottom:-4px; }
div.description-content{
    float: right;
    margin: -15px 0 10px;
    width: 75%;
}
div.description-content p {}
p.share{
    font-size: 0.9em;
    margin-top: 20px;
	
}
p.share a { display:inline-block;margin-left:7px;line-height:16px; }
p.share a.facebook { padding-left:18px;background:url(../images/news/icons/facebook.png) no-repeat; }
p.share a.twitter { padding-left:18px;background:url(../images/news/icons/twitter.png) no-repeat; }
p.share a.digg { padding-left:21px;background:url(../images/news/icons/digg.png) no-repeat; }
p.share a.reddit { padding-left:21px;background:url(../images/news/icons/reddit.png) no-repeat; }

/*ul#breadcrumbs { margin-top:1em; }*/

div.pod div.primary h3#view-by-date { height:23px;background:url(../images/news/view-by-date.png) no-repeat; }
div.pod div.primary h3#view-by-tag { height:23px;background:url(../images/news/view-by-tag.png) no-repeat; }
.smallestTag { font-size: 80%; }
.smallTag { font-size: 100%; }
.mediumTag { font-size: 120%; }
.largeTag { font-size: 145%; }
.largestTag { font-size: 165%; } 
.blogyear {

    margin-bottom: 5px;
}

.download{
	 background: #164671;
	  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.01, #527ea5), color-stop(1, #164671));
	  background: -webkit-linear-gradient(center top , #527ea5 0%, #164671 100%);
	  background: -moz-linear-gradient(center top , #527ea5 0%, #164671 100%);
	  background: -o-linear-gradient(center top , #527ea5 0%, #164671 100%);
	  background: linear-gradient(center top , #527ea5 0%, #164671 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #164671 , endColorstr= #527ea5 );
    border: 2px solid #EEEEED;
    height: 62px;
    list-style: none outside none;
    margin: 3px 0 0;
    padding: 7px;
    width: 210px;
	color:#fff;
	text-decoration:none;
	font-size:1.12em;
	font-weight:lighter;
}

.download:hover{
	background: #527ea5;
	  background: -webkit-gradient(linear, center top, center bottom, color-stop(0.01, #164671), color-stop(1, #527ea5));
	  background: -webkit-linear-gradient(center top , #164671 0%, #527ea5 100%);
	  background:-moz-linear-gradient(center top , #164671 0%, #527ea5 100%);
	  background: -o-linear-gradient(center top , #164671 0%, #527ea5 100%);
	  background: linear-gradient(center top , #164671 0%, #527ea5 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #527ea5 , endColorstr= #164671 );
		text-decoration:none;
}

