/*
  The Point B&amp;B Theme
  http://www.pointbnb.co.nz
  
  adapted by Patrick Goff
  http://patrickgoff.co.nz

  Based on PixelGreen design by Erwin Aligam
  http://www.styleshout.com/
*/


.typography h1,h1, .typography h2,h2, .typography h3,h3, .typography h4,h4 {
	font: 1em 'Trebuchet MS', Tahoma, Sans-serif;
}
.typography h1,h1 {
	font-size: 1.25em;
	color: #938356;
	clear: both;
	}
.typography h2,h2 {
	font-size: 1em;
	text-transform: uppercase;
}
.typography h3,h3 {
	font-size: 0.75em;
	font-weight: bold;
}
.typography h4, h4 {
	font-size: 0.5em;
}
.typography p , .typography a {
	line-height: 1.75em;
	font-size: 0.9em;
}
/* images */
.typography img {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}
.typography img.float-right,.typography img.right, img.float-right {
  margin: 5px 0px 5px 15px;  
}
.typography img.float-left, .typography img.left, img.float-left {
  margin: 5px 15px 5px 0px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.typography code,code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
.typography acronym,acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
.typography blockquote,blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}
.typography ul li {
	list-style-image: url(../images/bullet.gif);
}

