/*
  KF2Strategy Theme for SilveerStripe CMS
  based on SilverStripe Terrafirma Theme
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl
  terrafirma1.0 design by nodethirtythree design
  http://www.nodethirtythree.com
  
  @author: Christian 'Puma' Bachhelm
  @date:   27.05.2010
*/

.typography ul{
  margin-left:20px;
  margin-bottom:20px;
  list-style-type: none;
}

.content h1,
.typography h1{
  color: #656551;
  font-size: 23px;
  letter-spacing: -1px;
}
.content h3,
.typography h2{
  font-size: 18px;
  font-weight: normal;
  margin-top:10px;
  color: #656551;
}
.content h4,
.typography h3{
  font-size: 16px;
  color: #656551;
  letter-spacing: -1px;
}
.content h4,
.typography h4{
  font-size: 12px;
  color: #656551;
  font-weight:bold;
  letter-spacing: -1px;
}
.content h5,
.typography h5{
  font-size: 10px;
  color: #656551;
  letter-spacing: -1px;
}
.content h6,
.typography h6{
  font-size: 8px;
  color: #656551;
  letter-spacing: -1px;
}
.poemAuthor {
    font-size: 10px;
    font-weight: bold;
	margin: 0 0 0 8px;
	color:#656551;
}

ul.impressumList {
  list-style: none;  
}

.typography img.right {
    float: right;
    margin: 0 0 0 20px
}
.typoghraphy img.left {
    float: left;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
}
.typography img.center {
    float: none;
    margin-left: auto;
    display: block;
}
