/*****************/
/* CONTENT ITEMS */
/*****************/

.item-container
{
  margin-bottom:10px;
  padding-bottom: 10px;
}

.item-container-last
{
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.item-image
{
	float: left;
	width: 186px;
}

.item-image img
{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #DBDBDB;
/*
  Now Uses RMagic for sizing. Left here "just in case". Remove if you don't like it.
	width: 160px;
	height:90px;
*/
}

.item-text
{
	float: left;
	width: 363px;
}

.item-text p
{
	margin: 0px;
	padding: 0px;
}

.item-text h4 a {
  color: #8DC0D7;
}


.topic-list a{
  padding-left: 1ex;
  color: #9ECDE0;
  text-decoration: none;
}

.topic-list a:hover {
  color: #325B93;
  text-decoration: underline;
}

/****************/
/* FILTER PANEL */
/****************/

table.filters{
  margin: 20px 0px 25px 50px;
  border-collapse:collapse;
  background-color: #F7F8F9;
  width: 495px;
}

table.filters tr{
  border: 0;
  vertical-align: top;
}

table.filters td{
  border: 0;
  text-align: left;
  padding: 5px 2px 5px 6px;
}

table.filters .filter-title{
  width: 8ex;
  font-size: 1.2em;
  background-color: #DADADA;
  color: #4B4B4B;
  padding: 10px 0.8em;
}

.filter-sub-title{
  color: #A0A0A0;
  font-weight: bold;
}

ul.filter-options {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display:inline;
}

.filter-options li{
  padding: 0 0.8ex;
  display:inline;
}

.filter-options li.selected{
  color: #325B93;
  font-weight: bold;
}

.filter-options li a{
  color: #9ECDE0;
  text-decoration: none;
}

.filter-options li a:hover {
  color: #325B93;
  text-decoration: underline;
}

.filter-sub-title {
  text-align:center;
}

/***************/
/* TOPIC CLOUD */
/***************/

#tag-cloud a {
  padding: 5px 5px;
  text-decoration: none;
}

#tag-cloud a:hover {
  text-decoration: underline;
}
