/*
Theme Name: Southern Plains Treatment Services
Theme URI: http://splains.org/
Description: Custom Wordpress Theme designed & developed for Southern Plains Treatment Services
Version: 1.0
Author: Jeff Davis, New Look Media
Author URI: http://newlookmedia.com/
*/

html, body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, li, ol, form, fieldset, input, textarea {
	font-weight: normal;	
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

li, ol {
	list-style: none;
}

body {
	color: #444;
	background: #fff url(/wp-content/themes/splains/images/bg.gif) repeat-x;
	text-align: center;
	font: 75%/140% "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2, h3, h4, h5, h6  {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #222;
	font-size: 1.7em;
	padding-bottom: 18px;
}


h3 {
	color: #444;
	font-size: 1.5em;
	padding-bottom: 18px;
}


h4 {
	color: #888;
	font-size: 1.4em;
	padding-bottom: 10px;
}


h5 {
	color: #dda30a;
	font-size: 1.3em;
	padding-bottom: 8px;
}


h6 {
	color: #000;
	font-size: 1.3em;
	padding-bottom: 8px;
}

p {
	margin-bottom: 18px;
}

ul {
	margin: 0 0 24px 30px;
}

 ol {
	margin: 0 0 24px 30px;
}

li {
	margin-bottom: 4px;
	list-style: disc;
}

ol li {
	margin-bottom: 4px;
	list-style: decimal;
}

.left, .alignleft {
	float: left;
	margin: 0 22px 22px 0;
}

.alignright {
	float: right;
	margin: 0 0 22px 22px;
}

#container {
	text-align: left;
	background: #fff url(/wp-content/themes/splains/images/contentbg.jpg) no-repeat;	
	width: 900px;
	margin: 0 auto;
}

#header {
	background: #fff url(/wp-content/themes/splains/images/banner.jpg) no-repeat top right;
	height: 122px;
}

#logo {
	margin: 0 0 0 12px;
	/*display: block;
	float: left;*/
}

#nav {
	background: #7e7f83 url(/wp-content/themes/splains/images/nav.jpg) repeat-x;
	border-bottom: solid 5px #febd11;
	margin: 0 1px;
	height: 38px;
}

#nav ul {
	margin: 0;
}

#nav li {
	display: inline;
	list-style: none;
}

#nav li a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
	padding: 12px 16px;
	display: block;
	float: left;
}

#nav li a:hover {
	background: #febd11;
	color:#222;
}

#content {
	padding: 24px;
}

#side-bar {
	width: 160px;
	float: left;
}

#sub-nav {
	margin: 0 0 24px 0;
}

#sub-nav li {
	list-style: none;
}

#sub-nav a {
	color: #777;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#sub-nav a:hover {
	color: #555;
	text-decoration: underline;
}

#main-content {
	width: 670px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	float: right;
	border-bottom: solid 1px #999;
}

#main-content a:link {
	color:#3f96b3;
}

#main-content a:hover {
	color:#526d76;
}

#options {
	clear: both;
	padding: 24px;
}

#options h4 {
	color: #888;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 8px;
}

#options h4 a {
	color:#888;
	text-decoration:none;
}

#options #left, #options #middle, #options #right {
	width: 270px;
	float: left;
}

#options #middle {
	margin: 0 21px;
}

#footer {
	font-size: .9em;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 0;
	clear: both;
}

#footer a {
	color:#999;
}

.attachment-page-image {
	float:left;
	margin:0 20px 20px 0;

}

form.wpcf7-form {
	margin:40px 0 0 0;
}

form.wpcf7-form label {
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
}

form.wpcf7-form .text-field {
	border:1px solid #999;
	padding:3px;
	width:200px;
}


form.wpcf7-form .textarea {
	border:1px solid #999;
	padding:3px;
	width:400px;
}


