/*
Theme Name: Dr Sears Lean Group
Theme URI: http://www.mindflint.com
Description: A custom wordpress theme designed and developed specifically for Dr Sears Lean Group.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefectorcom
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #616161;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a {
	color:#8dc63f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5 {
	color:#8dc63f;	
}

p {
	line-height: 18px;
}



.homeBg {
	background-image: url(images/home-bg.gif);
	background-repeat: repeat-x;
}

#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float:left;
	width: 950px;
	height: 145px;
    margin-left: 15px;
}

#headerimg {
	float:left;
	width:241px;
	height:105px;
	margin-top: 20px;
}

#searchBox {
	float:right;
	width:230px;
	margin-top: 20px;
	text-align: right;
}

.field {
	color:#b0adad;
	height: 24px;
	padding-left: 5px;
	background-image: url(images/search-field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* navigation elements */

#navigation {
    position: absolute;
       	margin-top: 103px;
    margin-left: 465px;
   	height:43px;
    z-index: 55;
}

#navigation li {
	float: left;
    width: 80px;
	height: 33px;
	padding-top: 10px;
	text-align:center;
	border-right: 1px solid #e5e5e5;
	list-style: none;
}

#navigation li a {
	color: #acacac;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#navigation li a:hover {
	color: #8dc63f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

/* sub nav items */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navigation li ul {
	position: absolute;
	width: 170px;
	left: -1500px;
	}

#navigation li:hover ul {
	left: auto;
        margin-top: 17px;
	margin-left: 29px;
    	display: block;
	width: 130px;
}
	
#navigation li ul li {
	float: right;
	width: 150px;
	height: 23px !important;
    padding-left: 8px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color:#ffffff;
    text-align: left !important;
}


/* - navigation - */

#content {
	float: left;
	width: 950px;
    margin-left: 15px;
	min-height: 400px;
}

/* home specific entries */

#homeContentFrame {
	float: left;
	width: 980px;
}

#homeSlideshow {
	position: absolute;
	    margin-top: 127px;
    margin-left: -25px;
    	width: 610px;
	height: 300px;
    z-index: 0;
}

#homeCoaches {
	float: right;
	margin-top: 1px;
        margin-right: 12px;
    	width: 365px;
	height: 281px;    
}

#homeCoaches img {
	border:0;   
    float: left; 
}

#homeWellness {
	float:left;
	width:980px;
    margin-top: 25px;
}

#homeWellnessHeader {
	float:left;
	width:182px;
	height:118px;
	margin-top: 20px;
}

.homeWellnessEntry {
	float:left;
	margin-left: 14px;
	border: none;
}

#homeContent {
	float:left;
	width:950px;
	margin-top: 40px;
    margin-left: 25px;
}

#homeContent h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	font-size: 35px;
	color:#8dc63f;
	font-weight: normal;
}

#homeContent p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
    line-height: 21px;
	font-family: "Myriad","Myriad Pro",Verdana, sans;
}

/* - home - */

#pageHeader {
	float:left;
	width:950px;
	height:210px;
    margin-left: 15px;
}

.interiorWorkshopBtn {
	float:left;	
	width:111px;
	height:111px;
	margin-top: 95px;
	margin-left: 15px;
}

#breadCrumbs {
	float:left;
	width:950px;
    margin-left: 15px;
	padding-bottom:10px;
	border-bottom: 1px solid #e5e5e5;
}

.pageHeaderMain {
	float: left;
    width: 100%;
    clear:both;
	min-height: 32px;
	font-size:36px;
	margin: 0px;
	padding-top:33px;
    font-weight: normal;
}

.pageHeaderSub {
	float: left;
    width: 100%;
	clear:both;
	min-height: 15px;
	font-size:20px;
	color:#aaaaaa;
	margin: 0px;
	padding-top:10px;
    font-weight: normal;
}

.post {
	float:left;
	width:630px;
}

.entry {
	float: left;
	width:630px;
	margin-top:15px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}


#authorTitle {
	float:left;
    width: 500px;
    clear: both;
}	

#authorTitle h2 {
	padding-bottom: 5px;
    margin: 0px;
}

#respond {
	padding-top: 20px;
}

/* sidebar elements */
#sidebar {
	float:left;
	width: 255px; 
	margin-top: 10px;
	margin-left: 60px;
	min-height: 400px;
}

#sidebar ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
	float:left;
	width:242px;
	min-height: 12px;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 5px;
	list-style-image: url(images/sidebar-link-bullet.gif);
	border-bottom:1px solid #e5e5e5;
}

#sidebar li a {
	color: #acacac;
	text-transform:uppercase;
}

#sidebar li:hover {
	background-color:#f7f7f7;
}

#sidebar .active {
	background-color:#f7f7f7;
}

#sidebar li:hover a {
	color: #8dc540;
	text-transform:uppercase;
}

#blogSidebar {
	float:left;
	width: 255px; 
	margin-top: 20px;
}

#blogSidebar h2 {
	float:left;
    margin: 0px;
    padding: 0px;
}

/* - sidebar - */

/* footer elements */

#footer {
	float:left;
	width: 950px;
	margin-top: 30px;
    margin-left: 25px;
	font-size: 10px;
}

#footerMiddle {
	float:left;
	width:920px;
	height: 105px;
	padding: 15px 0 15px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#footerBottom {
	float:left;
	width:950px;
	height: 45px;
    padding-top: 15px;
	padding-bottom: 25px;
}

#footerBottomLeft{
	float:left;
	width: 800px;
}

#footerBottomRight {
	float:right;
	width:50px;
    margin-right: 25px;
}

.footerEntry {
	float:left;
	line-height: 18px;
	margin-right: 40px;
}

.footerEntry h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 18px;
	color:#8dc63f;
}

.footerEntry h2 a{
	color:#8dc63f;
}

.footerEntry a {
	color:#919191;
}

#footerEntryForm {
	float:right;
	width: 220px;
	height: 45px;
}

#footerEntryForm h2 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	height: 18px;
	color:#8dc63f;
}


/* - footer - */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
