/***************************************/
/**** wildthings, inc. style sheet  ****/
/****  created and maintained by    ****/
/****    don.reid at spidy1.com     ****/
/***************************************/


body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}

body,td,th {
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.94em;
}

a {
	font-weight: bold;
}

a:link,a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ca8543;
}

a:active {
	text-decoration: none;
	color: #285119;
}


/**** footer ****/

#footer {
	font-size: 75%;
	color: #FFFFFF;
	background-color: #000000;
	font-style: italic;
}

#footer a:hover {
	background-color: #CA8543;
	color: #000000;
}

#footer a:link,#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;	
}

.crumbs {
	size: 45%;
	text-align: right;
}

.crumbs a {
	color: #CA8543;
}

.crumbs a:hover {
	color: #000000;
	background-color: #ca8543;
	font-weight: lighter;
}

#animal_description h5 {
	text-align: right;
	vertical-align: top;
}


#animal_description {
	text-align: right;
}



/**** navigation bar ****/

.nav1 { 
	height: 25px; 
	vertical-align: center; 
	background: url(images/navbar.gif); 
	padding: 0; margin: 0; 
}

.navbar {
	padding: 0; 
	margin: 0;
}

.navbar li {
	float: center;
	display: inline;
}

.navbar a:link,.navbar a:visited { 
	color: #FFFFFF;
	float: center; 
	font-size: 90%;  
	font-weight: bold;	
	padding: 4px 8px 6px 8px; 
	text-decoration: none; 
}

.navbar a:hover {
	background: #ca8543;
	color: #000000;
}


/**** headings ****/

h1 {
	font-size: 175%;
	padding: 10px;
	color: #FFFFFF;
}

h2 {
	font-size: 165%;
}

h3 {
	font-size: 155%;
}

h4 {
	font-size: 145%;
	padding: 10px;
}

h5 {
	font-size: 135%;
}

h6 {
	font-size: 100%;
}	

