body {
    color: #cfc;
    margin: 0;
    background-color: #000000;
}

a, a:link, a:visited { 
    color: #dd8; 
    text-decoration: none; 
}
a:active, a:hover { 
    color: #ffb; 
    text-decoration: underline; 
}

h1, h2, h3 {
    margin: 10px;
    padding: 0px;
}

h1{
     font-weight: bold;
}


ul {
 list-style: none;
}

.immagine {
    margin-left: 10px; 
}

.storytitle {
    font-family: sans-serif;
    font-size: large; 
    font-size: small;
    font-weight: normal;
    text-align: left;
    color: white;
}

.titoloImmagine {
    font-family: sans-serif;
    font-size: large; 
    font-size: small;
    font-weight: normal;
    text-align: left;
    color: white;
    margin-left: 100px; 
}

.descrizioneImmagine {
    font-family: sans-serif;
    font-size: small;
    font-weight: normal;
    text-align: left;
    margin-left: 100px; 
}

.description {
    color: #ada;
    display: block;
    font-family: monospace;
    font-size: large;
    font-weight:bold;
    letter-spacing: none; 
    text-transform:none;
}

#content, #container {
    background-repeat: repeat-x;
    background-position: bottom left;
    position: absolute;
    left: 0;
}

#content .blog {
    margin-bottom: 100px;
    margin-right: 20px;
}


.album {
    margin: 10px 20px;
    margin-left: 100px;
    width: 500px;
}

.blogbody {
  
    font-family: sans-serif;
    font-size: small;
    font-weight: normal;
    line-height:140%;
    margin: 10px 20px;
    margin-left: 100px;
    text-align: justify;
    width: 600px;
}

.title { 
    font-family: sans-serif;
    border: #565 0px solid;
    font-size: large; 
    font-weight: bold;
    letter-spacing: .5ex;
    margin: 0 -10px;
    padding: 3px 10px;
    text-align: left;
}

.blog_subject { 
 font-family: sans-serif;
    border: #565 0px solid;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .5ex;
    margin: 0 -10px;
    padding: 3px 10px;
    text-align: left;
    color: white;
}



.post_link {
    font-family: Verdana, georgia,"times new roman",times,serif;
    font-size: 14px;
    font-weight: normal;
    color: #dd8;
    text-decoration: none;
}

.post_titolo {
    font-family: sans-serif;
    border: #565 0px solid;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .5ex;
    margin: 0 -10px;
    padding: 3px 10px;
    text-align: left;
    color: white;
}


.post_titolo_piccolo {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px;

}

.post_sottotitolo {
    font-family: sans-serif, Verdana ;

    font-size: 20px;
    font-weight: bold;
  color: #800000;
}

.post_sottotitolo_piccolo {
    font-family: Verdana, sans-serif;
    color: #cccccc;
    font-size: 15px;
    margin-left: 9px;
}


.post_date {
    font-family: Verdana, sans-serif;
    color: #0099cc;
    font-size: 14px;
    font-weight: bold;    
    margin-left: 9px;
    }

.post_testo {
    font-family: Verdana, georgia,"times new roman",times,serif;
    color: white;
    font-size: 14px;
}

.post_testo_corsivo {
    font-family: Verdana, georgia,"times new roman",times,serif;
    color: white;
    font-size: 14px;
    font-style: italic;
}

.post_testo_inaug_big {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #666666;
    font-size: 19px;
    font-weight: 550;
}

.post_testo_inaug_small {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 200;
}


#author, #email, #url, #text {
    border: 1px solid #565;
}
