﻿/*
 * Simple-And-Clean.Css - Css2 Style Sheet
 */

Body {
    Font: 100% Verdana, Helvetica, Arial, Sans-Serif;
    Background: Black;
    Color: White;
    Margin: 1Em;
    Padding: 1Em;
}

H1, H2, H3, H4, H5, H6 {
    Color: White;
    Clear: Left;
    Font: 100% Verdana, Helvetica, Arial, Sans-Serif;
    Margin: 0;
    Padding-Left: 0.5Em;
} 

H1 {
    Font-Size: 150%;
    Border-Bottom: None;
    Text-Align: Right;
    Border-Bottom: 1Px Solid Orange;
    Margin-Bottom:10Px;
}
    
H2 {
    Font-Size: 75%;
    Border-Bottom: 1Px Solid Gray;
}

H3 {
    Font-Size: 50%;
    Padding-Left: 1.0Em;
    Border-Bottom: 1Px Solid Gray;
}

H4 {
    Font-Size: 100%;
    Padding-Left: 1.5Em;
    Border-Bottom: 1Px Solid Gray;
}

P {
    Text-Align: Justify;
    Line-Height: 1.5Em;
}

A {
    Text-Decoration: Underline;
    Color: White;
}

Code,
Blockquote,
Pre {
    Font-Size: 120%;
    Padding: 1Em;
    Border: 1Px Solid Black;
    Color: Black;
    Background-Color: #Dedede;
}

#Gallerycomment {
    Text-Align: Center;
}

#Rss-Desc {
    Text-Align: Right;
    Font-Size: Smaller;
}

.Item-Pubdate {
    Text-Align: Right;
    Padding: 1Em;
    Font-Size: Smaller;
}

.Item-Technorati {
    Display: None;
}

Li {
    Margin-Bottom: 1Em;
}

Div .Item-Desc {
    Margin-Bottom: 1Em;
}

.Item-Title {
    Margin-Bottom: 0.5Em;
}

