/* CSS Document */

/* [ Page Tools ] */
#news_tools {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: .75em;
	z-index: 1;
	}
	
#news_tools a {
	color: #777;
	text-decoration: none;
	text-shadow: 0 1px 0 #eee;
	}

#news_tools a:hover {
  text-decoration: underline;
}	

/* [ News Items ] */

#news-list {
	padding: 10px 0;
	margin: 0;
	}

#news-list li {
	margin: 0 0 20px;
	padding: 0 0 20px 20px;
	clear: both;
	min-height: 1px;
	position: relative;
	border-bottom: 1px solid #eee;
	
	list-style: none;
	
	font-size: .875em;
	line-height: 1.5em;
	color: #555;
	}
	
* html #news-list li {
	height: 1px;
	}	
	
#news-list li:after {
	content: ".";
	visibility: hidden;
	clear: both;
	height: 0;
	display: block;
	}
	
	#news-list .title {
		font-size: 1.5em;
		margin: 0 0 0 -20px;
		padding: 0 0 0 20px;
		background: url(icon_news.gif) no-repeat 0 5px;		
		}
	
	.blog .title {
	background: url(blog.gif) no-repeat 0 1px;
	}
		
	.matchreport .title {
		background: url(icon_match_report.gif) no-repeat 0 1px;
		}
		

		
	#news-list .title img {
		position: relative;
		top: 2px;
		}
		
	#news-list .date {
		color: #999;
		padding: 0;
		margin: 0;
		}
		
	#news-list .description {
		padding-right: 120px;
		}
		
	#news-list .description img {
		float: left;
		margin: 15px 10px 10px 0;
		width: 75px;
		}
	
	#news-list .more {
		white-space: nowrap;
		}
			
	
	#news-list .thumb {
		float: left;
		margin: 5px .5em 0 0;
		display: inline;
		}
		

		
/* [ News Article ] */
.news_article {
    min-height: 1px;
    position: relative;
    padding: 0;
    margin: 0;
} * html .news_article { height: 1px; }

	.news_article h1 {
	  color: #333;
	  margin: -5px 0 0;
	  min-height: 1px;
        position: relative;
	  }
		
	.news_article .date {
	  display: block;
	  border-top: 1px solid #eee;
	  border-bottom: 1px solid #eee;
	  padding: 5px 0;
	  font-size: .75em;
		color: #777;
	  margin: 10px 0;
	  font-weight: normal;
	  min-height: 1px;
    position: relative;
	  }
		
	.news_article .article_body {
	  margin: 10px 0 20px 0;
	  min-height: 1px;
        position: relative;
	  } * html .news_article .article_body{ height: 1px; }
	  
	 .news_article #article_images img {
	 	float: right;
		margin: 0 0 20px 20px;
		}
	
/* [ Pagination ] */
.pagination {
	padding: 0;
	margin: 0 0 40px;
	cursor: default;
	font-size: .875em;
	color: #555;
	}
	
	.page_buttons {
		margin: 5px -10px;
		position: relative;
		min-height: 1px;
		}
		
	* html .page_buttons {
		height: 1px;
		}
		
	* html .page_buttons:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;	display: block;		}
		
	.pagination a {
		background: none;
		padding: 1px 5px;
		color: #777;
		margin: 0 2px;
		line-height: 16px;
		display:block;
		float: left;
		}
		
	.pagination a:hover
	 {
		color: #330000;
		background: #f4e0e0;
		text-decoration: none;
		-moz-box-shadow: 0 1px 0 #f2c7c7;
		}
		
	.pagination a.selected,
	.pagination a.selected:hover {
		color: #fff;
		background: #cc0000;
		-moz-box-shadow: 0 1px 0 #990000;
		}
		
	.pagination .nav {
		margin: 0 10px;
		}
		
	.pagination .disabled,
	.pagination a.disabled:hover {
		color: #ccc;
		margin: 0 10px;
		}
		
	.pageSeparator {
		float: left;
		margin: 0 5px;	
		}
		
		
/* [ News Key ] */
#news_key {
	background: #ccc;
	padding: 5px;
	margin: 0 0 10px;
	font-size: 10px;
	height: 16px;
	position: relative;
	
	-moz-box-shadow: 0 1px 0 #fff;
	-moz-border-radius: 2px;
	text-shadow: 0 1px 0 #eee;
	color: #444;
	}
	
#news_key .key {
	display: block;
	padding: 0 20px;
	float: left;
	line-height: 16px;
	}
	
#news_key .news_item {
	background: url(icon_news.gif) no-repeat left center;
	border: none;
	}
	
#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;
	}
	