
/* This is the style sheet for Hollyhock Farm Alpacas website */

body {
  font-family: arial, helvetica, sans-serif;
  font-size: 90%;
  color: black;
  background: url(Background_HH3.jpg)
  margin: 1em;
  padding: 0;
}


p {
  font-size: .9 em;
}

p.tinydesc {
  font-size: 11pt;
}

h1 {
  color: #008800;
  font-family:"Times New Roman", Times, serif;
  font-size: 2em;
  margin: 0;
  margin-bottom: 0.5em;
  padding: 0.2em;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.4em;
}

h2 {
  color: #880033;
  font-size: 1.5em;
  text-align: center;
  margin: 0;
  padding: 0.1em;
  padding-left: 1em;
}

h3 {
  color: #880033;
  font-size: 1.25em;
  text-align: center; 
  margin: 0; 
	padding: 0.1em; 
	padding-left: 1em;
  border-top-style: solid; 
	border-top-width: 0.4em; 
	border-top-color: #008800; 
	border-bottom-style: solid; 
	border-bottom-width: 0.4em; 
	border-bottom-color: #008000;
}

h4 {
  color: black;
  font-size: 1.25 em;
}

h5 {
  color: black;
  font-size: 1 em;
}

h6 {
  text-align: center;
  font-size: 1 em;
}

img {
  border-style: solid;
  border-width: 6px;
  border-color: #880033;
}

img.thumb {
  border-sytle: solid;
  border-width: 2px;
  border-color: #880033;
}

img.banner {
  border-style: solid;
  border-width: 2px;
  border-color: #880033;
  text-align:center;
  margin-top:3px;
  margin-bottom:15px;
  padding:0px;
}


a {
  text-decoration: underline;
  color-blue;
}

strong {
  font-style: italic;
  text-transform: uppercase;
}

li {
  color: black;  font-style: bold;
}

table {
  font-size: 1 em;
}


/*  This menu goes vertically on the menu page.  */
a.menubox {
  float: left;
  border-right: 1px solid #880033;
  border-left: 1px solid #880033;
  border-top: 1px solid #880033;
  border-bottom: 4px solid #880033;
  text-align: center;
}

a.menubox:link
{
  width: 180px;
  color: #880033;
  font-size: 14pt;
  background-color: white;
  text-decoration: none;
}

a.menubox:visited
{
  width: 180px;
  color: #880033;
  font-size: 14pt;
  background-color: white;
  text-decoration: none;
}

a.menubox:hover
{
  width: 180px;
  height: 40px;
  color: #880033;
  font-size: 15pt;
  background-color: #dd99bb;
  text-decoration: none;
}

a.menubox:active
{
  width: 180px;
  color: white;
  font-size: 14pt;
  background-color: #dd99bb;
  text-decoration: none;
}


/*  This menu goes across the bottom of the footer */
a.menubar
{
  float: left;
  padding: 5px;
  border-right: 1px solid #880033;
  border-left: 1px solid #880033;
  border-top: 1px solid #880033;
  border-bottom: 1px solid #880033;
  font-size: 14pt;
  text-align: center;
}

a.menubar:link
{
  color: #880033;
  background-color: white;
  text-decoration: none;
}

a.menubar:visited
{
  color: #880033;
  background-color:  white;
  text-decoration: none;
}

a.menubar:hover
{
  color: #880033;
  background-color: #dd99bb;
  text-decoration: none;
}

a.menubar:active
{
  color: white;
  background-color: #dd99bb;
  text-decoration: none;
}


