
/* Misc Classes */
body { background-color:#000; }
* { color:#ccc; }
a:hover { color:#fff; }
select, option { color:#000; }

.xLargeCaps { color:#fff!important; }

/* Wrapper */


	/* Header */
	#header { border-bottom-color:#ccc; }
	
	
		/* Title */


		/* Primary Navigation */
		#pNav a.active { color:#fff; }
		

	/* primary_content */
	#primary_content { border-bottom-color:#ccc; }
	#primary_content #list h2 { color:#fff; }
	#primary_content #imagelinks li { border-color:#fff; }
	#primary_content #imagelinks li div.highlightopas { background-color:#fff; opacity:0.5; filter: alpha(opacity=50); }
	
	#primary_content #info { border-color:#ccc; }
	#primary_content #info h2 { color:#fff; }
	#primary_content #info a.xLargeCaps { color:#fff; }
	#primary_content #infoimage a.xLargeCaps { color:#fff; }
	
	#primary_content #imagelinks2 a.active { color:#fff; }
	
	#primary_content #eventsinfo { border-color:#ccc; }
	#primary_content #eventsinfo a.xLargeCaps { color:#fff; }
	#primary_content #eventsinfo h2 { color:#fff; }
	#primary_content #eventdates li h2 { color:#fff; }
	
	#primary_content #errorpage h2 { color:#fff; }
	#primary_content #errorpage p a { color:#fff; }
	
	#primary_content #contactus #contactform input.submitBtn { color:#fff; }
	#contactform legend { color:#fff; }
	div.formErrors { border:1px solid #a00; padding:0.5em; margin:-1.3em 0 0.5em; }
		
	#primary_content #bookingdates div.inputs input { color:#000; }
	#primary_content #bookingdates input.xLargeCaps { color:#fff; background:transparent; }
	#primary_content #bookingdates p.error { color:#f00; }
	
	/* Footer Content */
	#footer a { color:#ccc; }
