/****************************************************************************

 nixCMS 'teal' style-sheet
 =========================
  

 (c) 2007. Nick Moon
****************************************************************************/


/****************************************************************************
   Global styles apply in all sections
****************************************************************************/

@import url("index.php?file=site/themes/classic/common.css");

html {
  font-family: "comic sans ms", cursive;
  font-size: 11pt;
  background-color: #DDFFFF;
}

body {
  width: 47em;
  margin: auto;
  padding: 0;
}

div.toolbar {
  color: teal;
  background-color: transparent;
  font-size: 8pt;
}

div.toolbar a {
  color: white;
}

div.toolbar a:hover {
}


/****************************************************************************
   Header styles
****************************************************************************/

div#header {
  height: 5em;
  color: white;
  background-image: url('index.php?file=site/themes/classic/teal/background.gif');
  background-color: black;
  background-repeat: no-repeat;
  border-color: teal;
}

div#header > a {
  color: white;
  background-color: transparent;
}

div#header a:hover {
}

div#header h1 {
  font-size: 18pt;
  font-weight:700;
  text-align: left;
  padding: 0;
  padding-left: 2.5em;
  padding-top: 0.3em;
  margin: 0;
  margin-bottom: 0.25em;
}


/****************************************************************************
   Body styles
****************************************************************************/

div#body {
  min-height: 330px;
  border-color: teal;
  background-color: white;
  padding: 0;
  line-height: 1.2em;
}

div#body h1 {
  color: teal;
  padding: 8px;
  text-align: center;
 }

div#body h2 {
  background-color: teal;
  color: white;
  margin-left: 24px;
  margin-right: 24px;
  padding: 2px;
}

div#body h3 {
  color: teal;
  margin-left: 24px;
}
div#body h4 {
  color: teal;
  margin-left: 24px;
}
div#body h5 {
  margin-left: 24px;
}
div#body h6 {
  margin-left: 24px;
}

div#body p {
  margin-left: 24px;
  margin-right: 24px;
  font-family: verdana,arial,helvetica,sans-serif;
}

div#body ul,div#body ol {
  margin-left: 6em;
  margin-right: 6em;
  padding-left: 2em;
  background-color: #DFD;
  font-family: verdana,arial,helvetica,sans-serif;
}

div#body li ul, div#body li ol {
  margin-left: 0em;
  margin-right: 0em;
  padding-left: 2em;
}

div#body b {
}

div#body a {
  color: teal;
  font-weight: bold;
}

div#body a:hover {
}

div#body form {
  margin: 1em;
}
div#body  form table {
  width: 40em;
  margin: auto;
  border-collapse: collapse;
  border-width: 2px;
  border-color: teal;
  border-style: inset;
}

div#body form table th {
  border-width: 1px;
  text-align: right;
  color: black;
  padding: 6px;
}

div#body form table td {
  border-width: 1px;
  padding: 6px;
}



/*  footer styles */

div#footer {
  background-image: url('index.php?file=site/themes/classic/teal/background.gif');
  background-color: teal;
  background-repeat: no-repeat;
  background-position: bottom left;
  color: white;
  border-color: teal;
  padding: 0;
}

div#footer a {
  color: white;
  background-color: transparent;
  font-size: 8pt;
}

* html div#footer a {
  font-size: smaller;
}

div#footer a:hover {
}


/*

  Menu styles (pure CSS - see Meyer)

*/

ul.menuh li:hover {
  background-color: teal;
}

ul.menuh li ul li:hover {
  background-color: teal;
}

