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

/* ======== GLOBAL STYLES ======== */

body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: #000;
	font-weight: normal;
}

/* ======== POSITION DEFINITIONS ======== */

div#wrapper {  /* defines background pattern & width */
	width: 1024px;
	height: 643px;
	position: relative;
	background-image: url(../images/bkgdPattern2.jpg);
    background-repeat:repeat;
	border: none;
	margin: 15px auto;
}
div#mainImage {
	width: 1024px;
	height: 603px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: no-repeat;
}
div#header {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 854px;
	height: 70px;
	font-family: Arial, Helvetica, sans-serif;
}
div#leftMargin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 603px;
	background-image: url(../images/borderLeft.png);
}
div#leftMarginBlank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 603px;
}
div#rightMargin {
	position: absolute;
	top: 0;
	left: 954px;
	width: 70px;
	height: 603px;
	background-image:url(../images/borderRight.png);
}
div#content {
	position: absolute;
	top: 70px;
	left: 100px;
	width: 814px;
	height: 533px;
	margin: 0 20px 0 20px;
}
div#footer {
	position: absolute;
	top: 603px;
	left: 0;
	width: 1014px;
	height: 30px;
	background-color: #000;
	font-size: 11px;
	color:#999;
	padding: 5px;
	text-align: center;
}
div#noscriptWarning {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 250px;
	height: 66px;
	float: none;
	font-size: .8em;
	font-weight: bold;
	color:#FC3;
	padding-top: 4px;
}

/* ===== MODULE STYLES ===== */

div#clearBox {
	background: none;
	margin: 0 1em 0 1em;
	overflow:auto;
}
div#whiteBox {
	background-image: url(../images/transWhiteSpacer.png);
	padding: .5em;
	margin: 0;
	overflow:auto;
}
div#outlineBox {
	border: #FFF solid 1px;
	padding: .5em;
	margin: 0;
	overflow:auto;
}

/* ===== TYPOGRAPHY STYLES ===== */

p {
	font-size: 13px;
	font-weight: 400;
	color: #000;
	line-height: 16px;
	margin: 0 0 .6em 0;
}
h1, h2, h3 , h4{
	font-size: 19px;
	color:#000;
	font-weight: lighter;
	line-height: 1.5em;
	margin: 0 0 .6em 0;
}
h1 {
	font-style: italic;	
	color: #fff;
}
h2 {
	font-style: italic;	
	color: #000;
}
h3 {
	font-style: normal;	
	color: #fff;
}
h4 {
	font-style: normal;	
	color: #000;
}
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #C93;
}
a:hover, a:active {
    color: #C93;
    border-bottom: 1px dashed #566440;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	outline: none;
	color: #C63;
}
#footer a:hover, #footer a:active {
	color: #F37A3C;
	border-bottom: 1px dashed #F37A3C;
}
#content #events tr th h1 {
	font-size: .8em;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#content #form1 label {
	font-size: 1em;
}




/* ===== MAIN MENU NAVIGATION ===== */

div#menu {          /* set the position for the nav elements */
    float: right;
	height: 62px;
	margin: 0;
	padding: 0;
}
div#menu ul {               /* turn off all the normal list behavior */
	margin: 0;
	padding: 0;
        list-style: none;
}
div#menu li {               /* turn off the normal list item behavior */
	position: relative;
	float: left;
        margin: 0;
        padding: 0;
}
div#menu li a:link, div#menu li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	display: block;         /* block mode for graphical button */
	color: #fff;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0 6px 0 6px; /* line up text & image */
	margin: 0 0 0 2px;      /* add space between items */
	line-height: 30px;
	width: 78px;
	border: none;           /* no border */
	background-image: url(../images/btnBkgd.png); /* graphical button background */
	font-style: italic;
	font-weight:normal;
}
div#menu li a:hover, div#menu li a:active {
    color: #383025;         /* change type color on links */
    background-position: left bottom;      /* move image to show rollover */
}
div#menu li.current a {  /* different look for menu item on current (active) page */
	background-image: url(../images/btnBkgdActive.png);
	color: #fff;
	visibility: visible;
}
div#menu li.current a:hover {
    cursor: default;
}
#menu #subMenuMusic {  /* positioning of Music Sub Menu elements */
	margin: 2px 0 0 184px;
	visibility: hidden;
}
#menu #subMenuClasses {  /* positioning of Classes Sub Menu elements */
	margin: 2px 0 0 368px;
	visibility: hidden;
}

/* ===== LEFT MARGIN BUTTON MENUS ===== */
div#sideMenu{
	width: 70px;
	height: 400px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 70px;
	left: 30px;
}
#shareThis {
	width: 130px;
	height: 30px;
	position: absolute;
	top: 608px;
	left: 30px;
}

div#francaisBtn a:link, div#francaisBtn a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	background-image: url(../images/francaisBtn.png);
    background-position: left top;
	border: none;
}
div#francaisBtn a:hover, div#francaisBtn a:active {
    background-position: left bottom; 
}
div#englishBtn a:link, div#englishBtn a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	background-image: url(../images/englishBtn.png);
    background-position: left top;
	border: none;
}
div#englishBtn a:hover, div#englishBtn a:active {
    background-position: left bottom; 
}
div#playerBtn a:link, div#playerBtn a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 70px;
	background-image: url(../images/playerBtn.png);
    background-position: left top;
	border: none;
}
div#playerBtn a:hover, div#playerBtn a:active {
    background-position: left bottom; 
}
div#playerBtnFR a:link, div#playerBtnFR a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 70px;
	background-image: url(../images/playerBtnFR.png);
    background-position: left top;
	border: none;
}
div#playerBtnFR a:hover, div#playerBtnFR a:active {
    background-position: left bottom; 
}
div#contactBtn a:link, div#contactBtn a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	float:left;
	top: 190px;
	background-image: url(../images/contactBtn.png);
    background-position: left top;
	border: none;
}
div#contactBtn a:hover, div#contactBtn a:active {
    background-position: left bottom; 
}
div#contactSubMenu {
	position: absolute;
	top: 190px;
	margin-left: 70px;
	visibility: hidden;
}
div#moreBtn a:link, div#moreBtn a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 260px;
	background-image: url(../images/moreBtn.png);
	background-position: left top;
	border: none;
}
div#moreBtn a:hover, div#moreBtn a:active {
    background-position: left bottom; 
}
div#moreBtnFR a:link, div#moreBtnFR a:visited {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 260px;
	background-image: url(../images/moreBtnFR.png);
    background-position: left top;
	border: none;
}
div#moreBtnFR a:hover, div#moreBtnFR a:active {
    background-position: left bottom; 
}
div#moreSubMenu {
	position: absolute;
	top: 260px;
	margin-left: 70px;
	visibility: hidden;
}
/* ===== SIDEBAR SUBMENUS ===== */

.vertical {          /* set the position for the nav elements */
    float: none;
	margin: 0;
	padding: 0;
}
.vertical li {               /* turn off the normal list item behavior */
	margin: 0;
	padding: 0;
    list-style: none;

}
.vertical li a:link, .vertical li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;         /* block mode for graphical button */
	color: #000;            /* white text */
	text-decoration: none;  /* no underline */
	padding: 0 3px 0 3px;	/* line up text & image */
	margin-left: 0px;
	line-height: 18px;
	width: 103px;
	border: none;           /* no border */
	background-image: url(../images/btnBkgd2.png); /* graphical button background */
	font-style: normal;
	font-weight: bolder;
}
.vertical li a:hover, .vertical li a:active {
    color: #FFF;         /* change type color on links */
    background-position: left bottom;      /* move image to show rollover */
}


/* ===== MISC STYLES ===== */

.clear { clear: both }
h6 {
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3ex;
	margin: 0px;
	padding: 0px;
}
.eventsData a:hover, a:active {
	color: #009;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009;
}
.eventsData a {
	color: #009;
}
.eventsData h2  {
}
#content .eventsData table tr th{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#map {
	padding: 0px;
	height: 300px;
	width: 300px;
	border: none;
}
#venueListTable {
	margin-right: 75px;
	width: 300px;
}
#venueDetailTable {
	height: 400px;
	width: 306px;
	padding: 0;
}
#eventsListTable {
	width: 400px;
	margin-right: 75px;
}
#cdGrid {
	position:relative;
	width: 331px;
	height: 125px;
	padding: 0;
}
#cdGrid .cdImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 125px;
}

#buyCdBtn a:link, #buyCdBtn a:visited  {
	position: absolute;
	top: 0;
	left: 125px;
	width: 100px;
	height: 26px;
	background-image:url(../images/buyCdBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#buyCdBtn a:hover, #buyCdBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;

}
#buyCdBtnFR a:link, #buyCdBtnFR a:visited  {
	position: absolute;
	top: 0;
	left: 125px;
	width: 100px;
	height: 26px;
	background-image:url(../images/acheterCdBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#buyCdBtnFR a:hover, #buyCdBtnFR a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}
#rhapsodyBtn a:link, #rhapsodyBtn a:visited  {
	position: absolute;
	top: 0;
	left: 228px;
	width: 100px;
	height: 26px;
	background-image:url(../images/rhapsodyBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#rhapsodyBtn a:hover, #rhapsodyBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}
#iTunesBtn a:link, #iTunesBtn a:visited  {
	position: absolute;
	top: 29px;
	left: 125px;
	width: 100px;
	height: 26px;
	background-image:url(../images/iTunesBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#iTunesBtn a:hover, #iTunesBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}
#eMusicBtn a:link, #eMusicBtn a:visited  {
	position: absolute;
	top: 29px;
	left: 228px;
	width: 100px;
	height: 26px;
	background-image:url(../images/eMusicBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#eMusicBtn a:hover, #eMusicBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}
#amazonBtn a:link, #amazonBtn a:visited  {
	position: absolute;
	top: 58px;
	left: 125px;
	width: 100px;
	height: 26px;
	background-image:url(../images/amazonBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#amazonBtn a:hover, #amazonBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}
#napsterBtn a:link, #napsterBtn a:visited  {
	position: absolute;
	top: 58px;
	left: 228px;
	width: 100px;
	height: 26px;
	background-image:url(../images/napsterBtn.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#napsterBtn a:hover, #napsterBtn a:active  {
	background-position: bottom left;
	text-decoration: none;
	border: 0;
}

#indexEnglishNav a:link, #indexEnglishNav a:visited {
	float: left;
	top: 50px;
	left: 0;
	background-image: url(../images/indexEnglishBtn.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 50px;
	height: 32px;
	width: 136px;
	text-decoration: none;
	border: none;
	background-repeat: no-repeat;
}
#indexEnglishNav a:hover, #indexEnglishNav a:active {
    background-position: left bottom;      /* move image to show rollover */
}
#indexFrancaisNav a:link, #indexFrancaisNav a:visited {
	float: left;
	background-image: url(../images/indexFrancaisBtn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 136px;
	text-decoration: none;
	border: none;
}
#indexFrancaisNav a:hover, #indexFrancaisNav a:active {
    background-position: left bottom;      /* move image to show rollover */
}

#gigsEventMaster {
	float: left;
}
.floatLeftDiv {
	float: none;
	position: relative;
}
.eventsData p {
	margin: 0;
}
.listDoodad {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
}
.listDoodad a:link, .listDoodad a:visited {
	color: #600;
	border-bottom: dotted 1px #600;
}
.listDoodad a:hover, .listDoodad a:active {
	font-weight: normal;
	border-bottom: none;
}
iframe#mapDetail {
	width: 315px;
	height: 315px;
	z-index: 2000;
	margin: 0 0 0 40px;
	outline: none;
	border: none;
	overflow:hidden;
}

#404 .404 {
	color: #000;
}
