/* Start of CMSMS style sheet 'Calendar' */
/* make all links red */
.calendar tr td a
{
color: #800080;
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

/* display the "upcominglist" or "pastlist" 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-right: 10px;
border-collapse:  collapse;
border: 0px solid #bfbfbf;
}

/* nice squares for the #big table */
#big th
{
border: 1px solid #bfbfbf;
padding: 3px;
width: 75px;
}

#big td {
border: 1px solid #bfbfbf;
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: whitesmoke;
}

#big .calendar-day
{
background-color: #FFEAF4;
}

#big .calendar-today
{
font-weight: normal;
background-color: #FFD0E8;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
display: none;
}


h3
{
  font-weight: bold; 
  font-size: 120%; 
  padding-top: 3px;
  padding-bottom: 1px;
  margin-right: 10px;  
  border-bottom: solid 1px #bfbfbf;
}

h4
{
  font-weight: bold; 
  font-size: 105%; 
  margin-right: 5px;  
}

/* End of 'Calendar' */

/* Start of CMSMS style sheet 'britteny_menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
  width: 760px;
  color: #ffffff; 
  font-weight: bold; 
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #FFD0E8;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative; 
   width: 150px;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #800080;
}
#primary-nav li a { 
   border-right: 1px solid #BFBFBF;
   border-left: 1px solid #BFBFBF;
}
#primary-nav li li a { 
  border-right: 1px solid #BFBFBF;
   border-left: 1px solid #BFBFBF;
   border-bottom: 1px solid #CCCCCC;

}	
/*inactive items */
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #FFEAF4; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #FF9CCD; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #FF81C0; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'britteny_menu' */

/* Start of CMSMS style sheet 'britteny_forms' */
/*  form styles */

input.button { font-size: 78%; /* my button css */ }
input.submit { font-size: 78%; /* my button css */ }
/* End of 'britteny_forms' */

/* Start of CMSMS style sheet 'britteny_page' */
/* CSS Document */
html, body {
	height:100%;   
	margin: 0;
	padding: 0;
	border: none;
}


body {
        background-color: #FFEAF4;
	background-image: url(uploads/images/pbg.gif);
        font-size: 78%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #404040;
}

#wrapper
{
   background: #ffffff;
   margin-left: auto;
   margin-right: auto;
   margin-top : 15px;
   margin-bottom: auto;
   padding: 15px;
   width: 760px;
   align: center; 
   border-right: solid 1px #B2B2B2;
   border-bottom: solid 1px #B2B2B2;
   border-left: solid 1px #cccccc;
   border-top: solid 1px #cccccc;

}
#topimage
{
  padding: 0px;
  margin: 0px; 
  align: center; 
  border-top: solid 1px #B2B2B2;
  border-left: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
}
#bodymain
{
   background: #ffffff;
   margin-left: auto;
   margin-right: auto;
   margin-top : 0px;
   margin-bottom: 0px;
   padding: 0px;
   width: 760px;
   align: center; 
 }

#mainmenu
{
   padding-top: 1px;
   padding-bottom: 0px; 
   margin: 0px; 
   border-left: solid 1px #B2B2B2;
   border-right: solid 1px #B2B2B2;
}

#body_content
{
    padding-top: 5px; 
    margin: 5px; 
}

#main_content
{
    float: left; width: 550px; padding: 2px; margin: 2px 2px 2px 2px;
    border-right: solid 1px #FF81C0;
}

#main_content_gallery
{
    float: left; width: 740px; padding: 2px; margin: 2px 2px 2px 2px;
}

#main {
          min-height: 100%;
         }

#main_calendar
{
     float: right; width: 180px; 
     padding: 2px; margin: 2px;
     height: 100%;    
}

#footer
{
        clear:both; 
         background-color:#FFD0E8;
         border:1px solid #B2B2B2;
         padding: 0px;
         font-size: 75%;
         text-align: center; 
         margin-top: 45px;  
         margin-bottom: 0px;
         width: 100%;
}

}
/* CLASSES  ///////////////////////////////////////////// */


.breadcrumbs
{
    padding: 20px 10px 10px 10x; 
    margin: 5px; 
}

p 
{
  padding-top: 3px;
  padding-bottom: 3px;  
  margin-right: 5px; 
}

span{
  padding-top: 3px;
  padding-bottom: 3px;  
  margin: 0px; 
}

h2
{
  font-weight: bold; 
  font-size: 120%; 
  padding-top: 3px;
  padding-bottom: 1px;
  margin-right: 10px;  
  border-bottom: solid 1px #FF81C0;
}

a.noprint img{
  border: 0px;
  margin-right: 8px;
  margin-top: 3px;
  padding: 0px;
}
/*** boxed link ***/
a.boxedlink
{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
   color: #800080;
   background: #FFEAF4;
    border:1px solid;font-weight: bold;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#A5A5A5;
   border-bottom-color:#A5A5A5;
   font-size: 85%;
   text-decoration: none; 
   padding: 4px; 
   margin: 2px;
}
a.donatelink
{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
   color: #800080;
   font-size: 85%;
   padding: 2px; 
   margin: 1px;font-weight: bold;
   text-decoration: none; 
}

/* End of 'britteny_page' */

/* Start of CMSMS style sheet 'Guestbook' */
input{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
   color: #800080;
   background: #FFEAF4;
    border:1px solid;font-weight: bold;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#A5A5A5;
   border-bottom-color:#A5A5A5;
   font-size: 85%;
}
textarea{
   font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
   color: #575757;
   background: #FFEAF4;
   border:1px solid;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#A5A5A5;
   border-bottom-color:#A5A5A5;
   font-size: 80%;
}

div.cms-guestbook-div-insertbutton
{
 float: left;
}

div.cms-guestbook-div-back
{
 float:right; 
}

div.cms-guestbook-div-entry
{
 clear: both;
 margin-bottom: 15px;
 margin-top: 2px;
 padding-top: 2px;
 padding-bottom: 2px; 
}

div.cms-guestbook-div-entry-header
{
 font-weight: bold;
 background: #F2F2F2;
 border-top: solid 1px #cccccc;
 border-left: solid 1px #cccccc;
 border-bottom: solid 1px #BFBFBF; 
 border-right: solid 1px #BFBFBF;
 padding: 2px;
}
div.right49 p
{
 clear:both; 
}


div.guestbook-success p
{
   font-weight: bold;
   padding-left: 5px;
   background: #FFEAF4;
   border:1px solid;font-weight: bold;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#A5A5A5;
   border-bottom-color:#A5A5A5;
}
/* End of 'Guestbook' */

