#main { float: left; width: 615px; margin: 20px 0 0 0; }
#sidebar { float: right; width: 300px; margin: 20px 0 0 0; }

#main .section_header { border-bottom: 1px solid #cccccc; margin: 0 0 10px; }
#main h2, #main h2 a { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 0 0 5px;
	float: left;
	color: #333333;
	text-decoration: none;
	}
#main a.section_rss { text-indent: -9999px; 
	background: url(../images/rss_sprite.png) top left no-repeat;
	margin: 4px 0 0 4px; 
	width: 20px; 
	height: 20px; 
	display: block;
	float: left;
	}
#main a.section_rss:hover { background-position: 0 -20px; }

p.blurb { clear: both; }

.story_detail { margin: 0 0 20px 0; width: 515px; float: left; }
.story_detail .lead_photo { float: right; margin: 0 0 0 10px; }
.story_detail .lead_photo img { border: 1px solid #cccccc; }
.story_detail h3, .story_detail h4, .story_detail p  { width: 420px; }
.story_detail h3 { font-size: 18px; line-height: 20px; font-weight: bold; }
.story_detail h3 a { color: #333333; text-decoration: none; }
.story_detail h3 a:hover { text-decoration: underline; }
.story_detail h4 { font-size: 16px; line-height: 18px; color: #555555; background-color: transparent !important; padding: 0 !important;}
.story_detail p.tease { font-size: 12px; line-height: 16px; color: #555555; margin-top: 4px; }
.story_detail p.tease img { vertical-align: top; margin: 0 2px 0 0; }
.story_detail p.tease a { text-decoration: none; }
.story_detail p.tease a:hover { text-decoration: underline; }
.story_detail .story_meta { font-size: 10px; line-height: 12px; }

/* PAGINATION */
.pagination { margin: 0 0 10px 0; height: 30px; }
.pagination .previous, .pagination .next, .pagination .no_previous, .pagination .no_next { display: block; width: 33px; height: 30px; background: url(../images/pagination_sprite.png) top left repeat; text-indent: -9999px; float: left; }
.pagination a.no_previous { background-position: 0 0; }
.pagination a.previous { background-position: 0 -30px; }
.pagination a.previous:hover { background-position: 0 -60px; }
.pagination a.no_next { background-position: 33px 0; }
.pagination a.next { background-position: 33px -30px; }
.pagination a.next:hover { background-position: 33px -60px; }

/* temp can delete after May 18, 2011 */
#main .student_bio { margin: 0 0 20px; }
