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

	* 
	{
	}
	
	body 
	{
		background: #1A1A1A url(images/bg01.jpg) repeat;
		font-family: 'Open Sans', sans-serif;
		font-size: 10pt;
		color: #585858;
	}
	
	form
	{
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}
			
	br.clear
	{
		clear: both;
	}
	
	
	h1{
		font-size: 18px;
		font-weight: bold;
		color: #FF0000;
	}
	
	h2{
		font-size: 18px;
		color: #FF0000;
	}
	
	h3{
		color: #FF0000;
	}
	
	h4{
		font-size: 18px;
		font-weight: bold;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 0em;
	}
	
	p {
		line-height: 1.7em;
	}
	
	a
	{
		text-decoration: underline;
		color: #FF0000;
	}
	
		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
		{
		}

	.button-style1 
	{
		display: inline-block;
		margin-top: 1em;
		padding: .4em 1em;
		background: #A0A0A0;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 1em;
		color: #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: 1em 2em 0em 2em;
		}

	.box-special1 
	{
		padding: 2em 0;
		background: #FF4E00;
		border-top: 5px solid #FF6C2B;
		color: #FFF;
	}

		.box-special1 .button-style1 
		{
			background: #FFF;
			color: #FF4E00;
		}


	.box-special2 
	{
		padding: 2em 0;
		background: #22B6ED;
		border-top: 5px solid #5BCBF4;
		color: #FFF;
	}
		
		.box-special2 .button-style1 
		{
			background: #FFF;
			color: #22B6ED;
		}
	
	.box-section
	{
		overflow: hidden;
		background: #FFF;
	}

		.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;
		}

	/* Assign these to ARTICLE tags */

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

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

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

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

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

	#slider
	{
	}

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

	#content 
	{
		overflow: hidden;
		background: #FFF;
	}
	
	.homepage #content
	{
		padding: 0;
		background: none;
	}
	
		#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: #22B6ED;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		padding: 3em 0 6em 0;
		border-top: solid 1px #303030;
		font-size: 1em;
		color: #777;
	}
