/*
Theme Name: Positive Heart Living WordPress Theme
Theme URI: http://www.positiveheartliving.net
Description: A custom theme for Positive Heart Living.
Version: 0.5
Author: Stephen Galpin
Author URI: http://angelcatfood.com/
Tags: custom, Positive Heart Living
*/



html, body {
	background: #F1F1F1;
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: left;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #0B6E98;
	text-decoration: none;
}

/* ------------ IDs ------------ */

#center-container {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	display: table;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: center;
	width: 910px;
}

#content {
	float: left;
	padding: 0px 0px 40px 0px;
	width: 688px;
}

#header {
	background-image: url(images/icon_loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	height: 211px;
	padding: 0px;
	width: 688px;
	text-align: center;
}

#sidebar {
	color: #999;
	float: left;
	font-size: 12px;
	height: 100%;
	min-height: 212px;
	padding: 0px;
	text-align: center;
	width: 212px;
}

#sidemenu ul {
	font-family: Times, serif;
	font-size: 13px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 212px;
}

#sidemenu li {
	padding: 0px;
	text-align: right;
	text-shadow: 1px 1px 0px #FFF;
}

#sidemenu a {
	background: none;
	color: #333;
	display: block;
	padding: 4px 5px 3px 5px;
	width: 202px;
}

#sidemenu a:hover {
	background-color: #0B6E98;
	color: #FFF;
	text-shadow: 1px 1px 0px #0A5676;
}

#sidecal {
	color: #666;
	padding: 0px 5px 0px 5px;
}

#sidecal a {
	color: #555;
}

#sidecal img {
	border: 0px;
}

#footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	display: table;
	height: 40px;
	margin: 0px auto;
	padding: 10px 5px 20px 5px;
	position: relative;
	text-align: center;
	width: 910px;
}

#foot {
	color: #999;
	float: right;
	font-size: 10px;
	width: 688px;
}

#foot img {
	vertical-align: sub;
}

#foot ul {
	list-style-type: none;
	margin: 0px;
}

/* ------------ Classes ------------ */

.post {
	clear: both;
	margin: 0px;
	min-height: 100px;
	text-align: left;
	width: 688px;
}

.post img {
	padding: 3px;
/*
	background: #F2F2F2;
*/
	max-width: 670px;
}

.post a {
	color: #0B6E98;
}

.post a:hover {
	text-decoration: underline;
}

.post h1 a  {
	color: #D31515;
	text-decoration: none;
}

.post h2 a  {
	color: #81B60E;
	text-decoration: none;
}

.post a img {
	background: #F2F2F2;
}

.post a:hover img {
	background: #DFE6EE;
}

.hr_menu {
	background-image: url(images/dots_grey.gif);
	background-position: center center;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	height: 40px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 202px;
}

.hr_post {
	background-image: url(images/dots_red.gif);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	height: 10px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 678px;
}

.hr_cal {
	background-image: url(images/dots_green.gif);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	height: 10px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 678px;
}

.hr_grey {
	background-image: url(images/dots_grey.gif);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	display: block;
	height: 10px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: 678px;
}

.date {
	color: #666;
	font-family: Times, serif;
	font-size: 10px;
	font-style: italic;
	margin: 0px 5px 10px 5px;
	padding: 0px;
	text-align: right;
	width: 678px;
}

div.wp-caption {
	background: #F2F2F2;
	text-align: center;
}

.prevnext {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 688px;
}

.edit {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	color: #333;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

.serif {
	font-family: Times, serif;
	font-style: italic;
}

.alt {
	background: #F6F6F6;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

/* ------------ Text ------------ */

h1 {
	background-image: url(images/bg_title.gif);
	background-repeat: repeat-x;
	color: #D31515;
	font-family: Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 10px 3px 10px;
	text-align: left;
}

h2 {
	background-image: url(images/bg_title.gif);
	background-repeat: repeat-x;
	color: #81B60E;
	font-family: Times, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 6px 10px 3px 10px;
	text-align: left;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	font-size: 12px;
	color: #333;
	text-align: left;
}

p.wp-caption-text {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-family: Times, serif;
	font-size: 11px;
	color: #666;
	text-align: center;
}