/* vitablog print Einzelartikel */



#header, #sidebar, #sidebarleft, #footercontent, .footertop, .footerbottom {
    display:none;    
}

.greet_block, .box, .topbox435, .infobox, .bottombox435, #bookmarkleiste, .feedback, h3#comments, form#commentform{
    display:none;
}

.connect_widget{
    display:none;
}

.print {
    display:none;
}
/*********Allgemein*************************/

#content {
    float:left;
    display:inline;
}
.storycontent {
    page-break-after:avoid;    
}

/*********Begin Typography*************************/

.storycontent blockquote  {margin:1em; color:#666; font-style:italic; border-left:5px solid #a0a0a0; padding:0 0 0 10px;}
.storycontent blockquote:before, blockquote:after, q:before, q:after {content: "";}
.storycontent blockquote, .storycontent q {quotes: "" "";}

.storycontent strong {font-weight:bold;}
.storycontent em, .storycontentdfn {font-style:italic;}
.storycontent dfn {font-weight:bold;}
.storycontent sup, .storycontent sub {line-height:0;}

.storycontent h1  {font-size: 18px; line-height: 24px; margin-bottom:0.8em;}
.storycontent h2  {font-size: 18px; line-height: 24px; margin-bottom:1em;}
.storycontent p  {font-size: 14px; line-height: 18px; margin-bottom:1em;}
.storycontent ul, ol {margin: 0; margin-bottom:1em; padding-left:3.333em;}
.storycontent ul  {list-style-type:square;}
.storycontent ol  {list-style-type:decimal;}
.storycontent p  a{ text-decoration: underline;}

/*********endTypography*************************/

#icon_category {
    display:block;
    float:left;
    height:20px;
    margin-left:-2px;
    background-image: url('images/category.png');
    background-repeat:no-repeat;
    text-indent:16px;
}

#icon_tag {
    clear:both;
    float:left;
    width:100%;
    background-image: url('images/tag.png');
    background-repeat:no-repeat;
    text-indent:16px;
    line-height:22px;
}

#icon_author {
    display:block;
    float:left;
    height:18px;
    background-image: url('images/member.png');
    background-repeat:no-repeat;
    text-indent:16px;
}
