﻿html, body {
    min-height: 100%;
    width: 100%;
    height: 100%;
    }

body {
	background: url(layout/bg_gradient.jpg) fixed repeat-x center;
	padding: 0;
	margin: 0;
}

/* Vertical Centering Using - http://gtwebdev.com/workshop/vcenter/vcenter-table.php */

table.layout {
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }

td.layout {
    height: 100%;
    align: center;  /* This only works for IE but not Firefox.  Must add center tag in html */
}

#musicplayer {
	margin: 0px;
	width: 960px;
	height: 24px;
	text-align: right;
}

#wrapper {
	margin: 0px;
	width: 980px;
	height: 612px;
	background: #000 url(layout/bg_shadow.jpg) center;
}

#wrapper iframe {
	margin-top: 0px;
}

#content {
	position: relative;
	width: 960px;
	height: 600px;
	background: #000 url(layout/bg_innergradient.jpg) center;
	border: #fff solid 1px;
}

#top {
	float: left;
	width: 100%;
	height: 100px;
	margin: 0px;
	background: #fff url("layout/header.jpg") center;
	border-bottom: #fff solid 1px;
	text-align: right;
}

#navpromote {
	height: 62px;
	margin-top: 0;
}

#navpromote a img {
	border: 0;
	margin: 0;
}

#navbar {
	height: 38px;
}

#navbar a img {
	margin-left: 20px;
	margin-right: 20px;
	border: 0;
}

#navbar a:hover {
	border-bottom: #f600ff solid 2px;	*/
/*	border-top: #f600ff dotted 2px;	*/
	color: #f600ff;}

#middle {
	float: left;
	width: 100%;
	height: 478px;
}

#bottom {
	postion: absolute;
	top: -600px;
	float: left;
	width: 100%;
	height: 20px;
	background: #fff;
	border-top: #fff solid 1px;
}

#lside {
	float: left;
	width: 301px;
	height: 100%;
	text-align: left;
/*	border: #fff solid 1px;	*/
}

#lside a {
	color: #fa66ff;
}

#lside a:hover {
	text-decoration: none;
	border-bottom: #f600ff dotted 1px;
	color: #f600ff;
}

#mside {
	float: left;
	height: 100%;
	text-align: left;
}

#rside {
	float: right;
	width: 658px;
	height: 100%;
	text-align: left;
}

#container {
	margin-top: 45px;
}

#rside a {
	text-decoration: none;
	color: #fa66ff;
}

#rside a:hover {
	text-decoration: none;
	border-bottom: #f600ff dotted 1px;
	color: #f600ff;
}

#ibox {
	margin-top: 10px;
	width: 100%;
	height: 460px;
}

#main {
	float: right;
	position: relative;
	top: 320px;
	width: 900px;
	text-align: left;
	background: #000;
}

p.content {
	margin: 15px 30px 15px 30px;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

ul {
	margin: 15px;
	list-style-type: disc;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

#footer {
	width: 960px;
	color: #333;
}

#footer a {
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: #f600ff dotted 1px;
	color: #f600ff;  /*fa66ff*/
}

#footer p {
	text-align: center;
	margin-top: 3px;
	font-family: verdana;
	font-size: 8pt;
	color: #333;
}

img.thumb {
	margin-right: 5px;
	margin-top: 8px;
	border: black solid 1px;
}

h1 {
	margin: 40px 15px 15px 30px;
	font: 20px Century Gothic, Verdana;
	letter-spacing: 2px;
	font-smooth:always;
	/*	font-weight: bold;*/
	color: #95e0e2;
	text-align: left;
}

h2 {
	margin: 40px 15px 15px 15px;
	font: 16px Century Gothic, Verdana;
	font-smooth:always;
	/*	font-weight: bold;*/
	color: #fff;
	text-align: left;
}

table.events {
	margin-left: 30px;
	width: 300px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.events td {
	text-align:left;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

#meet {
	float: right;
	margin-right: 25px;
	text-align: right;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
}

.flyer {
	float: left;
	height: 440px;
	margin-top: 20px;
	margin-left: 10px;
}

.flyer img {
	max-height: 440px;
}

.flyer a img {
	border: 0;
	text-decoration: none;
}

.eventpreview {
	margin: 10px 0 10px 0;
	padding: 12px;
	border: 1px solid #999;
	width: 560px;
	height: 108px;
	vertical-align:middle;
	background: #333;
	opacity: .70;
}

.eventpreview:hover {
	opacity: 1;
	border: 1px solid #fff;
}

.eventpreview_left {
	width: 200px;
	height: 100%;
	float:left;
}

.eventpreview_right {
	width: 320px;
	height: 100%;
	margin-left: 20px;
	text-align: left;
	float: left;
	overflow: hidden;
}

.eventpreview h1 {
	margin: 0px;
	font: 20px Century Gothic, Verdana;
	font-smooth: always;
	color: #95e0e2;
	text-align: left;
}

.eventpreview p {
	margin: 0px;
	font: 9.5pt Century Gothic, Verdana;
	font-smooth:always;
	color: #fff;
	text-align: left;
}

#eventflyer {
	margin: 20px 0px 15px 20px;
	float: left;
	width: 220px;
	height: 400px;
	border-right: 1px solid #fff;
}

#eventinfo {
	margin: 20px 20px 15px 20px;
	float: left;
	height: 100%;
	width: 320px;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

#eventinfo h1 {
	margin: 0;
	font: 20px Century Gothic, Verdana;
	letter-spacing: 2px;
	font-smooth:always;
	color: #95e0e2;
	text-align: left;
}

#eventinfo p, #eventflyer p {
	margin: 0;
	font-family: century gothic, verdana;
	font-size: 9.5pt;
	color: #fff;
	line-height: 150%;
}

/*=========== Links ===========*/

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
/*	border-bottom: #f600ff dotted 1px;*/
	color: #fa66ff;  /*f600ff*/
}

a:visited {
	text-decoration: none;
	background-color: transparent;
}

/*=========== http://jlhaslip.com/samples/tooltips/ ===========*/

a.info {
	position: relative;	/* this is the key */
	z-index: 24;
}
a.info:hover {
	z-index: 25;
}
a.info span {
	display: none;	/* hide the span text */
}
a.info:hover span {
	/*the span will display only on :hover state*/
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 24px;
	left: 24px;
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-family: Century Gothic, Verdana;
	font-size: 9.5px;
	z-index: 30;
}

a.info:hover span img {
	border: 1px solid #fff;
}

/*================Promoter Profiles==================*/

a.profile {
	margin-right: 10px;
	z-index: 24;
}
a.profile:focus {
	z-index: 25;
}
a.profile span {
	display: none;	/* hide the span text */
}
a.profile:focus span {
	display: block;
	position: absolute;
	text-align: center;
	color: #fff;
	top: 160px;
	left: 540px;
	z-index: 50;
}
a.profile:focus span img {
	border: 1px solid #fff;
}
a.profile:focus span iframe {
	margin-height: 0 ;
	frameborder: 0;
	color: #fff;
}
