/*
-----------------------------------------------
typography.css
----------------------------------------------- */


body {
	font: 68.75%/1.7em Optima, Calibri, "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
 
}

h1, h2, h3, h4, h5, h6 {
	font: 1.2em/1.6em;
}

body#home h1, 
body#home h2, 
body#home h3, 

body#home h5, 
body#home h6 {
	font: 1.2em/1.6em "Baskerville", Georgia, "Times New Roman", serif; 
}

p {
	margin: 0.5em 0 0 0;
	font-size: 110%;
	line-height: 1.6em;
}

.serif {
	font: 1.2em "Baskerville", Georgia, "Times New Roman", serif;
	line-height: 1.4em;
 
	
}

.bold {
	font-weight:bold;

}	


p.tags,
p.reg {
	font-style: italic;
	font-size: 100%;
	color: #000;
	line-height: 1.6em;
	margin: 1em 0 2em 0;
}

p.caption {
	font-style: italic;
	font-size: 100%;
	color: #999;
	padding: 0;
	margin: 0 0 2em 0;
	line-height: 1.6em;
}

h1 {
	font-size: 3em;
	line-height: 1.3em;
}

h2 {
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 1em 0 0 0;
	padding: 0;
}


h3 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 1em 0 0 0;
	padding: 0;
}


h4 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 1em 0 0 0;
	padding: 0;
}


h5 {
	font-size: 1.2em;
	margin: 1.3em 0 0.2em 0;
	padding: 0;
	font-style: italic;
}

