body {
	margin: 0;
	padding: 0;
	background: #fff;	
	color: #000;
	font-size: 12pt;
	width: auto;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#menu, #sidebar, #foot, #tell, #podcast, #signup, #signup_form, #post_comment, #head img, h2.article_head {
	display: none;
}

p {
	line-height: 1.5;
	margin: 1.5em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 1.5em 0 1.5em  40px;
	line-height: 1.5;
	text-align: justify;
}

ul ul, ol ul, ul ol, ol ol {
	margin: 1em 0 1em 30px;
}

ul {
	list-style: disc outside;
}

ul ul, ol ul {
	list-style: circle outside;
}

ol {
	list-style: decimal outside;
}

ol ol, ul ol {
	list-style: lower-latin outside;
}

li {
	margin: 1em 0;
}

li p {
	margin: 1em 0;
}

h1 {
	font-size: 2em;
	line-height: 1.125; 
	font-weight: bold;
	text-align: center;
	border-top: 1px dashed #ccc;
	padding: .15in 0 0 0;
	margin: 0 0 .15in 0;
}

h2 {
	margin: 1.25em 0 .75em 0;
	font-size: 1.5em;
	line-height: 1.3333;
	font-weight: normal;
	font-style: italic;
}

h3 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4 {
	margin: 2em 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h5 {
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

h6 {
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	line-height: 1.5;
	color: #666;
}

#head {
	margin: 1em auto;
	text-align: center;
}

#head h3 a {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #0A50A1;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://ilivevalues.com" attr(href) ") ";
}

#comments {
	border-top: 1px dashed #ccc;
}

.comment {
	margin: 0 1.5em 0 3em;
	position: relative;
	border-bottom: 1px dashed #666;
	padding-bottom: 1.5em;
}

.comment h4.comment_link {
	position: absolute;
	top: 0;
	left: -3em;
	margin: 0;
}

.comment p.posted {
	font-size: .8333em;
	line-height: 1.8;
	font-style: italic;
	text-align: right;
}