@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,400italic,500italic);

body {
    font-size: 0.8em;
    font-family: Ubuntu, sans-serif, Verdana;
    background: #F9F9F9;
}
p, li {
    color: #353535;
}

h1 {
    text-align: center;
    margin-bottom: 0.1em;
    font-size: 2.5em;
}

h1 small {
    color: #AAAAAA;
}

h2 {
    font-size: 1.2em;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    margin-top: 0;
    border-bottom: 0.1em solid #AAAAAA;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 80%;
    max-width: 80em;
    margin: auto;
}

.toclear:after {
    content: "";
    display: block;
    clear:both;
}

.ubuntu {
    width: 35%;
    float: right;
    padding: 1em;
}

.ubuntu a {
    color: #DD4814;
}

.debian {
    width: 35%;
    float: left;
    padding: 1em;
}

.debian a {
    color: #A80030;
}

.profile {
    width: 20%;
    float: right;
    padding: 1em;
}

.profile img {
    width: 100%;
    background: #FFFFFF
    padding: 0.2em;
    border: 0.3em solid #BBBBBB;
    box-shadow: 0 0 0.3em #CCCCCC;
    position: relative;
}

@media all and (max-width: 7in)
{
    .container {
        width: 95%;
    }

    .index, .ubuntu, .debian {
        width: 100%;
    }

    .profile {
        display: none;
    }
}

.bypietro {
    position: absolute;
    bottom: 0;
    right: 1em;
    padding: 0.3em;
    color: #ABABAB;
    font-style: italic;
}

.bypietro a {
    color: #777777;
}

.bypietro a:hover
{
    color: #DD4814;
    text-decoration: none;
}
