/* CSS3 Progressive Enhancement */

/* Text Selection Colour */

::selection			{ background: #00ADEF; color: #FFFFFF; /* Safari */ }
	
::-moz-selection	{ background: #00ADEF; color: #FFFFFF; /* Firefox */ }

/* RESET */

a					{ -webkit-transition: color 0.2s ease-in-out; }

a:hover				{ text-shadow: 0 0 4px #00ADEF; }

/* HOME PAGE */

.eventimage			{ background: rgb(19, 67, 85); background: rgba(0, 173, 239, 0.4); /*CSS3 Opacity*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.eventimage:hover	{ background: rgb(15, 51, 64); background: rgba(0, 143, 198, 0.25); /*CSS3 Opacity*/ border: 1px solid #07506b; -moz-box-shadow: 0 0 9px #07506b; -webkit-box-shadow: 0 0 9px #07506b; -webkit-transition: all 0.45s ease-out; }

.postimage			{ background: rgb(95, 0, 56); background: rgba(237, 0, 140, 0.4); /*CSS3 Opacity*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.postimage:hover	{ background: rgb(65, 0, 38); background: rgba(207, 0, 122, 0.25); /*CSS3 Opacity*/ border: 1px solid #680432; -moz-box-shadow: 0 0 9px #680432; -webkit-box-shadow: 0 0 9px #680432; -webkit-transition: all 0.45s ease-out; }

.contactimage		{ background: rgb(89, 86, 19); background: rgba(254, 242, 0, 0.4); /*CSS3 Opacity*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; }

.contactimage:hover	{ background: rgb(72, 70, 15); background: rgba(224, 213, 0, 0.25); /*CSS3 Opacity*/ border: 1px solid #716d09; -moz-box-shadow: 0 0 9px #716d09; -webkit-box-shadow: 0 0 9px #716d09; -webkit-transition: all 0.45s ease-out; }

.comments cite img  { background: rgb(51, 51, 51); background: rgba(255, 255, 255, 0.2); /*CSS3 Opacity*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.commentsform		{ -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.commentsbutton		{ -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	
.commentsbutton:hover		
					{ -webkit-transition: color 0.4s ease-in-out; }
	
/* EVENTS */

.eventlistingimg	{ background: rgb(19, 67, 85) /*IE Fallback*/; background: rgba(0, 173, 239, 0.4); /*CSS3 Opacity*/ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.eventlistingimg:hover	
					{ background: rgb(15, 51, 64) /*IE Fallback*/; background: rgba(0, 143, 198, 0.3); /*CSS3 Opacity*/ border: 1px solid #07506b; -moz-box-shadow: 0 0 9px #07506b; -webkit-box-shadow: 0 0 9px #07506b; -webkit-transition: all 0.4s ease-out; }



/* EVENTS - UPDATED OCT 2010 */

.eventImg, .nightImg{ background: rgba(0, 173, 239, 0.3); /*CSS3 Opacity*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.eventImg:hover		{ background: rgb(15, 51, 64) /*IE Fallback*/; background: rgba(0, 143, 198, 0.3); /*CSS3 Opacity*/ border: 1px solid #07506b; -webkit-transition: all 0.2s ease-in-out; }

.buyTickets			{ -webkit-transition: -webkit-transform .2s ease-in-out; }

.buyTickets:hover	{ -webkit-transform: rotate(-6deg) scale(1.03); }




/* ARCHIVES */

.archive-cat 		{ text-shadow: 1px 1px 1px #BABABA; }
	
.archive-title a 	{ -webkit-transition: color 0.9s ease-in-out; text-shadow: 1px 1px 1px #BABABA; }

.archive-deets 		{ text-shadow: 1px 1px 1px #FFFFFF; }

.archive-body 		{ text-shadow: 1px 1px 1px #FFFFFF; }

.archive-readon a 	{ -webkit-transition: color 0.9s ease-in-out; text-shadow: 1px 1px 1px #FFFFFF; }