/************************************************
*	Tag
************************************************/
.clearfix {
	height: 1%;
}

.tag {
	margin: 0;
	padding: 0;
	color: #999;
	display: inline;
}

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

.tag ul li {
	display: inline-block;
	list-style-type: none;
	background-image: none;
	padding: 0 0.5em;
}

.tag ul li a {
	display: inline;
	text-decoration: none;
	margin-bottom: 0; 
	text-transform: capitalize;
}

/*************************************************
*   Add Tags
**************************************************/
div.addtags {
	margin-top: 4px;
}

div.addtags a{
	color: red;
	text-decoration: none;
}

div.addtags a:hover {
	text-decoration: underline;
}

div.addtags a img {
	vertical-align: text-bottom;
}

div.addtags img {
	padding-right: 3px;
}

/************************************************
*	Tag Cloud
************************************************/
.tagCloud a {
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

.tagCloud a.tag1{
	font-size: 9px;
	color:brown;
}

.tagCloud a.tag2{
	font-size: 11px;
	color:green;
}
.tagCloud a.tag3{
	font-size: 13px;
	color:blue;
}

.tagCloud a.tag4{
	font-size: 14px;
	color:#FF3399;
}
.tagCloud a.tag5{
	font-size: 15px;
	color:purple;
}
.tagCloud a.tag6{
	font-size: 16px;
	color:yellow;
}
.tagCloud a.tag7{
	font-size: 18px;
	color:pink;
}
.tagCloud a.tag8{
	font-size: 19px;
	color:orange;
}
.tagCloud a.tag9{
	font-size: 20px;
	color:grey;
}
.tagCloud a.tag10{
	font-size: 22px;
	color:red;
}

/************************************** 
*Warnings 
***************************************/
div.warning {
	margin-left: 20px;
	margin-top: 10px;
}

div.warning h1 {
	line-height: normal;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: red;
}

div.warning h2 {
	text-align: center;
	line-height: normal;
	font-size: 150%;
	font-weight: bold;
}

/*****************************************************
*Joomla Tags
********************************************************/
div.joomlatags {
	margin-left: 220px;
	text-align: center;
	font-size: 9px;
	display: block;
	color: orange;
	padding: 4px;
}

/***************************************************************
*Add Tags
*******************************************************************/
.button2-left .add_Tags {
	background: url(../images/addTags.png) 100% 0 no-repeat;
}				
