﻿.master_content {
    background-color: #f5f5f5;
    background-image: url('../../images/home/sp_bg_strip.gif'); 
}

.master_content .inner {
    background-image: url('../../images/home/dotted_line.gif');
}

/* LEFT COLUMN ******************************************************* */

.master_content_center {
    padding: 15px 15px;
    width: 160px;
}

.master_content_center a {
    color: #000;
}

.master_content_center li {
    font-size: 1.1em;
    margin: 0px 0px 0.6em;
}

/* CENTER COLUMN ***************************************************** */

.master_content_left {
    background-image: url('../../images/home/bg_gray_gradient_center.gif');
    background-position: top left;
    background-repeat: repeat-x;
    float: left;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 15px 20px;
    width: 467px;
}

.master_content_left h1, .master_content_left h2, .master_content_left h3 {
    color: #990610;
}

.master_content_left .module {
    line-height: 1.5em;
}

/* RIGHT COLUMN ****************************************************** */

.master_content_right {
    padding: 15px 20px;
    width: 222px;
}

.master_content_right .latest_in_sdsu .latest_story
{
    background-image: url('../../images/news/bg_center.gif');
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: none;
    clear: both;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px;
    position: relative;
}

.master_content_right .latest_story img
{
    border: solid 1px #CECECE;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 65px;
}

.master_content_right .latest_story_clear
{
    clear: both;
    height: 0px;
    overflow: hidden;
    width: 100%;
}

.master_content_right .latest_story_content
{
    color: #555;
    font-size: 95%;
    line-height: 110%;
    margin: 5px 5px 0px 75px;
}

.master_content_right .latest_story_content h2, .master_content_right .latest_story_content h3, .master_content_right .latest_story_content h4, .master_content_right .latest_story_content h5, .master_content_right .latest_story_content h6
{
    color: #555;
    font-size: 100%;
}

.master_content_right .latest_story_more
{
    display: none;
    font-weight: bold;
    font-size: 90%;
    margin: 5px 5px 0px 75px;
}

.master_content_right .latest_story_more a, .master_content_right .latest_story_more a:visited
{
    background-image: url('../../images/news/arrow_red.gif');
    background-position: 0px center;
    background-repeat: no-repeat;
    color: #000;
    font-size: 85%;
    padding-left: 10px;
}

.master_content_right .latest_story_more a:active, .master_content_right .latest_story_more a:hover
{
    background-image: url('../../images/news/gray-arrow.gif');
    background-position: 0px center;
    background-repeat: no-repeat;
    color: #B81C1D;
}

.master_content_right .latest_story_title {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0px 0px 0px 75px;
}

.master_content_right .latest_story_type {
    font-size: 0.9em;
    font-weight: bold;
    line-break: 1.1em;
    margin: 0px 0px 5px 75px;
}





