/* General picture frame styling */

body { 	
  font-size:15px;
  font-family:  Verdana, Helvetica, Arial, sans-serif; /*"Book Antiqua", "Trebuchet MS", Helvetica, sans-serif;*/ /*"Merriweather", "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-weight : 300;
  
  color: black;
  background-color: #D3D3D3;
  
  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;
  border-radius: 25px;
}

/* End picture frame styling */

h1 {
  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: #0000ff; 
  border: 1px solid transparent;
  text-decoration:none;
  font-weight : 300;
}

a:hover { 
  color: #0000ff;
  text-decoration:underline;
}

.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;
}

#nav {
	margin: 0px;
	padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#nav li {
	display: inline;
	padding: 0px;
	margin-right: 15px;
	margin-left: 0px;
      
}

#nav a:link, #nav a:visited{
	text-decoration: none;
	font-size:15px;
	font-family:  Verdana, Helvetica, Arial, sans-serif; /*"Book Antiqua", "Trebuchet MS", Helvetica, sans-serif;*/ /*"Merriweather", "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-weight : 300;
	line-height : 1.3em;
}


/* End publication list styling */







