/*
Theme Name: BuildYourselfFitness
Theme URI: http://buildyourself.ca/
Description: Custom Theme For BuildYourselfFitness
Version: 1.0
Author: EdenWebs.com
Author URI: http://www.edenwebs.com/
*/

body {
	margin: 0;
	background: #ebebeb repeat-x url(images/bck.png);
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000;
}
#container .top:after, #content .post .entry:after, #content .navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page {
	margin: 0 auto;
	width: 940px;
}
#header {
	position: relative;
	height: 137px;
}
#header h1 {
	margin: 0;
	width: 475px; height: 100%;
	background: no-repeat url(images/bckheaderh1.png);
	font-size: 0; text-indent: -99999em;
}
#header h1 a {
	display: block;
	width: 300px; height: 100%;
}
#header .address {
	position: absolute;
	top: 20px; right: 40px;
	font-size: 13px; font-weight: bold; font-style: normal;
	color: #fff;
}
#header .address .telephone {
	padding: 0 0 0 30px;
	background: left center no-repeat url(images/bckheaderaddresstelephone.png);
	font-family: "Myriad Pro"; font-size: 23px;
}
#header .address .email {
	display: block;
	color: #fff;
	text-decoration: none;
}
#header .start {
	position: absolute;
	top: 140px; right: 17px;
	width: 305px; height: 34px;
	text-align: center; line-height: 34px;
	background: no-repeat url(images/bckheaderstart.png);
	font-family: "Myriad Pro"; font-size: 20px;
	color: #fff;
	text-decoration: none;
}
#header .start em {
	font-weight: bold;
}
#menu {
	margin: 0 0 2px 0; padding:0;
	list-style-type: none;
	height: 37px; line-height: 37px;
}
#menu li {
	float: left;
	padding: 0 0 0 2px;
	background: no-repeat url(images/bckmenuli.png);
}
#menu li:first-child {
	padding: 0;
	background: no-repeat;
}
#menu li a {
	float: left;
	padding: 0 15px;
	color: #231f20;
	text-decoration: none;
}
#menu li a:hover {
	background: repeat-x url(images/bckmenuliahover.png);
	color: #f26d00;
}
#wrapper {
	padding: 5px;
	background-color: #fff;
}
#intro {
	margin: 0 0 15px 0;padding: 75px 25px 0 345px;
	height: 140px;
	background: no-repeat url(images/bckintro2.jpg);
	font-size: 13px;
	color: #fff;
}
#intro h3 {
	margin: 0 0 5px 0;
	font-family: "Myriad Pro"; font-size: 25px; font-weight: normal;
}
#container {
	background: right top repeat-y url(images/bckcontainer.png);
}
#container .bottom {
	background: right bottom no-repeat url(images/bckcontainerbottom.png);
}
#container .top {
	padding: 0 0 0 15px;
	width: 915px;
	background: right top no-repeat url(images/bckcontainertop.png);
}
.testimonials #container, .testimonials #container .bottom, .testimonials #container .top {
    background: none;
}
#content {
	float: left;
	margin: 0 24px 0 0;
	width: 627px;
}
.testimonials #content {
    float: none;
    margin: 0;
    width: 900px;
    padding-right:15px;
}
#content a {
	color: #e35b00;
}
#content .post .title {
	margin: 0 0 15px 0; padding: 0 0 5px 0;
	background: left bottom repeat-x url(images/bckcontentposttitle.png);
	font-size: 18px; font-weight: normal;
}
#content .post .title a {
	color: #e36d00;
	text-decoration: none;
}
#content .post .title a:hover {
	color: #404040;
}
#content .post .entry {
	width: 100%;
}
#content .post img {
	padding:2px; border:1px solid #bfbfbf;
}
#content .post .entry a {
	font-weight: bold;
	text-decoration: none;
}
#sidebar {
	float: left;
	margin: 0; padding: 20px 17px;
	list-style-type: none;
	width: 230px;
}
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar li li {
	margin: 0 0 15px 0; padding: 0 0 15px 0;
	background: left bottom repeat-x url(images/bcksidebarlili.png);
}
#sidebar p {
	margin: 0 0 10px 0;
}
#sidebar .by {
	text-align: right;
	font-weight: bold;
	color: #f6861f;
}
#sidebar .by span {
	padding: 0 0 0 8px;
	background: left 5px no-repeat url(images/bcksidebarbyspan.png);
}
#sidebar h3 {
	margin: 0 0 10px 0;
	font-size: 18px; font-weight: normal;
	color: #404040;
}

#sidebar .start {
	/*position: absolute;
	top: 140px; right: 17px;*/
	width: 300px; height: 40px;
	text-align: center; line-height: 34px;
	background: repeat-x url(images/bckheaderstart_sb.png);
	font-family: "Myriad Pro"; font-size: 15px;
	color: #fff;
	text-decoration: none;
}

#footer {
	margin: 15px 0 0 0; padding: 15px 0;
	text-align: center;
	background-color: #e3e3e3;
	color: #535353;
}
#footer a {
	color: #535353;
	text-decoration: none;
}
#footer ul {
	margin: 0 0 5px 0; padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin: 0 0 0 10px; padding: 0 0 0 10px;
	border-left: #535353 1px solid;
}
#footer li:first-child {
	margin: 0; padding: 0;
	border-left: 0;
}
#footer li a:hover {
	color: #f6861f;
	text-decoration: underline;
}

/* A few generic styles used across the site */

a img {
	border: 0;
}

td {
	vertical-align: top;
}

input, textarea, select {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000;
}
input[type="text"], input[type="password"] {
	padding: 2px;
	background-color: #fff !important;
	border: #535353 1px solid;
}
textarea, select {
	padding: 2px;
	background-color: #fff !important;
	border: #535353 1px solid;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #535353;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #535353;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.middle {
	vertical-align: middle;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.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;
	color: #000;
}

.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;
}
#testimonials {
	margin: 0; padding: 0;
	list-style-type: none;
}
#testimonials li {
	margin: 0 0 5px 0; padding: 10px 10px 25px 10px;
	background-color: #ebebeb;
}

.ddsg-wrapper {}
.ddsg-pagenav {}
