#news { background-color: #000; }
#news #page_bg {
	background-image: url(/images/bg/page/news.jpg);
	background-position: left bottom;
}

#news #header { background: url(/images/bg/head_news.png); }
	#news #header h1 a { background-image: url(/images/headers/logo_news.png); }

#news #nav_home { background-image: url(/images/nav/news/home.png); }
#news #nav_news { background-image: url(/images/nav/news/news.png); }
#news #nav_live { background-image: url(/images/nav/news/live.png); }
#news #nav_music { background-image: url(/images/nav/news/music.png); }
#news #nav_video { background-image: url(/images/nav/news/video.png); }
#news #nav_store { background-image: url(/images/nav/news/store.png); }
#news #nav_links { background-image: url(/images/nav/news/links.png); }
#news #nav_about { background-image: url(/images/nav/news/about.png); }
#news #nav_press { background-image: url(/images/nav/news/press.png); }
#news #nav_contact { background-image: url(/images/nav/news/contact.png); }
#news #nav_blog { background-image: url(/images/nav/news/blog.png); }

#news #navigation a:hover,
#news #navigation span:hover { background-color: #000; }


#news #content { 
	padding-top: 22px; 
}

.post { 
	float: left;
	width: 0;
	position: relative;
	background: #FFF;
	/*padding: 10px 20px 20px;*/
	padding: 0;
	margin-right: 2px;
	overflow: hidden;
}
	.post h3 {
		position: absolute;
		top: 2px;
		left: 2px;
		width: 50%;
		font-size: 16px;
		font-weight: normal;
		color: #000;
	}
		.post h3 a {
			display: block;
			background: #111;
			padding: 5px 15px 5px 5px;
			color: #FFF;
		}
	.post h4 {
		float: right;
		font-weight: ;
		text-transform: uppercase;
		color: #999;
		font-size: 10px;
	}
	.post .commentLink { clear: right; }

.entry { 
	padding-top: 45px;
	font-size: 12px; }
.entry p {
	line-height: 1.4em;
}
	.entry a {
		background: #CCC;
		color: #222;
	}
		.entry a:hover {
			background: #000;
			color: #FFF;
		}
	.entry img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.entry ol,
	.entry ul {
		padding: 0 30px 0 45px;
		margin: 15px auto;
	}
	.entry ol { list-style: decimal-leading-zero; }
		.entry ol li,
		.entry ul li {
			margin-bottom: 3px;
		}
	.entry h4 {
		float: none;
		font-size: 14px;
	}
	.entry blockquote {
		background: #eee;
		padding: 10px;
		margin: 20px 15px;
	}
	
.postmetadata {
	display: none;
	clear: right;
	float: right;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
	line-height: 1em;
}
	.postmetadata a {
		color: #000;
		text-transform: uppercase;
	}
		.postmetadata a:hover {
			background: #000;
			color: #FFF;
		}
		
		
.older, 
.newer {
	position: fixed;
	top: 239px;
	overflow: hidden;
	background: url(/images/bg/head_news.png);
	z-index: 850;
}
.older { right: 0; }
.newer { left: 262px; }
	.older a,
	.newer a {
		display: block;
		width: 80px;
		height: 80px;
		text-align: left;
		text-indent: -6000px;
	}

	.older a { background: url(/images/buttons/older.png) no-repeat center center; }
	.newer a { background: url(/images/buttons/newer.png) no-repeat center center; }
	
#archiveBar {
	position: fixed;
	top: 0;
	left: 262px;
	right: 0;
	height: 20px;
	background: url(/images/bg/head_news.png);
	padding: 0 20px;
	text-align: right;
	color: #FFF;
	z-index: 850;
}
	#archiveBar h4 {
		float: right;
		width: 57px;
		height: 20px;
	}
		#archiveBar h4 a {
			display: block;
			height: 20px;
			background: url(/images/headers/news/archives.png) no-repeat right center;
			text-align: left;
			text-indent: -6000px;
		}

#archiveList {
	position: absolute;
	background: url(/images/bg/head_news.png);
	top: 20px;
	right: 10px;
	z-index: 850;
	padding: 10px;
}
	#archiveList li {
		margin-bottom: 3px;
	}
	#archiveList a {
		color: #FFF;
	}
	
	
	
#news #navigation p a {
color: #abaeb2;
}			
