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

/* // SPECIAL EVENTS STYLING - - - - - - - - - - - - - - */
div.specialEventsWrap {
	background:#dddddd;
	border-top:20px solid #3a2141;
	padding:10px;
	padding-bottom:30px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.75);
}
h2.specialEventsTitle {
	font-weight:bold;
	font-size:2em;
	color:#343434;
}
div.specialEventsImage img {
	border-bottom:7px solid #121212;
	width:100%;
	height:auto;
}
h3.specialEventsSubTitle {
	font-weight:bold;
	font-size:1.2em;
	color:#343434;
	margin:0 auto;
}
ul.specialEventsList {
	width:60%;
	margin:0 auto;
	list-style-image:url(../images/list-image.gif);
}
ul.specialEventsList li {
	margin-bottom:15px;
}
	ul.specialEventsList li.noImage {
		list-style-image:none;
	}
/* // END SPECIAL EVENTS STYLING - - - - - - - - - - - - - - */