@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body 
{
    width: 60%;
    max-width: 1200px;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding-bottom: 50px;
    color: #333333;
    font-family: 'PT Sans', sans-serif;
} 

html,body 
{
  height:100%;
}

.headshot
{
  float: right;
  border-radius: 10%;
  height: 200px;
  margin-left: 32px;
  margin-bottom: 16px;
}

.bio
{
  width: 100%;
}

.news
{
    max-width: 1200px;
}

.newstextcon 
{
  padding-top: .5em;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.newsdatecon 
{
  padding-top: .5em;
  float: left;
  width: 100%;
  position: relative;
  right: 80%;
}

.newsdate
{
  float: left;
  width: 20%;
  max-width: 100px;
  position: relative;
  left: 80%;
}

.newstext
{
  float: left;
  width: 80%;
  position: relative;
  left: 80%;
}

.section
{
  clear: both;
  padding-top: 15px;
  margin-bottom: -10px;
}

.me
{
    font-weight: bolder;
}

.title
{
    font-weight: bolder;
}

.award
{
    font-weight: bolder;
    color: #E86C4B;
}

.venue
{
    color: gray;
}

.authors
{
    color: #185A7C;
}

.preview {
  float: left;
  margin-right: 16px;
  margin-top: 2px;
}

.preview img {
  width: 128px;
  height: 64px;
  border-radius: 8px;
}

.pub {
  margin-top: 32px;
  padding-bottom: 8px;
}

.info {
  display: table-cell;
  line-height: 1.2em;
  width: 700px;
}

a {
  color: #6699CC;
  text-decoration: none;
}

a[href $='pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../figs/icon_pdf.gif) no-repeat center right;
}

a[href $='bib.txt'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../figs/icon_bibtex.gif) no-repeat center right;
}
