/*
  SilverStripe PixelGreen Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik (SilverStriped.com)
  http://silverstriped.com

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


.typography h1,h1,
.typography h2,h2,
.typography h3,h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
.typography h1,h1 { font-size: 1.4em; color: #FB9123; }
.typography h2,h2 { font-size: 1.2em; text-transform: uppercase; }
.typography h3,h3 { font-size: 1.2em; }


/* images */

.typography img.float-right,img.float-right {
  margin: 5px 0px 5px 15px;  
}
.typography img.float-left,img.float-left {
  margin: 5px 15px 5px 0px;
}

.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 {
		background-color:#feebd7;
		background-position:8px 10px;
		border-color:#F2F2F2 #F2F2F2 #F2F2F2 #08080B;
		border-style:solid;
		border-width:1px 1px 1px 3px;
		color:#666666;
		font-family:"Trebuchet MS",Tahoma,sans-serif;
		font-size:12px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:italic;
		font-variant:normal;
		line-height:20px;
		margin:15px;
		padding:0 0 0 20px
}
.typography ul li {
	list-style-image: url(../images/bullet.gif);
}
