/*
	ArticleCategories.css
	TemplateName: ObjectWeb-Base
	Copyright (c) 2009, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Background-Tag
------------------------------------------------------------------------------------------------- */
.article-category .background-tag a {
   background-image: url("Images/ArticleCategoriesTag.png");
   background-position: right center;
   color: #FFFFFF;
   display: inline-block;
   font-size: 12px;
   line-height: 20px;
   margin-bottom: 5px;
   padding: 0 15px 0 5px;
}

.article-category .background-tag a:hover,
.article-category .background-tag a.active {
   background-image: url("Images/ArticleCategoriesTagActive.png");
   font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------- */



/* Tag Cloud
------------------------------------------------------------------------------------------------- */
.article-category .cloud-tag a {
   font-size: 12px;
}

.article-category .cloud-tag a.level1 {
   font-size: 32px;
}

.article-category .cloud-tag a.level2 {
   font-size: 22px;
}

.article-category .cloud-tag a.level3 {
   font-size: 18px;
}

.article-category .cloud-tag a.level4 {
   font-size: 15px;
}

.article-category .cloud-tag a.level5 {
   font-size: 12px;
}

.article-category .cloud-tag a:hover,
.article-category .cloud-tag a.active {
   font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------- */
