/* styles for the left column
 * adding this stylesheet adds all of the styles
 * necessary for creating the left column */


/* class styles */

.bold {
    font-weight: bold;
    }

/* id styles */

#left_column {
    color: #124;
    float: left;
    height: 100%;
    padding-left: 10px;
    padding-top: 24px;
    position: relative;
    width: 160px;
    }

#left_column .link_category {
    display: block;
    }

#left_column .sublinks {
    margin-top: -14px;
    margin-left: 16px;
    }

#left_column_shadow {
    background-image: url('../images/bg_left_shadow.png');
    height: 180px;
    left: 170px;
    position: absolute;
    width: 7px;
    }

#left_column #cse_search_input {
    width: 140px;
    }

#left_column #current_title {
    font-size: 16px;
    font-variant: small-caps;
    }

#left_column #flash_player {
    margin-left: 10px;
    padding-top: 6px;
    }

#left_column #podcast_links {
    margin-left: -10px;
    padding-top: 6px;
    padding-bottom: 120px;
    }

#mediaPlayerInstructions {
    color: #333;
    font-size: 10px;
    }

#podcast_links img {
    vertical-align: middle;
    }

#podcast_links a {
    display: block;
    padding-left: 10px;
    }

#podcast_links a:hover {
    background-color: #e8f6ff;
    color: #123;
    text-decoration: none;
    }
