/* PAGE GRID */

.gce-calendar, .gce-caption{
	background: #fff;
	-webkit-box-shadow: 0 2px 5px #444;
	text-transform: capitalize;
}

.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#eee;
	text-shadow:0 -1px 0 #555;
	height: 30px;
	line-height: 30px;
	background-color: rgb(204,41,41);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0.46, rgb(204,41,41)),color-stop(0.84, rgb(209,104,104)),color-stop(1, rgb(255,164,164)));
/*
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
*/
}

.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	/* border:1px solid #CCCCCC; */
	color:#CCCCCC;
}

.gce-calendar tr:first-child{
	background: url(torn.png) no-repeat;
}

.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	/* border:1px solid #CCCCCC; */
	text-align:center;
	width:14.29%;
	/*padding:0 !important;*/
	color: #333 /*#FFF*/;
	padding-top: 5px;
	/*background: rgb(204,41,41);*/
	font-variant: small-caps
}

.gce-page-grid .gce-calendar td{ /* Day table cells */
	/* border:1px solid #CCCCCC; */
	text-align:center;
	height:58px;
	width:58px;
	vertical-align:middle;
}

.gce-page-grid .gce-calendar .gce-has-events span{ /* Table cells with events */
	color:#333333 !important;
	cursor:pointer;
}

.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:2em;
}

.gce-page-grid .gce-calendar .gce-today { /* Table cell that represents today */
	background: url(today.png) 50% 50% no-repeat;
	color: white;

}

.gce-page-grid .gce-calendar .gce-has-events.gce-today span{
	/*has events & is today*/
	text-shadow: 0 1px 0 #999;
	-webkit-animation: pulse 3s infinite;
}

.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	width:3%;
}

.gce-page-grid .gce-calendar .gce-next a,
.gce-page-grid .gce-calendar .gce-prev a{ /* Previous and next month links */
	font-size: 30px;
	line-height: 30px;
}

.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	width:85%;
}

.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none !important;
}

/* PAGE LIST */

.gce-page-list .gce-list{ /* The list itself */
	margin-top:10px;
}

.gce-page-list .gce-list li{ /* Each event in the list */
	margin-top:5px;
	content:none;
}

.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0 !important;
}

.gce-page-list .gce-list p span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}

/* Also available: .gce-list-start, .gce-list-end, .gce-list-loc, .gce-list-desc, .gce-list-link */


/* WIDGET GRID */

.gce-widget-grid .gce-calendar .gce-caption{
	margin:10px 0 5px 0;
}

.gce-widget-grid .gce-calendar{ /* Main calendar table */
	text-align:center;
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	width:14.29%;
	border:1px solid #CCCCCC;
}

.gce-widget-grid .gce-calendar td{ /* Day table cells */
	color:#CCCCCC;
	width:14.29%;
	border:1px solid #CCCCCC;
}

.gce-widget-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	cursor:pointer;
	color:#666666;
}

.gce-widget-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}

.gce-widget-grid  .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}

.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev{ /* Prev and next month links */
	cursor:pointer;
	display:inline-block;
	width:5%;
}

.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	display:inline-block;
	width:80%;
}

.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none !important;
}

/* WIDGET LIST */

.gce-widget-list .gce-list{ /* The list itself */
	margin:10px 0 0 0;
}

.gce-widget-list .gce-list li{ /* Each event in the list */
	margin:5px 0 0 0;
}

.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}

.gce-widget-list .gce-list p span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}

.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}

.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0 !important;
	padding:0 !important;
}

/* Also available: .gce-list-start, .gce-list-end, .gce-list-loc, .gce-list-desc, .gce-list-link */


/* TOOLTIP */
.gce-qtip-content, .qtip-contentWrapper, .qtip-wrapper{
	overflow: visible !important;
	background:transparent !important;
}
.gce-event-info{ /* Tooltip container */
	background-color:#FFFFFF;
	border:5px solid #ddd;
	text-align:left;
	max-width:300px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px #444;
}

.gce-event-info .gce-tooltip-title{ /* 'Events on...' text */
	margin:5px !important;
	font-weight:bold;
	font-size:1.2em;
}

.gce-event-info ul{ /* Events list */
	padding:0 !important;
	/* margin:5px !important; */
	list-style-type:none !important;
}

.gce-event-info ul li{ /* Event list item */
	/* margin:10px 0 0 0; */
}

.gce-event-info ul li p{ /* Each piece of information */
	margin:0;
	padding: 3px;
}

.gce-event-info ul li p span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}

.gce-event-info .gce-tooltip-event{ /* The event title */
	background:#DDDDDD;
	padding: 5px 0px;
	text-align: center;
	border-bottom: 2px solid #aaa;
}

.gce-event-info .gce-tooltip-start span, .gce-event-info .gce-tooltip-end span{
	width: 35px;
	display: inline-block;
	text-align: right;
	color: black;
}

.gce-event-info .gce-tooltip-start{
	background-color: #7cc586;
	border-bottom: 2px solid #DDD;
}

.gce-event-info .gce-tooltip-end{
	background-color: #c46f62;
	border-bottom: 2px solid #DDD;
}

.gce-tooltip-desc span{
	display: none;
}

.gce-tooltip-link{
	display: block;
	background-color:#DDDDDD;
	text-align: center;
}
/* Also available: .gce-tooltip-start, .gce-tooltip-end, .gce-tooltip-loc, .gce-tooltip-desc, .gce-tooltip-link */


/* Sort of fixes weird list stuff in old default theme */
.entry .gce-page-list li:before, #sidebar .gce-widget-list ul li:before {
	content:none;
}

@-webkit-keyframes pulse {
	0%{opacity:1;}
	50%{opacity:0.7;}
	100%{opacity:1;}
}