/*
	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: 0.5em;
	}
	
		header h2
		{
			font-size: 2em; color:#0f751d; margin-bottom: 0.5em;
		}
		
		header h2 span
		{
			font-size: 16pt; color:#777; 
		}
		
		header .byline
		{
			font-size: 1.2em;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 4em 0 1em 0;
	}

	.homepage #header
	{
		padding: 16em 0 12em 0;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 2em 0em;
	}
	
	.homepage #content header h2
	{
		padding: 0.70em 0em;
		font-size: 2.2em;
	}

	#sidebar h2
	{
		font-size: 2.4em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 6em 0em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 6em 0em;
	}
	
	#featured h3
	{
		padding: 1.5em 0em;
		font-size: 1.6em;
	}

	#featured header
	{
		margin-bottom: 3em;
	}
	
	#featured p
	{
		line-height: 2em;
		font-size: 1.2em;
	}
	
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
	
	#tweet
	{
		padding: 6em 0em;
	}

	#tweet blockquote
	{
		margin: 0;
		padding: 1em 4em;
		line-height: 1.5em;
		font-size: 1.8em;
	}	
	
	
	 #copyrightmain {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-color: #000;
}
#copyrightmain .container {
	margin: 0 auto;
	padding: 0.7em 0em;
	border-top: 0px solid;
	color: rgba(255,255,255,.2);
}
#copyrightmain a {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}
#copyrightmain a:hover {
	text-decoration: none;
	color: #ccc;
}