.portfoliooverlay span {
    font-size: 0px;
    font-weight: bold;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=20);
    padding-top: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    line-height: 0px;
}
.portfoliooverlay:hover span {
	-webkit-transition: opacity 1s ease-in-out;
	opacity: 0.4;
	-webkit-transition-duration: 0.4s;
	-moz-transition: opacity 1s ease-in-out;
	opacity: 0.4;
	-moz-transition-duration: 0.4s;
}
.postimage {
    width: 0;
}
#content #meta {
    margin-bottom: -80px;
    /* display: block; */
    /* padding-left: 20px; */
    /* list-style-type: circle; */
    visibility: hidden;
}
#sidebar {
    background-color: #0073BE;
    width: 225px;
    border-right: 0px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    text-align: center;
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
}
.sidebarwidget {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFFFFF;
    box-shadow: 0 0px 0 #FFFFFF;
}
.logo {
    max-width: 225px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}
p {
    margin-bottom: -1EM;
    margin-left: 0px;
}
#footer {
    font-size: 12px;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    visibility: hidden;
}