.lfb_blog_container {
	/* size */
	width: 80%;
	height: 80%;
	
	/* position */
	position: absolute;
	
	left: 0;
	right: 0;
	
	margin: auto;
	
	/* background */
	background-color: #000000;
	
	/* overflow */
	overflow-x: wrap;
	overflow-y: scroll;
	
	/* top border */
	border-top: medium solid #00ffff;
}

.lfb_blog_entry {
	/* size */
	width: 99%;
	min-height: 80%;
	max-height: 100%;
	
	/* position */
	margin: 0 0 10px 0; 
	
	/* border */
	border: medium solid #00ff00;
	
	/* overflow */
	overflow: hidden;

	/* color */
	color: #ffffff;
}

.lfb_blog_title {
	width: 100%;
	height: 15%;
	overflow: hidden;
	
	/* alignment */
	align-items: center;
	
	/* font */
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 1vw;
	font-weight: 600;
	
	border-bottom: medium dashed #00ff00;
}

.lfb_blog_title p {
	top: 0;
	bottom: 0;
	
	margin: auto;
}

.lfb_blog_content {
	width: 100%;
	height: 90%;
	
	/* font */
	font-family: "Lucida Console", "Courier New", monospace;
	font-size: 1vw;
	font-weight: 300;
}

.lfb_blog_content p {
	top: 0;
	bottom: 0;
	
	margin: auto;
}

#lfb_blog_dog {
	position: absolute;
	right: 0;
	
	width: 128px;
	height: 96px;
}
