@charset "utf-8";
/*
Theme Name: Stress Management
Theme URI: http://www.drdossey.com/
Description: Manage stress the Dr. Dossey way.
Author: Cindra Shields
Author URI: http://www.graphicbusinesssystems.com/
*/

/* Misc */
img, a {
	border:none;
}
h1, html, body, #navigation ul, #comments ol, fieldset {
	margin:0;
	padding:0;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#36c url("http://www.drdossey.com/images/BackBack.jpg") no-repeat top center;
	background-attachment:fixed;
}
h2 {
	margin-top:0;
}
p {
	line-height:1.25em;
	padding:0;
	margin-bottom:0;
}
#everything {
	margin:0 auto;
	background:#fff;
	width:825px;
}
img.centered {
	display:block;
	margin-right:auto;
	margin-left:auto;
}
img.alignleft {
	padding:4px;
	display:inline;
	margin:0 7px 2px 0;
}
img.alignright {
	padding:4px;
	display:inline;
	margin:0 0 2px 7px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}

/* Header Div */
/* http://css-tricks.com/nine-techniques-for-css-image-replacement/ */
#sitebranding {
	height:165px;
}
h1 {
	position:relative;
	height:165px;
	width:825px;
}
h1 span {
	position:absolute;
	height:100%;
	width:100%;
	background:url("http://www.drdossey.com/images/Headers/Header-Blog.jpg") no-repeat top left;
}
#tagline {
	background:#000;
	color:#fff;
	height:28px;
}
#tagline p {
	margin:0;
	line-height:28px;
	font-weight:bold;
	font-style:italic;
	font-size:18px;
	float:left;
	padding-left:18px;
}
#tagline form {
	text-align:right;
	margin:0;
	padding:0 3px;
}

/* Bodycontent Div */
#bodycontent {
	margin-left:185px;
	padding:0 24px;
	background:url("http://www.drdossey.com/images/Background.jpg") no-repeat top left;
	border-bottom:1px solid #5e92df;
}
#rss_bit {
	padding:12px;
	background:url("http://www.drdossey.com/images/rss.png") no-repeat 557px 5px;
	margin-bottom:2em;
	text-align:right;
}
#rss_bit p {
	margin:0 30px 0 0;
	line-height:14px;
}
#rss_bit a {
	text-decoration:none;
	font-style:italic;
	color:#00e;
}
#rss_bit a:hover {
	color:#e00;
}
.post {
	margin-top:2em;
}
.post_date {
	text-align:right;
	font-style:italic;
	padding:.1em 12px;
	margin-bottom:2em;
	color:#fff;
	font-size:.85em;
	line-height:.85em;
	background:#155bc6;
}
.post a, .entry a, #comments a, #respond a {
	text-decoration:none;
	color:#36a;
}
.post a:hover, .entry a:hover, #comments a:hover, #respond a:hover {
	color:#e00;
}
h2.single, h3.comment_header {
	color:#fff;
	background:#155bc6;
	text-align:center;
	font-size:1.25em;
	margin-bottom:1.5em;
}
h3.comment_header {
	margin-top:3em;
}
#comments ol {
	list-style:none;
}
#comments li {
	border:1px dotted #155bc6;
	margin-bottom:1em;
	padding:.5em;
}
fieldset {
	border:none;
}
#comment_text textarea {
	width:100%;
	height:7em;
	margin-top:1em;
}
.postmetadata {
	text-align:center;
	font-size:.85em;
	width:80%;
	margin-right:auto;
	margin-left:auto;
	border-top:1px dotted #155bc6;
}

/* Navigation Div */
#navigation {
	float:left;
	width:185px;
	background:#5e92df;
	margin-bottom:0;
	border-bottom:1px solid #5e92df;
}
#navigation ul {
	list-style:none;
}
#navigation a:link, #navigation a:visited {
	text-decoration:none;
	display:block;
	height:66px;
	width:185px;
	overflow:hidden;
	background:url("http://www.drdossey.com/images/Buttons/Button-White.gif") no-repeat top left;
	font-weight:bold;
	color:#000;
	line-height:65px;
	font-size:12px;
	text-align:center;
}
#navigation a:hover {
	color:#fff;
	background-image:url("http://www.drdossey.com/images/Buttons/Button-Blue.gif");
}
#navigation a:active {
	background-image:url("http://www.drdossey.com/images/Buttons/Button-Red.gif");
}

/* Footer Div */
#footer {
	margin-top:0;
	clear:both;
	padding:1em;
	font-size:.75em;
}
#footer p {
	margin-top:.2em;
}
#footer address {
	margin:1em 0 .5em 0;
	line-height:1em;
	font-style:normal;
	text-align:center;
}