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



/* content */

	#headlines {
		margin:0 auto;
		width: 920px;
	
	}
	.content #headlines {
		width:720px;
		padding:1em 200px 200px 20px;
	}
	.content a {
		text-decoration:underline;
	}
	h3 {
		font-weight:normal;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:.95em;
		line-height:1.3em;
		padding:0;
		margin:0;
		display:inline;
	}
	.content h3 {
		font-weight:normal;
		font-size:1.2em;
		line-height:1.3em;
		padding:0;
		margin:0;
	}
	div.new {
		font-size:9px;
		color:#ff3300;
		font-weight:bold;
		text-transform:uppercase;
		display:inline;
		margin-left:.5em;
	}
	#headlines ul {
		margin:.5em 0;
		padding:0;
		list-style:none;
}
	#headlines li {
		line-height:1em;
		padding:3px 0 2px 0;
		margin:3px 0;
	}
	#headlines li.category h2 {
	font-size:0.9em;
	letter-spacing:0.15em;
	margin:1em 2em 0 0;
	padding:.5em 0;
	color:#3F85B9;
	text-transform:uppercase;
	border-bottom:1px solid #bebebe;
	}
	#headlines li.description {
		font-size:.84em;
		line-height:1em;
		border:none;
	}
	ul#deck li ul.sites,
	ul#deck2 li ul.sites {
		font-size:1.1em;
		padding:0 2em 1em .5em;
	}
	ul.sites li a, 
	ul.sites li a:link, 
	ul.sites li a:active, 
	ul.sites li a:visited {
		padding:2px 5px;
	}
	ul.sites li a:hover {
		color:#ff3300;
		padding:2px 5px;
		background:#ffeee9;
	}
	.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;
	}
	
/* deck */

ul#deck,
ul#deck2 {
	width:920px;
	margin:0;
}
ul#deck li.category,
ul#deck2 li.category {
	width: 180px;
	margin:0;
	padding:0;
	float:left;
}
ul#deck ul
ul#deck2 ul {
	width: 160px;
	margin:0;
	padding:0;
	display:inline;
}
p.description {
	display:none;
}
	
/* 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;
	}

	/* Tool tips */
	.tool-tip {
		color: #333;
		width: 200px;
		border:1px solid #bebebe;
		z-index: 13000;
	}
	.tool-tip div.bound {
		max-height:205px;
		_height:205px;
		overflow:hidden;
	}
	.tool-title {
		font-weight: bold;
		font-size: 1em;
		margin: 0;
		color: #717171;
		padding: 8px 15px;
		background: #f0f0f0;
	}
	.tool-text {
		font-size:.85em;
		line-height:1.4em;
		padding: 0 15px 15px 15px;
		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 */
	
	
	
	
#rightbar {
	position: fixed;
	top: 0;
	right: 0;
	width: 150px;
	height: 80%;
	background-color: #FFFFFF;	
}

	#rightbar .rightpod {
		width: 150px;
		margin: 2px;
		background: #FFFFFF;
	}
	
	#rightbar .rightpod.small {
			height: 150px;
	}
		
	#rightbar .rightpod.large {
			height: 400px;
	}

#NewsVertical {
	width:190px;
	height:400px;
	display:block;
	overflow:hidden;
	position:relative;
}


#TickerVertical {
	width:190px;
	height:400px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

#TickerVertical li {
	display:block;
	width:178px;
	color:#333333;
	text-align:left;
	font-size:11px;
	margin:0;
	padding:6px;
	float:left;
}

#TickerVertical li .NewsTitle{
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
}

#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}

#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}

#TickerVertical li .NewsFooter{
	display:block;
	color:#000000;
	font-size:10px;
	margin:6px 0 14px 0;
}