<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: HealthBeauty-Tan
	Theme URL: http://www.organicthemes.com/themes/healthandbeauty/
	Description: Heath and Beauty is a premium theme created for WordPress from Organic Themes
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 2.0
	Tags: business, health, beauty, organic themes
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #f7dc81 url(images/site_bg.png) no-repeat top right;
	color: #60533e;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	width: 960px;
	margin: 0px auto 10px;
	padding: 0px;
	position: relative;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #EAE3D2;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a img {
	border: none;
	}
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	height: 130px;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
#header #title {
	width: 400px;
	height: 45px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 75px 0px 0px 0px;
	}
#header #title a {
	background: url(images/head.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	}
	
/************************************************
*	Navbar      								*
************************************************/
	
#navbar {
	background: #b0a68d;
	float: right;
	margin: 85px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	border: 1px solid #958C77;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	border: 1px solid #958C77;
	margin: -1px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 21px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
	}
	
/*** DEMO SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a {
	color: #FFFFFF !important;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border-left: 1px solid #958C77;
	border-top:	none;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
	line-height: 11px;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #EAE3D2;
	}
.menu li {
	background: none;
	}
.menu li li {
	background:	#b0a68d;
	}
.menu li li a {
	padding: 6px 10px 8px 10px;
	border-left: none;
	}
.menu li li li {
	background:	#b0a68d;
	}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background:	none;
	color: #FFFFFF;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	background:	#958C77;
	outline: 0;
	}
	
/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a &gt; .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 2px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus &gt; .sf-sub-indicator,
a:hover &gt; .sf-sub-indicator,
a:active &gt; .sf-sub-indicator,
li:hover &gt; a &gt; .sf-sub-indicator,
li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a &gt; .sf-sub-indicator, ul.menu ul a &gt; .sf-sub-indicator {
	top: 7px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus &gt; .sf-sub-indicator,
.menu ul ul a:hover &gt; .sf-sub-indicator,
.menu ul ul a:active &gt; .sf-sub-indicator,
.menu ul ul li:hover &gt; a &gt; .sf-sub-indicator,
.menu ul ul li.sfHover &gt; a &gt; .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
#homepage p {
	margin: 0px;
	font-size: 14px;
	}
#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
#homepage ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#homepage ul li {
	list-style: none;
	}
.hometop {
	float: left;
	width: 960px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border: none;
	}
.hometop p {
	color: #6c6555;
	font-size: 12px;
	margin: 0px;
	}
.hometopleft {
	width: 640px;
	float: left;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.hometopright {
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	width: 270px;
	height: 328px;
	float: right;
	padding: 15px;
	border: #b0a68d 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.hometopright h2, .hometopright h2 a {
	color: #6c6555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	}
.hometopright p {
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	}
.hometopright .more-link {
	float: right;
	display: block;
	background: url(images/hptopright_btn.gif) no-repeat;
	color: #c1b8a1;
	font-size: 12px;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 14px;
	padding: 7px 10px 8px 10px;
	margin: 10px 0px 0px 0px;
	width: 80px;
	display: block;
	}
.hometopright .more-link:hover {
	color: #ffffff;
	text-decoration: none;
	}
.homemiddle {
	width: 928px;
	height: 30px;
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	padding: 15px;
	border: #b0a68d 1px solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.homemiddle h2, .homemiddle h2 a {
	color: #6c6555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
#homebottom {
	width: 960px;
	margin: 15px 0px 0px 0px;
	}
#homebottom h2 {
	margin: 0;
	}
#homebottom h2 a {
	background: url(images/hpbottom_btn.gif) no-repeat;
	color: #c1b8a1;
	font-size: 12px;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 14px;
	padding: 7px 10px 8px 10px;
	margin: 10px 0px 20px 0px;
	width: 210px;
	display: block;
	}
#homebottom h2 a:hover {
	color: #ffffff;
	text-decoration: none;
	}
#homebottom .left {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .leftmid {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .rightmid {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 13px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homebottom .right {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.clear {
	clear: both;
	}
.thumb {
	background: url(images/blog_icon.gif) no-repeat;
	float: left;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	}
.thumb_empty {
	float: left;
	padding: 3px;
	margin: 0px 10px 0px 0px;
	}
hr {
	border-bottom: 1px dashed #cccccc; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 15px 0px; 
	clear: both;
	}
	
/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#slides p a {
	color: #3399ff;
	}
#prev_btn a img {
	float: left;
	background: url(images/prev.png);
	margin: 175px 0px 0px 0px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#prev_btn a:hover img {
	background: url(images/prev_over.png);
	}
#next_btn a img {
	float: right;
	background: url(images/next.png);
	margin: 175px 0px 0px 940px;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a:hover img {
	background: url(images/next_over.png);
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#content {
	width: 960px;
	margin: 5px auto 0px;
	padding: 20px 0px 0px 0px;
	border-top: #7f7766 5px solid;
	}
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
#contentleft {
	float: left;
	width: 640px;
	margin: 0px;
	padding: 0px;
	}
#contentwide {
	float: left;
	width: 960px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentleft h1, #contentwide h1, #contentleft.author h3 {
	color: #6c6555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 28px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #a49c88;
	text-shadow: 0.2px 0.2px #eae3d2;
	}
#contentleft h2, #contentwide h2 {
	color: #6c6555;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h3, #contentwide h3 {
	color: #6c6555;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	line-height: 20px;
	margin: 5px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
#contentleft h4, #contenwide h4 {
	color: #6c6555;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 22px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h5, #contenwide h5 {
	color: #6c6555;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	}
#contentleft h6, #contenwide h6 {
	color: #6c6555;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
	margin: 5px 0px 2px 0px;
	padding: 2px 0px 4px 0px;
	border-bottom: 1px solid #a49c88;
	}
#contentleft h1 a, #contentleft h1 a:visited, #contentwide h1 a, #contentwide h1 a:visited,
#contentleft h2 a, #contentleft h2 a:visited, #contentwide h2 a, #contentwide h2 a:visited,
#contentleft h3 a, #contentleft h3 a:visited, #contentwide h3 a, #contentwide h3 a:visited,
#contentleft h4 a, #contentleft h4 a:visited, #contentwide h4 a, #contentwide h4 a:visited,
#contentleft h5 a, #contentleft h5 a:visited, #contentwide h5 a, #contentwide h5 a:visited,
#contentleft h6 a, #contentleft h6 a:visited, #contentwide h6 a, #contentwide h6 a:visited {
	color: #6c6555;
	text-decoration: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover {
	text-decoration: underline;
	}
#contentleft a img {
	border: none;
	}
blockquote {
	background: url(images/quote_open.png) top left no-repeat;
	margin: 10px 25px 5px 25px;
	padding: 0px 20px 0px 20px;
	}
#content blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #6c6555;
	line-height: 27px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
.postarea {
	float: left;
	width: 640px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
.postarea p, .postareawide p {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	}
.postarea ul, .postareawide ul {
	font-size: 12px;
	line-height:17px;
	list-style-type: disc;
	margin: 0px;
	padding: 5px 0px 5px 20px;
	}
.postarea ul li, .postareawide ul li {
	background: url(images/bullet.png) no-repeat;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	}
.postarea ul ul, .postareawide ul ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ol, .postareawide ol {
	font-size: 14px;
	line-height:19px;
	margin: 0px;
	padding: 0px 0px 15px 30px;
	}
.postarea ol li, .postareawide ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
.breadcrumb {
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	}
.postareawide {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
.banner {
	margin: 0px 0px 10px 0px;
	}
.date {
	width: 640px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 5px solid #A49C88;
	border-top: 1px solid #A49C88;
	}
.postarea .date p {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px
	}
.dateleft {
	float: left;
	margin: 0px;
	padding: 0px;
	}
.dateleft a {
	font-weight: bold;
	}
.dateright {
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
.time {
	font-weight: normal;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	width: 615px;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-top: 1px solid #F5F2F2;
	}
.postmeta2 {
	width: 580px;
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: 1px solid #F5F2F2;
	}
#wrap .archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
.comments {
	background: #c1b8a1;
	float: left;
	width: 640px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
.wp-caption {
	border: none;
	text-align: center;
	background-color: #d2cab4;
	padding: 5px 0px 5px 0px;
	}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/
#sidebar {
	float: right;
	width: 300px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	display: inline;
	}
#sidebar .widget {
	background: #b0a68d url(images/hptopright_bg.gif) top left no-repeat;
	border: #b0a68d 1px solid;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	width: 275px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#sidebar .widget_tag_cloud a {
	color:#666666;
	}
.widget_tag_cloud div {
	text-align: center;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #6c6555;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 26px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #a49c88;
	text-shadow: 0.2px 0.2px #eae3d2;
	}
#sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#sidebar ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
#sidebar ul li a {
	background: url(images/bullet.png) no-repeat top left;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 10px;
	}
#sidebar .socialprofiles a {
	display: block;
	float: left;
	margin: 5px;
	}
.textwidget {
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	}

/************************************************
*	Calendar Widget							*
************************************************/
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 0px 5px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 5px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px !important;
	text-align: right;
	}
	
/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #D2CAB4;
	width: 96%;
	color: #6C6555;
	font-size: 12px;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 6px;
	display: inline;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#searchsubmit {
	float: right;
	background: #EAE3D2;
	color: #b0a68d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
	padding: 4px 6px;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#searchsubmit:hover {
	color: #6C6555;
	}
	
/************************************************
*	Footer      								*
************************************************/
#footer {
	background: #b0a68d;
	width: 960px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#footer p {
	color: #6C6555;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#footer a, #footer a:visited {
	color: #6C6555;
	text-decoration: underline;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer .footerleft {
	float: left;
	display: block;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	}
#footer .footerright {
	float: right;
	display: block;
	margin: 8px 10px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
#comments {
	clear: both;
	margin: 0; padding: 0px 0;
	line-height: 18px;
	}
#comments .comment-author a, #comments .comment-meta a{
	color: #6C6555;
	font-weight: bold;
	}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
	}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 1px solid #b0a68d;
	}
#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
	}
#comments li.comment .vcard {
	line-height: 1.2;
	}
#comments li.comment .comment-meta {
	margin: 0px 0px 15px 0px; 
	padding: 0px 0px 0px 0px;
	}
#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 0px;
	padding: 0px;
	}
#respond {
	clear: both;
	margin: 0; 
	padding: 0;
	}
#respond form {
	display: block;
	padding: 0;
	}
#respond .commentinput {
	padding: 5px 0;
	}
#respond input {
	background: #D2CAB4;
	color: #6C6555;
	border: 1px solid #B0A68D;
	width: 40%;
	padding: 6px;
	margin: 0px 5px 0px 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#respond textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6555;
	background: #D2CAB4;
	margin: 5px 0 10px 0; 
	padding: 5px;
	border: 1px solid #B0A68D;
	width: 98%; 
	height: 200px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#respond #submit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #b0a68d;
	margin: 0px 0px 10px 0px;
	padding: 4px 7px 4px 7px;
	border: none;
	color: #EAE3D2;
	cursor: pointer;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#respond #submit:hover {
	color: #FFFFFF;
	}
.reply {
	padding: 4px 0px;
	}
.reply a {
	background: #B0A68D;
	padding: 4px 7px 4px 7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.reply a:hover {
	text-decoration: none;
	}
.cancel-comment-reply a {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
.thread-alt {
	background: #D2CAB4;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #D2CAB4;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #B0A68D;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.even, .alt {
	border: 1px solid #B0A68D;
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}</pre></body></html>