.nav, .entrymeta, #sidebar, #navigation,.metadata, .comments {
        display: none;
}
body {
        font: 11pt/120% Arial, serif;
        background-color: white !important;
        background-image: none !important;
        color: black;
}
h1, h2, h3, h4, h5, h6 {
        font-size: 13pt;
        line-height: 110%;
        margin: 0;
        padding: 0;
}
.screen {display: none;}
div#header {display: none;}
div#headerprint {
        width: 99.8%;
        text-align:center;
        position: relative;
        height: 121px;
        /*background-image: url(images/mts-journey-header.jpg);*/
        background-repeat: no-repeat;
        background-position: 50% 0;
        margin: 0;
        padding: 0;
        border-top: 0px solid #688f9e;
        border-left: 0px solid #688f9e;
        border-right: 0px solid #688f9e;
        border-bottom: 0px solid #688f9e;
}
div#content {
        margin-left: 0.8em;
        padding-top: 1em;
}
h3.comments {
        font-weight: normal;
        font-size: 11pt;
}
body img.wp-smiley, body img {
        border: none;
        float:none!important;
}
img, img a:link, img a:visited {
        border-bottom: 1px solid #C30099;
        margin-right: 12px;
}
blockquote {
        margin-right: 12px;
        width: 80%;
        font-size: 10pt;
        font-weight: bold;
}
a:link,   a:visited {
        color: #7A1E19;
        background: white;
        text-decoration: none;
}
#content a:link, .content a:visited {
        content: " ("attr(href)")";
        font-size: 90%;
}
#content  ul, #content  ol {
        margin: 0px 5px 0px 6px;
        padding: 2px 0 0 5px;
}
.two {
        margin-left: 30px;
}
dl, dt, dd {
        float: none !important;
        border: none;
        display: block;
        white-space: normal;
        font: 11pt/120% Arial, serif;
}
#content  ul li, #content  ol li {
        padding: 2px;
        font: 11pt/120% Arial, serif;
}
acronym[title]:after, abbr[title]:after {
        content: ' (' attr(title) ')';
}
pre, code {
        font: 10pt /2em  "Courier New", Courier, monospace;
        color: black;
        background: white;
        margin-left: 2px;
        padding: 1em;
        border-left: 1px solid #930;
        overflow: visible!important;
        white-space: normal;
        width: 90%;
        height: auto;
}
/*----------------Aggiunta per immagini--------------*/
/*--images and other--*/
div.post p img {
        border: 1px solid #688f9e;
        padding: 2px;
        float:left;
        margin:5px 5px 5px 0;
}

.right {
        float: right;
        margin: 3px 5px;
}

.left {
        float: left;
        margin: 3px 5px;
}
.center {
        margin: 0 auto;
        text-align: center;
}
.aligncenter, div.aligncenter {
        display: block;
        margin: 8px auto;
        text-align: center;
}
.alignright {
        float: right;
}
.alignleft {
        float: left;
}


img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
img.alignright {
        display: inline;
        margin: 0 0 2px 7px;
        padding: 4px;
        float:right;
}
img.alignleft {
        display: inline;
        margin: 0 7px 2px 0;
        padding: 4px;
        float:left;
}
.wp-caption {
        border: 1px solid #688f9e;
        text-align: center;
        padding-top: 4px;
        margin: 10px;
}
.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}
.wp-caption p.wp-caption-text {
        padding: 0 4px 5px;
        margin: 0;
        font-size:10px;
        background-color:#688f9e;
        color:#fff;
}
/*----------------Aggiunta per centrare coda pubblicitaria--------------*/
.navigate {
        text-align: center;
        width: 98%;
        margin: 0 auto;
}