/* Gardener's Kitchen CSS
 * designed by Skobalt LLC
 *
 * TODO: Set a minimum width for the page / handle resizing
 *       Deal with the use of min-height in #messages (non IE6 compliant)
 */

/*
green CMYK 40 0 100 0
  - #A6CE39
brown CMYK 43 52 80 48
  - #6B5736
*/

body
{
  background: #ffffff;
  font-family: helvetica, sans-serif;
}
a
{
  /* color: #6B5736; */
  color: #c7811d;
  text-decoration: none;
}
#logo
{
  border: none;
  display: block;
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: 0px;
}
div#maincontent
{
  background: transparent url(../images/siteborder1.jpg) no-repeat 0px 0px;
  margin: 0px;
  min-width: 870px;
}
div#centerbar
{
  background: transparent url(../images/siteborder2.jpg) no-repeat 0px 50px;
  border: 0px;
  display: block;
  overflow: visible;
  padding: 50px 250px 0px 85px;
}
div#messages
{
  position: relative;
  border-left: 10px solid #6B5736;
  border-top: none;
  color: #000000;
  margin-top: 0px;
  min-height: 351px;
  padding-top: 1px;
  padding-left: 10px;
}
div#copyright
{
  position: relative;
  bottom: 0px;
  border-top: none;
  color: #000000;
  font-style: italic;
  margin-top: 2em;
}
div#rightbar
{
  position: relative;
  float: right;
  width: 200px;
  padding-bottom: 130px;
  background: #A6CE39 url(../images/corner_l.gif) no-repeat;
}
div#rightbar ul
{
  list-style-type: none;
  margin-top: 16px;
}
div#rightbar a
{
  color: #6B5736;
  font-family: helvetica, sans-serif;
  font-size: 20px;
  line-height: 160%;
  text-decoration: none;
}
div#rightbar a:hover
{
  color: #ffffff;
}
#horn
{
  width: 240px;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
.trcorner
{
  position: absolute;
  width: 20px;
  height: 19px;
  display: block;
  margin-bottom: -1px;
  background: transparent url(../images/corner_r.gif) no-repeat;
  top: 0px;
  right: 0px;
}


/****************************************************************************
 * Page-specific settings go below
 ***************************************************************************/

/* home page */
.messageTitle
{
  color: #6B5736;
  font-size: large;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: 0px;
  padding-bottom: 10px;
  text-align: left;
}
ul.messageTitle
{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.messageTitle li
{
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 2px;
}
ul.messageTitle li + li
{
  margin-left: 1em;
}
ul.messageTitle li + li + li
{
  margin-left: 2em;
}
ul.messageTitle li + li + li + li
{
  margin-left: 3em;
}
ul.brownlist
{
  color: #6B5736;
  list-style-type: square;
}
ul.brownlist span
{
  color: #000000;
}

/* courses page */
div.course
{
  margin-bottom: 15px;
}
div.course_name
{
  color: #6B5736;
  font-size: large;
  font-weight: normal; /* bold */
}
.course_name a
{
  color: #6B5736;
}
div.course div.course_name
{
  margin-bottom: 4px;
}
.notice
{
  font-style: italic;
}

/* about page */
.messageHeader
{
  color: #6B5736;
  font-size: large;
  font-weight: normal;
  text-align: left;
}
.footerimg
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* contact page */
.emailerror
{
  color: #cf0000;
  margin-left: 7.5em;
  margin-bottom: 0.8em;
}
.inputblock
{
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.inputblock label
{
  padding-bottom: 1px;
}
label
{
  display: block;
  float: left;
  margin-right: 0.5em;
  text-align: right;
  width: 7em;
}
.submit
{
  margin-bottom: 0.5em;
  margin-left: 7.5em;
  margin-top: 0;
}
.inputblock2
{
  margin-bottom: 0.5em;
  margin-left: 7.5em;
  margin-top: 0;
  font-style: italic;
  width: 340px;
}

/* Sessions page */
.options
{
  margin-bottom: 1em;
}
.sessions
{
  margin-bottom: 10px;
}
.session
{ 
  margin-bottom: 12px;
}
.session .date
{
  /* color: #6B5736; */
  color: black;
  font-size: large;
  font-weight: normal;
}
.session .course_name
{
  /* color: black;
	font-size: large;
	font-weight: normal;
  */
  font-size: large;
}
.session .course_register
{
  font-size: medium;
  margin-left: 1.5em;
}

.formErrors
{
  color: #cf0000;
}

/* Links page */
.categoryset
{
  margin-bottom: 2em;
}
.category
{
  color: #6B5736;
  font-size: large;
  font-weight: normal;
  margin-bottom: 3px;
}
.linkitem
{
  margin-bottom: 10px;
}
.linkitem a
{
  /* color: #AA3D42; */
  color: #c7811d;
}

/* Documents page */
.documentSection
{
  margin-bottom: 12px;
}
.documentTag
{
  font-weight: bold;
}

