

.blurbBox{
    z-index:100;
    float:left;
    width: 100%;
    background: #eeeeee;
    min-height:232px; 
    padding-bottom: 19px;
}

.blurbPhoto{
    position:relative;
    width:auto;
}

.blurbExpander{
    z-index:100;
    position:absolute;
    xwidth:213px;
		width:100%;
    top:223px;
}

.blurbExpander .expanderExcerpt{
    width:auto;
    background-color:#eeeeee;
    height: 0px;
    overflow:hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;
    line-height:1.4em;
    color: #666;
}

.blurbExcerptText{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size:12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #010101;
}

.blurbExcerptText span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;
    line-height:1.4em;
    color: #545454;
}

#blurbThumbnail{
    margin-left:auto;
    margin-right:auto;
    clear: both;

}
.blurbEventHead{
    margin: 10px 20px 0px 20px;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #010101;
}

.blurbEventSubhead{
    margin: 4px 20px 0px 20px;
    text-align:left;
    font-family: Helvetica;
    font-size: 12px;
    color: #000;
    font-style: italic;
}

.blurbLink
{
    text-decoration: none;
    border: 0px;
    cursor:pointer;
    background-color: #fff;
}

.blurbLink img {
    margin: 0px !important;
}

.expanderTopStripe {
background-color: #FFF;
background: url('../images/entry-top-bg.png') repeat-x top left;
overflow: hidden;
width: inherit;
height: 1px;
}

.expanderBottomStripe {
background-color: #FFF;
margin-top: 3px;
background: url('../images/entry-bottom-bg.png') repeat-x top left;
overflow: hidden;
width: inherit;
height: 9px;
}