@charset "utf-8";

/* universal tags */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #bfb2aa;
	color: #5a442d;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, .serviceName {
	text-transform: lowercase;
	font-weight:bold;
}

h1 {
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: 1.1em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	font-weight: normal;
}

h3 {
	margin-top: -1em;
	font-size: 0.8em;
}

p, td {
	font-size: 0.8em;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

/* lists */

ul a {
	font-size: inherit;
}

li {
	font-size:inherit;
}

/* links */

a {
	color: #5a442d;
}

a:hover{
	text-decoration: none;
	background-color: #5a442d;
	color: #E8E4E1;
}

a:hover img{
	background-color: #eae5e1;
}

li a {
	text-decoration:none;
}


/* containers */

#container {
	width: 783px;
	background-color: #eae5e1;
	text-align: left;
	margin: 70px auto 0 auto;
	padding: 0;
	border-top: 1px solid #5a442d;
	border-bottom: 1px solid #5a442d;
} 

#insideContainer {
	border: 1px solid #5a442d;
	margin-bottom: -15px;
}


/* title */

	
#title {
	height: 88px;
	background-color: #eae5e1;
	clear: both;
	border-left: 1px solid #5a442d;
	border-right: 1px solid #5a442d;
}

#title img {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	float: right;
}

/* header  */

#header {
	width: 100%;
}

#logo {
	height: 220px;
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #5a442d;
	position: relative;
}

#headerImage {
	padding: 0;
	margin: 0;
	height: 220px;
	width: 590px;
	float: left;
} 

/* main */

#main {
	width: 100%;
}

#nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 190px;
	font-size: .9em;
	border-top: 1px solid #5a442d;
	height: 100%;
}

#nav ul {
	list-style: none;
	width: 150px;
	margin: 0 auto; 
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

#nav ul li {
	margin-left:0;
	padding-left:0;
}

#nav li {
	margin-left:0;
	padding-top: .9em;
	padding-right: 0px;
	padding-bottom: .9em;
}

	
/*#nav li {
	margin-left:0;
	padding-top: 1.2em;
	padding-right: 0px;
	padding-bottom: 1.4em;
}
*/
#nav li li {
	margin-left:0em;
}

#nav li li li {
	padding-left:1em;
}

#content {
	margin-right: 0;
	margin-left: 190px;
	border-left: 1px solid #5a442d;
	border-top: 1px solid #5a442d;
	padding: 5px 20px;
	line-height: 1.7;
	width: 550px;
}

#content li {
	font-size: .8em;
	list-style-type: square;
}

#content p.first {
	margin-top: 0;
}
/* footer */
#locations {
	text-align: center;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0;
	border-left: 1px solid #5a442d;
	border-right: 1px solid #5a442d;
}

#locations p {

}

#locations  li {
	display: inline;
	list-style:none;
	padding: 0 7px 0 2px;
}

#locations  li.first {
	margin-left: -3em;
	border-right: 1px solid #5a442d;
}

#locations  a {
	text-decoration: none;
}

#locations  img {
	vertical-align: -5px;
}


#site_info {
	text-align: center;
	width: 750px;
	margin: 15px auto 0;
	font-size:0.75em;
}

#site_info  ul {
	margin:	0;
}

#site_info  li {
	padding: 0 2px 0 5px;
	border-left: 1px solid #5a442d;
	list-style: none;
	display: inline;
}
#site_info  li.first {
	border: none;
	margin-left: -3em;
}

#site_info a{
	text-decoration:none;
}

/* special classes: blueText (blue text), description (the decription of a groups of services, between headings and the list of services), service (the paragraph containing the service name and description of that particular service, serviceName (name of each service)) */

.blueText {
	color: #33a1ad;
}

.description {
	display: block;
	font-style: italic;
	font-weight: normal;
} 

.serviceName  {
	font-weight:bold;
	font-size: inherit;
}

/* highlight current page */
#nav .home .navHome, #nav .services .navServices, #nav .acupuncture .navAcupuncture, #nav .yoga .navYoga, #nav .naturopathy .navNaturopathy, #nav .classes .navClasses, #nav .boutique .navBoutique, #nav .visit .navVisit   {
	color: #33a1ad;
	}

/* floats and clears */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
