/* 
	Orange Dog
	CSS Styling
	Yellow Pencil Inc.
	December 16 / 2009
*/

@import url(typography.css);
@import url(layout.css);  

#ticker {
	position:absolute; left:290px; top:55px; width:360px; height:30px;
	color:#666; list-style-type:none; margin:0; padding:0;
}
#ticker li { position:absolute; top:0; left:0; z-index:8; background-color:white; display:none }
#ticket li.last { z-index:9; display:inline; opacity:0.5 }
#ticker li.active { z-index:10; display:inline}
#ticker li a { color: #005889; text-decoration: none; font-weight: bold}
