/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/* Delights Dessert & Coffee brand overrides */

.jeventpage .contentheading {
	font-family: 'Yellowtail', cursive;
	color: #3B2A1E;
	font-weight: normal;
}

.jeventpage .cal_daylink {
	background-color: transparent !important;
	color: #3B2A1E !important;
}
.jeventpage .cal_daylink:hover {
	background-color: #F7D9D6 !important;
	color: #3B2A1E !important;
}

.jeventpage .cal_today .cal_daylink {
	background-color: #C8102E !important;
	color: #ffffff !important;
}

.jeventpage .previousmonth,
.jeventpage .nextmonth {
	background-color: #3B2A1E !important;
}
.jeventpage .previousmonth a,
.jeventpage .nextmonth a {
	color: #ffffff !important;
}

#jevents_body .nav-items div.active a,
.jev_header2 .active a {
	background-color: #3B2A1E !important;
	color: #ffffff !important;
}

/* Fix remaining red borders on nav buttons and month header */
.jeventpage .nav-items > div {
	border-color: #3B2A1E !important;
}
.jeventpage .nav-items > div:first-child {
	border-left-color: #3B2A1E !important;
}
.jeventpage .nav-items > div:last-child {
	border-right-color: #3B2A1E !important;
}
.jeventpage .previousmonth,
.jeventpage .nextmonth {
	border-color: #3B2A1E !important;
}
.jeventpage .jev_toprow .currentmonth {
	border-top-color: #3B2A1E !important;
	border-bottom-color: #3B2A1E !important;
}

/* Hide category legend on public calendar */
.event_legend_container {
	display: none !important;
}
