/* 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;
}

/* Added by FY @ 30th Dec 2013 */
a, a:link {
    color: #1068ac;
    text-decoration: none;
    font-weight: 700;
}
a:hover {
    color: #12446a;
    text-decoration: underline;
}
a:visited {
    color: #12446a;
    font-weight: 400;
}
.content1 ul li{
    background: url('images/bullet-blue.png') no-repeat 0 6px;
    padding-left: 15px;
    margin-bottom: 8px;
}