
/* style resets */
#content{
    width: 630px;
    float: left;
}

#calendar-tile{
    display: none;
}

a{ color: #E7B74A; }
a:hover{ color: #E7B74A; text-decoration: none; }

/* feature show */
#feature_show{
    color: #fff;
    background: url(background-gradient-large.png) no-repeat scroll 0 0;
    min-height: 1px;
    position: relative;
    padding: 8px 8px 0;
    height:680px;
}

#feature_show .header-image {
    border: 1px solid #bda891;
    margin: 0 0 19px;
}

.content-title{
    background: url(title-background.png) no-repeat;
    background-position: bottom left;
    margin: 0 0 20px -30px;
} * html .content-title{ background: #E9DAB6;}

#feature_show .content-title h1 {
    padding: 0 0 0 70px;
    margin: 0px;
}

#feature_show .description{
    padding: 0 40px;
}

#feature_show .larger{
    font-size: 14px;
    padding: 5px 10px;
}


/* secondary shows */
.secondary_show{
    color: #fff;
    padding: 8px 8px 10px;
}

.secondary_show img{
    border: solid 1px #bda891;
    margin: 0 0 10px;
}

.secondary_show a strong{
    font-size: 14px;
    color: #fff;
}

.secondary_show a:hover strong{
    color: #EFB720;
}
