@charset "UTF-8";
/********************************************************************
   Christopher Potts. Stanford Linguistics
   Created 2009-08-17. Last updated 2009-08-17.
********************************************************************/

body  {
	font: 100% Georgia, Times, serif;
	background: #FFFFFF;
	margin: 1em;
	padding: 0;
	text-align: center;
	color: #3C3623;
}

a {
	color: #005758;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #005758;
	text-decoration: none;
}

h1{
	font-size: 160%;
}
h2{
	font-size: 140%;
}
h3{
	font-size: 100%;
}

.code dd {
	margin: 10px 0px 10px 20px;
}

a.data, a.code, a.codedata {
    color:#6898CE;
}

a:hover.data  {
    background-color: #6898CE;
    color: #FFFFFF;
}

.courses, .projects, .students, .datasets {
    list-style: disc;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.courses li, .projects li, .students li, .talks li, .datasets li  {
    padding: 5px 0px;
    margin: 0px;
}

.students {
    list-style: disc;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.students li {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
}

.papers, .talks {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.papers li {
    padding: 8px 0px;
    margin: 0px;
    padding-left: 20px;
    text-indent: -20px;
}

.description {
    font-style: italic;
    display: block;
    padding-left: 20px;
}

.fa-github-alt, .fa-twitter {
    padding: 10px 10px 10px 10px;
}

a.icon {
    color:#005758;
}

a:hover.icon {
    background-color: #FFFFFF;
}
