/* -------------------------------------------------------------------
	John add this to override main site styles to drop right column
	you'll have to add people class to body in template
------------------------------------------------------------------- */
body.people div#Mainpeople {	
	height: 100%;
	float: left;	
	margin-right: 1px;
	min-height: 500px;
	padding: 0 25px 0 20px;
}


body.people div#Subordinate{
	padding: 0;
	float: right;
	margin-left: -1px;
	min-height: 500px;	
	width: 1px;
	margin-top: 0;
}

ul.demo { color: #4EAC00; list-style: square; padding: 10px 19px;}

h1 {
    font-size: 1.5385em;
}
h1, h2, h3, h4, h5, h6 {
    color: #0081CA;
    font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif;
    font-style: oblique;
    font-weight: bold;
    margin-left: -6px;
    padding-left: 22px;
}

div h3 a {
  background: url("sprite.png") 0 13px no-repeat;
  padding: 10px;
  padding-left: 20px;
}

div h3.open a { background-position: 0 -25px; }

div.peoplepagestoggler h3:last-child { visibility: hidden; }

div.peoplepagestoggler { margin-left: 10px; }

a, a:visited {
    color: #1777AF;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #1777AF;
    outline: medium none;
    text-decoration: underline;
}
a:active, a:focus {
    color: #999999;
    outline: medium none;
}

p {
    font-size: 1em;
    margin: 1.429em 20px 1.42857em 0;
}

.pure-form-stacked input[type="text"], .pure-form-stacked input[type="password"], .pure-form-stacked input[type="email"], .pure-form-stacked input[type="url"], .pure-form-stacked input[type="date"], .pure-form-stacked input[type="month"], .pure-form-stacked input[type="time"], .pure-form-stacked input[type="datetime"], .pure-form-stacked input[type="datetime-local"], .pure-form-stacked input[type="week"], .pure-form-stacked input[type="number"], .pure-form-stacked input[type="search"], .pure-form-stacked input[type="tel"], .pure-form-stacked input[type="color"], .pure-form-stacked select, .pure-form-stacked label, .pure-form-stacked textarea {
margin-right:20px;
}

.fyi {
	font-style:italic;
	color: #979797;
	margin: 30px 0 -10px 14px;; 
}

div.extra h3 { color: #4DAC00; }


div.personal, div.biography {
	/*john added css for div*/
	float: left;
	clear: both;
	width: 100%;
}

div.personal img.right {
	/*john removed absolute positioning elements which kill the float*/
    float: right;
	width: auto;
	max-height: 150px;
	margin: -30px 20px 10px 10px;
}

div.personal ul {
	float:left;
    list-style-type: none;
    margin: 1.42857em 30px 1.42857em 0;
    padding-left: 15px;
    list-style-type: none;
}

.strongtitle, #professional_title {
	font-weight: bold;
}

#introduction {
	padding-left: 16px;
}

#biography { 
	padding-left: 20px;
}

#research_interests, #projects, #professional_activities, #publications, #presentations, #awards, #links {
	padding-left: 35px; }

.backbutton{
    margin: 3em 0 0.5em;
    font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman",'TeXGyreHerosRegular',"Helvetica","Tahoma","Geneva","Arial",sans-serif;
    font-style: oblique;
    font-weight: bold;	
}

.backbutton a{
    font-size: 1.4em;
    text-decoration:underline;
    padding-left: 5px;
    color: #0081CA;
}

.fa-phone {
	padding-right: 6px;}


.highlighter {
	background-color: #fff2a8;
}



