/* CSS Document */


/* [ News Items ] */

#news_items {
	padding: 10px 0;
	}

.news_item {
	margin: 0 0 20px;
	padding: 0 0 0px;
	clear: both;
	min-height: 1px;
	position: relative;
	border-bottom: 1px dotted #B2AFA8;
	}
	
* html .news_item {
	height: 1px;
	}	
	

.news_item:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	}
	
	.news_item h3{
		margin: 0 0 3px;
		padding: 0 0 0 20px;
		background: url(icon_news.gif) no-repeat 0 2px;		
		}
	
	.blog h4{
	    background: url(blog.gif) no-repeat 0 1px;
	}
		
	.matchreport h4 {
		background: url(icon_match_report.gif) no-repeat 0 1px;
		}
		
	.news_item h5 {
		color: #998F86;
		padding: 0;
		margin: 0;
		clear: both;
		font-weight: normal;
		font-size: .88em;
		}
		
	.news_item .description {
		}
		
		* html .news_item p { height: 1px; }
		
/* [ News Article ] */
.news_article {
}

	.news_article h1 {
	  color: #333;
	  margin: -5px 0 0;
	  }
		
	.news_article .date {
	  display: block;
	  border-top: 1px solid #ccc;
	  border-bottom: 1px solid #ccc;
	  padding: 5px 0;
	  font-size: 10px;
	  margin: 10px 0;
	  }
		
	.news_article .article_body {
	  margin: 10px 0 20px 0;
	  }
	  
	 .news_article #article_images img {
	 	float: right;
		background: #fff;
		padding: 5px;
		border: 1px solid #ccc;
		margin: 0 0 20px 20px;
		}
		
		
/* [ News Key ] */
#news_key {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 16px;
	}
	
#news_key .rss_lnk{
    float: right;
    padding: 0 20px 0 0;
    background: url(rss_feed.gif) no-repeat right 1px;
    color: #444;
}

#news_key .rss_lnk:hover{
    color: #fff;
    text-decoration: none;
}
	
#news_key .key {
	display: block;
	padding: 0 20px;
	float: left;
	}
	
#news_key .news_item {
	background: url(icon_news.gif) no-repeat left center;
	border: none;
	margin: 0;
	}
	
#news_key .match_report {
	background: url(icon_match_report.gif) no-repeat left center;
	}
	
#news_key .blog {
	background: url(blog.gif) no-repeat left center;
	}
	