/*	Sortierung der Eigenschaften u. Elemente: alphabetisch

    - Global/Geruest
        - fuer Druck verstecken
        - Defaults
        
    - Spezifische Elemente
        - Geschichten lesen

	Besonderheiten:
    Eigenschaften der Elemente, wenn möglich, nur in entsprechender Gruppe deklarieren
*/

/* ------------------------------------------------- */
/* ---------- G L O B A L / G E R U E S T ---------- */
/* ------------------------------------------------- */

/* -- für Druck verstecken -- */
.actions,
#comments,
#c_right,
.feedback,
#footer,
#header,
img.notverified,
.rating,
#story #bookmark,
#story #actions,
#subheader,
#title #author,
#title .hasbookmark { display:none; }


/*-- Defaults -- */
     body { font-family:Georgia, "Times New Roman", Times, serif; }
     dl { clear:both; }
          

/* ------------------------------------------------- */
/* ---- S P E Z I F I S C H E   E L E M E N T E ---- */
/* ------------------------------------------------- */

/*-- Geschichten lesen --*/ 
     #read dd, #read dt { float:left; }
         #read dd { clear:right; }
         #read dt { clear:left; }

     #read #details { position:relative; }
         #read #details h2 { clear:both; display:block; padding-top:2cm; }
         #read #details .avatarsmall { position:absolute; top:0; right:0; }