@charset "utf-8";

/***********************************************************
*
*  Style Sheet for Geeklog Tag plugin
*
*  @tip      All classes and IDs starting with
*            'b_' are used only in site blocks.
*
*  @caution  public_html/layout/your_theme/tag.css will
*            be preferred to this file, if it exists.
*
************************************************************
*/

/**
* Link text of tags in articles
*/
a.tag_link,
a.tag_link:visited
{
    color: #105CB6;
    text-decoration: none;
}

a.tag_link:hover
{
    color: #3388FF;
    text-decoration: underline;
}

/**
* Tag container displayed in public_html/tag/index.php
*/
div#tag_container
{
    color: black;
    background-color: white;
    text-decoration: none;
}

div#tag_cloud_container
{
    padding: 10px;
    border: solid 3px #DDD;
    line-height: 2em;
    margin: 5px 0;
    background-color: #F8F8F8;
}

div#b_tag_cloud_container
{
    text-align: center;
/*
    padding: 5px;
    border-left: solid 1px #3366cc;
    border-top: solid 1px #3366cc;
    border-right: solid 2px #333399;
    border-bottom: solid 2px #333399;
    line-height: 2em;
    margin-bottom: 5px;
*/
}

div#tagged_items_container
{
    padding: 5px;
}

li.tagged_item
{
    margin-bottom: 5px;
}

div#tagged_item a,
div#tagged_item a:visited
{
    color: black;
    text-decoration: none;
}

div.related_tags a,
div.related_tags a:visited
{
    font-size: 0.9em;
    background-color: white;
    color: black;
    text-decoration: none;
    border-bottom: solid 1px #999999;
}

div.related_tags a:hover
{
    color: white;
    background-color: #3388FF;
}

.icon_tag_blue
{
    background: url(images/tag_blue.gif) 0pt 50% no-repeat;
    padding: 2px 0 0 20px;
}

/**
* Set styles of tag clouds separately
*
* @note If you would like to define styles of tag clouds differently
*       in public_html/tag/ and site block, define
*
*       div#tag_cloud_container a.tag_lvx {
*       }
*
*       div#b_tag_cloud_container a.tag_lvx {
*       }
*
*       instead of defining
*
*       div#tag_cloud_container a.tag_lvx,
*       div#b_tag_cloud_container a.tag_lv0
*       {
*       }
*
*/

a.tag_lv0,a.tag_lv1,a.tag_lv2,
a.tag_lv3,a.tag_lv4,a.tag_lv5,
a.tag_lv6,a.tag_lv7,a.tag_lv8,
a.tag_lv9 {
    margin: 0 0.2em;
    line-height:1.5em;
    white-space: nowrap;
}

a.tag_lv0 {font-size: 0.8em; color: #999999;}
a.tag_lv1 {font-size: 1.1em; color: #777777;}
a.tag_lv2 {font-size: 1.2em; color: #555555;}
a.tag_lv3 {font-size: 1.2em; color: #555555;}
a.tag_lv4 {font-size: 1.3em; color: #555555;}
a.tag_lv5 {font-size: 1.3em; color: #444444;}
a.tag_lv6 {font-size: 1.4em; color: #444444;}
a.tag_lv7 {font-size: 1.5em; color: #444444;}
a.tag_lv8 {font-size: 1.5em; color: #444444; font-weight: bold}
a.tag_lv9 {font-size: 1.6em; color: #444444; font-weight: bold}

/*
a.tag_lv0:visited,
a.tag_lv1:visited,
a.tag_lv2:visited,
a.tag_lv3:visited,
a.tag_lv4:visited,
a.tag_lv5:visited,
a.tag_lv6:visited,
a.tag_lv7:visited,
a.tag_lv8:visited,
a.tag_lv9:visited {
}

a.tag_lv0:hover,
a.tag_lv1:hover,
a.tag_lv2:hover,
a.tag_lv3:hover,
a.tag_lv4:hover,
a.tag_lv5:hover,
a.tag_lv6:hover,
a.tag_lv7:hover,
a.tag_lv8:hover,
a.tag_lv9:hover {
}
*/

/**
* For displaying tag menu
*/

div#tag_menu
{
}

div#tag_menu_container
{
}

div#tag_menu_body
{
    line-height: 1.5em;
}

div#tag_menu_body li a
{
}

