div#content-right .topic_block_header_bar {padding: 3px 0px; background-color:rgb(236, 246,253); border-bottom: 2px solid black}
/******
 * download pdf
 *****/
div#content-right #topic_block_wrapper{
	-moz-border-radius:2px 2px 2px;
	border-radius:2px 2px 2px;
	-webkit-border-radius: 1px 1px 1px;
}

div#content-right #topic_block_wrapper ul{
    padding: 0 3px 0 10px;
}

div#content-right #topic_block_wrapper li{
        list-style: none;
	font-family: Helvetica,Georgia,sans-serif,serif;
	padding:10px 0px;
	background:url(/sites/thewirereport.ca/themes/wirereport/images/backgrounds/download-dividing-line.jpg) no-repeat bottom center;
	
}

div#content-right #topic_block_wrapper li .name{
	font-family:Helvetica,Georgia,sans-serif,serif;
	font-weight:lighter;
	font-size:14px;
}

div#content-right #topic_block_wrapper li .date{
	font-family:Helvetica,Georgia,sans-serif,serif;
	font-weight:normal;
	font-size:13px;
}

div#content-right #topic_block_wrapper li a:link,
div#content-right #topic_block_wrapper li a:hover,
div#content-right #topic_block_wrapper li a:visited{
        font-size: 16px;
	font-weight:normal;
        text-decoration: none;
	color:black;
}

div#content-right #topic_block_wrapper  .seemore{
	display:block;
	position:relative;
	padding:5px;
}
div#content-right #topic_block_wrapper .seemore a{
	text-decoration:none;
}

div#content-right #topic_block_wrapper .topic_time {
    font-size: 10px;
    margin-top:5px;
}

div#menubar2_label a{
	color:#003366;
	text-decoration:none;
}

/**story bottom topic tag
 * peter Du
**/
.topics a.title{
	color: #1E1F66;
	text-decoration: none;			
}

.topics div#section_listings h2{
	font-size:18px;
}
div.category .term_1{
	text-transform:uppercase;
}	
/**story bottom topic tag
**/
   div.topics.story-bottom{
      border-top:1px solid #eee;
    }
    div.topics.story-bottom label{
      float:left;
    }
    div.topics.story-bottom ul{
      list-style:none;
	  margin:0px;
	  padding:0 0 0 5px;
    }

    div.topics.story-bottom li{
      font-size:12px;
      font-family:"Open Sans",arial;
      font-weight:300;
      border-right:1px solid #eee;
      padding:4px;
      float:left;
      padding-left:0px 4px;

    }
	
	li.topic-items{

	}
	div.topics.story-bottom li.topic-item,
    div.topics.story-bottom li.topic-item a,
    div.topics.story-bottom li.topic-item a:hover,
    div.topics.story-bottom li.topic-item a:visited{
      font-size:12px;
      font-family:"Open Sans",arial;
      font-weight:300;
      text-decoration:none;
      color:#1E47D7;
    }
    div.topics.story-bottom li.topic-item.title{
      border:none;
    }    
    div.topics.story-bottom li.topic-item.last{
      border-right:0;
    }