body {
	background-color: #996;
	font-family: verdana, arial, sans-serif;
	color: #000;
	margin: 1em;
}

a {
  color: #633;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: century gothic, verdana, arial, sans-serif;
}

div#maincontent {
  float: right;
  width: 80%;
  padding-right: 1em;
}

div#summary, div#summary_group {
  display: none;
}

div#navbar {
  float: left;
  width: 15%;
  background-color: #d2d29b;
  font-size: 0.8em;
  border: 1px solid #000;
  padding: 0.3em;
}

div#navbar ul {
  padding-left: 1em;
  margin-left: 0;
}

div#navbar ul li {
  list-style: none;
}

div#navbar_search ul {
  padding-left: 0;
  margin-left: 0.5em;
}

div#navbar_search ul li {
  list-style: none;
}

.hidden, div#search_form, div#footer_delete_link, div#rdf_link, div#version,
div.navbar_site_name, div#navbar_search a {
  display: none;
}

div#recent {
  border: solid 1px #000;
  background-color: #d2d29b;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  margin: 0 2em 2em 2em;
}

div#recent h3 {
  display: none;
}

div#recent dl:before {
  content: "Recent changes in:";
}

div#recent dt {
  display: inline;
}

div#recent dt:after {
  content: "...";
}

div#recent dd {
  display: none;
}

div#recent p {
  display: none;
}


div.node {
        border-top: thin solid;
}

div.content {
  padding-right: 1em;
  padding-bottom: 1em;
}

input, select {
	font-family: arial, sans-serif;
	font-size: small;
	color: #333333;
}

input.form_button {
  font-size: 0.9em;
  color: #d2d29b;
  background-color: #633;
  border: 1px solid black;
}

table.user_table {
       border: thin solid;
}

div#node_title {
  margin-bottom: 0.5em;
}

ul#categories_and_locales {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1em;
}

ul#categories_and_locales li {
  font-size: 0.9em;
  list-style: none;
}

h2.node_name {
  margin-bottom: 0.1em;
}

div#title_edit_link {
  display: none;
  font-weight: normal;
  font-size: 0.8em;
}

div#node_image_box { 
  float: right;
  font-size: 0.8em;
  margin: 1em;
}

div#node_image_copyright { 
  text-align: right;
}

div#recent_changes_feeds {
  float: left;
  width: 20%;
  font-size: 0.8em;
  border: 1px dotted black;
  margin-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

div.edit_form_actions { text-align: center; }
div.preview_edit { float: left; width: 33%; }
div.cancel_edit { float: left; width: 33%; }
div.commit_edit { float: right; width: 33%; }
fieldset#main_information { clear: both; }

fieldset legend { font-weight: bold; }
fieldset { margin-left: 5%; margin-right: 5%; }

fieldset#main_information label { display: block; width: 10%; float: left; }
fieldset#main_information div.edit_box { width: 85%; float: right; }
fieldset label { display: block; width: 25%; float: left; font-size: 0.8em; }
fieldset div.edit_box { width: 70%; float: right; }
fieldset div.edit_box input { width: 98%; }
fieldset div.edit_box textarea { width: 98%; }
fieldset div.edit_form_group { clear: both; }

span.photo_note { font-size: 0.8em; }

div#locales_group, fieldset#additional_information {
  display: none;
}
