body {
	background: #eee;
}

#footer {
	padding: 20px 0;
	background: none;
	text-align: center;
	width: 70%;
	float: left;
}

	#footer a {
		color: #333;
		font-weight: bold;
	}
	
	.wide #footer {
		width: 100%;
	}
	
#page {
	margin-top: 50px;
	background: #eee;
	border: none;
	color: #333;
	width: 80%;
}

	#page #content {
		width: 70%;
		background: #fff;
		padding: 20px;
		position: relative;
	}
	
	#content h2 {
		margin-top: 0;
	}
	
	 #sidebar {
		margin-left: 75%;
		width: 20%;
		padding-top: 5px;
		color: #666;
		font-size: 12px;
	}
	
	#sidebar a {
		color: #666;
	}
	
		#sidebar h2 {
			color: #555;
		}
	
	a, a:hover, a:visited { 
		color: #92bf35;
	}
	
	.widecolumn {
		margin-top: 0;
	}
	
	.navigation {
		background: #eee;
		height: 20px;
		margin-bottom: 10px;
		padding: 5px 10px;
		margin-top: 0;
		color: #555;
		font-size: 11px;
	}
	
		.navigation a {
			color: #555;
		}
	
	.post { 
		clear: both;
	}
	
#hd {
	background: #92bf35;
	position: relative;	
	padding-top: 50px;
}

#hd h1 {
	position: absolute;
	top: 5px;
	left: 10px;
	display: block;	
	background: url(http://assets.ms-cdn.com/static/moviestring/v2/logo.png) no-repeat;
	width: 215px;
	height: 50px;
	padding: 0;
	font-size: 18px;
}

	#hd h1 a {
		display: block;	
		position: absolute;
		right: 0;
		top: -16px;
	}


	#hd h1 a em {
		display: block;
		text-indent: -999em;	
	}
	
#hd a.back {
	position: absolute;
	right: 20px;
	top: 13px;
	color: #fff;
	font-size: 16px;
}

#hd span.shadow {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 24px;
	bottom: -24px;
	background: url(http://assets.ms-cdn.com/static/moviestring/v1/hdr-bg.png) repeat-x;
	opacity: .5;
	border-top: solid 1px #fff;
	z-index: 1;
	*display: none;
}


b.hr, b.hl, b.fl, b.fr {
	background: url(http://assets.ms-cdn.com/static/moviestring/v2/round.gif) no-repeat;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

b.hr, b.fr {
	right: 0;
	left: auto;
}

b.fl, b.fr {
	bottom: 0;
	top: auto;
}

b.hr { background-position: -5px -0; }
b.fl { background-position: 0 -5px; }
b.fr { background-position: -5px -5px; }

#commentform {
	padding-bottom: 20px;
}