@charset "UTF-8";
@font-face {
    font-family: 'franchiseregular';
    src: url('../fonts/franchise-bold-hinted.eot');
    src: url('../fonts/franchise-bold-hinted.eot?#iefix') format('embedded-opentype'),
url('../fonts/franchise-bold-hinted.woff') format('woff'),
url('../fonts/franchise-bold-hinted.ttf') format('truetype'),
url('../fonts/franchise-bold-hinted.svg#franchiseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Global*/
body#grey	{
	background-color:#D6D6D6;
}
a:link, a:active, a:hover, a:visited {
	outline: none;
}
p {
	font-family: 'Telex', Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333;
}
h1	{
	font-family: 'franchiseregular', Impact, Haettenschweiler, sans serif;
	font-size:32px;
	font-weight:normal;
	color:#444;
}
h2	{
	font-family: 'franchiseregular', Impact, Haettenschweiler, sans serif;
	font-size:24px;
	font-weight:normal;
	color:#333;
}
h2:link {
	color: #666;
	text-decoration: none;
}
h2:visited	{
	color: #444;
	text-decoration: none;
}
h3 {
	font-family: 'Telex', Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#333;
}
.center	{
	text-align:center;
}
.red	{
	color:#F00;
}
a:link {
	color: #666;
	text-decoration:none;
}
a:visited	{
	color: #666;
	text-decoration:none;
}
/*Page size*/
#page {
	width: 608px;
	margin: 0px auto 0px auto;
}
#playerpage	{
	margin: 0px auto 10px auto;
	padding-left:10px;
	max-width:800px;
	max-height:450px;
	border:solid 10px #002CB2;	
}
#widepage	{
	width:100%;
	max-width:700px;
	height:auto;
	min-height:400px;
	margin: 10px auto 10px auto;
}
#vidpage	{
	margin: 10px auto 10px auto;
	padding-left:10px;
	max-width:800px;
	max-height:450px;
	border:solid 10px #002CB2;
	
}
/*front page*/
#firstdiv {
	width: 88px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#seconddiv {
	width: 88px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#thirddiv {
	width: 88px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#fourthdiv {
	width: 80px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#fifthdiv {
	width: 96px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#sixthdiv {
	width: 80px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#seventhdiv {
	width: 88px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#srb {
	width:344px;
	height:60px;
	float:left;
	border:none;
	margin:0px;
	padding:0px;
}
#buttons	{
	width:165px;
	height:60px;
	float:right;
	border:none;
	margin:0px;
	padding:0px;
}
#footer		{
	width:608px;
	margin:0px auto;
	padding:0px;
	clear:left;
}
#lefttext	{
	margin:0px;
	padding-left:40px;
	float:left;
}
#righttext	{
	margin:0px;
	padding-right:40px;
	float:right;
}
#logo		{
	width:350px;
	margin:50px auto;
	padding:0px;
}
/*tabbed pages*/
#tabs	{
	width:100%;
	height:40px;
}
#tabs ul	{
	list-style-type:none;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#tabs li {
	list-style:none;
	width:30%;
	height:40px;
	border:0px;
	margin-right:1px;
	padding:7px 0px 0px 0px;
	float:left;
	background-color:#000000;
	border-top-left-radius:5px;
	text-align:center;
}
#content	{
	width:93%;
	min-height:300px;
	border:solid #000 1px;
	margin:0px 0px 0px 10px;
	padding:20px 10px 0px 10px;
	background-image:url(../images/lisalogogrey.png);
	background-repeat:no-repeat;
	background-position:center 120px;
	background-attachment:fixed;
	clear:left;
}
#slideout1 {
    position: fixed;
    z-index:99;
	top: 196px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #00ABF1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#slideout1_inner {
    position: fixed;
    top: 0px;
    left: -350px;
    background: #00ABF1;
    width: 300px;
    padding: 10px;
    height: 300px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
#slideout1_inner textarea {
    width: 260px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout1:hover {
    left: 320px;
}
#slideout1:hover #slideout1_inner {
    left: 0;
}
#slideout2 {
    position: fixed;
	z-index:99;
    top: 320px;
    left: 0;
    width: 35px;
    padding: 12px 0;
    text-align: center;
    background: #3B5998;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
#slideout2_inner {
    position: fixed;
    top: 320px;
    left: -550px;
    background: #3B5998;
    width: 500px;
    padding: 10px;
    height: 500px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    text-align: left;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}
#slideout2_inner textarea {
    width: 560px;
    height: 100px;
    margin-bottom: 6px;
}
#slideout2:hover {
    left: 520px;
}
#slideout2:hover #slideout2_inner {
    left: 0;
}
.hidden	{
	display:none;
}
.righttext	{
	text-align:right;
}
.smalltext	{
	font-size:12px;
}
.vidtext	{
	font-size:12px;
}
.idTabs a:link	{
	color:#fff;
}
.idTabs a:hover	{
	font-size:33px;
	color:#D6D6D6;
}
.idTabs a:active {
	font-size:34px;
	color:#CC0000;
}
.idTabs a.selected {
	font-size:33px;
	color:#CC0000;
}
.clear	{
	clear:left;
}
.end	{
	border-top-right-radius:5px;
}
.slideshow { 
	height: 60px; 
	width: 344px; 
	margin: auto;
}
.slideshow img {
	display: none;
	margin:0px;
	padding:0px; 
}
.tabtext	{
	font-family: 'franchiseregular', Impact, Haettenschweiler, sans serif;
	font-size:32px;
	font-weight:normal;
	color:#FFF;
}
.borderremove img	{
	border:none;
	padding:0px;
	margin:0px;
}
/*Gigs page*/
.gigcontent	{
	border:none;
	margin:0px;
	padding:0px 0px 30px 0px;
	overflow:auto;
	width:100%;
}
.venpic	{
	width:160px;
	height:160px;
	padding:25px 0px 0px 0px;
	margin:0px;
	float:right;
}
	img.align-center {
		display:block;
		margin: 0px auto;
}
.venpic img	{
	border:solid #000 1px;
}
.map	{
	width:160px;
	height:160px;
	padding:0px;
	margin:10px 0px 0px 0px;
	float:right;
	clear:right;
}
.map img	{
	border:solid #000 1px;
}
#hidemaps	{
	display:none;
}
.mapcontainer	{
	background-color:#d6d6d6;
	width:427px;
	height:420px;
	padding:10px;
}
.mapwrapper	{
	margin:0px auto 0px auto;
	border:solid #000 1px;
}

/*ends*/