/* BEGIN EMBEDDING FONTS */

@font-face {
  font-family: 'LaterOn';
  src: url('later_on.eot');
  src: local('LaterOn'), 
       url('later_on.ttf') format('truetype')
}


@font-face {
  font-family: 'Righty';
  src: url('Righty.eot');
  src: local('Righty'), 
       url('Righty.ttf') format('truetype')
}


/* END EMBEDDING FONTS */


/* BEGIN REDEFINING TAGS */


body {
	font-family: Righty, Helvetica, Arial, sans-serif; 
}

	
h1 { font-size: 2em;  
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;	
} 


h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	font-style: normal;}

h3, h4 {
	font-size: 0.9em; letter-spacing: 0.1em;
}


div.roman, h2 { 
	font-size: 1.1em;  
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


div.material, div.size, div.dimensions, div.circumference, div.sliderGallery, div.caption, #slogan, #navigation a, #navigation a:hover, #navigation a:active, #section p, #logo p {
	letter-spacing: 0.1em;
	font-size: 0.9em;	
}


input, textarea, div.pressinfo {
	font-size: 0.8em; 
	letter-spacing: 0.1em;
}


form span {
	letter-spacing: 0.05em;
}


#section {
	text-align: right;
}


#meetingplace {
	font-size: 0.8em;
	letter-spacing: 0.05em;
}



