body {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
}

#main { /* Main container */
    margin: 0 auto 0 auto;
    width: 780px;
    border: 0;
    border-color: #eee;
    border-style: solid;
}

#foot { /* Footer of the page */
    clear: both;
    border-top: 1px solid #eee;
    font-size: 1em;
    color: #333;
    font-family: monospace;
    padding: 3px;
    text-align: center;
}

#header { /* Header of the page */
    background: #fff url(http://www.romanzieri.com/wp-content/themes/romanzieri3/images/header.png) no-repeat bottom left;
    height: 150px;
}
    #header a {
		display: block;
		height: 150px;
	}


#content { /* Right (main) column */
    float: right;
    width: 630px;
}

#sidebar { /* Left column */
    float: left;
    width: 150px;
    text-align: right;
    padding: 15px 0 0 0;
}

#sidebar h2 { /* List title */
    color: #333;
    font-size: 1.2em;
    margin: 0;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.2em;
}
    #sidebar h2 a {}
    #sidebar h2 a:hover {}

#sidebar ul { /* List */
    padding: 0;
    margin: 0 0 20px 0;
}
    #sidebar li {
        list-style: none;
        font-size: 1em;
        color: #333;
        margin: 0 0 3px 0;
    }
    #sidebar li a, #sidebar li a:hover {
        text-decoration: underline;
        color: #656550;
    }

/* Post container. */
.post {
    margin: 10px 80px 30px 10px;
}

/* Post title. */
.post h2 {
    color: #333;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}
    .post h2 a, .post h2 a:hover {
        text-decoration: none;
        color: #333;
    }

/* Post & Comment text */
.txt {
    margin: 5px;
    color: #333;
    line-height: 1.2em;
    font-size: 1em;
}
    .txt a  {
        text-decoration: underline;
        color: #656550;
    }
    .txt a:hover {
        background: #333;
        color: white;
    }
    .txt a:visited {
        color: #ccc;
    }

    .txt img {
        float: left;
        margin: 6px;
        border: 2px solid #eee;
        padding: 1px;
    }

/* Post & Coment description. */
.desc {
    color: #ff9900;
    font-size: 1em;
    font-family: monospace;
}
    .desc a {
        text-decoration: underline;     
        color: #666;
    }
    .desc a:hover {
        background: #ff9900;
        color: white;
    }


#comments { /* Comments on the post. */
    margin: 0;
}
    #comments dl { /* Comment container. */
        margin: 0 30px;
    }
    #comments dd { /* Comment text. */
        font-size: 13px;
        margin: 5px 0 30px 5px;
    }

form label {
    display: block;
    margin: 5px;
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
}
form textarea {
    display: block;
}
form fieldset {
    padding: 10px;
    margin: 50px;
    border: 1px solid #ccc;
}
form legend {
    font-size: 2em;
    color: #333;
    font-family: monospace;
}
form textarea {
    width: 450px;
}

.notice {
	margin: 10px 80px 10px 50px; 
    padding: 10px 50px;
    background: #eee;
	text-align: center;
}

