@charset "utf-8";
/* CSS Document */


body{
	background-color:#FFF;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}

body a img{
	border:none;
}

#main{
	position:relative;
	width:480px;
	background-color:#FFF;
	background-image:url(../img/Mainback_mob.jpg);
	background-repeat:no-repeat;
}

#fblink{
	position:absolute;
	top:230px;
	left:410px;
}


.content{
	display:none;
	position:relative;
	width:480px;
	left:0px;
	top:220px;
	margin-bottom:32px;
	overflow:hidden;
}
.ctop{
	background-image:url(../img/contentHeadBar_Mob.png);
	background-repeat:no-repeat;
	width:100%;
	height:65px;
	margin-bottom:0px;
}

.ctext{
	background-image:url(../img/TextAreaBar_Mob.png);
	background-repeat:repeat-y;
	width:auto;
	height:900px;
	padding-left:20px;
	padding-right:20px;
	margin-top:-15px;
	overflow:hidden;
	min-height:300px;
}

.cbottom{
	background-image:url(../img/TextAreaBar_Mob.png);
	background-repeat:no-repeat;
	width:100%;
	height:82px;
}

.button:hover{
	cursor:pointer;
}

#bshows, #bshows:hover{
	background-image:url(../img/Shows_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:5px;
	top:170px;
	width:126px;
	height:51px;
}

#hshows{
	
	background-image:url(../img/Shows_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:10px;
	top:220px;
	width:229px;
	height:69px;
}


#babout, #babout:hover{
	background-image:url(../img/About_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:125px;
	top:170px;
	width:126px;
	height:51px;
}

#habout{
	display:none;
	background-image:url(../img/About_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:100px;
	top:245px;
	width:229px;
	height:69px;
}

#bcontact, #bcontact:hover{
	background-image:url(../img/Contact_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:230px;
	top:170px;
	width:126px;
	height:51px;
}

#hcontact{
	display:none;
	background-image:url(../img/Contact_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:100px;
	top:245px;
	width:229px;
	height:69px;
}

#bmedia, #bmedia:hover{
	background-image:url(../img/Media_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:360px;
	top:170px;
	width:126px;
	height:51px;
}

#hmedia{
	display:none;
	background-image:url(../img/Media_Mob.png);
	background-repeat:no-repeat;

	position:absolute;
	left:100px;
	top:245px;
	width:229px;
	height:69px;
}

img{
	border:solid;
	border-color:#cab7b0;
	border-width:3px;
}

a{
	color:#cab7b0;
	text-decoration:none;
}

a:visited{
	color:#cab7b0;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
.notMobile{
	display:none;
}

.datebox{
	/*float:left;*/
	margin-right:15px;
	margin-bottom:15px;
	background-color:rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)"; 	 
	border-style:solid;
	border-color:#cab7b0;
	padding:8px;
	width:90%;

}