﻿/* Side Text */

div.read, div.new, div.edited {
    background-repeat: no-repeat;
    position: absolute;
    width: 19px;
    height: 83px;
}

div.read {
    background-image: url('article.png');
}

div.new {
    background-image: url('new.png');
}

div.edited {
    background-image: url('edited.png');
}

a.column-article div.read, a.column-article div.new, a.column-article div.edited {
    margin-left: 196px;
}

/* Stránkování */

#control3 {
    margin-left: 10px;
    border-top: solid 1px #a0a0a0;
    padding-top: 10px;
}
        
#control3 div.button {
    background-image: url('pages.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    text-shadow: 0px 1px 0px #d0d0d0;
}
        
#control3 div.button:hover {
    color: #ffffff;
    background-position: center bottom;
    text-shadow: 0px 1px 1px #808080;
}

#control3 #rss {
    background-image: url('rss.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 38px;
    height: 38px;
    float: right;
}

#control3 #rss:hover {
    background-position: center bottom;
}

#control3 #twitter {
    background-image: url('twitter.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 38px;
    height: 38px;
    float: right;
}

#control3 #twitter:hover {
    background-position: center bottom;
}

#control3 #copy {
    float: right;
    font-size: 0.8em;
    color: #808080;
    margin: 12px 20px 0px 0px;
}

 #control3 #feedback {
    cursor: pointer;
    float: right;
    margin-right: 5px;
    font-size: 0.8em;
    color: #808080;
    margin: 12px 20px 0px 0px;
}

#control3 #feedback:hover {
    color: #000000;
}

#control3 #gesture {
    background-image: url('mouse-gesture.png');
    background-repeat: no-repeat;
    width: 67px;
    height: 41px;
    float: left;
    margin-left: 5px;
}

#pages {
    height: 38px;
}

#pages > div {
    background-image: url('pages.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 38px;
    height: 38px;
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    text-shadow: 0px 1px 0px #d0d0d0;
}

#pages > div:hover {
    color: #ffffff;
    background-position: center bottom;
    text-shadow: 0px 1px 1px #808080;
}

/* Upravený článek */

article > p.updated {
    padding: 6px 6px 18px 6px;
    background-image: url('updated.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
}

/* Starý figure */

.gray {
    background-color: #f7f7f7;
    border: solid 1px #d4d5d5;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 10px auto;
    font-size: 0.8em;
    color: #606060;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.gray img {
    padding-bottom: 5px;
}
