/*
	Monochromed by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
/*@import url('http://fonts.googleapis.com/css?family=Oxygen:400,300,700');*/
/*@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900')*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
	html
	{
		/*position: relative;*/
	}

	body
	{
		/*background: #090909;*/
		min-height: 100%;
		/*position: relative;*/
		background: #f5f5f5;
		/*background: #fff url(images/overlay.png) repeat;*/
	}

	body,input,textarea,select
	{
		font-family: 'Lato', sans-serif;
		font-size: 13pt;
		line-height: 2em;
	}

	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: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		/*color: #56B74D;*/
		color: rgba(0, 169, 150, 1);
		text-decoration: none;
		/*font-weight: bold;*/
	}
	
	a:hover
	{
		/*color: rgba(0, 169, 150, 1);*/
		text-decoration: none;
		cursor: pointer;
	}

	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, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	td 
	{
		padding: 2px;
		padding-left: 0.5em;
		padding-right: 0.5em;
		text-align: center;
		border: 1px solid 	gray;
	}
	
	.text-center
	{
		text-align: center;
	}
	
	header
	{
	}

		header h1
		{
			letter-spacing: 0px;
			font-weight: bold;
			line-height: 1.2em;
			color: #293332;
		}
	
		#main header h1
		{
			font-size: 3em;
		}

		header h2
		{
			letter-spacing: 0px;
			font-weight: 900;
			line-height: 1.2em;
			color: #293332;
		}

		header h3
		{
			letter-spacing: 0px;
			font-weight: bold;
			line-height: 1.2em;
			color: #293332;
		}
	
		header .byline
		{
			display: block;
			/*text-transform: uppercase;*/
			color: #293332;
		}

		header .project-description
		{
			font-size: 1.2em;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}
	
	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 1em;
			padding: 0.8em 1.5em;
			background: #293332;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1em;
			color: #FFFFFF;

			-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: #293332;
				color: #56B74D !important;
			}
	

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}

		section.student
		{
			text-align: center;
		}
		section.student > a.image.centered
		{
			display: block;
			margin: 0 0 0.5em 0;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}
		.tops 
		{
			vertical-align: top;
		}
		
	/* 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.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;
			}

		ol.publications
		{
			list-style-type: decimal;
			padding-left: 1em;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

/*	#header
	{
		position: relative;
		background: #ddd url(../images/previous/header.jpg) no-repeat center;
		overflow: hidden;
		background-size: cover;
	}
*/

	#header
	{
		position: relative;
		background-size: cover;
		overflow: hidden;
	}
	/*just for opacity of the image*/
	#header:after
	{
		background: url(../images/homepage/computational-imaging-lab-iit-madras-all.jpg) no-repeat center center;
		content: "";
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: -1;
		
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;

		background-position: 0% 0;

		-webkit-animation: animatedBackground 20s linear alternate infinite;
		-moz-animation: animatedBackground 20s linear alternate infinite;
		-ms-animation: animatedBackground 20s linear alternate infinite;
		-o-animation: animatedBackground 20s linear alternate infinite;
		animation: animatedBackground 20s linear alternate infinite;
	}

	@keyframes animatedBackground {
		0% {
			background-position: 0% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	@-webkit-keyframes animatedBackground {
		0% {
			background-position: 0% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	@-moz-keyframes animatedBackground {
		0% {
			background-position: 0% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}		
	@-ms-keyframes animatedBackground {
		0% {
			background-position: 0% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}
	@-o-keyframes animatedBackground {
		0% {
			background-position: 0% 0;
		}
		100% {
			background-position: 100% 0;
		}
	}

	#logo
	{
	}
	
	#nav
	{
		background-color: #293332;
		opacity: 1;
	}

		#nav ul
		{
			margin: 0;
		}

	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		background: #333;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		/*background: #fff url(images/overlay.png) repeat;*/
	}
	
	.divider
	{
		overflow: hidden;
		border-top: 1px solid #dbdbdb;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: #121212;
		color: rgba(255,255,255,.4);
	}
	
	#footer header h2
	{
		color: #FFF;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 1em 0em 3em 0em;
		text-align: center;
		color: #56b74d;
		background: #293332;
	}

/*	#copyright
	{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
		background: #090909;
	}
*/
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #56b74d;
	}		
