/* General picture frame styling */

body { 	
  font-size:15px;
  font-family: "Merriweather", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight : 300;
  
  color: black;
  background-color: #e6f2ff; 
  
  line-height : 1.3em;
}

#outerbox {	
  margin-left: 5%;
  margin-right: 5%;
  margin-top : 5%;
  margin-bottom : 5%;
  border: 1px solid;
  background-color: #ffffff;
  padding-left : 50px;
  padding-right : 50px; 
  padding-top : 50px; 
  padding-bottom : 50px;
}

/* End picture frame styling */

h1 {
  font-size : 24px;
  font-weight : 300;
}

h2 {
  font-size : 22px;
  font-weight : 300;
}

comment { 
	color : black;
	font-weight : 400;
}

ul {
  list-style-type: dot;
}

.publist li {
  margin-bottom: 5px;
  font-size : 15px;
  font-weight : 300;
}

a {	
  color: #1a76dd; 
  border: 1px solid transparent;
  text-decoration:none;
  font-weight : 300;
}

a:hover { 
  color: #1a76dd;
  text-decoration:underline;
}

.schedule table {
	width: 100%;
}

.schedule table, th, td {
	font-size: 15px;
	padding: 8px 0px 8px 8px;
	font-weight : 300;
	vertical-align: top;
	height: 50px;
}

th {
	font-size: 15px;
	padding: 8px 0px 8px 8px;
	font-weight: 400;
	vertical-align: top;
	heigth: 50px;
}

.assignments table, th, td {
	font-size: 15px;
	padding: 8px 0px 8px 8px;
	font-weight: 300;
	vertical-align: top;
	height: 30px;
}

.tableContent {
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-left: 10px solid #fff;
}

.imgright {
  text-align: right;
  float: right;
  padding-right: 20px;
}

/* Publication list styling */

.abstract {
  padding-top : 8px; 
  padding-bottom : 8px;
}

.papertitle { 
	color : #d07000; 
	font-weight : 400;
}

.papertitle a {
  color: #d07000; 
  border: 1px solid transparent;
  text-decoration:none;
  font-weight : 400;
}

.papertitle a:hover {
  color: #d07000;
  text-decoration:underline;
}

.hide {
	display:none;
  	/*font-weight : 300;*/
}

.show {
	font-weight : 300;
}


/* End publication list styling */







