@import url("undohtml.css");
@import url("screen_global.css");
@import url("screen_sections.css");
@import url("screen_section.css");
@import url("screen_content.css");

.clear { clear: both; }

/* STYLING OF XHTML ELEMENTS */

body {
  min-width: 580px;
  margin: 0; padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: small; color: #666;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, h7 { font-family: Verdana, Arial, sans-serif; }
h1 { font-size: 1.5em; color: #A9122A; }
h2 { font-size: 1em; color: #336999; }

pre {
  background-color: #eee;
  padding: 10px;
  overflow: auto;
}

a { text-decoration: none; border-bottom: 1px solid #e5e5e5; }
a:link { color: #0000bb; }
a:visited { color: #4479aa; }
a:hover, a:active { background: #ffffb9; border-bottom-color: #d5d5d5; }

/* FORMS */
.section label,
.section input,
.section textarea {
  display: block; width: 100%;
}

.section label {
  font-weight: bold;
}
.section textarea.block { width: 100%; }

.clear, br {
  clear: both;
}

/* COPYRIGHT ETC. */
#footer {
  position: relative; height: 20px;
  margin: 0 auto 20px auto; padding: 0 20px;
  
  background: #484848 url("/images/admin/footer.png") no-repeat;
  
  width: 790px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 750px;
}
html>body #footer {
  width: 750px;
}

#copyright { clear: both; padding-top: 30px; font-size: smaller; color: #ccc; text-align: center; margin: 0;}
#copyright a { color: #888; }

/* ARCHIVE */
.date, .numcomments { font-size: smaller; color: #999; }


/* ---------------------------------------------------- */
	

