/*
 Theme Name:     #ANCHORDOWN Child - Arts and Events
 Description:    Arts & Campus Events
 Author:         Vanderbilt Web Communications
 Author URI:     http://web.vanderbilt.edu
 Template:       ANCHORDOWN-Vanderbilt
 Version:        1.0.0
*/

/* additional CSS */

.vu-arts-event-title {
    text-align: center;
}

.feature-twitter-box a {
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;

    margin-bottom: 10px;
}

#feature-rite-of-spring a{

    background-color: #3b4cd8;
    color: white;
    display: block;
    width: 100%;
    border-bottom: none;
}

#feature-rite-of-spring a:hover {
    text-decoration: none;
    color: #bdbfd5;
    border-bottom: none;
}

#feature-rite-of-spring a:visited {
    text-decoration: none;

    border-bottom: none;
}


#feature-vu-programming-board a{

    background-color: #000;
    color: white;
    display: block;
    width: 100%;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
}

#feature-vu-programming-board a:hover {
    text-decoration: none;
    color: #a28448;
    border-bottom: none;
}

#feature-vu-programming-board a:visited {
    text-decoration: none;

    border-bottom: none;
}

#feature-comodore-quake a{

    background-color: #a28448;
    color: white;
    display: block;
    width: 100%;
    border-bottom: none;

}

#feature-comodore-quake a:hover {
    text-decoration: none;
    color: #dcd5c6;
    border-bottom: none;
}

#feature-comodore-quake a:visited {
    text-decoration: none;

    border-bottom: none;
}


.feature-twitter-box iframe {
    border: 1px solid #edecea !important;
    border-radius: 4px;
}