/*
THEME NAME: Toronto Bodyworks
THEME URI: http://www.torontobodyworks.com/
DESCRIPTION: Custom theme for Toronto Bodyworks
VERSION: 1.0
AUTHOR: David Seguin (Sandbox by Andy Skelton and Scott Allan Wallick)
*/

/* css resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

/*layout*/
body {
	text-align: center;
}
#shell {
	margin: 10px auto;
	width: 956px;
	text-align: left;
	padding: 5px 30px;
	background: #fff;
}
#branding {
	height: 150px;
}
#main {
	display: inline;
	float: right;
	width: 706px;
	padding: 46px 0 0 20px;
	line-height: 1.4;
	border-left: 1px dotted #464648;
}
.sidebar {
	width: 200px;
	display: inline;
	float: left;
	line-height: 1.4;
	padding: 45px 0 0 0;
}
#primary {
}
#footer {
	clear: both;
	padding: 15px 0 0 0;
	border-top: 5px solid #69C2B8;
}

/*globals*/
body {
	font: 14px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #7accc5 url(img/bg.png) no-repeat center top;
	color: #333;
}
p {
	margin: 4px 0 10px;
}
blockquote {
	margin: 0 20px;
}
a, a:link {
	color: #7FBEB7;
	text-decoration: none;
}
a:visited {
	color: #7FBEB7;
	text-decoration: none;
}
a:hover {
	color: #464749;
	text-decoration: underline;
}
a:active {
	color: #464749;
}

/*header*/
#header {
	height: 194px;
	border-bottom: 5px solid #69C2B8;
	background: url(img/header_bg-short.jpg) no-repeat;
	position: relative;
}
#blog-title {
	position: relative;
	left: 22px;
	top: 27px;
}
#blog-title a {
	width: 357px;
	height: 0;
	font-size: 1em;
	padding-top: 109px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('img/logo.png') no-repeat;
	display: block;
}
h1 a:hover {
	cursor: pointer; /* IE7 */
	background: url(img/logo.png) 0 0 no-repeat;
}
#blog-description {
	text-indent: -2000px;
}


/*main nav*/
div#menu {
	width: 100%;
	height: 46px;
}
div#menu ul li {
	float: left;
	border-right: 1px solid #464749;
	height: 23px;
	padding: 10px 0 0;
}
div#menu ul li.last {
	border-right: none;
}
div#menu ul {
	list-style: none;
}
div#menu ul.site {
	float: right;
}
div#menu ul a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font: 14px/1 "Trebuchet MS", Trebuchet, "Trebuchet", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #464749;
}
div#menu ul a:visited {color: #464749;}
div#menu ul a:hover {color: #69C2B8;}
div#menu ul a:active {color: #69C2B8;}

/*sidebar*/
.sidebar h2 {
	font: 31px/1.2 Georgia, Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	color: #69C2B8;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #69C2B8;
}
.sidebar ul,
.sidebar li {
	list-style: none;
	font: 15px/1 "Trebuchet MS", Trebuchet, "Trebuchet", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.sidebar ul {
	margin: 12px 0 0 0;
}
.sidebar li {
	border-bottom: 1px dotted #464648;
	padding: 8px 0;;
}

/*entry*/
div.post {
	border-bottom: 1px solid #666; /*for testing only*/
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.entry-title,
.entry-meta {
	clear: both;
}
.entry-title {
	border-bottom: 1px solid #69C2B8;
	color: #69C2B8;
	padding: 0 0 4px 0;
	margin: 0 0 10px;
	font: 40px/1.2 Georgia, Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
}
.entry-content ul,
.entry-content ol {
	margin: 15px 15px 15px 25px;
}

/*forms*/
form#commentform .form-label {
	margin: 1em 0 0;
}
form#commentform span.required {
	background: #fff;
	color: #c30;
}
form#commentform,
form#commentform p {
	padding: 0;
}
input#author,
input#email,
input#url,
textarea#comment {
	padding: 0.2em;
}
input#author,
input#email,
input#url {
	width: 50%;
}
textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 98%;
	padding: 5px;
}

/*images in posts*/
.alignright,
img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}
.alignleft,
img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}
.aligncenter,
img.aligncenter,
img.center {
	display: block;
	margin: 1em auto;
	text-align: center;
}

/*gallery*/
div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}
p.wp-caption-text {
	font-style: italic;
}
div.gallery dl {
	margin: 1em auto;
	overflow: hidden;
	text-align: center;
}
div.gallery dl.gallery-columns-1 {
	width: 100%;
}
div.gallery dl.gallery-columns-2 {
	width: 49%;
}
div.gallery dl.gallery-columns-3 {
	width: 33%;
}
div.gallery dl.gallery-columns-4 {
	width: 24%;
}
div.gallery dl.gallery-columns-5 {
	width: 19%;
}

/*comments*/
div.comments ol {
	list-style: none;
}
div.comments ol li {
	list-style: none;
}
div.comments .comment-body {
	margin: 0 0 .5em;
}
div.comments ul.children {
	margin: 0 0 0 1em;
	list-style: none;
}
div.comments ul.children li {
	list-style: none;
}

/*home page*/
body.home  #main {
	border: none;
	padding: 9px 0 0 0;
	width: auto;
}
body.home #splash {
	width: 958px;
	height: 450px;
	background: url('img/home-splash-short.jpg') no-repeat;
	display: block;
	position: relative;
}
body.home #splash .newsfeed {
	width: 249px;
	position: absolute;
	top: 25px;
	left: 625px;
	background: url('img/shade.png');
	height: 328px;
	padding: 30px 20px;
}
body.home #splash .newsfeed h2 {
	border-bottom: 1px solid #464749;
	margin: 0 0 8px;
	padding: 0 0 5px;
}
body.home #splash .newsfeed h2 a {
	font: 31px/1.2 Georgia, Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	color: #69C2B8;
	padding: 0 0 4px 0;
	text-decoration: none;
}
body.home #splash .newsfeed h3 {
	border-bottom: 1px dashed #464749;
	margin: 0 0 5px;
	padding: 0 0 7px;
}
body.home #splash .newsfeed h3 a {
	font: 15px/1.4 "Trebuchet MS", Trebuchet, "Trebuchet", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 0 0 4px 0;
	text-decoration: none;
}
body.home #splash .newsfeed p.more {
	font: 15px/1.4 "Trebuchet MS", Trebuchet, "Trebuchet", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: right;
}
body.home #splash .newsfeed p.more a {
	color: #333333;
	text-decoration: none;
}
body.home #splash .newsfeed p.signup {
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
}
body.home #splash .newsfeed p.signup a {
	color: #429A8A;
}
body.home #splash p.welcome {
	font: 69px/1 Georgia, Times, sans-serif;
	position: relative;
	top: 30px;
	left: 25px;
	color: #fff;
}
body.home #intro {
	font: 20px/1.4 "Trebuchet MS", Trebuchet, "Trebuchet", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin: 25px 0;
	
}

/*misc*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { /*ie7*/
	zoom: 1;
}