﻿.officeFloatCol {
    margin-top: -20px;
    padding-left: 10px;
}

#officePageTabInformation #tabBodyMedia h2 /* office page media tab */ {
    padding-left: 1em; /* left padding for rounded */
    background: none;
    margin: 0;
}

#photos ul.horiz-inline img {
    clear: both;
    float: none;
    text-align: center;
}

#publication img {
    border: .1em solid #333;
}

div#publication span { /* name difference between members and office page */
    color: #999999;
    font-size: 90%;
    font-style: italic;
}

#publication span.filetype {
    font-size: 80%;
    font-style: normal;
}

#tabBodyMedia #publication ul.horiz-inline {
    margin-left: 1em;
}

#tabBodyLeadership img {
    border: 1px solid #000;
    width: 150px;
}

#tabBodyLeadership div.leadershipGallery {
    max-width: 750px;
    margin: 0 auto;
}

#tabBodyLeadership figure.image {
    display: block;
    float: left;
    text-align: center;
    width: 25%;
}

#officeMembers {
    width: 500px;
    margin: 0 auto;
}

    #officeMembers dl { /* office page members list */
        margin: 5px 0 10px 0;
    }

#officePageTabInformation .trackbox {
    float: right;
    width: 200px;
}

#officeMembers dt { /* office page members list */
    clear: left;
    float: left;
    padding-right: 5px;
    white-space: nowrap;
}
/*#officeMembers li {
	padding-left: 15px;
}*/
#officeMembers .left {
    padding: 1em 5px;
    padding-left: 15px;
    margin-bottom: 10px;
}

#sidebar ul {
    margin-left: 0;
}

#publication img {
    max-height: 120px;
}

#photos, #videos, #publication {
    clear: both; /*fix IE10 float issue when printing, did not work?*/
}