#blog { background-color: #56574f; }
#blog #page_bg {
	background-image: url(/images/bg/page/blog.jpg);
	background-position: 10px center;
	background-repeat: repeat-x;
}

#blog #header { background: url(/images/bg/bar/royal.png); }
	#blog #header h1 a { background-image: url(/images/headers/logo_blog.png); }

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


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

.post { 
	width: 500px;
	position: relative;
	background: #FFF;
	padding: 10px 20px 20px;
	margin-bottom: 2px;
	margin-right: 10px;
	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: #215676;
			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: #215676;
			color: #FFF;
		}
	.entry img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	.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;
		}

.pagination {
	width: 540px;
}

.older { 
	width: 80px;
	float: right;
}	
.newer { 
	width: 80px;
	float: left;
}	
		
.older, 
.newer {
	/*position: fixed;
	top: 239px;*/
	overflow: hidden;
	background: url(/images/bg/bar/royal.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/royal.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/bar/royal.png);
	top: 20px;
	right: 10px;
	z-index: 850;
	padding: 10px;
}
	#archiveList li {
		margin-bottom: 3px;
	}
	#archiveList a {
		color: #FFF;
	}
	
#sidebar {
	position: fixed;
	top: 22px;
	left: 813px;
	width: 163px;
	background: url(/images/bg/bar/white.png);
	padding: 10px 2px 2px;
}
	#sidebar ul li {
		clear: both;
	}
	#sidebar ul li h2 {
		background: #215676;
		padding: 5px;
		margin-bottom: 3px;
		color: #FFF;
		font-size: 13px;
		font-weight: normal;
	}

#sidebar input#s {
	width: 157px;
	border: 1px solid #999;
	padding: 2px;
}
#sidebar input#searchsubmit {
	float: right;
	background: #e37c13;
	color: #000;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif!important;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	margin-top: 3px;
	border: 1px solid #d27311;
	line-height: 1em;
	vertical-align: middle;
}

#twitter {
	padding-top: 20px;
}	
	#twitter h4 {
		padding-left: 5px;
		margin-bottom: 20px;
		font-weight: normal;
		font-size: 11px;
	}
		#twitter h4 a {
			color: #d27311;
		}
		
	#twitter_div h4 {
		text-align: right;
	}
		#twitter_div h4 a {
			display: block;
			background: #d27311;
			padding: 2px;
			color: #FFF;
		}
#twitter_update_list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #215676;
}	
	#twitter_update_list li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
		#twitter_update_list li a {
			color: #d27311;
		}
		#twitter_update_list li span a {
			color: #215676;
		}
		
#blog .post h3 small {
	display: block;
	margin: 3px 0 0 5px;
}

#blog #navigation p a {
	color: #67878f;
}
