
@font-face {
    font-family: "OpenSans";
    src: url('assets/fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica-Neue-Thin";
    src: url('assets/fonts/Helvetica-Neue-Thin.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


body {
	color: 			black;
	background: 	rgb(200,200,200);
	background: 	white;
	font-family: 	"OpenSans", sans-serif;
	font-size: 		12pt;
	font-weight: 	400;
	font-style:     normal;
	width:			800px;
	margin-left:	auto;
	margin-right:	auto;
}


/** MENU */

#menu {
	float: left;
	width: 400px;
	height: 50px;
}

#menu ul {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: .5em;
}

#menu a {
	display: block;
	padding: 10px 10px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	color: #0091E6;
}

#menu .active a
{
	background: #0091E6;
	border-radius: 0px; /*this means square-edged background*/
	color: #FFFFFF;
	padding: 10px 10px;
}

#menu a:hover {
	background: #FFCC00; /*was e60091*/
	border-radius: 0px; 
	color: #FFFFFF;
	padding: 10px 10px;
	/*text-decoration: underline;*/
}


/*---------------------------------------*/
/* divs */
/*---------------------------------------*/s



div.relative-header {
	background: 	white;
	width:			800px;
	color: 			black;
	border-left: 	none;
	border-right: 	none;
	border-top:     none;
	border-bottom-width: medium;
	
}


div.relative-workspace {
	clear:			both;
	background: 	white;
	width:			800px;
	
	color: 			black;
	background: 	white;
	border-left: 	none;
	border-right: 	none;
	border-bottom:	none;
	border-top: 	solid; 

}

div.footer {
	clear:			both;
	background:		white;
	width:			800px;	
	border-top: 	solid; 
	color: 			black;
	/*padding-left:	20px;
	padding-top:	5px;
	*/
}

div.delim {
	clear:			both;
	width:			800px;
	margin-left:	auto;
	margin-right:	auto;
	background:		white;
	border-bottom: 	solid;
	border-width:	thin;
	color: 			gray;
	
}

div.clearBoth {
	clear:			both;
}

div.floatleft { 
  float:		left;
  width:		220px;
  background:	white;
  padding:		20px;
}

div.floatright { 
  float:		right;
  width:		500px;
  background:	white;
  text-align:	right;
  padding:	20px;
  
}

div.floatleftH { 
  float:		left;
  width:		220px;
  background:	white;
  padding:		20px;
}
div.floatrightH { 
  float:		right;
  width:		500px;
  background:	white;
  text-align:	right;
	padding:	20px;
  
}

div.pub { 
  width:		780;
  background:	white;
  text-align:	right;
  padding-left:	    20px;
  padding-right:	20px;
  
}

div.fullContainer {
	clear: both;
	width: 800px;
	margin: auto;
}
div.smallerContainer {
	clear: both;
	width: 750px;
	margin: auto;
}
/*---------------------------------------*/
/* text stuff */
/*---------------------------------------*/


p.header {
 	/*font-weight: 	bold;*/ 
	font-family: 	"OpenSans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 	500; 
	font-size: 		24pt;
	text-align:		left;
	margin-top:		0em;
	margin-bottom:	0em;
}

p.navLinks {
	font-weight: 	normal;
	font-size: 		11pt;
	text-align: 	left;
	margin-top:		10px;
	margin-bottom:	0em;
}

p.bodyText {
	font-weight: 	normal;
	font-size: 		11pt;
	text-align: 	left; /*was left*/
	color:			black;
	font-weight: 	400;
}


p.centerBodyText {
	font-weight: 	normal;
	font-size: 		12pt;
	text-align: 	center;
	color:			black;
}
p.grayText {
	font-weight: 	normal;
	font-size: 		11pt;
	text-align: 	left;
	color:			rgb(127, 127, 127);
}
p.footerText {
	font-weight: 	normal;
	font-size: 		10pt;
	text-align: 	left;
	margin-top:		0px;
}

p.currentSite {
	color:			rgb(0,0,0);
	display:		inline;
	font-weight:	bold;
	font-size:		10pt;
}

.currentSite { 
	color:			rgb(0,0,0);
	display:		inline;
	font-weight:	bold;
}


p.updatedText { 
	font-weight: 	normal;
	font-size: 		10pt;
	color:			grey;
	text-align: 	right;
	margin-top:		20px;
	margin-bottom:	0em;
}


p.bigText {
	font-weight: 	normal;
	font-size: 		14pt;
	text-align: 	left;
	color:			black;
}

td.rightPad { 
	padding-right:   30px;
	padding-bottom:  15px;
	padding-left: 	 18px;
}

td.pdfCol { 
	width:			180px;
}
	

	
tbody.pubs {
	font-size: 		10.5pt;
}


p.citationText {
	font-family: 	"OpenSans", sans-serif;
	font-weight: 	normal;
	font-size: 		11pt;
	text-align: 	left;
	color:			gray;
	font-style:		italic;
}


p.researchHeader {
	font-weight: 	700;
	text-align: 	center;
	font-size: 18px;
}

.boldHelper {
	font-weight: 600;
}

/*--------------------------*/
/* how should links behave? */
/*--------------------------*/

/* DEFAULT (blue) */
a { text-decoration: none }
a:link    { color:  rgb(17, 34, 204); } 
a:visited { color:  rgb(17, 34, 204); }
a:active  { color:  rgb(0, 0, 0)}
a:hover   { color:  rgb(0, 0, 0) } 


/* BUTTON link: */
a { text-decoration: none }

a.button:link    { 
	display: inline-block;
	margin-top: 10px;
	padding: 10px 10px;
	background: #0000FF;
	border-radius: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #FFFFFF; 
	} 
	
a.button:visited { color:  rgb(255, 255, 255); }
a.button:active  { color:  rgb(255, 255, 255)}
a.button:hover   { background: #e60091 }













