/* ------------------------------- File Information--------------------------------- */
/*	Creator: Krista Ehlers, www.designedbykrista.com 
	Purpose: Cascading Style sheet for online display styles
	Date: January, 2007
	Site Owner: Bothell Integrated Health 
	Site URL: www.massageprovider.com */

/* ------------------------------- typography -------------------------------------- */
/* Links will be dark violet with a dotted underline - underline will become solid when
	you mouse over link */
a:link, a:visited {	
	color: #606;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a:hover, a:active {
	border-bottom-style: solid;
	}

/* special links are given a small icon to warn users of their content: 
	an arrow to show leaving site, 
	an "A" to show PDF download */	
.external, .pdf {
	padding-right: 0px;
	background: url(../images/noImage.gif) no-repeat right center;
	}

/* Heading 1 Used for company name only */
h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	}

/* Heading 2 is for page titles, shown at the top of primaryContent section */
h2 {
	display: none;
	}
	
h3 {
	font-size: 1.1em;
	margin: 1em 0;
	}

/* gives extra padding to paragraphs on the contact.htm page, making room for icons to the left */	
#address, #phone, #fax, #hours {
	padding: 10px 0 10px 40px;
	}

#address {
	background: url(../images/envelope.gif) no-repeat left;
}

#phone {
	background: url(../images/phone.gif) no-repeat left;
}

#fax {
	background: url(../images/fax.gif) no-repeat left;
	line-height: 2.5em;
}

#hours {
	background: url(../images/clock.gif) no-repeat left;
}
	
p {
	margin: 1em 0;
	}

/* strong and em tags will be dk violet */
h4, em {
	color:#606;
	}

/* massage.htm: conditions and massage types are hidden until user clicks on "more" link */
#moreConditions, #moreTypes {
	display: block;
	}

img {
	border: none;
	}

#mapToBih {
	display: none;
}

/* blockquotes are primarily used for testimonials, located in secondaryContent */

blockquote {
	margin: 5px 0;
	color: #606;
	border-top: 1px dotted #606;
	border-bottom: 1px dotted #606;
}

blockquote .last {
	display: block;
	text-align: right;
	font-style: italic;
}

/* ------------------------------- body ---------------------------------------- */
/* Removes margins to prevent white "gutter" around window, sets font to Verdana ~10pt,
	black text on cream background */
body {
	background-color: #ffc;
	color: #000;
	margin: 0;
	font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

/* ------------------------------- navWrapper ------------------------------------ */
/* navWrapper is a left-side, vertical div that contains the logo, the navigation, and the
	copyright block. Background is teal with cream text. */
#navWrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-right: 0px; /* right padding makes room for purple curve background */
	background: #066 url(../images/noImage.gif) no-repeat top right;
	}

#navWrapper, #navWrapper a {
	color: #ffc;
}

/* the only image in navWraper is the company logo */
#navWrapper #logo {
	float: right;
	width: 38%;
	height: 38%;
	}

#navWrapper #giftCert {
	display: none;
	}

#copyright {
	display: none;
	}
	
/*These styles format the main navigation bar, which is actually an un-ordered list*/
#navWrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#navWrapper li {
	display: inline; /* fixes extra vertical space with internet explorer */
	}
	
#navWrapper ul a:link, #navWrapper ul a:visited, #navWrapper ul a:active {
	display: block;
	line-height: normal;
	text-decoration: none;
	border-bottom: none;
	padding-left: 0px;
	}
	
#navWrapper ul a:hover {
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
	}
	
/*The following highlights the current page in Main Navbar*/
#home #mainNav .home a, #first #mainNav .first a, #physicians #mainNav .physicians a, #map #mainNav .map a, #massage #mainNav .massage a, #contact #mainNav .contact a, #about #mainNav .about a {
	cursor:default;
	font-weight: bold;
	background: url(../images/noImage.gif) no-repeat left;
	}

/* ------------------------------- branding -------------------------------------- */
/* branding div is a horizontal div along the top right of the page. It contains the company
	name as well as phone number, and hours. Text is violet on cream.*/
#branding {
	position: relative;
	top: 0px;
	left: 0em;
	width: 100%;
	height:  auto;
	overflow: auto;
	text-align: center;
	color: #606;
	}

/* This span covers the hours, just below company name */
#branding span {
	font-size: .9em;
	}

/* this paragraph is just above the company name */
#branding p {
	font: normal normal 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* negative bottom margin moves this closer to company name below it */
	padding: 0;
}

/* ------------------------------- primaryContent -------------------------------- */
/* primaryContent is a square div covering the lower right area of the page. It holds the  
	main page text, as well as a smaller div for secondaryContent. */
#primaryContent {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	padding: 0; /* to make sure anchor underlines show if they are on the last line of text*/
	}

/* ------------------------------- secondaryContent ----------------------------- */
/* secondaryContent is a smaller div on the right side of the page, containing text that has
	special importance on each page. The text is cream on a violet background */    
#secondaryContent {
	width: 100%;
	float: none;
	background: url(../images/noImage.gif) no-repeat right top;
	margin: 0px; /*top margin pushes the div down a bit on the page */
	padding: 0px; /* left padding makes room for purple curve background */
}

/* these sections are for to FAQ data definition list, only displayed when user clicks the question */
dt.faq {
	margin: 0;
	}
	
#a1, #a2, #a3, #a4 {
	display: none;
	text-align: left;
	font-style: italic;
	margin: 0 0 0 5px;
	}
	
/* This removes bullets and padding for lists in SecondaryContent (home, massage, about).*/
#secondaryContent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#massage #secondaryContent ul {
	list-style: inside;
	}

/* On the massage.htm, the last bullet in the list is a link for "more items" and shouldn't
	have a bullet */
li.last {
	list-style: none;
	}

/* ----------------------------- Table Layout ------------------------------------ */
/* there are no tables on this site */
	
/* -----------------------------Form Layout--------------------------------------- */
/* there are no forms on this site */
