/*  */
.topMenu {
	PADDING: 3px 3px;
	background-color: #ffdaff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}

.topMenu A {
	font-weight: normal;
}
.topMenu A:link {	text-decoration: none;	color: #666666; background-color: transparent;}
.topMenu A:visited  {	text-decoration: none;	color: #666666;}
.topMenu A.active { 	text-decoration: none;	color: #662266; }
.topMenu A:focus {	outline: none;   }
.topMenu A:hover {
	background-color: #C7D6CC;
	color: #222222;
}


/* ********************************** */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*****[ 		COVERS  		]*****/
/* the image */
.coversDiv A img{
	border: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* onmouseover the image */
.coversDiv A:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}

.coversDiv A:link {	text-decoration: none;	color: black;}
.coversDiv A:visited  {	text-decoration: none;	color: black;}
.coversDiv A:active { 	text-decoration: none;	color: black; }
.coversDiv A:focus {	outline: none;   }



.audioContent A:link {	text-decoration: none;	color: #333333; font-weight: bold; background-color: transparent;}
.audioContent A:visited  {	text-decoration: none;	color: #333333; font-weight: bold; background-color: transparent;}
.audioContent A:active { 	text-decoration: none;	color: #ff2266; font-weight: bold; background-color: transparent;}
.audioContent A:focus {	outline: none;  }
.audioContent A:hover {
/*	background-color: #C7D6CC; */
	color: #666666;
}
/* the image */
.audioContent A img{
	border: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* onmouseover the image */
.audioContent A:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	
}

A.linkedIcon img {
	border: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* onmouseover the image */
A.linkedIcon:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}

A.linkedIcon img {
	border: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

/* onmouseover the image */
A.linkedIcon:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
}



A.linkedText:link {	text-decoration: none;	color: #222; background-color: transparent;}
A.linkedText:visited  {	text-decoration: none;	color: #222;}
A.linkedText:active { 	text-decoration: none;	color: #222; }
A.linkedText:focus {	outline: none;   }
A.linkedText:hover {	background-color: #cceeee; }


/* *************************** */
#kwicks_container { 
	background-color: transparent;
	height: 170px;
	width: 600px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 140px;
	height: 170px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
 
.kwick {
			background-color: white; 
			text-align: center;
}
.kwick A:link {	text-decoration: none;	color: #222; background-color: transparent;}
.kwick A:visited  {	text-decoration: none;	color: #222;}
.kwick A.active { 	text-decoration: none;	color: #222; }
.kwick A:focus {	outline: none;   }
.kwick A IMG { border:0;}
.headText {
			display: none;
			font-size: 22px;
			color: #000;
}



/*  *** GIG LIST *** */

div.gig {
color:#666666;
font-size:12px;
padding:2px 0 22px;
width:800px;
}
div.gig span {
padding:1px;
}
div.gig span.hover {
background-color:yellow;
}
div.gig span.date {
color:#444444;
}
div.gig span.time {
padding-right:23px;
}
div.gig span.what {
border-color:purple;
border-style:none none dashed;
border-width:thin thin medium;
color:#444444;
font-size:18px;
}
div.gig span.venue {
border-bottom:thin dashed purple;
color:#444444;
padding-bottom:0;
}
div.gig span.country {
color:#444444;
}
div.gig span.city {
padding-left:10px;
padding-right:2px;
}
div.gig span.address {
display:none;
}
div.gig span.www {
}
div.gig span.comments {
display:none;
}
div.gig span.www a {
display:inline;
font-size:10px;
font-weight:normal;
padding-left:10px;
}
div.gig span.www a:link {
background-color:transparent;
color:#666666;
text-decoration:none;
}
div.gig span.www a:visited {
color:#666666;
text-decoration:none;
}
div.gig span.www a.active {
color:#662266;
text-decoration:none;
}
div.gig span.www a:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}
div.gig span.www a:hover {
background-color:#C7D6CC;
color:#222222;
}