﻿/*********************** R E A D - T H I S ******************************/ 
/*                                                                      */
/*   Before adding additional CSS to this file,                         */
/*   consider whether or not it should be in the template CSS first.    */
/*   If you stick CSS in here that should be in the template,           */
/*   I will haunt you.                                                  */
/*                                                                      */
/************************************************************************/


/* The photo gallery, sign up for specials and some other page don't have header */
#pageid3101 #header, #pageid3105 #header, #pageid3126 #header { display: none; }

/* Adjust this if client complains about calendar scroll bar  ***********/
#eventCalFrame { height: 1600px; }

/* this is the only css that should be on the logo */
#logo { margin-top: 10px; } 

/* The Links in the footer nav are a WEE bit different than the main nav*/
/* So let's hide some of the links in the main nav **********************/
/* and hide some more in the footer *************************************/

     /* hide the footernav items in the main nav */
     #nav li#pageid3030,#nav li#pageid3027, #nav li#pageid3028
     { display: none; } 
     
     /* hide the main nav items in the footer nav */
     #footerNav #pageid3016, #footerNav #pageid3017, #footerNav #pageid3018, #footerNav #pageid6665,
     #footerNav #pageid3019, #footerNav #pageid3023, #footerNav #pageid3102
     { display: none; }
     
/* make $50 gift certificate CTA unclickable in stepcarousel; don't ask why.. 
#side #widgetCTA34631 a h1 { cursor:default }
#side #widgetCTA34631 a:hover h1 { background-position:center top !important; }*/