/*Styles out Tag Term styles for: Divisions Stories, Humanities Stories, News Article Stories, Related Articles Author, Humanities Classics page

/****************** Tag list styles******************/
#terms {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
}
#terms-inner {
/*
	background: #f6f6f6;
	border: 1px solid #f0f0f0;
*/
	float: left;
	padding:4px 4px 4px 0;
	width: 99%;
}
#terms strong {
    color: #777777;
    display: inline;
    float: left;
    margin: 2px 0;
    text-transform: uppercase;
}
/*
#terms p {
	margin-bottom: 0;
}
*/

/* #terms p, */
#terms li a {
	color: #888;
/* 	display: inline; */
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
    margin-top: 0;
	text-transform:capitalize;
}
#terms-inner ul.links{
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: bottom;
    width: 100%;
}
.sitewide-terms #terms-inner ul.links{
    width: 87%;
}

.humanities-terms #terms-inner ul.links{
    width: 87%;
}

#terms-inner ul.links li{ 
	float: left;
    margin-bottom: 2px;
    padding: 0 2px 0 0;	
}
#terms li a {
	background: #f6f6f6;
/* 	display: inline; */
	margin: 0 2px 2px 0;
	padding: 3px 6px 2px 6px;
	border-radius: 5px 5px 5px 5px;
}

#terms li.last a {
	margin: 0 0 2px 0;

}


#terms li a:hover {
	background: #888;
	color: #fff;
	text-decoration: none;
}
