/* Start of CMSMS style sheet 'stylesheet' */
body {
   font-family: arial;
   font-size: smaller;
   background: fff;
   padding: 5px 15px;
   color: #
}

h1 {
   font-size: 180%;
   color: #993399;
   letter-spacing: 2px;
   text-align: center;
}

h2 {
   font-size: 150%;
   color: #993399;
   font-weight: bold;
}

h3 {
   font-size: 130%;
   color: #993399;
   font-weight: bold;
}

h4 {
   font-size: 110%;
   color: #993399;
   font-weight: bold;
   margin-bottom: 0;
}

a {
   color: #771177;
}

a:hover {
   color: #330033;
}

.green {
     color:#309800;
     font-weight: bold;
}

.pink {
     color: #993399;
     font-weight: bold;
}

.small {
     font-size: 90%;
}

.red {
     color: #ff0000;
     font-weight: bold;
}

.nopad {
     margin: 0;
}

img.left {
   float: left;
   padding: 8px;
}

img.right {
   float: right;
   padding: 8px;
}

#right {
   float: right;
   width: 30%;
   padding: 10px;
   font-size: 90%;
   border: 5px;
   border-style: solid;
   border-top: #993399;
   border-right: #993399;
   border-left: #771177;
   border-bottom: #882288;
   background-color: #dd88dd;
}

#rightprayer {
   float: right;
   width: 35%;
   padding: 10px;
   font-size: 90%;
   border: 5px;
   border-style: solid;
   border-top: #993399;
   border-right: #993399;
   border-left: #771177;
   border-bottom: #882288;
   background-color: #dd88dd;
}


#right a, h4 {
     color:#000;
}

#right h3 {
     color:#000; 
     padding: 10px 0 0 0;
}


#menu {
   width: 100%;
   margin: 0;
   padding: 10px 0 0 0;
   background: #ffffff url(uploads/images/menu-line.gif) repeat-x bottom left;
   list-style: none;
}

#menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menu li {
   float: left;
   margin: 0;
   padding: 0;
}

#menu a {
   float: left;
   display: block;
   margin: 0 1px 0 0;
   padding: 4px 4px;
   color: #ffffff;
   font-size: 90%;
   font-weight: bold;
   text-decoration: none;
   border: 1px solid #333;
   border-bottom: none;
   background: #11aa11 url(uploads/images/green-fade.gif) repeat-x top left;
}

#menu a.currentpage {
   color: #333;
   padding-bottom: 5px;
   border-color: #727377;
   background: #fff url(uploads/images/grey-fade.gif) repeat-x top left;
}

#menu a:hover {
   color: #333;
   padding-bottom: 5px;
   border-color: #727377;
   background: #fff url(uploads/images/grey-fade.gif) repeat-x top left;
}

#footer p.left {
    font-size: 85%;
    color: #11aa11;
    float: left;
}

#footer p.right {
    font-size: 85%;
    color: #11aa11;
    float: right;
}

.NewsSummarySummary {
    font-size: 85%;
}

.NewsSummaryContent {
    font-size: 90%;
}

.NewsSummaryEnddate {
    font-size: 85%;
    color: #888;
}

.NewsSummaryLink {
    font-size: 100%;
    padding-top: 5px;
}

#NewsPostDetailContent h2 {
    font-size: 130%;
    font-weight: bold;
}

#NewsPostDetailContent h3 {
    font-size: 110%;
    font-weight: bold;
}

#NewsPostDetailContent h4 {
    font-size: 100%;
    font-weight: bold;
}


/* End of 'stylesheet' */

/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
Example 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'}

*/



/* make all links purple */
.calendar tr td a
{
  color: #993399;
  font-size: 85%;
}

/* 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 h3
,#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: #993399;
  font-size: 100%;
}
#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;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #fff;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}
/* End of 'Calendar CSS example' */

