/* Original Ethan Marcotte, http://www.alistapart.com/authors/m/emarcotte */

/*
	Layout
*/
#page {
	margin: 40px auto;
	padding: 0 1em;
	max-width: 61.75em;		/* 988px / 16px = 61.75em */
}
 
h1 {
	margin-left: 14.575%;	/* 144px / 988px = 0.14575 */
	width: 70.85%;			/* 700px / 988px = 0.7085 */
}
 
.entry {
	float: left;
	width: 100%;
}
 
.entry h2 {
	float: right;
	width: 85.425%;		/* 844px / 988px = 0.85425 */
}
 
.entry .info {
	float: left;
	margin-top: 0.72727em;	/* 8px / 11px = 0.72727em */
	width: 12.551%;		/* 124px / 988px = .12551 */
}
 
.entry .content {
	float: right;
	width: 85.425%;		/* 844px / 988px = 0.85425 */
}
 
.entry .main {
	float: left;
	width: 82.938%;	/* 700px / 844px = 0.82938 */
}
 
.entry .meta {
	float: right;
	width: 14.692%;	/* 124px / 844px = 0.14692 */
}
