/**
 * .presentor
 */

.presentor-wrapper {
    position: relative;
    display: inline-block;
    *display: inline; /** FIX - Convert "inline-block" to "inline" for IE6 & IE7 */
    zoom: 1;
    width: 47%;
    margin-right: 2.465%;
    overflow: hidden;
    vertical-align: top;
}

#home .presentor-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
}

.presentor-wrapper h2 {
    display: none;
}

.presentor-wrapper h3 {
    margin-bottom: 0;
    padding: 5px 10px 3px;
    font-size: 1.1em;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background-color: #00a6b7;
}

.presentor-wrapper img {
    width: 100%;
}

#home .presentor-wrapper h3 {
    padding: 6px 20px 5px;
    font-family: "pt_sansbold", "Trebuchet MS", Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.5em;
}

.presentor-wrapper a {
    display: none;
}

.show-presentor-link .presentor-wrapper a {
    display: block
}

@media screen and (min-width:600px) {
    .presentor-wrapper {
        width: 30%;
    }
}

@media screen and (min-width:900px) {
    .presentor-wrapper {
        width: 22%;
        margin-right: 3.8%;
    }

    .presentor-wrapper:nth-child(4n+5) {
        margin-right: 0;
    }

}