body.light 
{
	color: #000;
}

/******************** TopBar **********************
**************************************************/
.light .topbar a
{
	color: #000;
}

/**************** Main Content ********************
**************************************************/

.light #mainContent
{
	background-color: #cbcbcb
	
}

.light #mainContent:after
{
	background-image: radial-gradient(circle at 49% 15%, #cbcbcb, #ffffff 25%);
}

/**************** Banner/Contact ********************
****************************************************/

.light input[type="text"],
.light input[type="email"],
.light textarea
{
	box-shadow: 15px 15px 0 0 rgba(170, 170, 170, 0.5);
	border: solid 1px #3F4B53;
	background-color: #f9f9f9;
}

.light input[type="submit"]
{
	box-shadow: 15px 15px 0 0 rgba(170, 170, 170, 0.5);
	background-color: #ED1B24;
	color: #ffffff;
	border-color: #ED1B24;
}

/******************** Schedule **********************
****************************************************/

.light .ui-accordion .ui-accordion-header
{
	box-shadow: 10px 10px 0 0 rgba(170, 170, 170, 0.5);
	border: solid 1px #ED1B24;
	background: url('../img/arrow-down_light.svg') no-repeat right 15px center #f9f9f9;
	color: #000;
}

.light .ui-accordion .ui-state-active, .ui-accordion .ui-widget-content .ui-state-active
{
	background: url('../img/arrow-up_light.svg') no-repeat right 15px center #f9f9f9;
}

.light .ui-accordion-content,
.light .ui-widget-content
{ 
	box-shadow: 10px 10px 0 0 rgba(170, 170, 170, 0.5);
	border-color: #ED1B24!important;
  	background-color: #f9f9f9!important; 
}

.light .show
{
	color: #000;
}

.light .show-time
{
	color: #ED1B24;
}

/******************** Footer ************************
****************************************************/

.light footer
{
	background-color: #f9f9f9;
}

.light footer a {
	color: #000;
}

.light h2.section_title a
{
	color: #000;
}
.light .blogPost a {
	color: #000;
}