/* CSS text styles for WPDS */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .85em;
        line-height: 1em;
		color: #000;
	}

	img {border:none;}
	
/* LINKS */
	a,
	a:visited {
		color: #E99C2E;
		font-weight:bold;
		text-decoration: none;
	}
	a:hover {
		color:#666;
	}
	
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-family:Arial, Helvetica, sans-serif;
		line-height:16px;
		font-size: 14pt;
        color: #666;
		margin-bottom:.8em;
		padding-left:25px;
		background:#FCFCF6 url('../images/icon.png') no-repeat;
	}
	
	h2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size: 110%;
		color: #333;
		margin:.4em 0 .8em;
	}
	
	h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 100%;
        color: #333;
		margin-bottom:.5em;
	}
/* END HEADINGS */

/* TEXT */
	p {
		margin-bottom: 1em;
		line-height:1.2em;
	}
	
	.photo-details p {
		font-family:Arial, Helvetica, sans-serif;
	}

	blockquote {
		border-left:6px solid #FFD991;
		padding-left:10px;
		margin-bottom:1em;
	}
	
	.smalltype {
		font-size:85%;
	}
	
	.largetype {
		font-size:120%;
		line-height:1.2em;
	}
	
	.sidebar {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:90%;
		text-align:right;
	}
	
	.caption {
		font-style:italic;
		font-size:90%;
	}
	
/* END TEXT */
	
/* LISTS */
	ul {
		margin:0 0 1em 15px;
/*		font-size:95%; */
	}
	
	li {
		line-height:1.1em;
		margin-bottom:5px;
	}

/* END LISTS */
		
/* TABLE */
	
/* END TABLE */	
	
/* END TYPOGRAPHY */	
