/* generic to all profile views */
.profileImage {
    float: left;
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    border: 1px solid #0b7abc;
}

.extendedProfileLink, .permalink {
    text-decoration: none;
    border-bottom: 1px dotted #FFF;
    _border-bottom: 1px solid #FFF; /* IE6 */
    font-size: 10px !important;
}

.extendedProfileLink:hover {
    border-bottom: 1px solid #FFF;
    
}


#other-networks a, .other-networks a {
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
}

.delicious {
    background: #FFF url('../images/icon_delicious_16.png') 0 50% no-repeat;
}

.lastfm {
    background: #FFF url('../images/icon_lastfm_16.png') 0 50% no-repeat;
}

.twitter {
    background: #FFF url('../images/icon_twitter_16.png') 0 50% no-repeat;
}

.facebook {
    background: #FFF url('../images/icon_facebook_16.png') 0 50% no-repeat;
}

.linkedin {
    background: #FFF url('../images/icon_linkedin_16.png') 0 50% no-repeat;
}

.flickr {
    background: #FFF url('../images/icon_flickr_16.png') 0 50% no-repeat;
}

.profile {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

/* footer profiles */

#allProfilesFooter {
    clear: both;
    overflow: hidden;
    *margin: 0 0 10px 0;
}

#allProfilesFooter .profileBox {
    background: #2da8d4;
    padding: 10px;
    overflow: hidden;
    width: 323px;
    float: left;
    margin: 10px 10px 0 0;
    border-top: 1px solid #41c2e1;
    border-left: 1px solid #41c2e1;
    border-bottom: 1px solid #01395b;
    border-right: 1px solid #01395b;
}

#allProfilesFooter .profileImage {
    border-bottom: 1px solid #41c2e1;
    border-right: 1px solid #41c2e1;
    border-left: 1px solid #01395b;
    border-top: 1px solid #01395b;
    margin-right: 10px;
}

#allProfilesFooter .profile a, #allProfilesFooter .profile {
    color: #FFF;
}
/* sidebar profiles */

#secondary .profile {
    margin-left: 10px;
    float: right;
    width: 144px;
}

/* profile page */

#primary .profileImage {
    margin-right: 10px;
}

#primary .profile,
.profile-user-detail {
    float: left;
    width: 420px;
}

.profile-user-detail {
    margin: 0 0 0 74px;
    padding: 0 0 0 0;
    clear: both;
}

#primary .other-networks {
    float: right;
    width: 100px;
}


#primary .staffButton {
    background: url('../images/staffButton.png') 0 0 no-repeat;
    display: block;
    width: 159px;
    height: 24px;
    text-indent: -45660px;
}

#primary .staffButton:hover {
    background: url('../images/staffButton.png') 0 24px no-repeat;
}

/* staff list page */

#primary .profileBox {
    clear: both;
    overflow: hidden;
}