/*
PachamamaFarm.css
www.pachamamafarm.html

S. Clason
steve@steveclason.com

REVISIONS:
21 Feb 08: create date.

*/
p, div, ul, ol, li, h1, h2, h3, h4, body {
  margin: 0;
  padding: 0;
}
h2 {
  color: #808000;
  font-size: 1.1em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.0em;
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #75929A;
}
#frame {
  background-color: #BFDB91;
  width: 803px;
  margin: 0 auto;
}
#header {
  background-color: #fff;
  position: relative;
}
#logo img {
  display: block;
  border: none;
}
#wrapper {
  background-color: #BFDB91;
  position: relative;
  zoom: 1;
}
#nav {
  width: 142px;
  float: left;
  font-size: 14px;
}
#nav ul {
  width: 162px;
  margin: 30px 0 170px 12px;
}
#nav li {
  list-style: none;
  margin-bottom: 1em;
}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
  text-decoration: none;
  color: #5E5B3A;
  font-weight: bold;
}
#nav a:hover {
  color: #913705;
}
#rooster {
  position: absolute;
  bottom: 5px;
  left: 0px;
}
#mainBody {
  margin-left: 182px;
  padding-top: 42px;
  background-color: #fff;
  width: 621px;
}
#sidebar {
  width: 300px;
  float: right;
  display: inline;
  margin-left: 20px;
}
#sidebar li {
  
}
#sidebar img {
  float: right;
}
#secondNav {
  margin-bottom: 2em;
}
#secondNav li {
  list-style: none;
  font-size: 85%;
}
#content {
  padding: 0 24px;
}
#footer {
  clear: both;
  width: 803px;
  margin: 0 auto;
  text-align: center;
  font-size: 70%;
  padding: 1em 0;
}
.clear {
  clear: both;
  zoom: 1;
  position: relative;
}
img#splash {
  border: none;
  display: block;
}

/* HOME PAGE */
.home {
}
.home sidebar {
  width: 300px;

}
.home #sidebar img {
  float: none;
  display: block;
  margin: auto;
}

/*     SLIDESHOW      */
#slideshow {
  margin: 0;
  position: relative;
  background-color: #BFDB91;
  width: 300px;
  text-align: center;
}
#slideshow img {
  
}
#slideControlBackground {
  background-color: #000;
  height: 25px;
  width: 300px;
  opacity: .5;
  filter: alpha(opacity='50');
  position: absolute;
  top: 0px;
  left: 0px;
}
#slideControl {
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 0px;
  background-color: transparent;
}
#slideControl a, #slideControl a:link, #slideControl a:visited, 
#slideControl a:hover, #slideControl a:active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nextButton {
  position: absolute;
  left: 48px;
  cursor: pointer;
}
#prevButton {
 position: absolute;
 left: 11px; 
 cursor: pointer;
}
#imageTitle {
  font-size: 80%;
  background-color: transparent;
  position: absolute;
  right: 11px;
  top: 3px;
}


