
/* Template Style Sheet for Webbutcher.net */


body	{
	background:	#f3eab1; 
	background:	#C3D5EF;
/*	background-image:	url(../images/litewood.gif);*/
	color:				black;   /* all text */
	color:				#00018D;
	font-family:		times, serif;
	font-size:			13pt;
	margin-left:		5em;
	margin-right:		5em;
	}

h1, h2, h3	{
	font-family:	arial,sans-serif;
	text-align:		center;
	font-weight:bold;
	line-height:.9em;
			}

h1		{
	font-size:		48pt;
		}

h2		{
	font-size:		32pt;
		}

h3		{
	font-size:		18pt;
		}

.foot
		{
/*	font-family:	'times new roman', times, serif;
	font-size:		13pt;*/
		}

P		{
	text-indent:		1em;
		}

A		{
	text-decoration:	none;
		} /* takes away underlines on hyper-links */

A:active	{color:		#000000;}
A:link		{color:		#FF0000;}	/* red */
A:visited	{color:		#0000FF;}	/* green */
A:hover		{
	text-decoration: underline;
	font-style:italic  
			}

.num	{
	font-size:		52%;
	font-weight:	550;
	vertical-align:	super;
		}

.den	{
  font-size:		52%;
  font-weight:		550;
  vertical-align:	sub;
		}

.meridian	{		/* makes AM and PM in small caps from lower case--looks cool */
			font-variant:small-caps;
			}

.update	{
		font-size:.8em;
		}

/*	following are to create active buttons with the id 'button' */

#button	{
	font-family:	 Arial, Helvetica, sans-serif;	/*	all text in the buttons will be sans serif */
	font-size:		 1.2em;			/*	text will be 30% bigger than base font size */
	font-weight:	 bold;			/*	text will be bold */
		}

#button ul	{				/*	this grouping sets up an unordered list for making buttons */
	display:	block;		/*	sets for vertical display of li boxes */
	display:	inline;		/*	sets for horizontal display of li boxes */
		}

#button li	{
	list-style:	 none;		/*	eleminates leading characters in list items */
	line-height:	1.9;	/*	sets spacing between buttons and eliminates jitter	*/
		}

#button a
		{
	padding:			3px 10px 3px 10px;	/*	in conjunction with line height above sets size and spacing */
	color:				#00018D;			/*	sets text color for links */
	background:			#9CB7E0;			/*	sets background color for links */
	text-decoration:	none;				/*	eliminates underline for links */
		}

#button a:link, 
#button a:visited		{  
/*	display:			block;*/	/* setting block here makes button full width of container */
/*	_height:			1%;	*/		/* may be needed for ie to make the whole tab clickable */

	border-top:		 3px solid #C9D6FB;		/*	these four paramaters give boxes	*/
	border-left:	 3px solid #C9D6FB;		/*	a raised medallion appearance */
	border-bottom:	 3px solid #54578A;
	border-right:	 3px solid #54578A;
		}

#button a:hover	{
	font-style:		normal;					/*	counteracts italic hover set elsewhere	*/
	border-top:		3px solid #54578A;		/*	these four paramaters give boxes		*/
	border-left:	3px solid #54578A;		/*	a depressed medallion appearance		*/
	border-bottom:	3px solid #C9D6FB;		/*	when mouse cursor is placed over them	*/
	border-right:	3px solid #C9D6FB;
		}


/*	code to identify internet explorer and to execute external behavior file	*/
<!--[if IE]>
/*
<style type="text/css" media="screen">

body		{
behavior: url(csshover.htc);*/	/* call hover behavior file */
/*font-size: 100%;*/				/* enable IE to resize em fonts */
/*			}

#menu ul li	{
float: left;*/		 /* cure IE5.x "whitespace in lists" problem */
/*width: 100%;
background:red;
			}

#menu ul li a	{
height: 1%;*/			/* make links honor display: block; properly */
/*				} 

#menu a, #menu h2	{
font: bold 0.7em/1.4em arial, helvetica, sans-serif; */
					/* if required use em's for IE as it won't resize pixels */
/*					}

</style>*/
<![endif]-->


/* revised 20 July 2008 previous */
