/*  event calendar table styles  */
.event-calendar table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%; /* Setting at 100% causes problem in Internet Explorer. */
	margin-bottom: 1em;
}
.event-calendar tr {
	padding: 0;
	margin: 0;
	background: white;
}
.event-calendar tr.odd {
	background: #fff;
}
.event-calendar tr.odd {
	background: #f6f6f6;
}
.event-calendar th {
	color: #000;
	background: #e5e5e5;
	text-align: center;
	padding: 10px;
	border: 1px solid #e5e5e5;
}
.event-calendar .month-view td, .event-calendar .week-view td {
	width: 14%; /* 14% is about 1/7 of total table width */
}
.event-calendar td {
	border: 1px solid #bbb;
	color: #777;
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.event-calendar th.heading {
	border-width: 1px 0px;
}
/* head navigation */
.event-calendar caption span {
	font-weight: bold;
	font-size: 1.5em;
}
.event-calendar span a {
	text-decoration: none;
}
.event-calendar span a:hover,  .event-calendar span a:active,  .event-calendar span a:focus {
	background-color: #363636;
	color: #fff;
}
.event-calendar .prev {
	text-align: left;
	border-width: 1px 0px 1px 1px;
}
.event-calendar .next {
	text-align: right;
	border-width: 1px 1px 1px 0px;
}
.event-calendar .stop {
	color: #ccc;
}
.event-calendar th a {
	font-weight: bold;
	color: #363636;
}
.event-calendar td a {
	color: #222244;
	font-weight: bold;
	text-decoration: none;
}
.event-calendar td a:hover {
	text-decoration: underline;
}
.event-calendar td.sat, .event-calendar td.sun {
	background: #ddd;
}
.event-calendar td.selected {
	background: #ccc;
}
.event-calendar td.today {
	background: #eee;
}
.event-calendar td.year, .event-calendar td.month {
	text-align: center;
	border-width: 1px 0px;
}
/*  days of the week header cells */
.event-calendar td.days {
	color: #cce;
	background: #224;
	text-align: center;
	border: 1px solid #242;
	border-width: 0 1px 1px 0;
}
/*  floating day number div  */
.event-calendar div.day {
	float: right;
	text-align: center;
	border: 1px solid #F26522;
	padding: 10px;
	margin: 0;
	background: #F26522;
	color: #fff;
/*	width: 30px;
	height: 30px;*/
}
/*  event node times for the body */
.event-nodeapi div {
	color: #000;
	padding: 0;
}
.event-nodeapi div label {
	color: #999;
}


/*  individual node container  */
.event-calendar div.event {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding-bottom: 0.4em;
	margin: 0 0 1em 0;
}
.event-calendar div.title {
	color: #58585a;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}
.event-calendar div.title a {
	/*color: #000;*/
}
.event-calendar div.title a:hover {
	/*color: #F26522;*/
}
.event-calendar .content {
	/*margin: 5px;
	padding: 3px;*/
	/*border-left: solid 2px #ddd;*/
	/*padding-left: 5px;*/
}
.event-calendar div.type {
	margin-left: 5px;
	font-size: 0.8em;
}
.event-calendar div.type a {
	color: #00c;
}
.event-calendar div.type a:hover {
	color: #c00;
}
.event-calendar div.links {
	padding-left: 3px;
}
.event-calendar div.links a {
	color: #00c;
}
.event-calendar div.links a:hover {
	color: #c00;
}
.event-calendar .start {
	font-style: normal;
	color: #555;
	margin: 2px 0 2px 0;
	padding-left: 3px;
	font-size: 0.8em;
}
.event-calendar .end {
	font-style: normal;
	color: #555;
	margin: 2px 0 2px 0;
	padding-left: 9px;
	font-size: 0.8em;
}
.event-calendar .ongoing {
	font-style: normal;
	color: #555;
	margin: 2px 0 2px 0;
	padding-left: 9px;
	font-size: 0.8em;
}
.event-calendar div.info {
	visibility: hidden;
	height: 0px;
	overflow:hidden;
	/*padding-left: 3px;*/
}
/*  individual node view styles  */
.event-calendar div.monthview .title {
	font-size: 0.7em;
}
.event-calendar div.dayview {
	width: auto;
}
.event-calendar div.tableview {
	width: auto;
}
.event-calendar div.tableview .links {
}
.event-calendar .event-empty {
	min-height: 6em;
}
/* hack to make Internet Explorer for Windows display calendar height correctly \*/
* html .event-calendar .event-empty {
	height: 6em;
}
/* end of hack */
.container-inline .day input {
	width: auto;
	display: inline;
}
/*  multi-day event top stripes  */
.event-calendar .event .stripe {
	height: 5px;
}
.event-calendar .event .stripe-1 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-2 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-3 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-4 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-5 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-6 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-7 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-8 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-9 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar .event .stripe-10 {
	background-color: #F26522;
	height: 5px;
	width: 100%;
}
.event-calendar div.month-view table.event-block thead, .event-calendar div.month-view table.event-block tbody {
	font-size: .9em;
}
.event-calendar div.month-view table.event-block th {
	font-weight: normal;
}
#block-event-1 .item-list ul li a {
	margin-top: 8px;
}
span.event-timeleft {
	padding-bottom: 3px;
	text-align: right;
	width: auto;
	display: block;
}
span.event-nodetype {
	padding: 0px 0px 0px 5px;
	display: block;
	width: auto;
	text-align: right;
	float: right;
}
.ical-link {
	text-align: right;
}
.event div.form-item {
	white-space: normal;
}
/*List View*/
.event_month, .event_week, .event_day, .event_table {
	display: none!important;
}
.event.listview {
	margin: 0 0 3em 0.25em!important
}
.event.listview .summary  {
	/*font-size: 30px!important;
	line-height: 1.45em!important;*/
}
.listview.event.listview {
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: 1px solid #CCC!important;
	/*padding-bottom: 0.4em!important;*/
	padding-bottom: 2em!important;
	margin-bottom: 1em!important;
}
.event.listview .stripe-1, .event.listview .stripe-2, .event.listview .stripe-3, .event.listview .stripe-4, .event.listview .stripe-5, .event.listview .stripe-6, .event.listview .stripe-7, .event.listview .stripe-8, .event.listview .stripe-9, .event.listview .stripe-10 {
	display: none!important;
}
.event.listview .info {
    visibility: visible!important;
    height: auto!important;
    overflow: hidden!important;
    /*padding-left: 3px!important;*/
}
.list-view .day {
	display: none!important;
}
.event.listview .content {
    border-left: none!important;
}
.list-view .start, .list-view .end {
	display: none!important;
}
.links-media-centre {
	display: none!important;
}
.field-field-location, .event-nodeapi {
    display: block !important;
    padding: 0.5em 1em !important;
    margin-bottom: 1em !important;
    background: none repeat scroll 0% 0% #F1F1F1;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: 100%;
}

.social.links .event_calendar { display: none; }