/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Base Corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Base Corrections
================================================== */
ul, ol {
	margin: 0;
}



/* #Site Styles
================================================== */

body {
	background: url('../images/bgblur.jpg') 0 0 no-repeat #0A0B06; 
	background-size: 100% auto;
	font-family: 'Open Sans', sans-serif;
	
	cursor: default;
}

.container {
	color: rgb(255,255,255);
	padding: 0 14px;
}

.band {
	background-color: rgba(0,0,0,0.1);
}

.band.mosaic {
	background: url('../images/dark_mosaic.png');
}		

a {
	color: rgba(255,255,255,0.9);
}

h1,h2,h3,h4,h5 {
	color: rgb(255,255,255);
}

ul.inline-block li {
	display: inline-block;
}
ul.inline li {
	display: inline;
}
ul.block li {
	display: block;
}

h1.logo {
	margin: 0 0 0 56px;
	width: 280px;
	height: 98px;
	background: url("../images/talk-logo-white.png") 0 0 no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}

h1.logo span {
	opacity: 0;
	height: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-weight: normal;
	-webkit-font-weight: normal;
	-moz-font-weight: normal;
	-ms-font-weight: normal;
	-o-font-weight: normal;
	font-size: 35px;
	font-family: 'Poiret One', cursive;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 20px;
}

h2.welcome {
	padding-bottom: 21px;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.talkfamily img {
	background: rgba(0,0,0,0.01); /* firefox fix */
	opacity: 0.45;
	height: 70px;
	margin-top: 14px;
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.talkfamily img:hover {
	opacity: 1;
}

.social {
	margin-top: 21px;
}

.social .facebook,
.social .twitter,
.social .youtube {
	opacity: 0.65;
	border-radius: 10px;
	width: 49px;
	height: 49px;
	display: inline-block;
	background: url('../images/social_sprite.png') -7px -74px no-repeat;
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social .facebook {
	background-position: -74px -72px;
}
.social .facebook:hover {
	background-position: -74px -6px;
}
.social .twitter {
	background-position: -141px -74px;
}
.social .twitter:hover {
	background-position: -141px -6px;
}
.social .youtube:hover {
	background-position: -7px -8px;			
}

.social .facebook:hover,
.social .twitter:hover,
.social .youtube:hover {
	opacity: 1;
}

.band.navigation {
	background: rgba(0,0,0,0.45);
	padding: 0 0 7px;
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(255,255,255,0.25);
}

.navigation {
	margin: 14px 0 0;
}
.navigation li {
	padding: 0 5% 0 0;
	margin: 0;
}
.navigation li:hover {
	display: inline-block;
	
}
.navigation li.last {
	padding-right: 0;
}
.navigation li a,
.footer .nav li a {
	font-size: 1.8em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	text-transform: uppercase;
	font-family: 'Poiret One', cursive;
	
	display: block;
	color: rgba(255,255,255,1);
	text-decoration: none;
	border-bottom: 0;
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.footer .nav li a {
	color: rgba(255,255,255,0.75);
	font-size: 1.4em;
	font-weight: 100;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
}
.footer .nav li a:hover {
	color: rgba(255,255,255,1);
}
.navigation li a:hover {
	color: rgba(255,255,255,0.8);
}
.navigation li a:visited,
.navigation li a:active {
	color: rgba(255,255,255,0.6);
}

.footer .nav li {
	padding-left: 7px;
	padding-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

/* color range */
.talkblue { 
	background-color: rgba(30,70,110,1)
}
.talkblue70 { 
	background-color: rgba(30,70,110,0.7)
}
.talkblue50 { 
	background-color: rgba(30,70,110,0.5)
}
.talkblue30 { 
	background-color: rgba(30,70,110,0.3)
}

/* globals */
.tal { text-align: left; }
.tar { text-align: right; }
.tac { text-align: center; }
.relative { position: relative; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.noborder { border: none !important; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }


/* #Page Styles
================================================== */

.blackwrapper {
	background: #000;
	padding: 7px 0;
	border: 1px solid rgba(255,255,255,0.05);
}

.sliderbg {
	text-align: center;
}

.section {
	clear: both;
	position: relative;
	padding: 35px 21px 14px;
	background: rgba(0,0,0,0.6);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.5));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.5));
}

.section p,
.section ul {
	color: rgba(255,255,255,0.9);
	font-size: 1em;
}

.section a {
	/*color: #5b5bf2;*/
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted;
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.section#welcome img,
.section#bluu img {
	border: 1px solid rgba(255,255,255,0.5);
	float: right;
	margin: 7px 0 7px 21px;
	width: 154px;
}

.section#calendar h2,
.section#contact h2,
.section#gallery h2,
.section#vip h2 {
	text-align: center;
	opacity: 0.7;
	margin-top: 7px;
	margin-bottom: 35px;
	font-size: 3em;
}

.section#calendar .eventswrapper {
	margin: 7px 14px;
}

.section#calendar .event {
	clear: both;
	display: block;
	padding: 14px;
	margin-bottom: 14px;
	
	text-shadow: 1px 1px 0 rgba(0,0,0,0.9);
	
	cursor: pointer;
	
	background: rgba(255,255,255,0.04);
	
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
}

.section#calendar .event:nth-child(odd) {
	background-color: rgba(255,255,255,0.05);
}

.section#calendar .event:hover {
	background: rgba(255,255,255,0.15);
}

.section#calendar .eventImage {

}

.section#calendar .eventImage img {
	margin: 14px 21px 7px 7px;
	border: 1px solid rgba(255,255,255,0.5);
	float: left;
	width: 20%;
}

.section#calendar .eventName {
	font-size: 2em;
	font-family: 'Poiret One', cursive;
	text-transform: uppercase;
	margin: 7px 0;
	padding-top: 7px;
}

.section#calendar .eventInfo {
	line-height: 28px;
}

.section#calendar .eventDate {
	opacity: 0.5;
}

.section#calendar .eventDescription {
	line-height: 24px;
	font-size: 0.9em;
	padding-left: 131px;
}

.section#calendar .eventDescription a {
	margin-top: 14px;
}

.fblink {
	display: block;
	padding: 7px 21px;
	margin: 28px 0 7px;
	background: rgba(255,255,255,0.2);
	color: #000;
	text-decoration: none;
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.fblink:hover {
	color: #111;
	background: rgba(255,255,255,0.9);
}

.section#footer {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 14px;
}

img.slimbox {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}		
img.slimbox:hover {
	opacity: 0.6;
}

/* BX Slider */
.bx-wrapper {
	margin: 35px 0 7px;
}
	
.bxslider.vip li {
	height: 140px;
	background-color: rgba(255,255,255,0.1);
	background: 100% auto;
	
	/*
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	*/
}
.bxslider.vip li:hover {
	opacity: 0.9;
}
.bxslider.vip li a {
	display: block;
	height: inherit;
	text-decoration: none;
}


/* Footer */
.footer {
	border-top: 1px solid rgba(255,255,255,0.5);
	background: #000; /* old browsers */
}
.footer ul li {
	color: rgba(255,255,255,0.4);
}

.googlemap {
	opacity: 0.8;
	background-color: rgba(255,255,255,0.1);
	
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.googlemap:hover {
	opacity: 0.6;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/