/**
 * Formatierung der Inhalts-Elemente speziell für die Startseite
 *
 * @copyright       Copyright 2008, Christian Beier
 * @link            http://www.beier-christian.eu
 * @version         1.0
 * @lastmodified    $Date: 2008-01-19 $
 */

@media all {

   .photo photo {
     padding: 30px 0 0.8em 0;
     line-height: 1.6em;
   }
   
   .photo p.teaser {
     padding: 19px 0 1em 0;
     margin-bottom: 1em;
   }
   
   .photo p.teaser a:link, .photo p.teaser a:visited {
     padding: 2px 4px;
     border-bottom: 4px solid #182a3f;
     line-height: 2.1em;
   }
   
   .photo p.teaser a:hover, .photo p.teaser a:active {
     background-color: #182a3f;
     color: #fff;
     border-bottom: 4px solid #bacd5d;
     text-decoration: none;
     line-height: 2.1em;
   }

   .photo div.thumbnail {
     float: left;
     width: 170px;
     padding: 14px 6px 14px 6px;
   }
   
   .photo div.thumbnail img {
     margin: 0 0 6px 0;
   }
   
   .photo div.thumbnail p {
     padding: 0px !important;
     text-align: left;
   }
   
   .photo .float_left, .photo .float_right {
     width: 47.8%;
   }
   
   .photo .float_left p, .photo .float_right p {
     padding: 0px !important;
   }
   
   .paging {
     margin-bottom: 0px;
   }
   
   /* Alphabetische Tag-Liste (Alle Tags) */
   .uniForm input#jump_to {
     width: 212px;
   }
   
   p.taglist {
     clear: both;
   }
   
   h3.taglist {
     float: left;
     font-size: 2em;
     margin: 0.08em 0 0 0;
   }
   
   div.taglist {
     margin: 0px;
     padding: 0 0 0 2.7em;
   }
   
   div.taglist a {
     margin: 0px 1em 0 0px;
     font-weight: normal;
   }

}

