/*****************************************************************/
/* 											Basics                                                                      */
/****************************************************************/

html 
{
	height: 100%;
	background: url('images/bg1.jpg');
}

body
{
	background: url('images/bg4.png') center center no-repeat;
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	position: absolute;
	top: 0;
	line-height: 1.70em;
	color: #424548;
	overflow-x: hidden !important;
}
	
h1,h2,h3,h4,h5,h6
{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #252B2F;
	letter-spacing: 0.1em;
}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span 	{ font-weight: 300; }
	
h2				{ margin: 0 0 0.75em 0; }

h3				{ margin: 0.5em 0 0.25em 0; }

.sidebar h3	{ margin: 0 0 0.5em 0; }

p, ul, ol			{ margin: 0 0 1.5em 0; text-align: justify; }

.content p	{ text-shadow: none; } /* Delete this line to bring back the shadow effect on all text */

p.center		{ text-align: center; }

.sidebar p		{ text-align: left; }

p:last-child, ul:last-child, ol:last-child { margin-bottom: 0; }

p.topspace	{ padding-top: 1em; }

.italics			{ font-style: italic; }

.caps			{ text-transform: uppercase; }

hr
{
	position: relative;
	display: block;
	border: solid 1px rgba(0,0,0,0.15);
	border-left: 0;
	border-right: 0;
	height: 10px;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5), 0px 1px 0px 0px rgba(255,255,255,0.5);
	margin: 2em 0 2em 0;
}

a
{
	color: #007FB1;
	text-decoration: none;
}
	
a:hover	{ text-decoration: underline; }
	
form label
{
	font-family: 'Open Sans Condensed', sans-serif;
	display: block;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 1em;
}
	
form input.text, form input.password, form select, form textarea
{
	display: block;
	margin: 0.25em 0 0.25em 0;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid 1px rgba(0,0,0,0.35);
	box-shadow: inset 0px 0px 5px 0px #ccc;
	padding: 0.75em;
	font-family: sans-serif;
	font-size: 1em;
	color: #444;
	-webkit-appearance: none;
	resize: none;
}

form input.text:focus, form input.password:focus, form select:focus, form textarea:focus
{
	box-shadow: 0px 0px 3px 1px #55bbff;
	outline: none;
}
		
form textarea	{ height: 11em; }
		
form input.button
{
	margin-top: 1em;
	-webkit-appearance: none;
}

.image-left
{

	float: left;
	width: 90px;
	height:  85px;
	margin: 6px 15px 3px 0px;
	border: 1px solid #252B2F;
}

.cleardiv			{ clear: both; margin-bottom: 25px; }

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

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

.image-play
{
	background: #000;
	position: relative;
}
	
.image-play img	{ opacity: 0.9; 	}

.image-play:before
{
	content: '';
	display: block;
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background: url('images/sprites.png') no-repeat 0px -24px;
	opacity: 0.75;
}

.title
{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
}

.button
{
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	display: inline-block;
	background: #09C;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	padding: 0.75em 60px 0.75em 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1em;
	border: 0;
	cursor: pointer;
}
	
.button:before
{
	content: '';
	position: absolute;
	right: 1.5em;
	top: 50%;
	margin-top: -12px;
	display: block;
	width: 24px;
	height: 24px;
	background: url('images/sprites.png') top left no-repeat;
}

.button:hover	{ background: #0AC; text-decoration: none; }
		
input.button		{ padding-right: 1.5em; }
		
ul.contact li
{
	position: relative;
	padding-left: 36px;
	margin: 0 0 1em 0;
}
		
ul.contact li:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .12em;
	width: 24px;
	height: 24px;
	background: url('images/sprites.png') no-repeat;
}
		
ul.contact li.address:before		{ background-position: -72px 0px; }
		
ul.contact li.social:before			{ background-position: -48px 0px; }
		
ul.contact li.email:before			{ background-position: -24px 0px; }

ul.contact li.facebook:before	{ background-position: -72px -24px; }

ul.contact li.twitter:before		{ background-position: -46px -23px; }

ul.style1 li
{
	padding: 0.5em 0 0.5em 0;
	border-top: solid 1px rgba(0,0,0,0.15);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
}
		
ul.style1 li:first-child
{
	border-top: 0;
	box-shadow: none;
}

ul.downsized					{ font-size: 11px; }

ul.sponsors li 					{ padding-left: .5em; }
ul.sponsors li:last-child	{ padding-bottom: 1em; }




/*******************************************************************/
/*												 Poptrox                                                                       */
/******************************************************************/

	.poptrox-popup
	{
		background: #fff url('images/bg2.jpg') center center !important;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	}
	
	.poptrox-popup .closer
	{
		background: url('images/bg3.jpg') !important;
		box-shadow: inset 5px 0px 8px 0px rgba(0,0,0,0.25);
	}
	
/******************************************************************/
/* 											Header                                                                       */
/*****************************************************************/

#header
{
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

#header nav	{ position: relative; 	}

#header nav a
{
	color: #8B97A1;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 0.15em;
	outline: 0;
	transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-webkit-transition: color .35s ease-in-out;
}
			
#header nav a:hover	{ color: #FFF; }
	
#header h1
{	
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
		
#header h1 span
{
	font-weight: 300;
	color: #a4b0bb;
}

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

#footer
{
	font-family: 'Open Sans Condensed', sans-serif;
	position: relative;
	text-align: center;
	font-size: 0.8em;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding: 1em 0 2em 0;
}

#footer a					{ color: rgba(195,215,215,0.5); }
#footer a:hover		{ color: rgba(195,215,215,0.85); text-decoration: none; }

