/*  
Theme Name: Butler Creating Wellness
Theme URI: http://www.butlercreatingwellness.com/
Description: Custom theme for Butler Creating Wellness.
Version: 0.1
Author: Richard Lawrence 
Author URI: http://richardlawrence.info/
*/

body
{
	margin-top: 10;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #EEEEEE;
	text-align: center;
}

p
{
	font-family: Times, Serif;
	font-size: 1em;
	line-height: 1.3em;
}

#container
{
	margin: 0 auto;
	width: 882px;
	text-align: left;
	overflow: hidden;
	background-color: #E1E5E8;
	border: 1px solid #38424B;
}

/*
#container .column {
  padding-bottom: 20000px; 
  margin-bottom: -20000px; 
}
*/

#header
{
	height: 107px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation
{
	position: relative;
	left: 0px;
	/*top: -5px;*/
	width: 142px;
	padding: 0; /*10px 10px 15px 10px;*/
	margin: 0px 0px 0px 0px;
	float:left;
	background-color: #E1E5E8;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	color: #38434B;
}

#navigation ul
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

#navigation li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation li a
{
	padding: 8px;
	display: block;
	width: 123px;
	text-decoration: none;
	color: black;
	border-left: 5px solid #E1E5E8;
}

#navigation li a:hover
{
	background-color: #C6C9CC;
	border-left: 5px solid #C6C9CC;
}

#navigation li.current_page_item a
{
	background-color: #CFDAE6;
	/*
	border-left: 5px solid #C6C9CC;
	border-top: 1px solid #C6C9CC;
	border-bottom: 1px solid #C6C9CC;
	*/
	border-left: 5px solid #38434B;
	border-top: 1px solid #38434B;
	border-bottom: 1px solid #38434B;
}

html>body #button li a 
{
	width: auto;
}

#content
{
	position: relative;
	left: 0px;
	/*top: -5px;*/
	width: 717px;
	padding: 10px 10px 15px 10px;
	float:right;
	background-color: white;
	border-left: 1px solid #38434B;
}

p.lead
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	font-style: italic;
	color: #38434B;
}

p.lead img
{
	float: right;
	border: 1px solid #38434B;
}

p img
{
	float: right;
	border: 1px solid #38434B;
}

p.tagline
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #2B6798;
}

#footer
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	color: white;
	position: relative;
	top: 0px;
	width: 882px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #38434B;
	text-align: center;
}

#footer a:link
{
	color: white;
	text-decoration: none;
}

#footer a:visited
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	color: white;
	text-decoration: underline;
}

#footer a:active
{
	color: white;
	text-decoration: underline;
}

.map_label
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: black;
}

div.post
{
	margin-bottom: 60px;
}

div.post h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 1.5em;
	color: #38434B;
	margin-bottom: 4px;
}

div.post div.date
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: .7em;
}

div.post div.entry
{
	margin-top: 4px;
	padding-top: 2px;
}

div.post div.entry p
{
	margin-top: 0px;
}

div#feedlink
{
	position: absolute;
	top: -26px;
	left: 65px;
	text-align: center;
	border: none;
	z-index: 100;
}