/*
	Iridium 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
	{
	}

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

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

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

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

	.container
	{
		padding: 0.5em 2em;
	}
	
	.button
	{
		display: block;
		width: 100%;
		text-align: center;
	}
	
/*********************************************************************************/
/* UI                                                                            */
/*********************************************************************************/

	#titleBar
	{
		background: none;
	}

		#titleBar .title
		{
			display: none;
			color: #fff;
			text-align: center;
			line-height: 44px;
		}

			#titleBar .toggle:before
			{
				content: '';
				display: block;
				width: 60px;
				height: 44px;
				background: rgba(0,0,0,0.5);
				border-radius: 4px;
				position: absolute;
				left: 5px;
				top: 5px;
			}

			#titleBar .toggle:after
			{
				content: '';
				display: block;
				width: 20px;
				height: 20px;
				position: absolute;
				left: 25px;
				top: 20px;
				background: url('images/mobileUI-site-nav-opener-bg.svg') 0px 0px no-repeat;
				opacity: 0.50;
			}

			#titleBar .toggle:active:after
			{
				opacity: 0.5;
			}

	#navPanel
	{
		background: #00805f;
	}

		#navPanel .link
		{
			display: block;
			color: #888;
			text-decoration: none;
			height: 44px;
			line-height: 44px;
			border-top: solid 1px #fff;
			padding: 0 1em 0 1em;
		}
		
			#navPanel .link:first-child
			{
				border-top: 0;
			}
			
			#navPanel .link.depth-0
			{
				color: #fff;
			}

			#navPanel .indent-1 { display: inline-block; width: 1em; }
			#navPanel .indent-2 { display: inline-block; width: 2em; }
			#navPanel .indent-3 { display: inline-block; width: 3em; }
			#navPanel .indent-4 { display: inline-block; width: 4em; }
			#navPanel .indent-5 { display: inline-block; width: 5em; }
			#navPanel .depth-0 { color: #fff; }
			
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 2em 0em 2em 0em;
		text-align: left;
		background-image:none;
	}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#intro
	{
		margin-bottom: 2em;
	}
	
		#intro h1
		{
			color: #FFF !important;
		}
	
		#intro h1 a
		{
			display: block;
			letter-spacing: 1px;
			text-decoration: none;
			font-size: 2.2em;
			line-height:1.2em;
			font-weight: 900;
			color: #FFF;
		}

		#intro span
		{
			display: block;
			padding-top: 1em;
			letter-spacing: 1px;
			font-size: 1.2em;
			color: #FFF;
			font-style:italic;
			
		}			
	
	#nav
	{
		display: none;
	}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
	#mainheader
	{
		padding: 0em;
		margin: 0;
		text-align:center;
		padding: 0em;
		height:312px;
		background: #ffdc00 ;
		background-image:url(../images/bg-header.png);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	#main
	{
		padding: 4em 0em 1em 0em;
	}

	#content
	{
	}
	
	#content header
	{
		margin-bottom: 2em;
	}
	
	#content header h2
	{
		line-height: 1em;
		font-size: 1.8em;
	}
	
	#content header .byline
	{
		line-height: 1.5em;
		font-size: 1.20em;
	}
	
	#content li:before {
		margin-left:0;
	}
	#sidebar 
	{
		text-align:center;
	}
	#sidebar h2
	{
		display: block;
		padding-bottom: 1em;
		font-size: 1.4em;
	}
	

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 4em 0em 4em 0em;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 4em 0em 2em 0em;
	}
	
	#footer h2
	{
		padding-bottom: 2em;
		font-size: 1.4em;
	}
	#copyright-content
	{
		flot:left;
		text-align:center;
		width: 50%;
	}
	#copyright-sidebar
	{
		flot:left;
		text-align:center;
		width: 50%;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.6);
	}
	
	/*********************************************************************************/
/* Advertisment                                                                   */
/*********************************************************************************/
	
	.advertisement
	{
		display:none;
	}		
	
	.advertisement-tablet
	{
		display:none;
	}	