
/* Style Sheet for Woodbutcher.net */

/*		{font-style:		italic;}  */  /* for reference */

h1		{
	font-family:	arial,sans-serif;
	font-size:		36pt;
	text-align:		center;
		}

h2		{
	font-family:	arial,sans-serif;
	font-size:		48pt;
	text-align:		center;
		}

h3		{
	font-family:	arial,sans-serif;
	font-size:		18pt;
	text-align:		center;
		}


body	{
	background-color:	#f3eab1; /* very near the color of litewood.gif */
	background-image:	url(images/litewood.gif);
	color:				black;   /* all text */
	font-family:		times, serif;
	font-size:			12pt;
	margin-left:		5em;
	margin-right:		5em;
	}

ul		{
	margin-left:		2em;
	margin-right:		2em;
		}

ol		{
	margin-left:		2em;
	margin-right:		2em;
		}

.mainpage	{
	margin-left:		1em;
	margin-right:		1em;
		}

.index	{
	background-color:	#a86d1f;
	background-image:	url(images/anigre.jpg);
	font-family:		times,serif;
	font-size:			16pt;
	color:				#ffffcf;
	text-decoration:	none;
		}

.wirecolor	{
	background-color:	#C0C0C0;
		}
/*
a:active	{color:	red;}
a:link		{color:	yellow;}
a:visited	{color:	gray;}
*/
.foot
		{
	font-family:	'times new roman', times, serif;
	font-size:		13pt;
		}

P		{
	text-indent:		1em;
		}

.huge	{
	text-indent:		0em;
	font-family:		arial,sans-serif;
	font-size:			48pt;
	font-weight:		bold;
		}

.roadsign	{
	font-family:		arial,sans-serif;
	font-size:			40pt;
	font-weight:		bold;
	text-align:			center;
	}

A		{
	text-decoration:	none;
		} /* takes away underlines on hyper-links */

/*img         {border:				none;} test. maybe eliminates borders on thumbnail pics*/

A:active	{color:		#000000;}
A:link		{color:		#FF0000;}	/* red */
A:visited	{color:		#D17F7F;}	/* green */
A:hover		{
	text-decoration: underline;
	font-style:italic;  
			}

td		{
	line-height:	120%; 
	font-size:		12pt; 
		}  /*leading in tables*/

.num	{
	font-size:		72%;
	font-weight:	550;
	vertical-align:	super;
		}

.den	{
  font-size:		72%;
  font-weight:		550;
  vertical-align:	sub;
		}


/*	following are to create active buttons with the id 'radio-button' */

#radio-button	{
	font-family:	 Arial, Helvetica, sans-serif;	/*	all text in the buttons will be sans serif */
	font-size:		 1.3em;			/*	text will be 30% bigger than base font size */
	font-weight:	 bold;			/*	text will be bold */
		}

#radio-button ul	{		/*	this grouping sets up an unordered list for making buttons */
	list-style:	 none;			/*	eleminates leading characters in list items */
	margin:		 0;					/*	sets margins for buttons area */
	padding:	 12px 0 12px 0;
/* padding: 0;				/*	sets padding for buttons area */
/* padding-top: 12px;			/*	resets top padding */
/* padding-bottom: 12px;		/*	resets bottom padding */
		}

#radio-button li	{
	display:	inline;			/*	sets for horizontal display of li boxes */
		}

#radio-button a:link, 
#radio-button a:visited		{  
	margin-right:	 8px;						/*	sets right margin of boxes */
	padding:		 8px 10px 8px 11px;			/*	sets padding in boxes */
	color:			 #A62020;						/*	sets text color for links */
	background:		 #FCD242;				/*	sets background color for links */
	text-decoration: none;					/*	eliminates underline for links */
	border-top:		 3px solid #FFFFB3;			/*	these four paramaters give boxes						*/
	border-left:	 3px solid #FFFFB3;		/*	a raised medallion appearance */
	border-bottom:	 3px solid #B28B04;
	border-right:	 3px solid #B28B04;
		}

#radio-button a:visited	{  

	color:			#C96161;
				}

#radio-button a:hover	{
	border-top:		3px solid #B28B04;			/*	these four paramaters give boxes						*/
	border-left:	3px solid #B28B04;		/*	a depressed medallion appearance						*/
	border-bottom:	3px solid #FFFFB3;		/*	when mouse cursor is placed over them				*/
	border-right:	3px solid #FFFFB3;
		}

.bnr-top	{
	position:relative;
	width:			1em;
	margin:			auto;
	_top:-3em;
	font-family:	'times new roman', times, serif;
	text-align:		center;
	font-size:		1.2em;
	font-weight:	bold;
	color:			#A62020;
	background:		#FFCF00; 
	border-top:		3px solid #FFFFB3;
	border-left:	3px solid #FFFFB3;
	border-bottom:	3px solid #B28B04;
	border-right:	3px solid #B28B04;
	padding:		10px 0 10px;
	_padding:		10px 0 10px;
		}

#tool-list	{
	position:relative;
	top:0em;
	font-style:		normal;
	font-size:		1.2em;
	text-align:		left;
	background:none;
/*	font-weight:	bold;*/
		}

#tool-list ul	{
	list-style:	none;
	width:		1em;
	margin:		auto;
	padding:	0px;
		}

#tool-list li	{
/*	width:		17em;*/
/*	margin:		auto;*/ /*1px 0px 1px 0px;*/
	padding:	1.3px;
		}

#tool-list a:link, 
#tool-list a:visited	{  
	display:		block;
	padding:		4px;
	_height:		1%; /* needed for ie to make the whole tab clickable */
	color:			#A62020;
	background: #FCD242;
	border-top:		3px solid #FFFFB3;
	border-left:	3px solid #FFFFB3;
	border-bottom:	3px solid #B28B04;
	border-right:	3px solid #B28B04;
	text-decoration:none;
		}

#tool-list a:visited	{  
	color:blue;
		}

#tool-list a:visited	{  
	color:			#C96161;
				}

#tool-list a:hover	{
	font-style:		normal;
	padding:		4px;
	border-top:		3px solid #988902;
	border-left:	3px solid #988902;
	border-bottom:	3px solid #FFFA83;
	border-right:	3px solid #FFFA83;
		}




#bot	{
	margin:		20px 40px 20px 40px;
	padding:	10px;
	border:		none;
	background:	none;
		}

#hof-button a:link, 
#hof-button a:visited	{ 
	font-family:		'Times New Roman', Times, serif;
	font-size:			1.7em;
	font-weight:		bold;
	color:				#000000;
	padding:			16px 12px 16px 12px;  
	background-color:	#F5ECAB;
	border-top:			6px solid #FFFA83;
	border-left:		6px solid #FFFA83;
	border-bottom:		6px solid #988902;
	border-right:		6px solid #988902;
		}

#hof-button a:hover		{
	border-top:		4px solid #988902;
	border-left:	4px solid #988902;
	border-bottom:	4px solid #FFFA83;
	border-right:	4px solid #FFFA83;
		}


#back-to	{
	font-family:	'times new roman', times, serif;
	font-size:		1em;
	font-weight:	bold;
		}

#back-to ul	{
	list-style:		none;
	margin:			0;
	padding:		0;
	padding-top:	12px;
	padding-bottom:	12px;
		}

#back-to li	{
	display:	inline;
		}

#back-to a:link,
#back-to a:visited	{  
	margin-right:		0px;
/*	padding-top: 4px;*/
	padding:			6px 3px 3px 3px;
	color:				#A62020;
	font-weight:		bold;
	background-color:	#FCD242;
	border-top:			3px solid #FBF14D;
	border-left:		3px solid #FBF14D;
	border-bottom:		3px solid #B28B04;
	border-right:		3px solid #B28B04;
		}

#back-to a:hover {
	border-top:		3px solid #B28B04;
	border-left:	3px solid #B28B04;
	border-bottom:	3px solid #FBF14D;
	border-right:	3px solid #FBF14D;
		}

#mail-envelope {
	font-family:	'times new roman', times, serif;
	font-size:		1em;
/*	font-weight:	bold;*/
	}

#mail-envelope ul {
	list-style:		none;
	margin:			0;
	padding:		0;
	padding-top:	12px;
	padding-bottom:	0px;
		}

#mail-envelope li {
	display:	inline;
		}

#mail-envelope a:link, 
#mail-envelope a:visited {  
	margin-right:		0px;
	padding:			8px 3px 0px 3px;  
	color:				#CA6002;
/*	font-weight:		bold;*/
	background-color:	#FCD242;
	text-decoration:	none;
	border-top:			3px solid #FBF14D;
	border-left:		3px solid #FBF14D;
	border-bottom:		3px solid #B28B04;
	border-right:		3px solid #B28B04;
		}

#mail-envelope a:hover {
	border-top:		3px solid #B28B04;
	border-left:	3px solid #B28B04;
	border-bottom:	3px solid #FFFFB3;
	border-right:	3px solid #FFFFB3;
		}

/* \*/
* html .gainlayout
   { height: 1%; }
/* */

/*	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 23 September 2007 previous 16 November 2006 */

