/**
 * CSS style for iKlubovna user profile
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 29.6.2011
 */
.search-box {
    text-align: center;
}
.search-box form {
    float: none;
}

.last-users .face {
    height: 170px;
}

body#profile #content {
    position: relative;
    top: -22px;
    background: url('../../images/iklubovna/profily/bg.png') no-repeat;
}

.left-col h2, .right-col h2 {
    margin: 0 0 5px 10px;
}

/* General styles */

#user-card .left-col, #user-card .right-col {
    padding-bottom: 5px;
    overflow: auto;
}
#user-card .left-col a, #user-card .right-col a {
    color: #4f3a3a;
}
#user-card .left-col a:hover, #user-card .right-col a:hover {
    color: #9b5c5c;
}
#user-card .left-col {
    width: 298px;
    height: 211px;
    padding: 0 20px 50px 17px;
    background: url('../../images/iklubovna/profily/perg1.png') no-repeat;
    clear: both;
}
#user-card .right-col {
    width: 299px;
    height: 226px;
    padding: 10px 20px;
    background: url('../../images/iklubovna/profily/perg2.png') no-repeat;
}
#user-card .right-col .gray {
    color: #555555;
}
#user-card .label {
    float: left;
    width: 45%;
    margin-right: 8px;
    text-align: right;
    color: gray;
    clear: left;
}
#user-card .right-col .label {
    color: #444444;
}
#user-card .value {
    float: left;
    width: 50%;
}
#user-card .value.single {
    float: left;
    width: 90%;
    margin: auto;
    text-align: center;
}

/* Group specific styles */
#pg-header {
    width: 700px;
    height: 85px;
    margin-top: 35px;
    padding: 23px 30px 20px 70px;
    background: url('../../images/iklubovna/profily/header.png') no-repeat;
    background-color: transparent;
    line-height: 25px;
}
#pg-header h1 {
    margin: 0;
    border: none;
    font-size: 18px;
    color: #664444;
}
#pg-header h1 strong {
    color: black;
    font-size: 22px;
}

#header-tools {
    float: right;
    margin: 5px 50px;
    font-size: 0.9em;
}

#user-card .left-col#pg-basic2 {
    width: 312px;
    height: 114px;
    margin-top: 10px;
    padding: 40px 20px 20px 20px;
    background: url('../../images/iklubovna/profily/basic.png') no-repeat;
}

#user-card #pg-image {
    width: 260px;
    height: 186px;
    margin: 5px 30px 20px 400px;
    background: url('../../images/iklubovna/profily/photo-text.png') no-repeat;
    background-position: 155px 100px;
}
#user-card #pg-image img {
    width: 140px;
    height: 180px;
    padding: 2px;
    border-style: solid;
    border-color: #333333;
    border-width: 2px 4px 4px 2px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: white;
}
#user-card #pg-friends .value.single {
    padding: 0 10px;
    text-align: left;
}