/*
    $Id: mailpythonorg.css 124 2009-06-02 20:39:49Z patrick $
    CSS for state-of-mind.de website
    Show Case: Python.Org
    Patrick Ben Koetter, p@state-of-mind.de
*/

div.left img {
    border:none;
}

div.pythonorgfeature {
    padding-top:99px;
    height:285px;
    /* background:url(../images/pythonorg-logo.png) 280px 150px no-repeat; */
}

div.pythonorgfeature h1 {
    font-size:1.6em;
    margin-top:0em;
    margin-bottom:0.1em;
}

div.pythonorgfeature p {
    font-size:1.4em;
    margin-top:0em;
    margin-bottom:0em;
}

div.pythonorgfeature p.small {
    font-size:1.2em;
    margin-top:0em;
    margin-bottom:0.2em;
}

div.pythonorgfeature ul {
    margin-top:0px;
    padding-left:0px;
    list-style-image:url(../images/feature_bullet.png);
    list-style-position:inside;
}

div.pythonorgfeature ul li {
    font-size:1.2em;
    line-height:1.4em;
}

