/*Blog*/
#blogseparator{

    width: 60%;
    background-color: #9d2110;
    height: 10px;
    margin-top: 5%;
    margin-bottom: 5%;
}
.contentBlog{
    padding-left: 20%;
    padding-right: 20%;
    width: 60%;
    font-size : 10px;
    color : #484848;
    line-height : 16px;
    text-decoration : none;
    text-align: left;
    height: 40%;
}
.blogentry{
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    width: 40%;
    font-size : 10px;
    line-height : 16px;
    text-decoration : none;
    text-align: left;    
    background-color: #fefefe;
    vertical-align: middle;
}
.blogfooter{
    padding-left: 5px;
    padding-top: 2px;
    margin-left: 20%;
    margin-right: 20%;
    width: 40%;
    font-size : 10px;
    line-height : 16px;
    text-decoration : none;
    text-align: left;

    border-style: solid;
    border-color: #cdcccc;
    border-width: 1px;
    background-color: #fafafa;
    vertical-align: middle;
}
.blogentrytitle
{
    font-size: 27px;
    color : #E48501;
    line-height : 30px;
    text-decoration : none;
    font-weight: bold;
}
.blogentrytext
{
    font-size: 1.10em;
    color : #525252;
    line-height : 16px;
    text-decoration : none;
    text-align: justify;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}
form{
    height: 100%;
}
label{
    width: 4em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
}

fieldset
{
    background-color: #ffffff;
    border-right-color: #c6c5c5;
    border-left-color: #c6c5c5;
    border-bottom-color: #c6c5c5;
    border-top-color: #c6c5c5;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 100%;
    width: 100%;
}
textarea
{
    margin-left: 20%;
    background-color: #f7f6f6;
    border-right-color: #c6c5c5;
    border-left-color: #c6c5c5;
    border-bottom-color: #c6c5c5;
    border-top-color: #c6c5c5;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 60%;
}
.shortinput
{
    margin-left: 20%;
    background-color: #f7f6f6;
    border-right-color: #c6c5c5;
    border-left-color: #c6c5c5;
    border-bottom-color: #c6c5c5;
    border-top-color: #c6c5c5;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    width: 30%;
}
#submitbutton
{
    margin-left: 20%;
    background-color: #e9e8e8;
    border-right-color: #c6c5c5;
    border-left-color: #c6c5c5;
    border-bottom-color: #c6c5c5;
    border-top-color: #c6c5c5;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}
.contentLogin
{
    position: absolute;
    top:20%;
    left: 30%;
    font-size : 10px;
    color : #484848;
    line-height : 10px;
    text-decoration : none;
    text-align: left;
}
.testograndeblog {
    font-size: 15px;
    color : #9d2110;
    line-height : 16px;
    text-decoration : none;
    font-weight: bold;
}

.titolo_blog {
    font-size: 30px;
    color : #7e7e7e;
    line-height : 30px;
    width: 40%;
    text-align: left;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #7e7e7e;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20%;
    margin-right: 20%;
    padding-left: 10px;
   
}

.clock
{
    background-image: url(ico/clock.gif);
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding-left: 20px;
    white-space: nowrap;
    display: inline;
    float: right;
    margin-left: 15px;
    color: #666;
}

.author
{
    background-image: url(ico/author.gif);
    background-repeat: no-repeat;
    background-position-x: 0%;
    background-position-y: 50%;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding-left: 20px;
    white-space: nowrap;
    display: inline;
    margin-left: 15px;
    color: #666;
}

