body { 
  margin:  0;
  padding: 0;
  background: black url(/img/background.jpg) no-repeat left top;
  color: white;
  font-size: 76%;
}
#header {
}
div#topbar {
  margin: 0;
  padding: 0 2em;
//  width: 100%;
  background-color: #879546;
  clear: both;
}
#topmenu {
  width: 75%;
  float: left;
}
div.spacer {
  clear: both;
  height: 0px;
}  
div#breadcrumb {
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida,
       Arial, Helvetica, sans-serif;
  font-size: smaller;
  margin: 10px 10px 0;
  text-align: right;
  clear: both;
}
div#breadcrumb a {
 color: #dce2c6;
}
div#breadcrumb a:hover {
 color: #f3f991;
} 
.topLink {
  text-align: right;
}
ul.menu {
  margin: 2px 0;
  padding-left: 2px;
  background-color: #879546;
  white-space: nowrap;
  clear: both;
  width: 100%;
  border-top: 1px solid #879546;
  border-bottom: 1px solid #879546;
}
.menu li {
  display: inline;
  font-size: 110%;
  font-weight: bold;
}
.menu a {
  padding-right: 5px;
  padding-left: 20px;
  background: url(/img/leaf-bullet.gif) no-repeat left center;
}

.menu a:link, .menu a:visited
{
  color: #fff;
  background-color: #879546;
  text-decoration: none;
}

.menu a:hover {
  color: #f3f991;
  text-decoration: none;
  background: url(/img/leaf-bullet-hover.gif) no-repeat left center;
}
#search {
 height: 12px;
 width: 100px;
 background-color:#b7c184; 
 display: inline;
}

#searchBox {
  width: 20%;
  float: right;
}

#searchBox INPUT {
 font-size: 0.8em;
}

div.pages, div.admin {
  padding: 0.5em 1.5em;
}
div#content {
  margin: 0;
  margin-top: 10px;
  background-color: #dce2c6;
  color: black;
  height: 100%;
  font-size: 1.05em;
}

div#catalog {
  background-color: #b7c290;
  font-size: larger;
}
div#catalog dt, div#catalog h3 {
  color: #5d6637;
}
div#catalog dt {
  padding-right: 1em;
  float: left;
}
div#catalogLeft {
  float: left;
  width: 180px;
  height: 100%;
  line-height: 1.5em;
  background-color: #b7c290;
}
div#catalogLeft h2 {
  padding-bottom: 0.5em;
  color: #5d6637;
  text-align: center;
  border-bottom: 2px solid #5d6637;
}
div#catalogRight {
  margin: 0;
  margin-left: 180px;
  background-color: white;
}
div#catalogHeader {
  padding: 5px;
  background-color: #dce2c6;
  text-align: center;
}
div#catalogHeader h1 {
  color: #757c5a;
}
div#catalogBody {
}	
div#groupHeader, div.catalogRow {
  padding: 5px 50px; 
}
div.catalogRow {
  border-top: 1px solid #b8c290;
  min-height: 160px;
//  clear: right;
}	
div.catalogPhoto {
  margin: 5px;
  float: left;
}
ul#links {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul#links li{
  margin-bottom: 0.5em;  
  padding-left: 20px;
  background-image: url(/img/link_go.png);
  background-repeat: no-repeat;

}
#footer {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
div#logoBox {
  margin: 0 2em 2px;
  text-align: right;
}
div#logoBox p {
  margin: 0;
}
#copy {
  color: #879546;
  text-align: center;
  font-size: smaller;
  font-weight: bold;
  font-family: 'Lucida Grande', Verdana, Geneva, Lucida,
       Arial, Helvetica, sans-serif;
}
/* tables */
table {
width: 95%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color:#333;
background-color: #fff;
clear:both;
padding: 0;
margin: 0px auto;
white-space: normal;
}
th {
background-color: #e2e2e2;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #003d4c;
border-bottom: 1px solid #003d4c;
text-align: center;
padding:1px 4px;
}
table tr td {
border-right: 1px solid #ddd;
padding:4px 4px;
vertical-align:top;
text-align: center;
}
table tr.altRow td {
background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}
#cakeSqlLog td {
text-align: left;
padding: 4px 8px;
background: #fff;
border-bottom: 2px solid #ccc;
}

div.related {
clear:both;
display:block;
}
.admin dl {
line-height:2em;
margin:0em 1em;
float:left;
width: 400px;
}
.admin dt {
font-weight: bold;
vertical-align:top;
}
.admin dd {
margin-left:10em;
margin-top:-2em;
vertical-align:top;
}

/* notices and errors */

#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

/* forms */

form {
margin-top: 2em;
}
form div{
vertical-align: text-top;
margin-left: 1em;
margin-bottom:2em;
}
form div.date{
margin-left: 0em;
}
label {
display: block;
width: 140px;
font-size: 14px;
padding-right: 20px;
}
input[type=checkbox] {
float: left;
clear: left;
margin: 2px 6px 7px 2px;
}
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
select {
clear: both;
vertical-align: text-bottom;
font-size: 14px;
font-family: inherit;
}
option {
font-size: 14px;
font-family: inherit;
padding: 0 0.3em;
}
input[type=submit] {
display: inline;
vertical-align: bottom;
}
div.required {
clear: both;
color:#222;
font-weight:bold;
}
div.optional {
clear: both;
color:#555;
}
div.submit {
clear: both;
margin-top: 40px;
margin-left: 140px;
}
/* action links */
ul.actions {
float: left;
margin-left:20px;
width: 200px;
}
ul.actions li {
margin-top: 4px;
}
pre {
padding: 1em;
}
