/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/
/* Begin Typography & Colors */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #eeeeee;
	color: #333333;
	background-image: url(http://www.purelifenaturals.com/images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

#page {
	text-align: left;
	height: 800px;
	margin: auto;
	padding: 0;
	width: 980px;
	background-repeat: repeat-x;
	background-image: url(http://www.purelifenaturals.com/images/bg_body.jpg);
}

#header{
	background-image: url(http://www.purelifenaturals.com/images/bg_header.jpg);
	margin: auto;
	padding: 0;
        margin: 0;
	height: 100px;
	width: 980px;
}

#sidebar {
	width: 200px;
	margin: 20px 20px 0 0;
	padding: 5px;
	float: right;
	font-family: georgia, calibri, trebuchet MS, arial, helvetica, sans serif;
	font-size: 10pt;
	font-style: italic;
}

#sidebar a{text-align: center; margin: auto;}
#sidebar img{text-align: center; margin: auto;}

#search{
padding: 5px 10px 0 0;
text-align: right;
}

#navbar{
	margin: 0px auto 0px auto;
	width: 980px;
	height: 30px;
	padding: 0px;
	background-color: #333333;
	text-align: center;
}

.cssnav{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 30px;
	background-image: url(http://www.purelifenaturals.com/images/bg_nav_over.jpg);
}

.cssnav a {
	display: block;
	font-family: century gothic, arial, helvetica, sans serif;
	font-size: 10pt;
	font-weight: bold;
	width: 140px;
	height: 30px;
	text-decoration: none;
	color: #ffffff;
}

.cssnav a:hover {
	position: relative;
	color: #ffffff;
	background-color: #000000;
}
			
.cssnav img {
	width: 140px;
	height: 30px;
	border: 0px;
}



.cssnav span {
	position: absolute;
	width: 140px;
	left: -1px;
	top: 6px;
	cursor: pointer;   
}

.centered{
	text-align: center;
	margin: auto;
}

#footer {
	border: none;
	clear: both;
	text-align: center;
}


#footer a{
	font-size: 14pt;
	font-weight: 200;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover{color: #000000;}

.post {
	margin: 20px 0 0 5px;
	text-align: justify;
	width: 700px;
	color: #333333;
	padding: 0 10px 10px 5px;
	font-size: 10pt;
	font-family: georgia, calibri, trebuchet MS, arial, helvetica, sans serif;
}

.post a{
	font-weight: 200;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: 0px;
}

.post img{
	border: 0px;
}

.post hr {
	display: block;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	text-align: right;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#ffffff;
	}

h1 {
	font-family: trebuchet MS, arial, sans serif;
	font-size: 19pt;
	font-weight: 200;
	padding: 0px;
	margin: 0px;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;

	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 650px;
	}

.widecolumn {
	float: right;
	padding: 10px 0 20px 0;
	width: 180px;
	text-align: right;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	pad
