@import "/css/blueprint-0.7.1/plugins/css-classes/css-classes.css";

/* typography */
body {
  font-family: "Trebuchet MS", Verdana, "Lucida Sans", Tahoma, Geneva, Helvetica, sans-serif;
  color: #230d00;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.3em;
  font-size: 13px;
}
h4 {
  font-family: Cambria, Constantia, Georgia, Palatino, "Times New Roman", serif;
  margin-bottom: 0;
  color: #737373;
}
.code {
  font-family: "Consolas", "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #F8F8F8;
	width: 99%;
	overflow: auto;
	margin: 18px 0 18px 0 !important;
}
div #sidebar {
  font-size: 10px;
}
div #sidebar ol {
  margin-right: 0;
}
div #sidebar ol li {
  list-style-type: none;
  margin-bottom: 0.2em;
}
div #sidebar h4 {
  text-indent: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
blockquote {
  padding-left: 30px;
  background: url("/media/blockquote.gif") top left no-repeat;
}
span.miniComment {
  text-align: justify;
}
div.comment, div #commentPreview {
  font-size: 90%;
}
table th h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

/* links */
a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: bold;
  color: #EB5F21;
}
a:hover {
  text-decoration: underline;
}

/* layout */
div.post {
  padding-bottom: 1.5em;
  padding-right: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #DDDDDD;
}
#lastpost {
  border-bottom: 0;
}
div.postMeta {
  margin-bottom: 0.5em;
}
div.postBody {
  text-align: justify;
}
div.postMeta a {
  font-weight: bold;
  color: #00ADF1;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
div #footer {
  font-size: 10px;
  margin-top: 0.4em;
  border-top:  1px solid #DDDDDD;
  padding-top: 0.4em;
}

/* images in posts */
div.post img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 0;
}

/* forms */
.inputBase, .textareaBase {
  border: 1px solid #DDDDDD;
	width: 70%;
	background-color: #F2F2F2;
	color: #444433;
	padding: 3px;
	margin-bottom: 10px;
	outline: none;
	font-size: 95%;
}
.inputWide {
  width: 98%;
}
.textareaWide {
  width: 95%;
}
.inputBase:focus, .inputBase:active, .textareaBase:focus, .textareaBase:active {
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;
}
.checkboxBase {
	background-color: #F2F2F2;
	color: #444433;
	padding: 3px;
	margin-bottom: 0px;
	outline: none;
	font-size: 95%;
}
.buttonBase {
  border: 3px double #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  padding: 0.25em;
  background-image: url("/media/button-background.gif");
  background-color: #EEEEEE;
  background-repeat: repeat-x;
  color: #333333;
  font-size: 95%;
  font-weight: bold;
}
.largeButton {
  width: 70%;
}
.buttonBase:active {
  border: 3px double #CCCCCC;
  border-top-color: #999999;
  border-left-color: #999999;
}
div #commentSubmitButtons {
  margin-right: 15px;
}
div #commentPolicy {
  font-size: 90%;
  text-align: justify;
}
div #commentHelp {
  float: right;
  width: 23%;
  margin-top: -380px;
  margin-right: 10px;
  font-size: 85%;
}

/*
  WebWork overrides for CSS-XHTML form theme
*/
.wwgrp {
  margin-left: auto;
  margin-right: auto;
}
.wwlbl {
  display: inline;
}
.wwctrl {
  display: inline;
}
.label {
  font-weight: bold;
  color: #737373;
  font-size: 95%;
}
.checkboxLabel {
  font-weight: bold;
  color: #737373;
  font-size: 95%;
}
.errorLabel {
  font-weight: bold;
  color: #FF0000;
  font-size: 95%;
}
.errorMessage {
  color: #FF0000;
}
