/*
-----------------------------------------------
Michelle Soo Kinesiology
Author: Luke Wong
Version: 1.1 (31 March 2006)
----------------------------------------------- */


* {
	padding: 0;
	margin: 0;
}

p, pre, blockquote, form, label, dl, fieldset, address { margin-bottom: 1em; }
ol, ul, blockquote { margin: 1em 5%; }
li { margin-left: 2%; }

img {
	border: 0;
}

body {
	text-align: center;
	font: 11px/1.6em Verdana, Helvetica, Arial, sans-serif;
	color: #444;
}

strong { 
	font-weight: bold;
	color: #c00;
	}


/* Structure
----------------------------------------------- */

#container {
	width: 690px;
	margin: 10px auto;
	text-align: left;
}


/* Header
----------------------------------------------- */

#header {
	margin: 22px 0 20px 0;
}



/* Homepage: Branding
----------------------------------------------- */

#branding {
	position: relative;
	width: 690px;
	height: 242px;
	background: url(../i/brandingbg.gif) top left;
}

#branding-nav {
	width: 230px;
	padding-top: 14px;
}

#branding-nav ul {
	list-style: none;
	margin: 0 0 0 18px;
	padding: 0;
}

#branding-nav li {
	width: 164px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #a9ca2a;
	margin-left: 0;
}

/* WinIE Fixes */
* html #branding-nav li { font-size: 12px; line-height: 24px; }
*+html #branding-nav li { font-size: 12px; line-height: 24px; }

#branding-nav li.last {
	border-bottom: none;
}

#branding-nav a {
	background: url(../i/nav-list.gif) no-repeat 0 50%;
	padding-left: 12px;
	margin-left: 5px;
	display: block;
}

#branding-nav a:link, #branding-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#branding-nav a:hover, #branding-nav a:active {
	color: #ff0;
}

#branding-content {
	position: absolute;
	left: 230px;
	top: 0;
	width: 460px;
	height: 242px;
}

#branding-content img.mainpic {
	margin: 15px 0 0 16px;
}

#branding-content img.tagline {
	position: absolute;
	left: 280px;
	top: 101px;
}


/* Homepage: Content
----------------------------------------------- */

.home #content {
	width: 690px;
	margin-top: 20px;
	position: relative;
}

.home #content-left {
	width: 210px;
	padding: 0 10px 10px 10px;
	border-right: 1px dotted #4F910E;
}

.home #content-right {
	position: absolute;
	top: 0;
	left: 240px;
	width: 440px;
}

.article {
	margin-bottom: 20px;
	clear: both;
}

.article img {
	float: left;
	padding: 0 15px 20px 5px;
}


/* Footer
----------------------------------------------- */

#footer {
	width: 690px;
	clear: both;
	margin: 55px 0 20px 0;
	text-align: center;
	color: #A3C44B;
}

#footer p { margin: .5em 0; }

#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover, #footer a:active {
	color: #aaa;
	font-size: 10px;
}



/* Tertiary: Navigation
----------------------------------------------- */

#main-nav {
	width: 740px;
	height: 40px;
	background: url(../i/menubg.gif) no-repeat top left;
}

#main-nav ul {
	list-style: none;
	margin-left: 10px;
	padding: 0;
	margin-top: 0;
}

#main-nav li {
	float: left;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: 0;
}
/* WinIE Fix */
* html #main-nav li { font-size: 11px; padding-top: 0;}
*+html #main-nav li { font-size: 11px; padding-top: 0;}

#main-nav a {
	line-height: 40px;
	border-right: 1px solid #a9ca2a;
	padding: 0 5px;
}

#main-nav a.last {
	border-right: none;
}

#main-nav a:link, #main-nav a:visited {
	color: #fff;
	text-decoration: none;
}

#main-nav a:hover, #main-nav a:active {
	color: #ff0;
}


/* Tertiary: Content
----------------------------------------------- */

.tertiary #content {
	width: 690px;
	position: relative;
	margin-top: 15px;
}

.tertiary #content-left {
	width: 450px;
	padding: 15px;
	font-size: 12px;
}

.tertiary #content-right {
	width: 180px;
	height: 300px;
	padding: 15px;
	position: absolute;
	left: 480px;
	top: 0;
	font-size: 11px;
	background: url(../i/stones.gif) no-repeat 20px left;
}


/* Tertiary: Contact Form
----------------------------------------------- */

#formwrap {
	background-color: #ECFFCB;
	padding: 10px;
	width: 380px;
	margin-top: 2em;
}

#formwrap label {
	color: #333;
	font-size: 11px;
}

#formwrap input{
	font-size: 10px;
	padding: 2px;
}

#formwrap select {
	font-size: 10px;
	min-width: 1.5em;
}

#formwrap select option {
	margin-left: 5px;
}

#formwrap p {
	margin: 6px 0;
}

#name, #email, #phone {
	width: 280px;
}

.opt { 
	color: #777;
	font-size: 11px;
	}

#formwrap #message {
	width: 280px;
	height: 150px;
}

.calm-alert {
	border: 1px solid #deffa5;	
	background-color: #ECFFCB;
	padding: 5px;
}


/* MISC: =Headings
----------------------------------------------- */

h1 {
	font-size: 22px;
	color: #333;
	margin-bottom: 1em;
	letter-spacing: -1px;
}

h2 {
	font-size: 14px;
	color: #c00;
	margin: 1em 0 1em 0;
}

h3 {
	font-size: 12px;
	color: #78AB1B;
	margin-bottom: 0.5em;
}

.article h2 {

}

#formwrap h3 {
	color: #79AC1C;
}

quote p {
	margin-top: .5em;
}

quote p strong {
	color: #4D620B;
	font-weight: bold;
}

hr {
	border-width: 1px 0 0 0;
	border-color: #79AC1C;
	border-style: dotted;
	margin-bottom: 1em;
}


/* MISC: =Links
----------------------------------------------- */

#content a:link, #content a:visited {
	color: #4F910E;
	text-decoration: none;
	border-bottom: 1px dotted #4F910E;
}

#content a:hover, #content a:active {
	color: #9c3;
	text-decoration: none;
	border-bottom: 1px dotted #4F910E;
}
