@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Oleo+Script:400,700|Open+Sans:400,300,700');
@import url('font-awesome.min.css');

/*
	Rewind by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

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

	* 
	{
	}
	
	.superhidden
	{
		display:none;
		visibility:collapse;	
	}
	body 
	{
		background: #000000;
		
		background-attachment: fixed;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		color: #585858;
	}
	
		body.loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p {
		line-height: 1.7em;
	}
	
	a
	{
		text-decoration: underline;
		color: #00A8FF;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
	section,
	article
	{
		margin-bottom: 2em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

		.image.full
		{
			display: block;
			width: 100%;
		}

		.image.left
		{
			float: left;
			margin: 0.5em 2em 0 0;
		}

	ul.style1
	{
		float: right;
		padding: 2em 0em 2em 0em;
		line-height: 0;
	}
	
		ul.style1 li
		{
			float: left;
			padding: .15em;
		}
	
	ul.style2 {
	}
		
		ul.style2 li 
		{
			padding: 0 0 1em 0;
		}

		ul.style2 a 
		{
			text-decoration: none;
			color: #FFF;
		}
			ul.style2 a:hover
			{
				text-decoration: underline;
			}
	
	ol.style1
	{
		padding-left: 3em;
		list-style: decimal;
		line-height: 2em;
	}
	
		ol.style1 li
		{
		}

	ul.icons
	{
		cursor: default;
		margin: 0 0 2em 0;
	}
	
		ul.icons li
		{
			display: inline-block;
			font-size: 1.1em;
			margin: 0 0 0 0.75em;
		}
		
			ul.icons li:first-child
			{
				margin-left: 0;
			}
		
			ul.icons li a
			{
				display: block;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				background: #444;
				background: rgba(255,255,255,0.1);
				color: #fff;
				
				-moz-transition: background-color 0.25s ease-in-out;
				-webkit-transition: background-color 0.25s ease-in-out;
				-o-transition: background-color 0.25s ease-in-out;
				-ms-transition: background-color 0.25s ease-in-out;
				transition: background-color 0.25s ease-in-out;
			}
			
				ul.icons li a:hover
				{
					background: #555;
					background: rgba(255,255,255,0.25);
				}

	.button 
	{
		display: inline-block;
		margin-top: 1em;
		padding: .4em 1em;
		background: #A0A0A0;
		border: solid 2px #a0a0a0;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1em;
		color: #FFF;

		-moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
		-o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border-color 0.25s ease-in-out;
	}
	
		.button:hover
		{
			background: #888;
			border-color: #888;
		}

	.box
	{
		background: #fff;
	}
	
		.box.default
		{
		}

			.box.default h2
			{
				padding: 0 0 1em 0;
				letter-spacing: -.05em;
				font-size: 2em;
				font-weight: 200;
				color: #FFF;
				line-height: 1.2em;
			}
		
			.box.default .content
			
			{	padding-left:1em;
			padding-right:1em;
				padding-bottom:1em;
			}

		.box.special1 
		{
			padding: 2em 0;
			background: #02d302;
			border-top: 5px solid #00a800;
			color: #FFF;
		}

			.box.special1 .button 
			{
				background: #FFF;
				border-color: #fff;
				color: #00a800;
			}

				.box.special1 .button:hover
				{
					background: transparent;
					color: #fff;
				}

		.box.special2 
		{
			padding: 2em 0;
			background: #8b8b8b;
			border-top: 5px solid #5d5d5d;
			color: #FFF;
		}
			
			.box.special2 .button 
			{
				background: #FFF;
				color: #5d5d5d;
				border: solid 2px #fff;
			}

				.box.special2 .button:hover
				{
					background: transparent;
					color: #fff;
				}

		.box.special3 
		{
			padding: 0;
			background: #000000;
			color: #FFF;
		}
						
		.box.section
		{
			overflow: hidden;
		}

			.box.section h2 
			{	
				padding: 0 0 1em 0;
				border-bottom: dotted 2px #e5e5e5;
				letter-spacing: -.05em;
				font-size: 2.2em;
				font-weight: 200;
				color: #00A8FF;
			}
			
			.box.section .content 
			{
				padding: 2em 1.5em 1.5em 1.5em;
			}

		.box.post 
		{
			padding: 3em 2em 4em 2em;
		}
		
		.box.featured-post 
		{
		}

			.box.featured-post .full-image
			{
				line-height: 0;
			}
			
			.box.featured-post p
			{
				margin-bottom: 0;
			}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon .label
		{
			display: none;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
		margin-bottom: 3em;
	}
	
	#footer-wrapper
	{
	}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
	}

		#slider .reel
		{
			display: none;
		}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content 
	{
	}
	
		#content h2
		{
			margin: 0 0 1em 0;
			padding: 0 0 1em 0;
			border-bottom: dotted 2px #e5e5e5;
			letter-spacing: -.05em;
			font-size: 2.2em;
			font-weight: 200;
			color: #00A8FF;
			line-height: 1.2em;
		}

/*********************************************************************************/
/* Sidebars                                                                      */
/*********************************************************************************/

	#sidebar 
	{
	}
	
		#sidebar .categories 
		{
			font-size: .85em;
		}

		#sidebar .categories h2
		{
			padding: 0 0 2em 0;
			text-transform: uppercase;
			font-size: 1em;
			font-weight: 700;
			color: #8b8b8b;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		padding: 3em 0 6em 0;
		border-top: solid 1px #303030;
		text-align: center;
	}

		#footer .copyright
		{
			color: #777;
		}