/**************************/
/*   General HTML Styles  */
/*   by Hazlitt Eastman   */
/*   hazlitt@manta9.com   */
/**************************/


h1, h2, h3, h4, h5, p, form, label, ul, ol, fieldset, hr, blockquote {
    margin-bottom: 10px;
}

/****************/
/*  paragraphs  */
/****************/

p
{
	font-size: 1.2em;
	line-height: 1.5em;
}

p.facebook
{
	font-size: 1.1em;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-right: 55px;
	float: right;
	display: inline;
}

p.twitter
{
	font-size: 1.1em;
	margin-top: 14px;
	margin-bottom: 0px;
	margin-right: 65px;
	float: right;
	display: inline;
}

p.footer_left
{
	margin-left: 52px;
	font-size: 0.9em;
}

p.footer_right
{
	font-size: 0.9em;
}

p.treatments
{
	font-size: 1.1em;
}

p.treatments_title
{
	font-size: 1.1em;
	line-height: 1.1em;
	color: #990000;
	text-transform: uppercase;
}

p.treatments_title_spaced
{
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #990000;
	text-transform: uppercase;
}

p.item-red
{
	color: #900000;
}

p.item-spaced
{
	margin-top: 15px;
}

p.thankyou
{
	margin-bottom: 40px;
}

p.postdate
{
	font-weight: bold;
}

p.pagination
{
	text-align: center;
}

p.shop
{
	font-size: 12px;
}

p.btn
{
	border: 1px solid #ddaa84;
	font-size: 8pt;
	color: #643200;
	background: #f7e9df;
	text-align: center;
}

/************/
/*  titles  */
/************/

h1
{
	font-size: 2.9em;
	font-weight: normal;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}

h2
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1.0em;
	margin-top: 2.0em;
	line-height: 1.3em;
}

h2.sidebar
{
	margin-left: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.4em;
}

h2.shop
{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1.0em;
	margin-top: 10px;
	line-height: 1.3em;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 0.8em;
}

h4
{
	font-size: 1.5em;
	font-weight: normal;
}

h5
{
	font-size: 1.4em;
	font-weight: normal;
}

/***********/
/*  lists  */
/***********/

ul
{
	list-style-type: none;
}

ul.header_nav
{
	margin-top: 30px;
	margin-left: 0;
}

li
{
	font-size: 1.3em;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 3px;
}

ul.sidebar
{
	margin-left: 52px;
}

ul.sidebar li
{
	font-size: 1.1em;
}
ul.treatments
{
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
	width: 170px;
}

ul.treatments li
{
	font-size: 1.1em;
}

ul.treatments-left
{
	padding-left: 52px;
	padding-top: 20px;
	list-style-type: none;
}

ul.treatments-left li
{
	font-size: 1.1em;
	line-height: 1.6em;
}

ul.range_list li
{
	float: left;
	margin-left: 20px;
	font-size: 14px;
}

/*************/
/*  anchors  */
/*************/

a
{
	color: #643200;
	text-decoration: none;
}

a.selected
{
	font-weight: bold;
}

a.content_nav
{
	font-size: 1.1em;
}

h2 a:hover
{
	color: #990000;
}

/***********/
/*  spans  */
/***********/

span.bold
{
	font-weight: bold;
}

span.price
{
	color: #990000;
}

/***********/
/*  forms  */
/***********/	

.form
{
	padding-top: 10px;
}

.form-left
{
	width: 150px;
	float: left;
	clear: left;
	font-size: 1.2em;
	line-height: 1.6em;
}

.form-right
{
	float: left;
	display: inline;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.form-both
{
	float:left;
	clear:both;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

input
{
	line-height: 1.6em;
	border-width: 1px;
	border-style: solid;
	border-color: #e3c7a4;
}

input.btn
{
	border: 1px solid #ddaa84;
	font-size: 8pt;
	color: #643200;
	background: #f7e9df;
	text-align: center;
}

textarea
{
	line-height: 1.4em;
	border-width: 1px;
	border-style: solid;
	border-color: #e3c7a4;
}

select
{
	width: 110px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3c7a4;
}

.submit
{
	color: #643200;
	width: 75px;
	background-color: #f0f0f0;
	font-family: georgia;
}

/***************************************/
/*  tables for the old e-commerce app  */
/***************************************/

td
{
	font-size: 12px;
}
