/* Start of CMSMS style sheet 'Calguys Calendar CSS example v1.1' */
/* CSS Document */

/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/
.event-title {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.calendar-month {
	font-family: Helvetica, Arial, sans-serif;
	color: #e36300;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.calendar-toggles a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0091B5;
	font-weight: bold;
	text-decoration: underline;
}

.calendar-more a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0091B5;
	font-weight: bold;
	text-decoration: underline;
}
.calendar-date-from {
	font-family: Helvetica, Arial, sans-serif;
	color: #0091B5;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.calendar-summary {
	font-family: Helvetica, Arial, sans-serif;
	color: #4c8600;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}


/* make all links red */
.calendar tr td a
{
  color: e35b00;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: e35b00;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:  collapse;
  border: 1px solid #e35c00;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  border: 1px solid #f1a900;
  padding: 3px;
  width: 75px;
}

#cal-calendar td {
  border: 1px solid #f1a900;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
  list-style-image: none;
  list-style-type: none;
	line-height: 10px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;
}

#cal-calendar li
{
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;

}
#cal-calendar li a {
  list-style-image: none;
    list-style-type: none;
	line-height: 10px;
	margin-bottom: 5px;
}
#cal-calendar td li {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	margin: 0;
	padding: 0;
  list-style-image: none;
    list-style-type: none;
	margin-bottom: 5px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #fff5c2;
}

#cal-calendar .calendar-day
{
  background-color: #f1a900;
  font-size: 12px;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #f8d000;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
.calendar-list {
	display: block;
}
/* End of 'Calguys Calendar CSS example v1.1' */

