/* 

STYLE SHEET FOR [www.kingcitynaturalhealthcentre.com] King City Natural Health Centre
Created by Troy Ricci
www.solodesign.ca.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	background-color: #D5D0A2;
	background-image: url(../imgs/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
		}
#centre {
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
		}
.header {
	margin-top: 10px;
	margin-left: 10px;
}

#logo {
	background-image: url(../imgs/logo.gif);
	background-repeat: no-repeat;
	height: 212px;
	width: 264px;
	float: left;
		}
h1#branding a {
	display: block;
	height: 212px;
	width: 264px;
	text-indent: -5000px;
}

#content {
	width: 653px;
	float: right;
	margin-bottom: 15px;
		}
#map {
	margin-left: 10px;
	padding: 5px;
	background-color: #D5D0A2;
	width: 621px;
	margin-bottom: 10px;
	border: 1px solid #8A831A;
}
#map a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	float: right;
	margin-top: 15px;
}

#main {
	background-color: #FFFFFF;
	border: 1px solid #9F9B76;
	margin-top: 20px;
	padding-bottom: 25px;
}

#main p {
	line-height: 1.7em;
	font-size: 12px;
	color: #333333;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main .pic {
	display: block;
	width: 250px;
	float: right;
	margin-right: 25px;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	background-color: #D5D0A2;
	border: 1px solid #8A831A;
	padding: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#main a {
	color: #8A831A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8A831A;
}
#main a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A831A;
}

#main ul, #main ol {
	font-size: 12px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#main ol {
	margin-left: 45px;
}
#main ol li {
	padding-left: 0px;
	background-image: none;
}
#main li {
	padding-left: 20px;
	background-image: url(../imgs/yellow-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 8px;
}

#side {
	width: 278px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F9B76;
	border-bottom-color: #9F9B76;
	border-left-color: #9F9B76;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-right-width: 0px;
}
#chloe img {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#news ul.pdf {
	padding-bottom: 15px;
}

#news ul.pdf li a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(../imgs/docs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-right: 15px;
}
#news {
}

#news ul.pdf li a:hover {
	border-bottom-style: solid;
}

#side  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#contact {
	background-color: #8A831A;
	margin: 10px;
}
#contact p {
	color: #FFFFFF;
}

#contact h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#services h2 a {
	text-decoration: none;
	color: #8A831A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A831A;
}
#services h2 a:hover {
	color: #000000;
	background-color: #D5D0A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A831A;
}

#contact p a {
	color: #D5D0A2;
	font-style: italic;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D0A2;
}

#footer {
	width: 653px;
	float: right;
	padding-bottom: 50px;
	text-align: center;
		}
#footer p {
	font-size: 12px;
	padding-top: 35px;
	color: #666666;
}
#footer p a {
	color: #666666;
}

#footer ul {
	margin-left: 25px;

}
#footer ul li {
	float: left;
}
#footer ul li a {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
	margin-right: 25px;
}

.separator {
		clear: both;
		height: 0;
		}
.separator-bump {
		clear: both;
		height: 0;
		margin-bottom:10px;
		
		}
/* ---------- 3. links and navigation ---------- */

a {
	outline:none;
		}
		
#navigation a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 8px;
	padding-top: 30px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	color: #333333;
	display: block;
		}
#navigation a:hover {
	color: #333333;
	background-color: #D5D0A2;
}

a img.right {
	float: right;
	padding: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #D5D0A2;
	border: 1px solid #8A831A;
}
a img.left {
	float: left;
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #D5D0A2;
	border: 1px solid #8A831A;
}

#navigation li {
	float: left;
		}
#home #navigation li.home-page a,
#about #navigation li.about-page a,
#services #navigation li.services-page a,
#approach #navigation li.approach-page a,
#animal #navigation li.animal-page a,
#contact-us #navigation li.contact-page a
       {
	background-color: #8A831A;
	color: #FFFFFF;
}	
/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul {
		}
#main h1 {
	font-size: 18px;
	color: #333333;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D5D0A2;
	padding-left: 10px;
	font-style: italic;
	font-weight: normal;
}
#main h2 {
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 8px;
		}

p {
	line-height: 1.3em;
		}

ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
.centre_img {
	margin-left: 10px;
	margin-bottom: 15px;
}
#sched {
	border-collapse: collapse;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #8A831A;
}
#sched col {
	border-right: 1px solid #8A831A;
}
#sched td {
	font-size: 12px;
	padding: 10px;
}
thead {
	background-color: #D5D0A2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A831A;
}
th {
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	text-align: left;
}
tr.first {
	background-color: #D49E45;
}
col {
	border-right: 1px solid #D49E45;
}
tr:hover {
  background-color:#8A831A;
  color: #fff;
}

