/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

#container {
  width: 750px;
  margin: 0 auto;
  font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
  font-size: 11px;
  line-height: 1.6em;
  color: #666;
  background-color: #FFF;
}

/* GENERAL MOJO AND MULA */

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #6f0845;
  margin-bottom: 30px;
  background-color: transparent;
}

h2 {
  color: #6f0845;
  background-color: #FFF;
  font: bold 1.5em Arial, Helvetica, sans-serif;
}

h3 {
  color: #999999;
  background-color: #FFF;
  font: bold 1.2em Arial, Helvetica, sans-serif;
}

a {
  color: #6f0845;
  text-decoration: none;
}

a:hover {
  color: #6f0845;
  background-color: #F5F5F5;
}


#header form {
  float:right;
  margin-top: -45px;
  font-size: 9px;
}

input, textarea {
  background-color: #FFF;
  color: #999999;
  border: 1px solid #CCC;
  font-size: 11px;
  padding: 3px;
}

.button {
  padding: 2px;
}

/* HEADER ELEMENTS */

#header {
  border-bottom: 4px solid #948979;
  padding-top: 10px;
  clear: both;
  margin-bottom: 10px;
}


/* the title */
#header h1
{
  text-transform: uppercase;
  font: 3em/0.5em times, "times new roman", palatino, serif;
}

#header h1 span
{
  text-transform: none;
  font: 0.8em/0.5em times, "times new roman", palatino, serif;
}



#header img { 
  float: right;
}

/* the slogan */
#header p { 
  margin-top: -20px;
  color: #999999;
}

#header img { 
  float: right;
}

/* NAVIGATION ELEMENTS */

#navigation ul {
  margin-left: 0;
  padding: 5px;
  list-style-type: none;			
  float: left;
  width: 140px;
  color: #6f0845;
  font-weight: bold;
}

#navigation a {
  display: block;
  width: 140px;
  border-top: 1px solid #CCC;
  font-weight: bold;
}

#navigation a:link, #navlist a:visited {
  color: #6f0845;
  text-decoration: none;
}

#navigation a:hover {
  background: #000000 url(pointer.gif) 96% 50% no-repeat;
  background-color: #F5F5F5;
  color: #6f0845;
}

#navigation li.sublist a {
  font-size: 1em;
  padding: 2px;
  padding-left: 30px;
  width:  110px;
  font-weight: normal;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
  margin-top: 40px;
  padding: 5px;
  border-bottom: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

#content {
  width: 362px;
  margin-left: 180px;
  margin-right: 200px;
}

#content p {
  padding-bottom: 5px;
  border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */;
  border-style: none;
  border-style: none;
}

/* SIDEBAR ELEMENTS */

#sidebar {
  float: right;
  width: 175px;
}

#sidebar p {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

/* FOOTER ELEMENTS */

#footer {
  margin-top: 20px;
  clear: both;
  background-color: #6f0845;
  padding: 0px 5px 0px 5px;
  color: #ffffff;
}

#footer p {
  color: #ffeeeb;
  padding: 5px;
}

#footer p a {
  color: #ffeeeb;
  border-bottom: 1px dotted #89817f;
}

#footer p a:hover {
  color: #FFFFFF;
  background-color: #6f0845;
}

/* And they lived happily ever after. The End. */