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

#press #navigation a:hover,
#press #navigation span:hover { background-color: #6a4d47; }

#press #page_bg {
	background-color: #6a4d47;
	background-image: url(/images/bg/page/press.jpg);
}

#press #content { text-align: center; }

.post { 
	width: 0;
	position: relative;
	background: url(/images/bg/bar/brown.png);
	/*padding: 10px 20px 20px;*/
	padding: 0;
	margin: 0 auto 2px;
	overflow: hidden;
	text-align: left;
}
	.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: 30px;
	font-size: 12px; 
	color: #CCC;
}
.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;
		}



.older, 
.newer {
	position: fixed;
	top: 239px;
	overflow: hidden;
	background: url(/images/bg/bar/peach.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/bar/peach.png);
	padding: 0 20px;
	text-align: right;
	color: #000;
	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/bar/peach.png);
	top: 20px;
	right: 10px;
	z-index: 850;
	padding: 10px;
}
	#archiveList ul {
		float: left;
		padding: 1px 0;
		margin: 0 1px;
	}
	#archiveList li {
		margin-bottom: 3px;
	}
	#archiveList a {
		color: #000;
	}
	
#archiveList ul.wp-tag-cloud {
	margin-right: 30px;
}



.press {
	position: relative;
	float: left;
	/*height: 153px;*/
	margin: 0 2px 2px 0;
	background: url(/images/bg/bar/brown.png);
	color: #000;
	cursor: pointer;
	font-size: 11px;
}
	.press .padder {
		padding: 10px;
		height: 137px;
	}
	.press h3 {
		margin: 10px auto 2px 0;
		text-align: left;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: normal;
	}
	.press h3 em {
		font-weight: bold;
	}
	.press h4 {
		font-size: 10px;
		font-weight: normal;
		text-align: left;
	}
	
	.press a {
		color: #000;
	}
	
	.press .pressThumb {
		display: block;
		height: 100px;
		overflow: hidden;
		text-align: center;
	}
	
	.press .pressThumb img {
		display: block;
		width: auto;
		margin: 0 auto;
	}