/*--------------------------------------------------
IE7 Stylesheet

This stylesheet quarantines all IE7-only CSS hacks so that they can be easily managed.  
Every single IE7-only rule should be on this page.  Be sure to list each element in the form:

*+html element {
	... 
}

--------------------------------------------------*/


/* common rules */

*+html div#footer,
*+html div#top_stories,
*+html div#more_headlines {
	overflow: auto;
}

/* nav */

*+html div#nav form {
	padding-top: 8px;
}

*+html div#nav form input.image {
	margin-bottom: -2px;
}

/* news */

*+html div#top_stories div#top h3 a {
	font-size: 1.7em;
}

*+html div#top_stories div#secondary h3 a {
	font-size: 1.2em;
}

*+html div.headline h3 a {
	font-size: 0.85em;
}

*+html div#section {
	background-color: #fff;
}

/* sidebar */

*+html div#sidebar {
	left: 4px;
}

*+html div.post h4,
*+html div.post h3 a {
	font-size: 80%;
}

*+html div.post {
	overflow:auto;
}

*+html div#the_swarm,
*+html div#watch {
	padding-bottom: 12px !important;
}

/* footer */

*+html div#footer p#copyright {
	padding-top: 0.2em;
}

/* comments */
*+html .comment_odd, *+html .comment_even {
  overflow: auto;
}
