@charset "utf-8";
/* 
	global_stylesheet.css
	
	Project: Edmonton Neck & Back Clinic
	
*/



/*------ global elements------*/ 

body {font:13px Helvetica, Arial, sans-serif; color:#111; line-height:18px;}

img{border:0;}

p{padding:0 0 15px 0; margin:0;}


/*------ typography ------*/

/* global links */
a:link,
a:visited{color:#2b8dc1; text-decoration:underline;}
a:hover,
a:active{color:#2b8dc1; text-decoration:none;} 

/* headings reset */
h1,h2,h3,h4,h5,h6 {padding:0; font-weight:bold;}

h1 {font-size:18px; margin-bottom:20px; color:#45536e;}
h2 {font-size:15px; margin-bottom:12px; color:#2b8dc1;}
h3 {font-size:16px; margin-bottom:7px;}
h4 {font-size:14px; margin-bottom:6px;}
h5 {font-size:12px; margin-bottom:5px;}
h6 {font-size:11px; margin-bottom:4px;}

/* alternate */
.alternate{font-size:11px; color:#666; font-style:normal;}





