.node-faculty-profile h1{
    font-size: 1.4em;
    margin-bottom:0;
}
.node-faculty-profile h1 a{ text-decoration: none; }
.orclabel{
    font-weight: bold;
}
.officetitle{
    display:none;
}
.ku_addresses .officetitle{
    display:block;
}
.node-faculty-profile .leftcolumn{
    width: 180px;
    margin-right:15px;
}
.officetitle{
    margin-top:10px;
}
.ku_addresses .ku_address1, .ku_addresses .ku_address2{
    float:left;
    width: 200px;
}
.node-type-faculty-profile div.biography{
    margin:.75em 0;
}
.node-faculty-profile  img{
    width:100%;
}   
.node-faculty-profile .leftcolumn img{
    margin-bottom:20px;
}   
.node-faculty-profile .leftcolumn .field-name-field-picture{
    margin-bottom:20px;
}
.node-faculty-profile .content{
    clear: both;
    border-top: 1px solid #cccccc;
}
.node-faculty-profile #showSelectedPubs,
.node-faculty-profile #showAllPubs{
    font-weight:bold;
    font-style:italic;
}
.node-faculty-profile .clearSection{
    margin-bottom:20px;
}
.node-faculty-profile .field-name-field-shortsummary{
    margin:20px 0;
}
.node-faculty-profile .video{
    margin-top:20px;
}
.node-faculty-profile .video iframe{
    width:100%;
    padding-bottom:20px;

}
.field-name-field-links ul{
    margin-top:0;
}
.field-name-field-links ul li{
    margin-left: 0;
    padding-left: 0;
}

.node-faculty-profile .file-links img{
    width: auto !important;
    height: auto !important;
    margin-bottom:5px;
}
.node-faculty-profile .file-links .field-items{
    text-indent: -20px;
    margin-left:20px;
}
.node-faculty-profile .file-links .field-item{
    padding:0 0 10px 0;
}
.node-faculty-profile .file-links .field-item:last-child{
    padding-bottom:5px;
}
.node-faculty-profile header{
    clear:both;
}
.node-faculty-profile section.descriptions{
    border-top: 1px solid #ccc;
    clear:both;
}

.node-faculty-profile h4{
    font-style: normal;
    font-weight: bold;
    margin:1em 0 0;
}

.node-faculty-profile .personal-links ul li{
    list-style-image: url(/sites/all/themes/ku_shared/images/external.gif);
}

@media all and (min-width: 320px) {
    .node-faculty-profile .leftcolumn{
        float: none;
    }
}

@media all and (min-width: 480px) {
    .node-faculty-profile .leftcolumn{
        float: left;
    }
}

@media all and (min-width: 960px) {
    .node-faculty-profile .rightcolumn{
        width: 380px;
        float: left;
    }    
}
@media all and (min-width: 1200px) {
    .node-faculty-profile .rightcolumn{
        width: 460px;
        float: left;
    }
    #block-ku-leftnav-ku-leftnav-block + #block-system-main .node-faculty-profile .rightcolumn{
        width: 420px;
    }
}