/* ************************************* */
/* styles from Profile.template       */
/* ************************************* */
/* Fixes for the core theme */
#com_smf #profileview {
    padding: 1px;
    border: 1px solid #696969;
    background-color: #ECEDF3
    }
#com_smf #profileview h3 {
    padding: 0.5em
    }
#com_smf #profileview #basicinfo .content {
    padding: 0.7em 0 0.7em 0.7em
    }
#com_smf #profileview #detailedinfo .content {
    padding: 0.7em 1.2em
    }
/* The basic user info on the left */
#com_smf #basicinfo {
    width: 18%;
    float: left
    }
#com_smf #detailedinfo {
    width: 81%;
    float: right;
    border-left: 1px solid #696969
    }
#com_smf #basicinfo .content, #com_smf #detailedinfo .content {
    padding: 0px 10px
    }
#com_smf #basicinfo h4 {
    font-size: 180%;
    font-weight: 100;
    line-height: 105%;
    white-space: normal;
    overflow: hidden
    }
#com_smf #basicinfo h4 span.position {
    font-size: 65%;
    font-weight: 100;
    display: block
    }
#com_smf #basicinfo img.avatar {
    display: block;
    margin: 10px 0 0 0
    }
#com_smf #basicinfo ul {
    list-style-type: none;
    clear: both;
    margin: 10px 0 0 0
    }
#com_smf #basicinfo ul li {
    display: block;
    float: left;
    margin-right: 5px;
    height: 20px
    }
#com_smf #basicinfo span#userstatus {
    display: block;
    clear: both
    }
#com_smf #basicinfo span#userstatus img {
    vertical-align: middle
    }
#com_smf #detailedinfo div.content dl {
    clear: both;
    overflow: auto;
    margin: 0 0 18px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px #ccc solid
    }
#com_smf #detailedinfo div.content dt {
    width: 30%;
    float: left;
    margin: 0 0 3px 0;
    padding: 0;
    font-weight: bold;
    clear: both
    }
#com_smf #detailedinfo div.content dd {
    width: 70%;
    float: left;
    margin: 0 0 3px 0;
    padding: 0
    }
#com_smf #detailedinfo div.content dl.noborder {
    border-bottom: 0
    }
#com_smf #detailedinfo div.content dt.clear {
    width: 100%
    }
#com_smf .signature {
    overflow: auto
    }
#com_smf .signature h5 {
    font-size: 100%;
    margin-bottom: 5px
    }
/* Simple feedback messages */
#com_smf div#profile_error, #com_smf div#profile_success {
    padding: 1ex 2ex;
    border: solid;
    border-width: 1px 1px 0 1px
    }
#com_smf div#profile_error {
    border-color: red;
    color: red
    }
#com_smf div#profile_error span {
    text-decoration: underline
    }
#com_smf div#profile_success {
    border-color: green;
    color: green
    }

