/*
	Linear by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
	}

	header
	{
		margin-bottom: 1.6em;
	}
	
		header h2
		{
			font-size: 3.4em;
		}

		header h3 
		{
			font-size: 2.4em;
			
		}

		header .byline
		{
			font-size: 1.7em;
		}

/*********************************************************************************/
/* Home                                                                        */
/*********************************************************************************/

	#home
	{
		padding: 10em 0 6em 0;
	}

	.homepage #home
	{
		padding: 16em 0 12em 0;
	}

/*********************************************************************************/
/* Models                                                                          */
/*********************************************************************************/

	#models
	{
		padding: 6em 0em;
	}
	
	.homepage #content header h2
	{
		padding: 0.70em 0em;
		font-size: 2.2em;
	}

	#sidebar h2
	{
		font-size: 2.4em;
	}

/*********************************************************************************/
/* Main_Research                                                                          */
/*********************************************************************************/

#main_research {
	padding: 6em 0em;
}

.homepage #content header h2 {
	padding: 0.70em 0em;
	font-size: 2.2em;
}

#sidebar h2 {
	font-size: 2.4em;
}

/*********************************************************************************/
/* Publications                                                                        */
/*********************************************************************************/
	
	#publications
	{
		padding: 6em 0em;
	}
	
/*********************************************************************************/
/* About                                                                      */
/*********************************************************************************/
	
	#about
	{
		padding: 6em 0em;
	}
	
	#about h3
	{
		padding: 1.5em 0em;
		font-size: 1.6em;
	}

	#about header
	{
		margin-bottom: 3em;
	}
	
	#about p
	{
		font-size: 1.2em;
	}
	
/*********************************************************************************/
/* Contact                                                                         */
/*********************************************************************************/
	
	#contact
	{
		padding: 6em 0em;
	}

	#contact blockquote
	{
		margin: 0;
		padding: 1em 4em;
		line-height: 1.5em;
		font-size: 1.8em;
	}	