/* general */
*			{margin:0; padding:0; border:0; font-family:"Helvetica Neue", "Helvetica",sans-serif;}

@font-face 	{
			    font-family: 'HelveticaNeueLTStd45Light';
			    src: url('../fonts/helveticaneueltstd-lt-webfont.eot?') format('eot'),
			         url('../fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
			         url('../fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
			         url('../fonts/helveticaneueltstd-lt-webfont.svg#webfontjNHJVFgt') format('svg');
			    font-weight: normal;
			    font-style: normal;
}

html 	{
			background-color:transparent;
			overflow-y: auto;
}

body 	{
			padding-bottom: 20px;
			background-color:#ffffff;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 10px;
			overflow-y: hidden;
			overflow-x: hidden;
}

body.videos	{
			background:url("../img/bg1t.png");
}

body.shows	{
			background:url("../img/bg3.png");
}

body.calendar	{
			background:url("../img/bg5t.jpg");
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: block;
	background-color: transparent;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	height:0px;
	display:block;
	background-color:transparent;
}
::-webkit-scrollbar-track-piece  {
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
	height: 25px;
	background-color: rgba(0, 0, 0, 1);
	border: 0px;
	-webkit-border-radius: 6px;
}

.popUp
{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 10px;
	border: 0px solid black;
	background: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

p		{	
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			color:#f1f1f1; text-align:left;
			font-size:10pt; line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
}

.menu	{	
			font-size:12pt;
			color:black;
}

.white		{ color:#f1f1f1; }
.black 		{ color:black; }
.clear		{ clear:both; margin:5px 0 15px 0;}
.middle		{ vertical-align:bottom; }
span.red		{ color:rgba(190,0,0,1.00) }

a, a:link, a:visited, a:hover, a:focus, a.black, .black a { color:red; text-decoration:none; outline:none; }
-moz-focus-inner { border: 0; }

h1		{	
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			color:#f1f1f1; text-align:left;
			font-size:15.5pt; line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
}
h2		{	
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			color:#f1f1f1; text-align:left;
			font-size:11pt; line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
}

#page 	{
			position: relative;
			width: 950px;
			margin: 0 auto;
			padding-top: 20px;
}

.sdw	{ 
			-webkit-text-stroke:1px transparent; text-shadow:#000 1px 1px 1px;
}

#content	{
			position:fixed;
			/* overflow-x:hidden; */
}

/* end general */

/* showlister */

.box {
        font-family: verdana, sans-serif;
        font-size: 12px;
        padding: 5px;
        margin: 5px;
        width: 80%;
/*         border: 1px dotted black; */
    }
    
 .cal-list a, .cal-list a:link {
    font-size: 12px;
    font-family: verdana, sans-serif;
    color:rgba(255,255,255,1.00);
 }
 .cal-list a:hover {
 	color:black;
 }

.cal-list td, .cal-list table {
	color:#000000;
	background-color:transparent;
	font-size:10pt;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding:0px 5px 0px 5px;
	vertical-align:top;
}

.cal-list td.nobg {
	background:transparent;
}

.cal-list td.header {
	font-weight:bold;
/* 	text-transform:uppercase; */
}

.cal-list td.twitter {
	width:35px;
	overflow:hidden;
}

.cal-list td.btns {
	padding:0px 0px 0px 5px;
	text-align:left;
	max-width:55px;
}

.cal-list td.break {
	height:5px;
}

.cal-list td.spacer {
	background-color:white;
}

.googlemaps			{display:block; width:75px; height:20px; text-indent:-10000px; background:transparent url("../img/gm_btn.png") top left no-repeat; background-position:0 -21px; padding:0px;}
.googlemaps:hover	{background-position:0 0px}

/* showlister end */

/* social */

#social-btns	{
			position:fixed;
			left:100px; top:200px;
			display:block;
			width:400px; height:30px;
}

#social-btns ul	{
			padding-left:30px;
			list-style-type:none;
			margin:0 0 0 0;
			z-index:100;
			text-decoration:none;
}
#social-btns li		{ display:inline-block; height:25px; float:left; padding-right:50px; position:relative; }
#social-btns li.last	{ float:right; right:-20px; }
#social-btns li a			{ color:inherit; text-decoration:none; }
#social-btns li a:hover	{ color:#dd0000; border:0px; text-decoration:none; }

#social-btns .facebook {}
#social-btns .myspace {}
#social-btns .twitter {}
#social-btns .youtube {}
#social-btns .vimeo {}
#social-btns .soundcloud {}
#social-btns .flickr {}
#social-btns .dropbox {}

/* end social */

/* logo */

#poweredby	{
			position:fixed;
			padding-top:170px;
			top:75px; left:100px;
			width:300px; height:60px; 
			color:#f1f1f1; display:block;
			z-index:20;
}
#poweredby-top	{
			position:fixed;
			padding-top:0px;
			top:75px; left:100px;
			width:300px; height:60px; 
			color:#f1f1f1; display:block;
			z-index:20;
}

#name		{
			position:relative;
			padding-top:170px;
			top:170px; left:30px;
			width:500px; height:100px;
			color:#f1f1f1;
			background: url("../img/name.png") no-repeat;
			display:block;
}
#name-top	{
			position:relative;
			padding-top:0px;
			top:0px; left:30px;
			width:500px; height:100px;
			color:#f1f1f1;
			background: url("../img/name.png") no-repeat;
			display:block;
}

#beso		{
			position:relative;
			padding-top:170px;
			left:85px; top:-100px;
			width:100px; height:100px;
			display:block;
			background: url("../img/beso.png") no-repeat;
			z-index:10;
			/* opacity:0.75; filter:alpha(opacity=75); */
}

#beso-top	{
			position:relative;
			padding-top:0px;
			left:85px; top:-100px;
			width:100px; height:100px;
			display:block;
			background: url("../img/beso.png") no-repeat;
			z-index:10;
			/* opacity:0.75; filter:alpha(opacity=75); */
}

/* end logo */

/* menus */

#menu	{
			float:left;
			display:block;
			width:100%; height:30px;
			bottom:30px;
			position:fixed;
			z-index:100;
}
#menu ul	{
			padding-left:30px;
			list-style-type:none;
			margin:0 0 0 0;
			z-index:100;
			text-decoration:none;
}
#menu li		{ display:inline-block; height:25px; float:left; padding-right:50px; position:relative; }
#menu li.last	{ float:right; right:-20px; }
#menu li a			{ color:inherit; text-decoration:none; }
#menu li a:hover	{ color:#dd0000; border:0px; text-decoration:none; }
#menu li em {
			background: url("../img/hover.png") no-repeat;
			width: 180px;
			height: 45px;
			position: absolute;
			top: -90px;
			left: -88px;
			text-align: center;
			padding: 22px 12px 10px;
			font-style: normal;
			z-index: 2;
			display: none;
		}

/* end menus */

/* sections */

#about		{
			position:fixed;
			width:500px; height:auto;
			background-color: white;
			left:30px; top:130px; bottom:60px;
			padding:20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
}

#about-bio		{
			position:fixed;
			width:425px; height:auto;
			background-color: white;
			left:30px; top:130px; bottom:70px;
			padding:20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
}

#about .content {
			position:fixed;
			width:500px; height:auto;
			left:50px; top:190px; bottom:70px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
}

#about-bio .content {
			position:fixed;
			width:425px; height:auto;
			left:50px; top:190px; bottom:90px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
}

#page-wide	{
			position:fixed;
			width:830px; height:auto;
			background-color: white;
			left:30px; top:130px; bottom:70px; right:90px;
			padding:20px 20px 20px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
			/* background:url("../img/photo.png") no-repeat -350px 50px; */
}

#page-wide-alt	{
			position:fixed;
			width:830px; height:auto;
			background-color: white;
			left:30px; top:40px; bottom:70px; right:90px;
			padding:20px 20px 20px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
			background:url("../img/bg2.jpg") no-repeat -60px -100px;
}

#page-wide .content {
			position:fixed;
			width:830px; height:auto;
			left:50px; top:100px; bottom:70px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
}

#page-wide-alt .content {
			position:fixed;
			width:830px; height:auto;
			left:50px; top:100px; bottom:70px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
}

#page-wide-alt .content-alt {
			position:fixed;
			width:380px; height:auto;
			left:500px; top:100px; bottom:110px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
}

#page-wide-calendar	{
			position:fixed;
			width:830px; height:auto;
			background-color: white;
			left:30px; top:40px; bottom:70px; right:90px;
			padding:20px 20px 20px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
/* 			background:url("../img/bg2.jpg") #a08720 no-repeat -60px -100px; */
}

#page-wide-calendar .content-list {
			position:fixed;
			width:816px; height:auto;
			left:50px; top:100px; bottom:89px; right:150px;
			background:rgba(3, 181, 255, 1.00);
			border-radius: 15px;
			overflow-x:hidden;
			overflow-y:hidden;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			padding:10px 0 0 15px;
}

#page-wide-calendar .content-data {
			width:800px; height:inherit;
			overflow-x:hidden;
			overflow-y:auto;
			position:absolute;
			top:15px;
			bottom:15px;
}

#page-wide-calendar h3	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:15px;
			line-height:1em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#000000;
			margin-bottom:20px;
}
#page-wide-calendar h2	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:13px;
			line-height:.25em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#000000;
}
#page-wide-calendar sub	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:11px;
			line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#000000;
}

#page-wide-shows	{
			position:fixed;
			width:830px; height:auto;
			min-height:75px;
			background-color: white;
			left:30px; top:40px; bottom:70px; right:90px;
			padding:20px 20px 20px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
			background:url("../img/bg3p.jpg") #585302 no-repeat -153px -20px;
}

#page-wide-shows .content {
			position:fixed;
			width:830px; height:auto;
			min-height:75px;
			left:50px; top:100px; bottom:85px; right:110px;
			overflow-y:hidden;
			background:rgba(85, 60, 8, 0.45);
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			padding-right:5px
}

#page-wide-shows .content-win {
			position:fixed;
			width:370px; height:auto;
			min-height:75px;
			left:500px; top:100px; bottom:210px; right:110px;
			overflow-y:hidden;
			background:rgba(85, 60, 8, 0.45);
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			padding:10px 0 0 15px;
}

#page-wide-shows .content-imgs {
			position:fixed;
			width:822px; height:100px;
			left:47px; bottom:86px; right:110px;
			overflow-x:hidden;
			overflow-y:hidden;
			background:rgba(85, 60, 8, 0.45);
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			padding:10px 0 0 15px;
}

#page-wide-shows .content-alt {
			width:350px; height:inherit;
			overflow-x:hidden;
			overflow-y:auto;
			position:absolute;
			top:15px;
			bottom:15px;
}

#page-wide-shows .content-imgs-alt {
			width:808px; height:inherit;
			overflow-x:hidden;
			overflow-y:auto;
			position:absolute;
			top:15px;
			bottom:15px;
}

#page-wide-shows h3	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:17px;
			line-height:1em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
			margin-bottom:15px;
			margin-top:0px;
			padding-top:0px;
}
#page-wide-shows h2	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:13px;
			line-height:.25em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
}

#page-wide-shows sub	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:11px;
			line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
}

#page-wide-shows a:link	{
			text-decoration: none;
			font-style:italic;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
			}
#page-wide-shows a:hover {color:#dd0000;
}

#page-wide-videos	{
			position:fixed;
			width:830px; height:auto;
			background-color: white;
			left:30px; top:40px; bottom:70px; right:90px;
			padding:20px 20px 20px 20px;
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			z-index:-50px;
			background:url("../img/bg2.jpg") #a08720 no-repeat -60px -100px;
}

#page-wide-videos .content {
			position:fixed;
			width:830px; height:auto;
			left:50px; top:100px; bottom:70px; right:110px;
			overflow-x:hidden;
			overflow-y:auto;
			background-color:#000000;
			opacity:0.55; filter:alpha(opacity=55);
}

#page-wide-videos .content-win {
			position:fixed;
			width:370px; height:auto;
			left:500px; top:100px; bottom:86px; right:110px;
			overflow-x:hidden;
			overflow-y:hidden;
			background:rgba(85, 60, 8, 0.45);
			border-radius: 15px;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			-o-border-radius: 15px;
			padding:10px 0 0 15px;
}

#page-wide-videos .content-alt {
			width:350px; height:inherit;
			overflow-x:hidden;
			overflow-y:auto;
			position:absolute;
			top:15px;
			bottom:15px;
}

#video		{
			width:97%; height:inherit;
			margin:0px 20px 20px 0px;
			float:left;
}

#video .linkbtn a:link	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:14px;
			line-height:1em; letter-spacing:.1em;
			text-decoration: none;
			font-style:italic;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
			background:url("../img/linkbar.png") no-repeat;
			width:111px; height:30px;
			display:inline-block;
			padding:8px 0 0 0px;
			text-align:center;
			margin-top:12px;
			}
#video .linkbtn a:hover	{color:#dd0000;
}

#video-thumb	{
				width:80px; height:60px;
				background:#000000;
				margin:0px 10px auto 0px;
				float:left;
				overflow:hidden;
				border-radius: 10px;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;
					-o-border-radius: 10px;
}

#video-spacer	{
				width:1px;
				float:left;
}

#video h3	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:17px;
			line-height:1em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
}
#video sub	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:11px;
			line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
			color:#f1f1f1;
}

#event		{
			width:270px; height:140px;
			margin:0px 0px 20px 0px;
			float:left;
}
#event-thumb	{
			width:100px; height:140px;
			margin:0px 0px 0px 0px;
			background:#d1d1d1;
			float:left;
}
#event-info {
			width:150px; height:140px;
			float:left;
}
#event h3	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:15px;
			line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
}
#event sub	{
			font-family:"Helvetica Neue", "Helvetica",sans-serif;
			font-size:11px;
			line-height:1.35em; letter-spacing:.1em;
			-webkit-text-stroke:1px transparent;
}

/* end sections */

/* contact */

form 	{ margin:0; padding:0; }
#contactFormArea	{
		width:375px;
}
.input{ 
		background-color: #ffffff; border:1px solid #d1d1d1; 
		width:400px; padding:5px 0px 5px 5px; margin:0px;
		font-family:"Helvetica Neue", "Helvetica",sans-serif;
		color:#000000; text-align:left;
		font-size:10pt; line-height:1.35em; letter-spacing:.1em;
		-webkit-text-stroke:1px transparent;
}
.input-submit { 
		background-image:url(../images/but-send.gif); 
		background-repeat:no-repeat;
		font-family:"Helvetica Neue", "Helvetica",sans-serif;
		padding:5px 0 10px 0; margin:15px 0 20px 0;
		border:0px;
		width:93px; height:30px;
		cursor:pointer; 
		float:right;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		}
.input-submit:hover {
		color:#dd0000;
}
.textarea {
		background-color: #ffffff; 
		border:1px solid #d1d1d1;
		width:405px; margin:0px; color:#000000;
		font-family:"Helvetica Neue", "Helvetica",sans-serif;
		font-size:10pt; line-height:1.35em; letter-spacing:.1em;
		-webkit-text-stroke:1px transparent;
}

/* end contact */

/* -------------------------------------------------------------------------------------- FLOW SLIDER */
#flow_slider{
}
#flow_slider .content{
	background:url(../img/slider_squarePic_Bg.png) no-repeat left top;
	margin:0 auto;
	width:810px; height:80px;
}

#slider{
	padding:0 0 0 42px;
	position:relative;
	width:730px; height:80px;
}

#slider #slider_img{ 
	width:896px; display:block;
	float:left; overflow:hidden;
	height:80px;
}
#slider #slider_img img{
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	background-color:rgba(0,0,0,0.30);
}
#slider #slider_img div{ 
	width:896px; height:80px;
	border:0px transparent;
}
#slider #slider_img a{
/* 	background:url(../img/empty.png) no-repeat left top; */
	float:left;
	display:block;
	margin:0px 0 0 15px; padding:0px 0px 8px 3px;
	width:70px; height:76px;
	border:0px transparent;
}
#slider #myController{
	visibility:hidden;
	display:block; float:left;
	width:700px; height:25px;
	position:absolute;
	top:0;
	left:-9000px;
}
#myController span{
	display:inline;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 8px 0 9px;
	color:#001a25;	
	cursor:pointer;
}

#myController span.jFlowSelected {
	color:#ccc;
}

.jFlowPrev, .jFlowNext{
	cursor:pointer;
	float:left;
	position:absolute;
	width:40px;	height:40px;
}
.jFlowPrev{
	top:23px;
	left:2px;
	opacity:100;
}
.jFlowNext{
	top:23px;
	right:0px;
	opacity:100;
}

/* footer */
.footer { height:15px; padding:7px; font-size: 11px;  }
.footer-holder {
	background:none repeat scroll 0 0 rgba(0,0,0,0.95); 
	bottom:0; 
	height:30px; 
	position:fixed;
	margin:0 0 0 30px;
	width:95.75%; 
	border-radius: 15px;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-o-border-radius: 15px 15px 0 0;
}

.footer .footer_items.social { position:absolute; right:10px; top:8px; }
.footer .footer_items.social li { border:0 none; float:left; height:16px; margin:0 0 0 5px; padding:0; width:16px; }
.footer .footer_items.social li span { float:left; }
.footer .footer_items.social li span.youtube { background:url(../img/social/sm/youtube_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.vimeo { background:url(../img/social/sm/vimeo_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.tumblr { background:url(../img/social/sm/tumblr_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.linkedin { background:url(../img/social/sm/linkedin_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.facebook { background:url(../img/social/sm/facebook_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.myspace { background:url(../img/social/sm/myspace_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.twitter { background:url(../img/social/sm/twitter_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.soundcloud { background:url(../img/social/sm/soundcloud_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }
.footer .footer_items.social li span.linkedin { background:url(../img/social/sm/linkedin_16.png) no-repeat scroll 0 0 transparent; height:16px; width:16px; }

.footer span.beso { background:url(../img/beso_16.png) no-repeat -1px -4.5px transparent; padding-right:2px; height:16px; width:16px; display:inline-block;}
.footer .footer_items.social li span span { display:none; }

address { color:rgba(255,255,255, 0.15); float:left; font-style:normal; margin:-4px 0px 0 2px; width:600px; height:50px; }
