/*
	Linear by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		line-height: 1.75em;
		font-size: 10.5pt;
		letter-spacing: 0;
	}

	body
	{
		padding-top: 0px;
	}

	h2, h3, h4, h5, h6
	{
		line-height: 1em;
		font-size: 1.5em;
	}

	section,
	article
	{
		clear: both;
		margin: 2em 0 2em 0 !important;
	}

	section > :first-child,
	article > :first-child
	{
		margin-top: 0 !important;
	}

	section:first-child,
	article:first-child
	{
		margin-top: 0 !important;
	}
	
	.container
	{
		padding: 0em 1em;
	}

	hr
	{
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}

	header
	{
		margin-bottom: 1.6em;
	}
	
		header h2
		{
			font-size: 2em;
		}

		header .byline
		{
			font-size: 1.2em;
		}

	.button
	{
		display: block;
		width: 100%;
		text-align: center;
	}

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

	#header
	{
		height: auto;
		padding: 0;
		background-position: center center;
		background-attachment: scroll;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		display: block;
		text-align: center;
		padding: 20px 0;
	}
	
	#logo img {
		float: none !important;
		margin: 10px auto !important;
		display: block;
		max-width: 80px !important;
	}
	
	#logo h1 {
		font-size: 2em !important;
		margin: 10px 0;
	}
	
	#logo .tag {
		font-size: 1em;
	}
	
	#nav
	{
		display: block !important;
		background: rgba(0,0,0,0.9);
	}
	
	#nav-wrapper {
		background: rgba(0,0,0,0.9);
		position: relative;
	}
	
	#nav > ul {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	
	#nav > ul > li {
		display: block;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}
	
	#nav > ul > li:last-child {
		border-bottom: none;
	}
	
	#nav > ul > li > a,
	#nav > ul > li > span {
		display: block;
		padding: 15px 20px;
		font-size: 1em;
	}


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

	#main
	{
		padding: 4em 0em 2em 0em;
	}

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

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

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 4em 0em 2em 0em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 4em 0em 3em 0em;
	}

	#featured h3
	{
		padding: 1.5em 0em;
		font-size: 1.4em;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/
	
	#welcome
	{
		padding: 4em 0em 3em 0em;
	}
	
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
	
	#tweet
	{
		padding: 3em 0em 1em 0em;
		background-position: center center;
		background-attachment: scroll;
	}

	#tweet blockquote
	{
		margin: 0;
		padding: 1em 1em;
		font-size: 1.2em;
	}
	
	#logo a {
  font-size: 2.2em !important;
  line-height: 1.1;
}

/* Homepage Logo Fix */
#logo img {
    float: none !important;       /* remove the left float */
    display: block !important;    /* make it a block so margin works */
    margin: 0 auto !important;    /* center it horizontally */
    max-width: 120px !important;  /* keep it small */
}

#logo h1,
#logo .tag {
    text-align: center !important; /* center the text under the logo */
}