/* The following "clears" the page to a blank canvas */

div#content div.container {
  width:100%;
}
div#content {
	margin:0;
	padding:0;
}
div.postSingle div.postInside {
  margin:0;
}


/* CSS for Plains Chiropractic post */

div#content {
	background:#2d4621;
}
div.postSingle div.postInside h2 {
	background:#fff url('sky.jpg') repeat-x top left;
	line-height:90px;
	margin-bottom:0;
  padding-top:25px;
	text-align:center;
}
div.projectInfo {
  display:none;
}
div.entry {
	background: url('fields.jpg') no-repeat top center; 
	min-height:500px;
}
div.insideContainer {
  margin:0 auto;
  padding-top:25px;
  width:930px;
}
div#footer {
  background:#000;
  color: #fff;
  margin:0;
}
div.insideContainer p {
  color:#fff;
}

div.insideContainer  p.body {
  font-family:Georgia, "Times New Roman", serif;
  font-size:18px;
  line-height:24px;
}
div.insideContainer p.intro {
  font-family:Georgia, "Times New Roman", serif;
  font-size:24px;
  line-height:36px;
}
.wp-image-505, .wp-image-506 {
  margin-right:22px;
}

div.postSingle div.postInside div.insideContainer h2 {
  background:none;
  color:#fff;
  line-height:30px;
  margin-bottom:12px;
  padding-top:0;
  text-align:left;
}
div.insideContainer h3 {
  border-bottom:1px solid #fff;
  color:#fff;
  font-size:48px;
  font-family:Georgia, "Times New Roman", serif;
  margin-bottom:25px;
  margin-top:100px;
  padding-bottom:15px;
}
div.wp-caption {
  margin-bottom:0;
}
.wp-image-531 {
  margin-left:-10px;
}
a.projectLink  {
	background:#ecd900;
	color:#000;
	display:block;
	float:left;
	font-weight:bold;
	font-size:.9em;
	letter-spacing: .1em;
	margin-bottom:50px;
	padding:10px;
	text-decoration: none;
	text-transform: uppercase;
}
a.projectLink:hover {
	background:olive;
}
