
/* the overlayed element */
div.overlay {
	

	
	/* dimensions after the growing animation finishes  */
	width:950px;
	height:200px;		
	 
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px 55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(http://thepalmerroom.com/images/overlays/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(http://thepalmerroom.com/images/overlay/transparent-blackwhite.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(http://static.flowplayer.org/img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

#theme-song h2 {
	color:#DE1E33; font-size:1.2em; padding-bottom:5px	
}


/* use a semi-transparent image for the overlay */
#overlay {
	background:url(http://thepalmerroom.com/images/overlays/transparent-blackwhite.png);
	color:#efefef;
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:auto;
	
	 text-align:left;
}

#theme-song a {
	text-decoration:none;   color:#FDFDFD;
}

#theme-song a:link {
	text-decoration:none;  color:#FDFDFD; 
}

#theme-song a:hover {
	text-decoration:none;color:#E50000;
	
}


 
.text-decoration-none {
	font-weight: bold;
}
