/************************************************
*	Tag
************************************************/
.clearfix {
	height: 1%;
}

.tag {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	display: inline;
}

.tag ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tag ul li {
		margin: 3px;
		display: -moz-inline-stack;
		display: inline-block;
		border: 1px solid;
		zoom: 1;
		*display: inline;
		list-style-type: none;
		background-image: none;
		padding: 0 0.5em;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-color: #999999;
		background-color: #D8D8D8;
}
.tag ul li:hover {
	border-color: #000;
	-webkit-box-shadow: 0px 0px 3px #333333;
	-moz-box-shadow: 0px 0px 3px #333333;
	box-shadow: 0px 0px 3px #333333;
}
.tag ul li a {
	display: inline;
	text-decoration: none;
	margin-bottom: 0; 
	text-transform: capitalize;
	color: #333 !important;
	font-weight: bold;
}

/*************************************************
*   Add Tags
**************************************************/
div.addtags {
	margin-top: 4px;
}

div.addtags a:link {
	color: red;
	text-decoration: none;
}

div.addtags a:visited {
	color: red;
	text-decoration: none;
}

div.addtags a:hover {
	color: red;
	text-decoration: underline;
}

div.addtags a:active {
	color: red;
	text-decoration: none;
}

div.addtags a img {
	vertical-align: text-bottom;
}

div.addtags img {
	padding-right: 3px;
}

/************************************************
*	Tag Cloud
************************************************/
.tagCloud {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	display: inline;
}
.tagCloud ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.tagCloud ul li {
	margin: 3px;
	display: -moz-inline-stack;
	display: inline-block;
	border: 1px solid;
	zoom: 1;
	*display: inline;
	list-style-type: none;
	background-image: none;
	padding: 0 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-color: #999999;
}
.tagCloud ul li:hover {
	border-color: #000;
	-webkit-box-shadow: 0px 0px 3px #333333;
	-moz-box-shadow: 0px 0px 3px #333333;
	box-shadow: 0px 0px 3px #333333;
}
.tagCloud ul li a {
	display: inline;
	text-decoration: none;
	margin-bottom: 0; 
	text-transform: capitalize;
	color: #333 !important;
	font-weight: bold;
}

.tagCloud a.tag1:link {
	font-size: 11px;
}

.tagCloud a.tag1:visited {
	font-size: 11px;
}

.tagCloud a.tag1:hover {
	font-size: 11px;
}

.tagCloud a.tag2:link {
	font-size: 12px;
}

.tagCloud a.tag2:visited {
	font-size: 12px;
}

.tagCloud a.tag2:hover {
	font-size: 12px;
}

.tagCloud a.tag3:link {
	font-size: 13px;
}

.tagCloud a.tag3:visited {
	font-size: 13px;
}

.tagCloud a.tag3:hover {
	font-size: 13px;
}

.tagCloud a.tag4:link {
	font-size: 14px;
}

.tagCloud a.tag4:visited {
	font-size: 14px;
}

.tagCloud a.tag4:hover {
	font-size: 14px;
}

.tagCloud a.tag5:link {
	font-size: 15px;
}

.tagCloud a.tag5:visited {
	font-size: 15px;
}

.tagCloud a.tag5:hover {
	font-size: 15px;
}

.tagCloud a.tag6:link {
	font-size: 16px;
}

.tagCloud a.tag6:visited {
	font-size: 16px;
}

.tagCloud a.tag6:hover {
	font-size: 16px;
}

.tagCloud a.tag7:link {
	font-size: 17px;
}

.tagCloud a.tag7:visited {
	font-size: 17px;
}

.tagCloud a.tag7:hover {
	font-size: 17px;
}

/************************************** 
*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;
}												