/* CSS Document */
	/* Phone */
	@import url("faculty-phone.css") only screen and (max-width:320px);
	/* Tablet */
	@import url("faculty-desktop.css") only screen and (min-width:321px) and (max-width:768px);
	/* Desktop */
	@import url("faculty-desktop.css") only screen and (min-width:769px);

.mainContent {
/*	width: 960%;
	*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
}



.headshot {
	padding-bottom:10px;
	margin: 0 auto;
	width:150px;
}

.nonSidebarContent .references {
    padding-left:15px;
	text-indent:-15px;
}

.nonSidebarContent h1 {
	font-family: Avenir, MuliRegular, LatoRegular, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-variant: small-caps;	
}
.nonSidebarContent ul li {
    list-style: disc outside none;
}
.nonSidebarContent ul {
    margin:0;
}