/*--------------------------------------------------
IE6 Stylesheet

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

* html element { 
	... 
}

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

/* common styles */

* html a.read:hover,
* html div.important h3 a:hover,
* html li.important a:hover,
* html a.important:hover,
* html a.important {
	color: #ff3300;
}

* html div.headline.first-child,
* html div.col.first-child,
* html div#sources ul.first-child,
* html div#footer ul li.first-child  a {
	background-image: none !important;
}

* html div#body_content {
	width: 932px;
}

/* nav */

* html div#nav {
	bottom: 2px;
}

* 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#top_stories div#secondary div.headline {
	zoom: 1; /* hasLayout */
}

* html div#secondary div.date span {
    background-position: left 2px !important;
}

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

/* sidebar */

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

* html div#sidebar h2.img {
	width: 218px;
	left: 0;
	margin: 0;
	padding: 0;
	margin-left: -12px;
	margin-right: -12px;
}


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

/* featured post */

* html div#sidebar div#featured_post {
	width: 194px;
}

* html div#sidebar div#featured_post blockquote {
	margin-top: -8px
}


/* hype chart */

* html div#sidebar div#hype_chart h2.img {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}


/* the swarm */

* html div#sidebar div#the_swarm,
* html div#sidebar div#watch {
	padding-bottom: 8px;
}

* html div#sidebar div#the_swarm div.post,
* html div#sidebar div#watch div.post {
	zoom: 1; /* hasLayout */
}

* html div#sidebar div#the_swarm div.post h3 a:hover,
* html div#sidebar div#watch div.post h3 a:hover {
	color: #fff;
}

/* sources */

* html div#sidebar div#sources_content {
	margin-top: -6px;
}

* html div#sidebar div#sources h2.img {
	margin-left: 0;
}


/* footer */

* html div#footer {
	width: 900px;
}	

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

