/* Index */

.post	{ 
	float: left; 
	padding: 10px; 
	background: #fff; 
	margin-bottom: 10px; 
	border: 1px solid #ccc; 
	width: 598px; 
	}

.datebox { 
	float: left; 
	width: 36px; 
	padding: 5px; 
	background: #e5ecf9; 
	color: #333; 
	text-align: center; 
	margin-right: 10px;
	margin-top: 20px;
	border: 1px solid #9aa6ed; 
	}

p.day { 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 18px; 
	margin: 0;
	}
	
p.month	{ 
	font-size: 14px; 
	font-weight: bold; 
	margin: 0; 
	line-height: 18px; 
	}

p.year {
	font-size: 12px; 
	font-weight: bold; 
	margin: 0; 
	line-height: 18px; 
	}

#info-nav { 
	clear: both; 
	float: left;
	width: 100%;
	}	
	#info-nav div {
		float: left;
		width: 50%;
		}
		#info-nav div#right { text-align: right; }
		#info-nav div#left { text-align: left; }		
		

/* Side Bar */

.side-cat {
	width: 248px;
	float: left;
	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 20px;
	}


/* Single */

#comment-back { 
	padding: 17px; 
	margin: 5px; 
	background: #e5ecf9; 
	border: 1px solid #ccc; 
	}

	
.post-single					{ float: left; padding: 10px; background: #fff; margin: 10px -2px 10px 5px; border: 1px solid #ccc; width: 550px; }


.post-single h2 a				{ font-size: 22px; line-height: 40px; font-weight: bold; color: #a70000; margin-top: 0; margin-bottom: 0; }
.postmetadata-single a			{ font-size: 12px; line-height: 14px; font-weight: bold; color: #a70000; }
.postmetadata-single a:hover	{ text-decoration: underline; }

								  border: 1px solid #9aa6ed;}

/* Singles */