﻿/* Tag Styles */
.sidebarTagCloud
        {
            margin: 0px;
            padding: 0px;
            font-size: 90%;
            line-height: 200%;
            list-style-type: none;
            text-align: justify;
        }
        .tagSideBarHeader
        {
            height: 20px;
            margin-bottom: 0.8em;
            background: transparent url(graphics/header-icon.jpg) center left no-repeat;
        }
        .tagSideBarHeader h3
        {
            font-size: 1.3em;
            margin: 0 0 0 20px;
            color: #de7607;
            font-weight: bold;
            letter-spacing: -1px;
            text-align:left;
        }
        .sidebarTagCloud li
        {
            border-width: 0px;
        }
        .tag1, .tag2, .tag3, .tag4, .tag5, .tag6
        {
            margin: 0px;
            padding: 0px;
            display: inline;
        }
        .tag1 a:link, .tag1 a:visited, .tag1 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #04a;
            font-size: 160%;
            font-weight: 900;
        }
        .tag2 a:link, .tag2 a:visited, .tag2 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #05b;
            font-size: 145%;
            font-weight: 800;
        }
        .tag3 a:link, .tag3 a:visited, .tag3 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #06c;
            font-size: 130%;
            font-weight: 600;
        }
        .tag4 a:link, .tag4 a:visited, .tag4 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #17d;
            font-size: 120%;
            font-weight: 500;
        }
        .tag5 a:link, .tag5 a:visited, .tag5 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #28e;
            font-size: 110%;
            font-weight: 300;
        }
        .tag6 a:link, .tag6 a:visited, .tag6 a:active
        {
            margin-right: 6px;
            text-decoration: none;
            color: #39f;
            font-size: 100%;
            font-weight: 200;
        }
        .tag1 a:hover, .tag2 a:hover, .tag3 a:hover, .tag4 a:hover, .tag5 a:hover, .tag6 a:hover
        {
            text-decoration: underline;
        }

