/*
	Halcyonic 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body
	{
		min-width: 1200px;
		background: url('images/bg-wood.jpg');
		background-repeat:repeat;
	}

	section:last-child
	{
		margin-bottom: 0 !important;
	}

/* Wrappers */

	#header-wrapper
	{
		background: #ffffff url('images/bg-wood.jpg');
		border-bottom: solid 1px #272d30;
		box-shadow: inset 0px -1px 0px 0px #51575a;
	}

	
	
	#features-wrapper
	{
		background: #ffffff;
		padding: 25px 0 25px 0;
	}
	
	#content-wrapper
	{
		background: #f7f7f7 url('images/bg04.png');
		border-top: solid 1px #fff;
		padding: 15px 0 15px 0;
	}
	
	#footer-wrapper
	{
		padding: 45px 0 45px 0;
		text-shadow: 1px 1px 1px rgba(255,255,255,1);
	}

/* Header */

	#header
	{
		min-height: 75px;
		position: relative;
	}

	#logo {display:none;}
	
		#header h1
		{
			position: absolute;
			left: 0;
			bottom: 35px;
			font-family: 'Open Sans', sans-serif;
			font-size: 2.75em;
		}
	
			#header h1 a
			{
				color: #fff;
				text-decoration: none;
			}

		#header nav
		{
			position: absolute;
			right: 0;
			bottom: 20px;
			font-weight: 400;
		}
	
			#header nav a
			{
				color: #ea212d;
				text-decoration: none;
				margin-left: 30px;
				font-family: 'Yanone Kaffeesatz', sans-serif;
				font-size: 26px;
				outline: 0;
				text-shadow:none;
			}

			#header nav a:hover
			{
				color: #f6f8f8;
			}

/* Banner */
	
	#banner
	{
		border-top: solid 1px #222628;
		box-shadow: inset 0px 1px 0px 0px #3e484a;
		padding: 35px 0 35px 0;
		color: #fff;
	}

		#banner .bordered-feature-image
		{
			margin-bottom: 0;
		}

		#banner p
		{	
			font-size: 1em;
			font-weight: 200;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 1em 0;
		}

/* Features */

	#features
	{
		color: #666666;
	}
	
		#features h2
		{
			font-family: 'Yanone Kaffeesatz', sans-serif;
			font-size: 1.6em;
			color: #666666;
			margin: 0 0 0.25em 0;
			text-align:center;
		}

		#features p
		{
			font-size: 1.0em;
			color: #666666;
			margin: 0 0 0.25em 0;
			text-align:center;
		}
		
		
		
		.morebtn a:link, .morebtn a:visited {
			display:block;
			text-decoration:none;
			width:100px;
			font-size:.8em;
			margin-right:auto;
			margin-left:auto;
			background-color:#ea212d;
			padding:5px 10px 5px 10px;
			color:#ffffff;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px; /* future proofing */
			-khtml-border-radius: 10px; /* for old Konqueror browsers */
			box-shadow: 0px 3px 5px #888888;
		}
		
		.morebtn a:hover, .morebtn a:active {
			background-color:#666666;
		}

/* Content */

	#content
	{
	}
	
		#content section
		{
			background: #fff;
			padding: 20px 30px 20px 30px;
			margin: 0 0 0 0;
		}

		#content h2
		{
			font-family: 'Yanone Kaffeesatz', sans-serif;
			font-size: 2.5em;
			color: #ea212d;
			text-align:center;
			margin: 0 0 0.25em 0;
		}
		
		#content h3
		{
			font-family: 'Yanone Kaffeesatz', sans-serif;
			color: #666666;
			font-size: 1.65em;
			letter-spacing:.02em;
		}
		
		#content a
		{
			color: #ea212d;
		}
		
		#content header
		{
			margin: 0 0 2em 0;
		}

/* Footer */

	#footer
	{
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#footer h2
		{
			font-family: 'Yanone Kaffeesatz', sans-serif;
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}
		
		#footer a
		{
			color: #546b76;
		}

/* Copyright */

	#copyright
	{
		font-family: 'Yanone Kaffeesatz', sans-serif;
		text-align: center;
		padding: 45px 0 80px 0;
		color: #ea212d;
		font-size:20px;
		font-weight:normal;
		background: url('images/bg-wood.jpg');
		background-repeat:repeat;
		border-top: solid 1px #272d30;
		box-shadow: inset 0px 1px 0px 0px #51575a;
	}
	
		#copyright a
		{
			color: #ea212d;
		}


.testibox {
	min-height:450px;
}