	body {
		font-family:arial, helvetica, sans-serif;
		font-size:.84em;
		line-height:.84em;
		color:#000;
		margin:0;
		padding:0;
		background:#fff;
	}
	a, a:link, a:active, a:visited {
		color:#000;
		text-decoration:none;
	}
	a:visited {
		color:#6b6b6b;
	}
	a:hover {
		color:#f8195d;
	}
	img {
		border:none;
	}
	#container {
		width:100%;
		position:relative;
	}


/* content */

	#headlines {
		width:990px;
		margin:0 auto;
		padding:0 0 200px 20px;
	}
	div.hide-feed {
		float:right;
		margin-top:.4em;
	}
	h3 {
		font-weight:normal;
		font-size:1em;
		padding:0;
		margin:0;
	}
	#headlines ul {
		margin:1.5em 15px 0 15px;
		padding:0;
		list-style:none;
		width:300px;
		float:left;
	}
	#headlines li {
		font-size:.85em;
		line-height:1.2em;
		padding:4px 0 4px 0;
		margin:0;
		border-top:1px solid #ddd;
	}
	#headlines li:hover {
		background:#f6f6f6;
	}
	#headlines li.site {
		font-weight:bold;
		text-transform:uppercase;
		font-size:.9em;
		letter-spacing:.05em;
		color:#3881b7;
		border:none;
	}
	#headlines div.ad-unit {
		float:left;
		width:278px;
		margin:1.5em 15px 0 15px;
		padding:1em 0;
		text-align:center;
		border:1px solid #ddd;
	}
	#headlines div.ad-unit-280 {
		float:left;
		width:280px;
		margin:0 15px;
		padding:1em 0;
		text-align:center;
		border:none;
	}
	ul.image-feed {
		width:100% !important;
		overflow:hidden;
		height:100px;
	}
	li.site a, 
	li.site a:link, 
	li.site a:active, 
	li.site a:visited, 
	li.site a:hover {
		color:#3881b7;
	}
	li.image-feed-entry {
		display:inline;
	}
	#headlines ul.image-feed li.site {
		height:0;
		margin:0 !important;
		padding:0 !important;
		overflow:hidden;
	}
	.full-post {
		display:none;
	}
	.favicon {
		float:left;
		margin-left:-20px; /* done this way because of the ie position bug */
	}
	.row-clear {
		clear:left;
		width:100%;
		height:0;
		overflow:hidden;
	}

/* miscellaneous */

	.clear {
		clear:left;
	}
	.half {
		width:48%;
	}
	.left {
		float:left !important;
	}
	.right {
		float:right !important;
	}
	.center {
		text-align:center !important;
	}
	.inline {
		display:inline;
	}
	.hide {
		display:none;
	}
	.show {
		display:block;
	}
	h3.subtitles {
		color:#545454;
		margin-left:2px;
		clear:left;
	}
	.pushed {
		bottom:-4em;
	}
	
	/* footer */

	#footer {
		font-size:10px;
		padding:0;
		margin:1.5em auto;
		text-align:center;
	}

	/* Tool tips */
	.tool-tip {
		z-index: 13000;
		margin:0;
	}
	.tool-tip div.bound {
		max-height:205px;
		_height:205px;
		overflow:hidden;
	}
	.tool-title {
		padding:10px 10px 0 10px;
		background:#fff;
	}
	.tool-title span {
		display:block;
		font-weight: normal;
		font-size: .9em;
		width:260px;
		margin: 0;
		padding: 10px 20px;
		border:1px solid #b4b4b4;
		border-bottom:none;
		background: #f0f0f0;
	}
	.tool-text {
		padding:0 10px 10px 10px;
		background:#fff;
	}
	.tool-text .entry-bound {
		font-size:.9em;
		line-height:1.7em;
		width:260px;
		padding: 0 20px 20px 20px;
		border:1px solid #b4b4b4;
		border-top:none;
		background: #f0f0f0;
	}
	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
