* {
	margin:0;
	border:0;
	padding:0;
}

body { background-color: #fff; color: #000; }

body, p, ol, ul, td {
	font-family: Verdana, Helvetica, Arial;
  font-size: 0.9em;
  line-height: 1.1em;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

#admin_button, #admin {
	margin-left:3px;
	margin-top:3px;
	width:200px;
	border:1px solid #1d395e;
	background-color:#96b2d9;
	font-size:1em;
	line-height:1.3em;
	padding:3px;
	text-align:center;
	float:left;
}

#admin {
	text-align:left;
	margin-top:40px;
}

#header, #footer {
	height:150px;
	margin:auto;
}
/*
#header { border-bottom:1px solid black; }
#footer { border-top:1px solid black;}
*/
#main {
	width:1000px;
	margin:auto;
	min-height:650px;
}

#main_inner {

	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	width:600px;
}

h1 {
	color: #466084;
	line-height:2em;
	font-size:1.3em;
}

h2, h2 a {
	color: #466084;
	line-height:2em;
	font-size:1.2em;
}

.post {
 margin-left:100px;
}

.post p {
	margin-bottom:10px;
}
.postside {
	padding-top:40px;
	float:left;
	width:100px;
}

.posted {
	color:#96b2d9;
	font-size:0.8em;
	line-height:2em;
	font-style:italic;
}

a {
	color: #658526;
	text-decoration:underline;
}

#admin a {
	color:#1d395e;
}
.postheader h2 {
	display:inline;
}

.postheader a {
	text-decoration:none;
}
.postheader a.hover {
	text-decoration:underline;
}

.comments a {
	color:#658526;
	font-size:0.85em;
	line-height:2em;
}

.admin a {
	color:#74214e;
	font-size:0.85em;
	line-height:1.5em;
}

input, textarea {
	margin:5px;
	padding:3px;
	border:1px solid #333;
}

.fieldWithErrors {
  padding: 2px;
  background-color:#e296c0;
	border:1px solid #74214e;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 1px solid #74214e;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #e296c0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color:#e296c0;
  color: #74214e;
}

#errorExplanation p {
  color: #74214e;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
	list-style-position:inside;
	color:#1d395e;
}

#notice, #error, #warning {
	padding:5px;
	line-height:1.5em;
	font-size:1.1em;
}

#notice {
	background:#cfea9b;
	border:1px solid #658526;
	color:#658526;
}

#error {
	background:#e296c0;
	border:1px solid #74214e;
	color:#74214e;
}

#warning {
	background:#eed89e;
	border:1px solid #8f7229;
	color:#8f7229;
}

.clear { clear:both; }