/* Tags */
/* Module */
h1.tag_title{
    font-size: 34px;
    margin-bottom: 20px;
}

.popular_tags{
    margin-top: 15px;
}

.popular_tags a:link, .popular_tags a:visited{
    text-decoration:none;
    color: #21759b;
}

.popular_tags a:hover {
    color: #f1831e;
}

.popular_tags span {
    padding: 0 15px 10px 0;
}

.popular_tags .smallest {
    font-size: 12px;
}

.popular_tags .small {
    font-size: 18px;
}

.popular_tags .medium {
    font-size:24px;
}

.popular_tags .large {
    font-size:30px;
}

.popular_tags .largest {
    font-size:36px;
}

/* Widget */
.article_tags {
    width: 100%;
    background:#efefef;
    color:#8a8a8a;
    padding: 5px;
    border: 1px solid #a9a9a9;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.article_tags a:link, .article_tags a:visited {
    text-decoration:none;
    color: #333;
}

.article_tags a:hover {
    text-decoration: underline;
    color: #f1831e;
}

.article_tags span {
    padding: 4px;
}

.article_tags .smallest {
    font-size: 12px;
}

.article_tags .small {
    font-size: 14px;
}

.article_tags .medium {
    font-size:16px;
}

.article_tags .large {
    font-size:18px;
}

.article_tags .largest {
    font-size:20px;
}

#component{
	background:#fefefe;
	width:950px;
	float:left;
	text-align:left;
	border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 0 0 10px #bab9b9;
	-webkit-box-shadow: 0 0 10px #bab9b9;
	box-shadow: 0 0 10px #bab9b9;
	clear:both;
}

.wrapper {
padding: 20px;
}