
*/<style>
.dummy{}
*/

/************* Homepage Stylesheet = Home Page Layout Styles and Overrides. Add, Edit, Delete. ***************/
#homeContainer {}

#homeContainer {
	display:block;
	width:840px;
	margin: 0 auto;
	line-height: 1.6em;
	
}
.homeColumn {
margin-top:12px;
}
#home_page_content_container {
	color:#FFF;
	line-height:1.5em;
	display:block;
	width:238px;
	min-height:322px;
	background-color:transparent;

	float: left;
	margin: 12px 30px 0 0;
	padding:22px 10px 10px 10px;
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.35);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
}
#home_page_content_container h1.pageTitle {
	font-family:"28DaysLaterRegular", Arial, sans-serif;
	font-size: 22px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:normal;
	padding:0;
	margin: 0 0 12px 0;
	letter-spacing:.05em;
}

.homeDate {
	float:left;
	clear:left;
	margin-top:0;
	padding-right:10px;
	color:#a276cb;
	text-decoration:none;
	font-size:11px;
}


.homeDate a:link, .homeDate a:visited {
	color:#a276cb;
	text-decoration:none;
}
.homeDate:hover, .homeDate:active {
	color:#808285;
	text-decoration:none;
}

.homeMore {
}
.homeMore:link, .homeMore:visited {
	color:#a276cb;
	text-decoration:none;
}
.homeMore:hover, .homeMore:active {
	color: #808285;
}

p.homeEventDesc {
	color:#ffffff;
	margin-left:81px;
}


#footer { 
	width:840px;
	margin: 10px auto;
	color:#FFFFFF;
	border-top: 1px solid #FFF;
	text-align:center;
	padding:7px 0;
	}

#footer a {
	color:#FFFFFF;
}

#headerSearch {
display:none;
visibility:hidden;
}
#breadcrumbs_footer {
	padding-left:28px;
}

/************** Home Page What's New. Add, Edit, Delete. (See /scripts/homeNews.cfm) **************/
#homeNews {
	display:block;
	width:238px;
	min-height:322px;
	background-color:#000;
	float: left;
	margin: 0 30px 0 0;
	padding:22px 10px 10px 10px;
	/* Fallback for web browsers that doesn't support RGBa */	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.35);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
	color:#ffffff;

}
#homeNews h2 {
	font-family:"28DaysLaterRegular", Arial, sans-serif;
	font-size: 22px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:.05em;
	line-height:normal;
	margin: 0 0 12px 0;
}

#homeNews h2 a, #homeNews a, #homeNews a:visited {
	color:#a276cb;
	text-decoration:none;

}
#homeNews h2 a:link, #homeNews h2 a:visited, #homeNews a:link, #homeNews a:visted {
	color:#a276cb;
	text-decoration:none;
}
#homeNews h2 a:hover, #homeNews h2 a:active, #homeNews a:hover {
	color:#808285;
}

#homeNews a.homeMore:hover, a.homeMore:hover {
	text-decoration:underline;
	}
.homeMore {
	font-size:11px;
}


/************** Home Page Calendar. Add, Edit (See /includes/calendar/calendarPreview.cfm) **************/
#homeCalendar {
	font-size:11px;
	display:block;
	width:238px;
	min-height:322px;
	overflow:visible;
	background-color:#000;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	float: left;
	margin: 0;
	padding:22px 10px 10px 10px;
	/* Fallback for web browsers that doesn't support RGBa */	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.35);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";

}
#homeCalendar h2 {
	font-family:"28DaysLaterRegular", Arial, sans-serif;
	font-size: 22px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:normal;
	margin: 0 0 12px 0;
}
#homeCalendar h2 a:link, #homeCalendar h2 a:visited {
	color:#a276cb;
	text-decoration:none;
}
#homeCalendar h2 a:hover, #homeCalendar h2 a:active {
	color:#808285;
}

/************** Home Page CMS Admin Links. Add, Edit (See /includes/homepage/admin_login_edit_links.cfm) **************/
#homeAdminLinks {
	display:block;
	width:840px;
	margin: 0 auto 30px auto;
	text-align:center;
	font-size:11px;
	background:#ffffff;
	border:2px solid red;
	padding:10px;
}
#homeAdminLinks a:link, #homeAdminLinks a:visited {
	color:#ff0000;
}
#homeAdminLinks a:hover, #homeAdminLinks a:active {
	color:#CCCCCC
}


