/*
    This file is part of BibSonomy/PUMA CSL for WordPress.

    BibSonomy/PUMA CSL for WordPress is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    BibSonomy/PUMA CSL for WordPress is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with BibSonomy/PUMA CSL for WordPress.  If not, see <http://www.gnu.org/licenses/>.
 */
 
/* 
    Created on : 11.09.2014, 19:39:14
    Author     : Sebastian Böttger <boettger@cs.uni-kassel.de>
*/

.bibsonomycsl_tagcloud {
    text-align: center;
}

.bibsonomycsl_tagcloud_simplestyle a {
    line-height: 1.3em;
    margin: 0 0.2em;
}

.bibsonomycsl_tagcloud_buttonstyle a {
    margin: 5px; 
    background-color: #efefef; 
    padding: 0 0.5em; 
    border-radius: 4px; 
    border: 1px solid #ddd; 
    line-height: 20px; 
    display: block; 
    float: left; 
}

.bibsonomycsl_tagcloud_decoratedstyle > span {
    display: block; 
    margin: 5px; 
    float: left;
}
.bibsonomycsl_tagcloud_decoratedstyle > span > a {
    background-clip: border-box;
    color: #006699 !important; 
    float: left; 
    background: transparent url('../img/bg_tag_left.png') top left no-repeat; 
    padding: 4px 0px 6px 18px; 
    font-weight: 200; 
    font-size: 12px; 
    line-height: 12px !important;
    text-decoration: none;
}

.bibsonomycsl_tagcloud_decoratedstyle > span > a:hover {
    text-decoration: underline;
}

.bibsonomycsl_tagcloud_decoratedstyle > span > span {
    background-clip: border-box;
    display: block;
    float: left;
    padding: 2px 0px 6px 0; 
    background: transparent url('../img/bg_tag_right.png') top left no-repeat; 
    
    line-height: 12px;
    font-size: 12px;
    width: 9px;
}