/*
-----------------------------------------------
base style
author:   douglas bowman
version:  14 Jan 2004
----------------------------------------------- */

/* ticker
----------------------------------------------- */

#ticker
{
	height: 160px;
	width: 160px;
	position: relative;
	overflow: hidden;
	padding-top:8px;
}

#ticker ul
{
	margin: 0;
	padding: 10px 8px 8px 8px;
	height: 110px;
	width: 140px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

#ticker li
{
	font-size: 10px;
	height:57px;
	display: block;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	clear: left;
	text-decoration: none;	
	padding-top:3px;
	padding-bottom: 3px;
	color: #1b2238;
	line-height: 16px;
}

#ticker li a
{
	color: #d67a28;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
}

#ticker li a:hover { text-decoration: underline; }


/* Explore blogs tab
----------------------------------------------- */

#ticker #recent-changes-box {
	 /* this has no visual effect other than squashing a redraw bug in IE5/Win */
	background:white;
	float:left;
	/* background-image: url(gui/img/carbonnews.gif);
	background-repeat: no-repeat;
	background-position: center top;*/
}

#ticker ul#recent-changes {
  float:left;
}

#ticker ul#of-note.yesscript {
  /* so we can animate the links flying out of the list */
  overflow:visible;
}

#ticker ul.yesscript li {
  display: none;
}