/* Sample CSS Document for my website design 
   Author: Jeff Ludwig 
   Feel free to glean inspiration, as much inspiration as this document shows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Style declarations to style a calendar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#showCal {
	Text-Align: center;
	Font-Size: 16px;
	Border: 0;
	Padding: 0;
	Margin: 25px; }
	
#showCal table { Margin: 0 auto; }

#showCal td { Font-Size: 80%;
	Text-Align: center;
	Vertical-Align: middle;
	
	Line-Height: 2;
	Width: 50px;
	Border-Right: #444444 solid 1px;
	Border-Bottom: #333333 solid 1px;
	Color: #444477; }
	
#showCal a { Padding: 6px 12px;
	Border: 1px outset #5e3714;
	Font-Size: 75%; }

#showCal a:hover { Border: 1px inset #5e3714; }	
