/* Global Styles */
img {
    border: 0;
}

.friend-pic {
    background-image: url('../images/char_bg.jpg');
    background-size: cover;
    background-position: center;
}

body {
    background-color: #E5E5E5;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
    /* Centers the main layout in older browsers */
}

a {
    color: #003399;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

table {
    font-size: 11px;
}

/* Layout Containers */
.main-container {
    width: 800px;
    background-color: #FFFFFF;
    text-align: left;
    /* Reset text align for content */
}

/* Header */
.header-bg {
    background-color: #003399;
    height: 30px;
}

.top-links {
    color: #FFFFFF;
    font-size: 9px;
    padding: 5px 10px;
}

.top-links a {
    color: #FFFFFF;
}

.navbar-bg {
    background-color: #6699CC;
}

.logo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.white-text {
    color: #FFFFFF;
    font-size: 10px;
}

.nav-links a {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    padding: 0 5px;
}

.nav-links a:hover {
    color: #003399;
}

/* Left Column Modules */
.left-module {
    margin-bottom: 20px;
}

.text-large {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #CC0000;
    font-weight: bold;
}

.profile-pic-container {
    padding: 10px;
}

/* Contact Box */
.contact-box {
    margin-bottom: 15px;
}

.header-orange {
    background-color: #FFCC99;
    color: #000000;
    font-weight: bold;
    padding: 3px 5px;
    font-size: 12px;
}

.header-blue {
    background-color: #6699CC;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px 5px;
    font-size: 12px;
}

.contact-box img {
    vertical-align: middle;
    margin-right: 5px;
    border: none;
}

/* URL & Interests */
.url-box,
.interests-box {
    margin-bottom: 15px;
}

.interest-label {
    font-weight: bold;
    background-color: #6699CC;
    color: #FFFFFF;
    width: 100px;
    padding: 3px;
}

/* Right Column */
.content-right-header {
    margin-bottom: 10px;
}

.text-orange-bold {
    color: #FF9933;
    font-weight: bold;
    font-size: 12px;
}

/* Footer */
.footer {
    font-size: 10px;
    color: #666666;
    text-align: center;
}

.footer a {
    color: #003399;
}

/* Audio Player Fixed */
.audio-player {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}