body{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
}
.main {
	width:800px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color:#007fdf;
}
a:visited {
	color:#007fdf;
}
.header h1{
	font-size: 1.25em;
	font-weight: 100;
}
.menu ul {
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu ul li {
	display: inline;
	margin: 0 20px 0 0;
	width: 25%;
}
.menu .selected {
	text-decoration: underline;
}
h2 {
	font-size:1.25em;
}
.headshot {
	float:left;
	width:33%;
}
.headshot img {
	width:240px;
}
.emphasis {
	font-weight:bold;
}
.publication {
	margin: 20px 0;
}
.publication .gili-author {
	font-weight:bold;
}
.publication .journal {
	font-style:italic;
}
.divider {
	width: 100%;
	/*border-top: dotted 1px rgba(100, 100, 100, 0.5);*/
	margin-top: 40px;
	padding-top: 20px;
	height: 40px;
}
.divider span {
	padding-top:20px;
}
.content {
	line-height:1.25;
	margin-top: 20px;
}
.outreach-title {
	display:block;
	font-style:italic;
}
.outreach-entry {
	margin-bottom: 20px;
}

.press-entry {
	margin: 20px 0px;
}

.press-publisher {
    font-style:italic;
}

.press-entry div {
    font-size:.9em;
}

.lab-member .name {
    font-weight:bold;
    display: block;
    text-align: center;
}
.alumni .lab-member .name {
    text-align: left;
}

.current .lab-member {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-bottom: 25px;
}

.current {
    text-align: center;
}
.alumni .lab-member {
    clear: both;
    display: block;
}

.alumni .lab-member .picture {
    margin-bottom: 20px;
    margin-right: 20px;
}

.lab-member .picture {
    height: 160px;
}

.logo {
    height: 125px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alumni .lab-member .picture {
     float: left;
}

.collaborators {
    clear:both;
    padding-top:10px;
}