/*************************************************
 * Site Name: IU Template (Responsive)
 * 
 * Description: 600px stylesheet
 * Version: 1.0
 * Author: IU Communications 
 * Author URI: http://communications.iu.edu
 ************************************************/

/****************************************
 * Faculty/Staff Profile List
 ****************************************/

#content .profile-list li {
    padding-left: 110px;
}
#content .profile-list li img {
    margin-left: -110px;    
}


/****************************************
 * Event List
 ****************************************/

#content .events li .event-content {
    margin: 0 0 0 110px;
    overflow: hidden;   
}


/****************************************
 * Columns
 ****************************************/

#content div.columns {
    margin-right: -5%;
    overflow: hidden;
    position: relative;
    width: 105%;
    zoom: 1; /* IE has layout */    
}
#content div.column {
    float: left;
    margin-right: 5%;
    width: 45%; 
}


/****************************************
 * Containers
 ****************************************/
 
#content div.container[class~="column"] {
    width: 35.5%;   
}


/****************************************
 * Homepage
 ****************************************/

/*** Events List ***/

#home #content .events ul li .event-content {
    overflow: hidden;
    margin: 0 0 0 110px;    
}