@charset "utf-8";
/* 
	typography.css
	
	Project: Rabbit Hill Snow Resort
	
*/


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

@font-face {  
  font-family: "Rockwell";  
  src: url(../includes/fonts/Rockwell.eot); /* IE */  
  src: local("Rockwell"), url(../includes/fonts/Rockwell.ttf) format("truetype"); /* non-IE */ 
}  

body {font:11px "Trebuchet MS", "Tahoma", Helvetica, Arial, sans-serif; color:#808080; line-height:16px;}

table {clear:both; margin-bottom:15px;}

img{border:0; -ms-interpolation-mode:bicubic;}

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

ul, ol{padding:0 0 15px 0; margin:0 0 0 20px; clear:both;}

hr{height:1px; border:0; border-top:1px dotted #b2b2b2; background:#fff; margin:0 0 15px 0;}


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

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

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

h1 {font-size:28px; margin-bottom:15px; color:#fff; line-height:30px; text-transform:uppercase; padding:1px 15px; background:#438690; float:left; font-family:"Rockwell";}
h2 {font-size:15px; margin-bottom:10px; text-transform:uppercase;}
h3 {font-size:12px; margin-bottom:0; font-weight:bold;}

