/*   This is the style sheet for the style folder which will load the font for the website 09/01/2015   */

#movedown  {
		margin-top: 20px;
	   }

table#calendar tr td div.date    {
	      		color: #000000;
			font-weight: bold;	
			font-size: 14px;
			color: #0000CD;
			font-weight: bold;	
			font-family: 'Lobster Two', cursive;', cursive;
	  		         }

table#calendar a:link     {
   				color: #0000FF;
   				text-decoration: underline; 
				font-size: 15px;
                          }
table#calendar a:visited  {
   				color: #0000FF;
				font-size: 15px;
			  }
table#calendar a:hover    {
   				color: #A52A2A;
   				text-decoration: underline;
				font-size: 15px;
			   }
table#calendar a:active   {
   				color: #FF0000;
				font-size: 15px;
			  }

#calendardiv     {
			margin-top: 24px;
			margin-bottom: 20px;
		}


/*    this code is for the calendar sections  */


/*   First 3 table rules below should probably be left alone, but some values can be adjusted as needed. */

div#calendar1   {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 98%;             /* change this div width as needed  */
	height: 2em; 
	padding-top: 0;
	padding-bottom: 30px; 
	margin: 15px auto 0 auto;      /* auto left and right margins centers the div since it has a width */ 
	border-collapse: collapse; /* leave this alone unless you want the effect of div spacing then change to "separate" */
	border-spacing: 0; 
}

table#calendar { 
	margin-top: 20px;
	background-color: #fff;
	color: #000;
	width: 98%;             /* change this table width as needed  */
	margin-left: auto;      /* auto left and right margins centers the table since it has a width */
	margin-right: auto;   
	border-collapse: collapse; /* leave this alone unless you want the effect of cellspacing then change to "separate" */
	border-spacing: 0;       /* leave this alone unless you want the effect of cellspacing then change to what you want */
}

table#calendar tr th.weekday   {
	text-align: center;
}

table#calendar td, table#calendar th { 
	width: 14%;        /*  there are 7 days a week, so 7 * 14% = 98%, so leave this alone or tweak only slightly        */
	padding: 0 5px;        /*  adjust as needed to get more spacing inside events table cells (the effect of "cellpadding") */
}

table#calendar td { 
	height:  4.75em;     /*  change this height for the calendar days as needed */
	vertical-align: top; /* keeps text vertically aligned to the top of the cell (default is center)     */
}

table#calendar tr td div.date    {	
			font-weight: bold;	
			font-sixe: 14px;
			color: #0000CD;
			font-weight: bold;	
			font-sixe: 18px;
			font-family: 'Lobster Two', cursive;', cursive;
}


table#calendar tr td div.event   {
	font-size: 10pt;
	font-weight: bold;	
}

	











#logo   {  font-family: 'Engagement', cursive;
	font-style: italic;
	color: #CD950C;
	font-size: 275%;
	  } 



	
    






