#right-column {
	background: none;
	}
#footer {
	clear:both;
	float:left;
	width: 100%;
	
	padding: 0;
	margin:-230px 0 0 0;
			
	background: url('/_images/footer-cr.jpg') 0 0 no-repeat;
	height: 255px;
	z-index: -10;
	}
	
#footer-text {
	padding: 240px 0 0 760px;
	width: 240px;
	
	color: #999;
	font-size: 10px;
}
.inner-content p:first-child img {
	/* gets rid of the pic at the top of the post */
	height: 0px;
	}
	
.post-title {
	position: absolute;
	top: -40px;
	font-family: "Georgia" , serif;
	font-size: 24px;
	color: #aaa;
	font-style: italic;
	}
	
.inner-content {
	margin-top: 0;
	font-size: 18px;
	line-height: 24px;
	}
	
.inner-content div {
	margin-bottom: 36px;
}

.inner-content p object:first-child embed, .inner-content p object:first-child {
	margin: 4px 0 4px 0; /* spacing for youtube videos */
	width: 656px;
	height: 378px;
	/* height: 295px; */
	float: none;
	position: relative;
	padding-right: 0;
	
	border-bottom: 1px dashed #e3e3e3;

}
	
#footer {
	position: relative;
	bottom: 0;
	margin: 0;
	top: 40px; /* makes up for extra px */
	}
	

#left-column {top: 120px;}

#content {top: 0px;}
