.image-title {
    position: relative;
    border: 0;
    padding: 0;
    height: 200px;
    background: black;
}

.image-title-content {
    color: white;
    background: url('/img/gray-gradient.png') top;

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding-left: 5em;
    padding-bottom: 1.5em;
}

.image-title-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.image-title-content ul li {
    display: inline;
}

.image-title-content li + li::before {
    content: " | ";
}
.image-title-content a:visited {
    color: #337ab7;
}

.main-content {
    min-height: 32em;
}

footer {
    text-align: center;
}


/* "Borrowed" from @craigbuckler -- then tweaked to make mini:
   Source: http://cssdeck.com/labs/calendar-icon */
time.icon-mini
{
    font-size: 1em;
    display: block;
    position: relative;
    width: 5em;
    height: 5em;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

time.icon-mini *
{
    display: block;
    width: 100%;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon-mini strong
{
    position: absolute;
    top: 0;
    padding: 0.1em 0;
    color: #fff;
    background-color: #fd9f1b;
    border-bottom: 1px dashed #f37302;
    box-shadow: 0 2px 0 #fd9f1b;
}

time.icon-mini em
{
    position: absolute;
    bottom: 0.25em;
    color: #fd9f1b;
}

time.icon-mini span
{
    width: 100%;
    font-size: 2em;
    letter-spacing: -0.05em;
    padding-top: 0.65em;
    color: #2f2f2f;
}



.trip-program-entry {
    border-bottom: 1px solid #CCC;
    padding-bottom: 0.25em;
}
.trip-program-entry.first {
    border-top: 1px solid #CCC;
}

.trip-program-entry h4 {
    margin-top: 0.25em;
}

.trip-program-entry:hover {
    background-color: #f5f5ff;
}

.trips-calendar-table th {
    text-align: center;
}

.trips-calendar-table .trip {
    background-color: #eef;
}

.trips-calendar-table .social {
    background-color: #fee;
}

.trips-calendar-table .meeting {
    background-color: #fef;
}

.trips-calendar-table .visitor-welcome {
    background-color: #efe;
}

.trips-calendar-table .past {
    background-color: #eee;
}

.trip-program-entry.visitor-welcome {
    background-color: #efe;
}

.trip-program-entry.trip-status-cancelled {
    background-color: #ccc;
}

.trip-program-entry.trip-status-full {
    background-color: #fee;
}

.trip-program-entry.trip-status-tba {
    background-color: #ffd;
}

.trip-program-entry.trip-status-completed {
    background-color: #ddd;
}

.trip-program-entry.past {
    background-color: #ddd;
}


.form-dl {
    padding-bottom: 2em;
}

.form-dl dt {
    width: 25%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.3em;
    float: left;
    clear: left;
}
.form-dl dd {
    width: 75%;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.25em;
    float: left;
}

.form-dl-mini dt {
    width: 10%;
}
.form-dl-mini dd {
    width: 90%;
}

.form-control.has-error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.form-dl .last {
    padding-bottom: 2em;
}

.form-dl label sup {
    color: red;
    font-weight: bold;
}

hr {
    clear: both;
}

.active-link {
    font-weight: bold;
}

.debug-blue {
    border: 1px solid blue;
}
.debug-red {
    border: 1px solid red;
}
.debug-green {
    border: 1px solid green;
}
.radio-label {
    padding-right: 3em;
}
