body { background:url("/images/background.jpg") repeat-x #fff; color: #333; margin:0; padding:0; }

body, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   .9em;
  line-height: 1.4em;
  color: #6c635a;
}
h1{
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	padding-left: 2px;
	border-bottom: 1px solid #8f2f3b;
	font-family: georgia;
}
h2{
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#loginBar{
	position: absolute;
	right: 285px;
	top: 19px;
	text-align: right;
	font-size: .9em;
	line-height: 1em;
}
#nav{
	position: absolute;
	width: 900px;
	top: 142px;
	left: -10px;
}
#nav ul li{
	list-style-type: none;
	float: left;
	padding-right: 2%;
}
#nav ul li a{
	color: white;
	font-size: 1.3em;
	text-decoration: none;
	height: 100%;
	line-height: 25px;
}
#nav ul li a:hover{
	color: #ce8991;
}
#primary {
	width: 1022px;
	margin: auto;
	position: relative;
}
#header {
	background:url("/images/header.jpg") no-repeat;
	height:325px;
	width:1022px;
}
#footer-wide {
	width: 100%;
	height: 48px;
	background: #8f2f3b;
}
#content {
	width: 100%;
	background: url("/images/content_back.jpg") repeat-y;
	min-height: 450px;
	margin: 1px 0 0 0;
	padding: 20px 29px;
}
#mainContent {
	width: 700px;
}
#news {
	position: absolute;
	right: 0px;
	padding: 42px 20px;
	width: 232px;
	font-size: 1em;
	top: 325px;
	background: url("/images/news_topper.jpg") no-repeat;
}
#news p {
	padding-bottom: 2px;
	margin: 0;
}
.doulaBlock{
	padding: 15px 0;
	font-size: .85em;
	border-bottom: 1px solid #8f2f3b;
	clear: both;
}
.admin_list_edits td{
	padding: 10px;
}
td.destroy a {
	font-weight: bold;
	color: red;
	font-size: .7em;
}
.edit_content textarea{
	width: 600px;
}
.article_list h2 {
	font-size: 1em;
	padding: 4px 4px 0;
	margin: 0;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #8f2f3b;
	background: #dddddd;
}
.article_list p {
	margin: 5px;
	padding-top: 0;
	font-size: .9em;
}
p.right {
	text-align: right;
	margin: 0;
	padding: 0;
}
h1.article_title {
	font-weight: bold;
	padding: 6px 0;
	width: 100%;
	border-bottom: 3px solid #8f2f3b;
	color: #444444;
}
h3.subText {
	padding: 0;
	margin: 0;
	font-style: italic;
	background: none;
	border: 0;
	color: #777777;

}
.divider {
	border-bottom: 5px solid #8f2f3b;
}
#article_archives_link {
	position: absolute;
	top: 225px;
	right: 60px;
	font-size: .7em;
}
.galleryItem
{
	float: left;
	margin: 10px;
	width: 300px;
}
.galleryItem img
{
	float: left;
	margin-right: 10px;
	border: 2px solid #444;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #8f2f3b; }
a:visited { color: #666; }
a:hover { color: #ce8991;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

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

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

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.finePrint {
	font-size: .7em;
	line-height: .7em;
}
	.left {
		width: 60%;
		float: left;
		padding-right: 20px;
	}
	.editRight {
		width: 35%;
		float: left;
		z-index: 999;
		position: relative;
		font-size: .9em;
		margin-top: 30px;
	}
.left textarea {
	width: 100%;
}
.clear {
	clear: both;
	width: 100%;
}
#flashes {
	margin: 0px 0 15px 20px;
	font-weight: bold;
}