
/* Site Documentation CSS */
/* Overall wrapper */
.site-documentation {
  font-size: 0.9em;
}

.site-documentation h3 {
  font-size: 120%;
  color: #ffffff;
	background-color: #666666;
}

/* Table alignment */
.sitedoc_right {
  text-align: right;
}

.site-documentation th {
  text-align: center;
}

/* settings page stuff */
.sitedoc_options label {
  font-weight: normal;
}

.sitedoc_settings {
  position: relative;
  width:100%;
  clear: both;
  margin-top: 1.0em;
}

.sitedoc_archive_block {
  position: relative;
  float: left;
}

.sitedoc_archive {
  position: relative;
  width:100%;
  clear: both;
  margin-top: 1.0em;
}

.sitedoc_options_block .description {
  margin-left: 1.0em;
}

.sitedoc_sections_block {
  position: relative;
  float: left;
}

.sitedoc_sections_block legend {
  font-weight: bold;
}

.sitedoc_sections_block .form-item {
  position: relative;
  width:100%;
  clear: both;
}

.sitedoc_sections_block .form-item label {
  position: relative;
  float: left;
}

.sitedoc_sections_block .form-item .description {
  position: relative;
  float: left;
  padding: 0.5em 0px 0px 1.0em;
}

/* used to indent settings section options */
.sitedoc_sections .sitedoc_options {
  margin-left: 2.0em;
}

.sitedoc_options input, .sitedoc_options select {
  margin-left: 1.0em;
}

#edit-archive-frequency {
  margin-left: 0em;
}

/* used for the profile section */
.sitedoc_profile_fields td, .sitedoc_profile_fields th {
  font-size: 0.8em;
}

/* This division can be used to limit sections and make them scrollable.
   If you don't want scrollable sections, remove the comment-end from this line. */
.sitedoc_subsection, .sitedoc_blocks .sitedoc_section, .sitedoc_boxes .sitedoc_section {
  overflow: auto;
  width: 700px;
  max-height: 400px;
  min-height: 60px;
} /* */
