/* Start of CMSMS style sheet 'UrbanSunshine - Calendar CSS' */
/*
Stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/

.calendar{
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 17px;
   }

/* make  links green */
.calendar tr td a{
   color: #888c3a; /*green*/
   }

.calendar tr td ul li a{
   display: block;
   margin: 0 0 0 -32px;
   }

/* highlight "today" for the small calendar */
.calendar-today{
  font-weight: bold;
   }

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#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: red;
   font-size: 120%;
   }

#cal-list h2, cal-upcominglist h2{
   font-size: 110%;
   }

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
   margin: 0px;
   border-collapse:    collapse;
   }

/* squares for the days of the week */
#big th{
   border: 1px solid #a78264;
   padding: 3px;
   width: 75px;
   color: #009aa8; /*blue*/
   }

/* squares for the individual days */
#big td {
   border: 1px solid #a78264;
   vertical-align: top;
   padding: 2px;
   height: 75px;
   width: 75px;
   background-color: none;
   font-weight: bold;
   }

/* format summaries nicely in #big */
#big ul{
   margin: 0px;
   padding: 0px;
   padding-left: 0px;
   }

#big li{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   }

.calendar-month{
   font-size: 22px;
   line-height: 22px;
   color: #f36c24; /*orange*/
   text-transform: uppercase;
   margin-bottom:10px;
   letter-spacing: 0.4px;
   font-weight: bold;
   }

#big .calendar-day{
   background-color: #80ff80; /*neon green*/
   }

/* style today's highlighted square*/
#big .calendar-today{
   background-color: #ffd78a; /*gold*/
   }

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title{
   display: none;
   }

/******** styles for event details area *******/

.calendar-date-from{
   color: #009aa8; /*blue*/
   font-weight: bold;
   font-size: 15px;
   line-height: 19px;
   margin: 0 0 5px 0;
   letter-spacing: 0.2px;
   }

.calendar-returnlink{
   margin: 10px 0;
   }
/* End of 'UrbanSunshine - Calendar CSS' */

