a img {
    border:none;
}

.tmp_list_description, .tmp_list_format, .tmp_list_title {
    font-size:11px;
}
#tmp_browse_pane {
    text-align:right;
    margin-bottom:34px;
}
#tmp_search_pane {
    text-align:right;
    margin-top:0px;
    margin-bottom:34px;
}
#tmp_archives_pane {

    margin-top:19px;
    margin-bottom:34px;
}

#browse_by_category, #browse_by_format, #browse_by_date, #q {
    border:1px solid #989898;
    color:#989898;
    width:202px;
    margin-bottom:7px;

}
#tmp_admin_pane {
    margin-top:19px;
}

/* project list page */

.tmp_item_box {
    float:left;
    width:468px;
    /*height:85px;*/
    overflow:hidden;
    margin-top:9px;
    margin-bottom:12px;
}
.tmp_item_box img{
    float:left;
    border:none;
    width:150px;
    height:84px;
 }
 .tmp_item_box div{
    float:left;
    font-size:12px;
    padding-left:10px;
    width:300px;
    overflow:hidden;
 }
 
.list_item_title {
	padding-left:0px;
	overflow:hidden;
	
}
 
.list_item_title, .list_item_title a{
    color:#cb0003;
    font-size:14px;
    text-decoration:none;
}

.tmp_list_separator{
    clear:both;
    height: 1px;
    background-color:#cccccc;
    font-size:1px;
}
#list_title {
    margin-bottom:6px;
}

/* show news item page */
.news_item_heading{
    margin-top:15px;
    margin-bottom:15px;
}
.news_item_title {
    color:#cb0003;
    margin-bottom:10px;
}
.news_item_date {
    color:#c1bdb4;
    font-size:13px;
}

.recent_item_box {
    margin-bottom:30px;
    border-bottom:1px solid #a69079;
    padding-bottom:7px;
}
.recent_item_image {
    text-align:center;
    margin-bottom:7px;
}
.recent_item_image img{
    border:none;
    width:180px;
}

.recent_item_title a{
    color:#cb0003;
    text-decoration:none;
}

.recent_item_title {
	max-height:35px;
	overflow:hidden;
}

#tmp_archives_pane a {
    color:#cb0003;
    display:block;
    text-decoration:none;
    border-bottom:1px solid #000000;
    padding-bottom:2px;
    margin-left:3px;
    margin-top:5px;
}
.news_item_image {
	height:286px;
}

/*content classes*/
.italic {
  font-size: 15px;
	font-style:italic;
	display: block;
}
.normal {
  font-size: 15px;
  font-style:normal;
  display: block;
	letter-spacing:1px;
}

.news_item_body p{
  font-size: 15px;
  font-style:normal;
  display: block;
	letter-spacing:0.2; 
	leading: 8; /*SPACE BETWEEN TEXT LINES*/
  line-height:26px;
  margin-top:5px;
  margin-bottom:5px;
}

.red{
	color:#d43232;
	font-style:normal;
}

.grey{
	color:#5b5245;
	font-style:normal;
}
