#content.user { /* IE6 fails on #content.activity, #content.user, ... cascade in one style sheet */
    background: url(/images/css/frames.png) no-repeat -753px 18px;
}
#user {
    position: relative; /* put here, because IE 6 fails on <#user.dashboard>*/
    z-index: 99; /* IE 6 needs this */
    padding-top: 16px;
}
#user.vcard {
    padding-bottom: 20px;
}
#user #data .photo {
    float: left;
    margin: 0 8px 0 0;
}
#user #data p {
    margin: 3px 0 0;
}
#user.map #data p {
    margin: 4px 0 12px;
    line-height: 1.1; /* more consistent margins in SF for whatever reason */
}
#teaser {
    position: absolute;
    top: -15px;
    right: -35px;
    z-index: 99;
}
#teaser a {
    display: block;
    background: transparent;
}
#teaser form {
    position: absolute;
    top: 8px;
    right: 29px;
    overflow: hidden;
    width: 16px;
    height: 16px;
}
#teaser button span {
    display: block;
    padding: 0 0 0 30px; /* FF3 didn't like text-indent technique */
}

#messaging {
    overflow: hidden; /* clear inner floats */
}
#actions #messaging {
    padding-top: 1px;
}
#messaging li {
    float: left;
    margin: 0;
}
#messaging li a {
    display: block;
    overflow: hidden;
    width: 18px;
    height: 18px;
    background: url(/images/css/icons_messaging.png) no-repeat;
    text-indent: -100em;
}
li#aol a {
    background-position: 2px 2px;
}
li#email a {
    background-position: 1px -596px;
}
li#icq a {
    background-position: 1px -398px;
}
li#jabber a {
    background-position: 4px -298px;
}
li#mobile a, li#phone a {
    background-position: 4px -98px;
}
li#msn a {
    background-position: 1px -198px;
}
li#plazes-message a {
    background-position: 2px -696px;
}
li#skype a {
    background-position: 1px -498px;
}

#actions .relationship button {
    line-height: 1.4; /* SF2 needs this */
    text-align: left;
}

#infocrunch {
    line-height: 1.2;
}
#infocrunch p {
    margin: 6px 0 0;
}

#about {
    margin: 22px 0 0;
}
#summary, #hometown, #about #messaging {
    margin: 0 0 .75em;
}
#about #messaging dt {
    float: left;
    padding: 0 2px 0 0;
}
#web dl * {
    display: inline;
}

#map {
    border: 1px solid #ccc;
    height: 448px;
}
#map .processing {
    display: block;
    padding: 10px;
}

