/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
University Web Communications (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */

.header-background {
    background: #000 url("../images/vuheader-bg-1x.jpg") top center; background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .header-background {
        background-color: #669999;
		background-image: url("../images/vuheader-bg-2x.jpg");
        background-size: cover;
        text-shadow: 1px 1px 6px #111;
    }
}

.calendar-listing {
padding: 30px 0;
}
.calendar-listing li{
list-style-type:none;
padding: 4px 0;
border-bottom: 1px dotted #ddd;
}

.calendar-listing li a {
display: block;
border:0 !important;
padding: 8px;
}
.calendar-listing li a:hover {
background-color: #e6f4ff;
}

.calendar-listing li .title{
font-weight: 700;
font-size: 1.1em
}

body img{
	max-width: 100% !important;
	height: auto;
}