
	/**
	* news
	*/
	#news {
		background: url(../../../images/layout/news-home-bg.gif) repeat-y;
		}
		
	#news-more {
		background: url(../../../images/layout/news-more-bg.gif) repeat-y;
		}
		
	.news-top {
		height: 3px;
		line-height: 3px;
		font-size: 1px;
		background: url(../../../images/corners/news-item-bottom.gif) top no-repeat;
		}
		
		
		
	/**
	* cover
	*/
	#news .cover {
		width: 75px;
		height: 75px;
		margin-top: 0;
		background: url(../../../images/layout/borders/news.gif) no-repeat;
		}
		
	#news .cover img {
		width: 71px;
		height: 71px;
		}
		
		
		
	/**
	* new news
	*/
	.new-music,
	.new-artists,
	.new-stuff {
		width: 222px;
		float: left;
		}
		
	.new-artists,
	.new-stuff {
		margin: 0 0 0 2px;
		display: inline;
		}
		
		
		
	/**
	* news items
	*/
	.item {
		height: 165px;
		padding: 10px 0 0;
		background: url(../../../images/corners/news-item-bottom.gif) bottom no-repeat;
		}
		
	.item a {
		font-style: italic;
		}
		
	.info {
		height: 75px;
		position: relative;
		}
		
	.item p {
		padding-top: 10px !important;
		}
		
	.item .info p {
		bottom: 0;
		left: 85px;
		width: 110px;
		position: absolute;
		}
		
		
		
	/**
	* news more info list
	*/
	#news ul {
		list-style-type: none;
		}
		
	#news ul li {
		float: left;
		width: 212px;
		margin: 5px 12px 5px 0;
		text-align: right;
		background: url(../../../images/bullets/play.gif) right no-repeat;
		}
		
	#news ul li a {
		padding: 0 15px 0 0;
		}
		
	#news ul li.last {
		margin: 5px 0;
		}
		
		
		
	/**
	* news more info top (after heading)
	*/
	#news-more .bgcolor {
		background: url(../../../images/corners/news-more-top.gif) bottom no-repeat;
		}
		
		
		
	/**
	* news more info columns
	*/
	#nL {
		width: 220px;
		float: left;
		margin: 0 2px 0 0;
		}
		
	#nR {
		width: 448px;
		float: left;
		padding: 0 0 10px;
		}
		
		
		
	/**
	* more info list
	*/
	#nL ul {
		list-style-type: none;
		margin: 10px 0 10px 12px;
		}
		
	#nL ul li {
		padding: 0 0 0 15px;
		margin: 0 0 10px;
		}
		
	#nL ul li#speaker {
		background: url(../../../images/bullets/speaker.gif) 0 6px no-repeat;
		}
		
		
		
	/**
	* light and dark backgrounds
	*/
	.dark {
		background: #000 url(../../../images/corners/news-dark.gif) bottom no-repeat;
		}
		
	.light {
		background: #171717 url(../../../images/corners/news-light.gif) bottom no-repeat;
		}
		
		
		
	/**
	* all news
	*/
	#all-news .bgcolor {
		background: url(../../../images/corners/news-dark.gif) bottom no-repeat;
		}
		
	.an-item {
		padding: 0 0 10px;
		}
		
	.an-image {
		width: 95px;
		float: left;
		}
		
	.an-details {
		width: 575px;
		float: left;
		margin: 5px 0 0;
		}
	
	
	
	/**
	* graded borders on small images
	*/
	#all-news .cover {
		width: 75px;
		margin: 7px 9px 0;
		display: inline;
		background: url(../../../images/layout/borders/news.gif) no-repeat;
		}
		
	#all-news .cover img {
		width: 71px;
		}
		
		
		
	/**
	* previous button
	*/
	#previous {
		margin: 10px;
		}
		
	#prevbar {
		text-align: right;
		background: url(../../../images/corners/news-previous.gif) top no-repeat;
		}
		
	#prevbar #previous {
		/*float: right;*/
		}
		
		
		
	/**
	* differing colours for each type
	*/
	div#music h2, div#music a { color: #00A45E !important; }
	div#artists h2, div#artists a { color: #009ecc !important; }
	div#stuff h2, div#stuff a { color: #D88500 !important; }
	
	.music { color: #00A45E !important; }
	.artists { color: #009ecc !important; }
	.stuff { color: #D88500 !important; }
	
	