@CHARSET "UTF-8";
/*
This stylesheet contains styles that apply to all pages that contain calendar content.
*/

.content-primary div.eventCalendar{
	margin-bottom:200px;
}

.calendarLabel{
	width:100%;
	position:relative;
	text-transform:uppercase;
	color:#990000;
}

.calendarLabel div{
	width:25%;
	float:left;
	line-height:1em;
}

.phone .calendarLabel div.calendarLabelLeft, .phone .calendarLabel div.calendarLabelRight{
	line-height:6.5em;
	width: 50%;
}

.phone .calendarLabel div.calendarLabelCenter {
	width: 100%;
	position: absolute;
}

.calendarLabel div.calendarLabelRight
{
	text-align:right;
}

.calendarLabel div.calendarLabelCenter
{
width:50%;
text-align:center;
font-size:1.5em;
font-weight:bold;
}


span.icon-left-arrow, span.icon-right-arrow
{
font-size:0.75em;
line-height:1em;
}

span.icon-left-arrow{
	margin-right:10px;
}

span.icon-right-arrow{
	margin-left:10px;
}


div.eventData{
	margin-top:20px;
	font-size:0.9em;
	line-height:1.1em;
	overflow:hidden;
}

div.eventData div{
	margin-bottom:8px;
}

div.eventData a:hover,
div.eventData a:focus {
	text-decoration: underline;
}

div.eventData a span.eventCalendarTime
{
	font-weight:bold;
	color:#000;
}
div.eventData a span.eventCalendarHeadline
{
}

.eventCalendar ul{
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

.eventCalendar li:not(.calItem){
    display: block;
    float: left;
    width: 14.2857142857%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: -1px;
    margin-bottom: -1px;
    position:relative;
}

.eventCalendar ul.daysOfWeek li{
	text-align:center;
	text-transform:uppercase;
	border:none;
	color:#aaa;
}

.eventCalendar li div.dateNum{
	position:absolute;
	right:5px;
	top:5px;
	font-size:0.9em;
	color:#aaa;
}

.eventCalendar li.out_of_range{
	background-color:rgba(238, 237, 235, 1);
}

.eventCalendar li.calendar-day {
	margin-top:0px;
}

/*
The following style specifically the calendar list box module
*/
ul.calendar-list li, .box-module ul.calendar-list li
	{
	list-style-type:none;
	list-style-position: inside;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 10px 5px 10px 5px;
	padding:0;
	}

ul.calendar-list li p{
	margin-top:0px;
	margin-bottom:5px;
	height:100%;
}

ul.calendar-list li.featured
{
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
	padding-left: 65px;
  padding-bottom: 12px;
}

ul.calendar-list li.featured p
{
	margin-top:0;
	margin-bottom:3px;
}

ul.calendar-list li.featured .calendar-date
{
	padding-top: 5px;
	margin-left: -65px;
}

ul.calendar-list li.featured a
{
	font-size: 1.4em;
	line-height: 1.6em;
}

/*
The following style the calendar graphic in the calendar box module
*/
ul.calendar-list .icon-calendar
	{
	position: absolute;
	z-index: 0;
	text-align: center;
	width: 55px;
	height: 58px;
	font-size: 3.5em;
	margin-left: -65px;
	margin-top: 5px;
	color: rgb( 128, 128, 128 );
	}

ul.calendar-list.phone .icon-calendar
	{
	margin-left: -50px;
	margin-top: -15px;
	}



ul.calendar-list .icon-calendar div
	{
	margin: -40% 0 0 0;
	padding: 0;
	font-size: 0.5em;
	font-weight: bold;
	color: #808080;
	}

ul.calendar-list.phone{
	width:100%;
	margin-left:0px;
}

ul.calendar-list.phone li{
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px solid rgb(175,176,175);
}


ul.calendar-list.phone .icon-calendar::before{
	font-size:1em;
	position:relative;
	left:100%;
}

ul.calendar-list.phone .appleLinks a {color:#000000; text-decoration: none;}

ul.calendar-list.phone .icon-calendar div
{
	font-size:0.55em;
	position:absolute;
	left:120%;
	bottom:16%;
	float:left;
}

ul.calendar-list.phone li
{
	font-size:1.1em;
}

ul.calendar-list.phone li.featured p
{
	margin-left:30%;
	margin-top:8px;

}

ul.calendar-list.phone li.featured p a
{
	line-height: 0.5em;	
}

ul.calendar-list li.featured p span
{
	font-weight:bold;
}

div#calendarWrapper.phone div.calendarLabel
{
	margin-top:10px;
	height:94px;
}

div#ankleModuleWrapper
{
    background-color: rgb(128, 128, 128);
    width:100%;
}

div.content-page-modules
{
    width:1024px;
    margin:0 auto;
}

div.content-page-modules.phone div.box-module
{
	width:100%;
	margin-left:0px;
	margin-right:0px;	
} 
