/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	h2
	{
		font-size: 2em;
	}

	section,
	article
	{
		margin-bottom: 3em;
	}
	
	.button
	{
		padding: 25px 30px;
		font-size: 2em;
	}
	
	.button-top
	{
		display: none;
	}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 3em 0 2em 0;
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
	}
	
	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}

		#header h1
		{
			letter-spacing: -1px;
			font-size: 2.5em;
			font-weight: 300;
			line-height: 2em;
			padding: 0 0 0 0.75em;
			margin: 0;
		}

			#header h1 a
			{
				text-decoration: none;
				color: #000000;
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 2em;
	text-shadow: 1px 1px #244D39;
	}
	
		#nav ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			float: left;
			display: inline-block;
			padding: 0 1.5em 0 1.5em;
		}
		
		#nav a
		{
			display: inline-block;
			padding-bottom: 0.65em;
			text-decoration: none;
			font-size: 1.20em;
			font-weight: 300;
			font-style: italic;
			color: #a2a2a2;
			outline: 0;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;

		}

		#nav a:hover,
		#nav .current_page_item a,
		#nav .active a
		{
			color: #454545;
		}
		
		#nav .current_page_item a
		{
			border-bottom: 4px solid #ec1f1f;
		}

	
/*********************************************************************************/
/* Bar                                                                           */
/*********************************************************************************/

	#bar
	{
		padding: 3.5em 3em 3.5em 3em;
	}	

		#bar h2
		{
			font-size: 1.75em;
			font-weight: 300;
			margin: 0 !important;
		}
		
		#bar p
		{
			position: absolute;
			right: 3em;
			top: 50%;
			margin-top: -0.7em;
			font-size: 1.25em;
			font-weight: 300;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 0em 0em 5em 0em;
	}
	
	.homepage #main
	{
		padding-bottom: 0;
	}
	
		#main h2
		{
			margin: 0em 0em 1em 0em;
			letter-spacing: -1px;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

	.no-sidebar #content
	{
		padding: 3em 3em 0em 3em;
	}

	.left-sidebar #content
	{
		padding: 3em 3em 0em 0em;
	}

	.right-sidebar #content
	{
		padding: 3em 0em 0em 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		padding-top: 6em;
	}

		#footer h2
		{
			padding: 0em 0em 1em 0em;
			font-size: 1.50em;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		margin-top: 4em;
		padding: 3em 0em 10em 0em;
	}
