/*  
Theme Name: How To Live From The Heart
Theme URI: http://howtolivefromtheheart.com
Description: Why Self Help Rarely Helps
Version: 1.0
Author: Michael Lynch
Author URI: http://www.michaelynch.com
*/


/* LINKS */

body a {
	font: 16px "Times New Roman", Times, serif;
	text-decoration: none;
	color: #0000ff;
}

body a:hover {
	font: 16px "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #0000ff;
}

.content_left ul a {
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

.content_left ul a:hover {
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000;
}

.title_link a {
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	color: #7fb8c6;
}

.title_link a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 26px;
	color: #7fb8c6;
}

.footer a {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #7fb8c6;
}

.footer a:hover {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #7fb8c6;
}

/* GLOBAL */

.clear {
	clear: both;
}

h1 {
	font-size: 26px;
	color: #7fb8c6;
}

h2 {
	background: url(http://howtolivefromtheheart.com/images/h2_bg.png) no-repeat;
	text-align: right;
	width: 181px;
	height: 32px;
	padding: 5px 20px 0 0;
	font: 22px Arial, Helvetica, sans-serif;
	color: #fff;

}

h3 {
	font-size: 16px;
	font-style: italic;
}

img {
	border: none;
}

.textbox {
	background: #fff;
	border: 1px #000 solid;
	width: 188px;
	padding: 6px;
	height: 25px;
	font-size: 16px;
}

/* STRUCTURE */

html {
	height: 100%;
}

body {
	margin: 0;
	color: #000;
	font: 16px "Times New Roman", Times, serif;
	margin: 0 auto;
	width: 1024px;
}

.wrapper {
	background: url(http://howtolivefromtheheart.com/images/bg.jpg) repeat;
	position: absolute;
}

.header {
	background: url(http://howtolivefromtheheart.com/images/header.jpg) no-repeat;
	float: left;
	width: 1024px;
	height: 235px;
}

.content_wrapper {
	float: left;
	width: 960px;
	margin: 40px 0 0 40px;
}

.content_left {
	float: left;
	width: 200px;
	margin: 0 0 48px 0;
}

.content_right {
	float: left;
	width: 760px;
}

.content_box {
	float: left;
	width: 200px;
	margin: 0 0 0 48px;
}

.content_bg {
	background: #fff;
	padding: 10px;
}

.icon {
	float: left;
	width: 95px;
	font-size: 12px;
}

.blog {
	margin: 20px 0 0 48px;
	float: left;
	width: 712px;
}

.tweets {
	margin: 20px 0 0 48px;
	float: left;
	width: 712px;
}

.footer {
	margin: 20px 0 0 48px;
	border-top: 5px #7fb8c6 solid;
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 20px 10px;
	float: left;
	width: 695px;
}

/* LISTS */

.content_left ul {
	margin: 0;
	padding: 0;
}

.content_left ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	text-align: right;
}

.tweets ul {
	margin: 0;
	padding: 0;
}

.tweets ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px #000 solid;
}



