/*
	Imagination 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: 9pt;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo a
	{
		font-size: 14px;
		line-height: 28px;
        position: relative;
        top: -10px;
    }
        #logo a .subtitulo
        {
            font-size: 0.7em;
            line-height: 10px;
            position: absolute;
            left: 0;
            bottom: -15px;
            width: 70px;
        }

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 4em 0em 4em 0em;
	}
	
	#banner header h2
	{
		font-size: 4em;
	}
	
	#banner header .byline
	{
		padding-top: 1em;
		font-size: 1.8em;
		font-weight: 500;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 5em 0em;
	}
		#main .container
        {
            max-width: 800px;
        }
	
	.sidebar header h2
	{
		font-size: 1.8em;
	}

/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	#extra
	{
		padding: 4em 0em;
        font-size: 12pt;
	}
    
        #extra header,
        #extra p {
            font-size: 1.2em;
        }
	
        #extra .button
        {
            margin-bottom: 1em;
        }
        
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 6em 0em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 2em 0em;
	}

