/**
 * IE6 Conditional comments
 * Stylesheet for Cool Paris
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <stijn@netlash.com>
 */

.clearfix {
	display: inline-block;
}

#stories .date li.month { padding: 0; }

.storyMeta li { width: 80px; }

#stories ul#storiesNavigation li.olderStories a { background: url('../images/deco_bg_olderStories.gif') no-repeat right 3px; }

#stories ul#storiesNavigation li.newerStories a { background: url('../images/deco_bg_newerStories.gif') no-repeat left 3px; }

#sidebar h2 { 
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#blogComments { padding-bottom: 25px; }
/*
	fix excessive left-space of sidebar ul-elements
*/
#sidebar ul {
	float:left;
	list-style-type:none;
	margin:0 0 26px 10px;/* -> less than in screen.css*/
	padding:0;
}
/*
	fix the fact that in IE6 the sidebar
	is somehow shorter which results in the background-images of the li-elements
	overlaying the gradient at the bottom of the sidebar
	no fancy fix, I just made it longer. Period.
*/
#sidebar {
	padding-bottom: 80px;
}