/*
	Monochromed by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #090909;
	}

	body,input,textarea,select
	{
		font-family: 'Oxygen', sans-serif;
		font-size: 13pt;
		line-height: 1.5em;
	}

	td
	{
		padding: 0px 10px;
	}	

	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #DD8800;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #88ccdd;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p
	{
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 0em;
		margin-right: 0em;
	}	
	ul, ol, dl, table
	{
		margin-bottom: 0em;
	}

	header
	{
	}
	
		header h2
		{
			letter-spacing: -1px;
			font-weight: 700;
		}
	
		header .byline
		{
			display: block;
			text-transform: uppercase;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	
	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 1em;
			padding: 0.5em 1.5em;
			background: #1d1d1d;
			border-radius: 3px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover
			{
				background: #141414;
				color: #FFF !important;
			}
	

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 2em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin: 0px;

		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
				border-radius: 6px;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
		

			.image.research
			{
				display: block;
				width: 60%;
				margin: 2.5em 1em .5em 4em;
				align: middle;
			}
			
			.image.team
			{
				float: middle;	
				display: block;
				margin: auto;
				align: center;
				width: 75%;
			}
					
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.default li
			{
				padding: 0.50em 0em;
			}	
		
		ul.style1
		{
			font-size: 0.90em;
		}	

			ul.style1 li
			{
				padding: 0.80em 0em;
				line-height: 1.8em;
			}	

			ul.style1 li img
			{
				float: left;
				margin-right: 1.50em;
				border-radius: 6px;
			}
			
			ul.style1 .posted
			{
				display: block;
				margin-top: 1em;
				padding: 0.50em 0em;
			}

		ul.news
		{
    			line-height: 150%;

		}	

/*********************************************************************************/
/* Block for code or citation  													 */
/*********************************************************************************/
		pre
		{
			font-family: "Lucida Console";
			font-size: 12px;
			display: inline-block;
			border: 1px solid black;
			border-radius: 10px;
			background-color: #eeeeff;
			padding: 5px;
			line-height:20px
		}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	/*	background: #ddd url(../images/header3.jpg) no-repeat center; */
		background-size: cover;
	}

	#logo
	{

	}
	
	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff repeat;
		padding: 0em 0em 0em 0em;
	}
	
	.divider
	{
		overflow: hidden;
		border-top: 1px solid #dbdbdb;
		margin-top: -5em;
	}
 
p.small {
    line-height: 110%;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #000000;
		color: rgba(255,255,255,.8);
	}
	
	#footer header h2
	{
		color: #FFF;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}



.paperBlock
{
   display: inline-block;
   font-size: 12px;
   padding-top: 05px;
   padding-bottom: 15px;
   padding-left: 8px;
   padding-right: 8px;
   text-align: left;
   vertical-align: top;
}
.paperBlock .paperTitle
{
   display: inline-block;
   width: 263px;
   text-align: left;
   font-size: 10pt;
   font-weight: bold;
}
.paperBlock img
{
   display: inline-block;
   width: 256px;
   padding-top: 0px;
   align: center;
}
.paperBlock video
{
   display: inline-block;
   width: 256px;
   padding-top: 0px;
   align: center;
}

.paperBlock .venue
{
   display: inline-block;
   color: #ff6600;
   font-weight: bold;
   margin-bottom: 2px;
}

.paperBlock .vid
{
   color: #ffffff;
   font-weight: bold;
   background-color: #ff1111;
   margin-left:  2px;
   padding:  2px;
   border: 1px solid  #ffffff;
   border-radius: 4px;
   text-decoration: none;
}

.publicationContent .subTitle
{
   text-align:right;
   margin: 0px;
   position: relative;
   top: 0px;
   color: black;
   font-weight: bold;
   font-size: 10pt;
}


.publicationContent hr
{
   position: relative;
   background-color: #777777;
   margin-left: 0px;
   margin-right: 0px;
   height: 2px;
   top: -9px;
   border: none;
}
.paperBlock .authorList
{
  display: inline-block;
  width: 273px;
}


			.image.alum
			{
				float: middle;	
				display: block;
				margin: auto;
				align: center;
				margin: 0px;
				width: 100%;
				border-radius: 0px;

			}
					



    .contain {
    position: relative;
    Padding: 0px; 
    Margin: 0px;
    width: 200px;
    }

    .overlay {
    position: absolute;
    bottom: 0em;
    left: 0;
    right: 0;
    height: 3em;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff;
    }
    
    
    .contain:hover .overlay {
    opacity: 0.8;
    }
    
    .text {
    color: black;
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    }
