.icon
{
	width: 50px;
	height: 50px;
	cursor: pointer;
}


.item_name, .item_name a:link, .item_name a:visited, .welcome
{
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	width: 325px;
	color: #924506;
	background-color: #FFF;
	font-family: georgia, serif;
	overflow: hidden;
}


.item_description
{
	font-size: 15px;
	font-weight: 300;
	padding-top: 5px;
}


.item
{
	padding: 10px 0px 10px 0px;
	width: 465px;
	background-color: #fff;
	color: #000;
	margin: 0px auto;
	margin-bottom: 10px;
}


.item_content
{
	background-color: #FFF;
	color: #000;
	padding: 0px 10px 0px 10px;
	min-height: 50px; /* the height of the icons */
}


.related_link
{
	font-size: 9px;
}


.vote, .action_icon
{
	font-size: 9px;
	border: 0px;
	display: inline;
	cursor: pointer;
}

