<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter your CSS3 Styles Here */
#orderpagebottom{
padding:10px;/*like bodyPad*/
border: 1px dashed #ff0000;
display:block;/*so they can see it in Admin to change it, js moves it to page bottom*/
}
#orderpagebottomNote{display:block}
/*so they can see this note in Admin, js will hide it*/
#orderpagebottomNote p{color:#ff0000;} 
#order ul li{/*order page description of recurring order*/
line-height:1.1;
}
div#product_container{ max-width:800px; margin:0 auto 0; }

div#myCart{text-align:right;}

.event_info_pageBodyTable{ width:1024px; margin:0 auto 0; }

h2.event {text-align:center;}

#footerCredits { /* for making w3now web design centered at bottom */
text-align:center;
margin-bottom:30px;
}
#PageBodyDiv p {  
line-height:1.6;
text-rendering: optimizeLegibility;
font-size: 15px;
} 

#PageBodyDiv ul li {line-height:25px;}

/* OVERRIDE these things TO MAKE THIS WHOLE SITE 100% WIDTH: */
#SiteBodyDiv, 
#footerCredits,
table#tableMainContent,
TABLE.tableLayoutFixed {
   width:100%;
} 
/* HANDLE CALENDAR PAGE 100% */
div#upcomingEventsButtonContainer,
div#calendar-page table#calendar {
margin:0 auto 0 auto;
width:1024px;
}

/* Also default all ID="pageBodyTable" to be 100%, UNLESS you put CLASS="make1024" (below) on them */
table#pageBodyTable,
table#PageBodyTable {
width:100%;
}

/* THEN, USE THIS CLASS ON pageBodyTable TO MAKE THEM 1024 CENTERED, (THIS IS ADJUSTED IN THE MOBILE CSS TO MAKE IT 100% INSTEAD, so they will not be 1024 on a phone, see Mobile CSS ) */
.make1024 {
  width:1024px !important;
  margin:0 auto 0 auto !important;
} 
/* CONTAINER FOR WIDE PICS ON EACH PAGE, this is fine for mobile also */
.widePic,
.widePic img {
width:100%;
height:auto;
}

/* CONTAINER FOR SERVICE MENU, this is fine for mobile also */
#smCompleteMenu{
width:1024px;margin:0 auto 0 auto;
}

/* NO: THIS CAUSES THE ENTIRE CALENDAR PAGE TO NOT BE 100% ACROSS
  div#calendar-page
  { width:1024px;margin:0 auto 0 auto;}
*/


/* FOR ROUNDED PURPLE BUTTONS */
a.aRoundButtonPurple {
    color: #722f8f !important;
    border: 2px solid #722f8f;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 15px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButtonPurple:hover {
  background-color: #722f8f;
  color:#ffffff !important;
}
a.aRoundButtonPurple.smaller{
border-radius: 15px;
-moz-border-radius:15px;
font-size: 15px;
padding: 5px 10px;
}
/* END PURPLE BUTTON CODE */





/* FOR ROUNDED WHITE BUTTONS : USE  LIKE: &lt;a class="aRoundButton"&gt;  */
a.aRoundButton {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 14px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButton:hover {
  background-color: #ffffff;
  color:#2c2724 !important;
}
/* END WHITE BUTTON CODE */




#FooterMenuDiv SPAN { 
text-transform:uppercase;
}
table.sitemapElemOut tr td div a { /* sitemap links */
text-transform:uppercase;
}


#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:10px;
	margin-right:10px;
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:36px; 
	font-family: Open Sans,sans-serif;  
        color:#000000;
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
}


#TopMenuDiv .TopMenuOn {
	background:#7ebb41; 
} 

#TopMenuDiv .TopMenuOver {
	background:#7ebb41; 
}

.anylinkcss ul li:hover {
background:#7ebb41;
}

.selectedanchor 
	background:#7ebb41;
}

.anylinkcss ul li:hover {
	background:#7ebb41;
}

.kristiTopSubDiv {   
        background:#7ebb41;
}

.anylinkSubMenuItem {
           background:#7ebb41;
}


.img-circle {
    border-radius: 50%;
}

.shadow {
     box-shadow: -7px -5px 10px #000000;
 }

a.thisGroupOfLinks {color:#ffffff !important;}

a.thisGroupOfLinks:hover {color:#cccccc !important;}

a.thisGroupOfLinksHome {color:#bbbbbb !important;}

a.thisGroupOfLinksHome:hover {color:#ffffff !important;}

div#blog-article-list
{ width:1024px;margin:0 auto 0 auto;}

table.blogMainTable
{ width:1024px;margin:0 auto 0 auto;}


H2.blogArticleTitle {
      font-weight:normal;
}

#blogMoreButton p {
      font-weight: normal;
}

#blogMoreButtonOver p {
      font-weight :normal;
}


#TopMenuDiv div#TopMenuMobileCallContact{ 
display:none;   
}
</pre></body></html>