/* profile.css - extra styles for the about/profile page
   added this later when i learned about gradients, sorry css.css */

.profileHeaderTable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.profilePicCell {
    width: 150px;
    text-align: center;
    vertical-align: top;
    padding: 6px;
}
.profilePicFrame {
    width: 130px;
    height: 130px;
    background: repeating-linear-gradient(-45deg,#3399cc,#3399cc 6px,#003366 6px,#003366 12px);
    border: 4px double #ff66cc;
    margin: 0 auto;
    text-align: center;
    line-height: 130px;
    font-size: 48px;
}
.statusPill {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 10px;
    font-weight: bold;
}
.statusOnline { background-color: #33ff33; color: #000; }
.statusAway { background-color: #ffcc00; color: #000; }
.statusHiding { background-color: #999; color: #000; }
.statusSwimming { background-color: #33ccff; color: #000; }

dl.infoList dt {
    color: #ff66cc;
    font-weight: bold;
    float: left;
    width: 160px;
    clear: left;
}
dl.infoList dd {
    margin-left: 170px;
    margin-bottom: 4px;
}

.funFactBox {
    border: 2px dotted #ffff00;
    background-color: #002244;
    padding: 6px;
    margin-bottom: 8px;
}
.funFactBox b { color: #ffff00; }

.lyricScroller {
    background-color: #000;
    color: #ff00ff;
    padding: 4px;
    font-family: "Courier New", monospace;
    border: 1px solid #ff00ff;
}
