/*
	Ex Machina 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
	{
		/*font-size:1.6em;*/
	}

	.container { padding-left:1em !important; padding-right:1em !important; }

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	.homepage #banner
	{
		padding:27em 0em 2em 0em;
        /*background: url(../gfx/di_banner-fp.jpg) no-repeat center / cover;*/
        background-position:center top;
	}

	.homepage #banner h2 { font-size:4.4em; letter-spacing:0.05em; line-height:1; }
	.homepage #banner .subtitle { font-size:2.2em; font-style:italic; margin-top:0.8em; margin-bottom:0; letter-spacing:0.05em; line-height:1; }
	.homepage #banner .cta { display:none; font-size:1.4em; font-style:italic; margin-top:2.16em; margin-bottom:0.7143em; letter-spacing:0.05em; line-height:1; }

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	.homepage #featured .featured
	{
	    border-left:1px solid #757575;
	}

	.homepage #featured .featured:last-child
	{
	    border-right:1px solid #757575;
	}

	.sectionpage #featured .featured, .page #featured .featured
	{
	    border-bottom:1px solid #919191;
	}

	.sectionpage #featured .white, .page #featured .white
	{
	    border:none;
	}
	.page #featured .white
	{
        border-right:1px solid #c1c1c1;
	    border-bottom:1px solid #c1c1c1;
        border-left:1px solid #c1c1c1;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		padding: 0em 0em 3em 0em;
	}

	.homepage #page
	{
		padding-bottom:1em;
	}

	/* prevent false margin in FF */
	.homepage #page, x:-moz-any-link { margin-top:-3em; }

	.sectionpage #main
	{
		/*padding-top:5em;
		/*padding-bottom:5em;*/
	}

	.homepage #main
	{
		text-align:center;
		margin-top: 3em;
		padding-top:2em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		padding:1.5em 0em;
	}
