/**
* @version $Id: tag.css 127 2007-01-08 11:42:52Z  $
* @package Tags - More info at http://www.phil-taylor.com/Joomla_Components/Tags/
* @copyright Copyright (C) 2005 Blue Flame IT Ltd. All rights reserved.
* @author Phil Taylor me@phil-taylor.com
*/

ul#tags
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#tags li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}
ul#tags li a
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#tags li a { width: auto; }

ul#tags li a:hover
{
	color: #fff;
	background: #c64934;
}

/* cloud */
#tag-cloud {	
	text-align: center;
	line-height:19px;
	font-family:verdana, Arial, sans-serif;
	padding:0 10px;
	margin-bottom:8px;
}
#tag-cloud a {
	text-decoration:none;
}
.cloud0 {
	font-size:10px;
	padding-right:4px;
}
.cloud1 {
	font-size:14px;
	padding-right:4px;
}
.cloud2 {
	font-size:18px;
	padding-right:4px;
}
.cloud3 {
	font-size:20px;
	padding-right:4px;
}
.cloud4 {
	font-size:22px;
	padding-right:4px;
}
.cloud5 {
	font-size:24px;
	padding-right:4px;
}
.cloud6 {
	font-size:26px;
	padding-right:4px;
}
.cloud7 {
	font-size:28px;
	padding-right:4px;
}