.posts {
    
    width:400px;
    padding:5px;
    margin-bottom:5px;
    border:1px solid #eee;
    background-color:#fff;
    color:#000;
    font-family:trebuchet ms;
    font-size:9px;
    line-height:11px;
    text-align:justify;z
    word-wrap:break-word;
    }  
        
.posts img {
    max-width:100%;
    }

#sidebar {
    color:#000;
    margin-left:160px;
    position:fixed;
    width:150px;
    height:auto;
    margin-top:140px;
    text-align:left;
    }
    
#sidebarimage img {
    margin-left: 35px;
    width:180px;
    border:3px double #f2f2f2;
    border-radius:5px;
    padding:3px;
    height:250px;
    margin-top:-50px;
    margin-bottom:10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }
    
.tt {top:-40px;opacity:0.0;  margin-left:80px;text-align:center; font-family:pacifico; font-size:25px; color:#000; position:absolute;-moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;}
    
#sidebar:hover .tt{top:-69px; opacity:1.0; color:#696969;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}    
   
#sidebar:hover .nav{
    opacity:1;
    color:#000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}

    
.nav {
    position:absolute; 
    width:138px;
    line-height: 260%;
    text-transform: uppercase;
    position:fixed;
    color:#000000;
    margin-left: 47px;
    margin-top: -158px;
    text-align: justify;
    margin-bottom:10px;
    display:block;
    padding: 0px;
    opacity:0.8;
    text-transform:uppercase;
    -webkit-transition:0.5s linear;
    }
    
.nav a{
    font-family:consolas;
    font-style:normal;
    font-size:10px;
    text-transform:uppercase;
    color:#9f9f9f;
    background-color:#000;
    padding-left:6px; 
    margin-bottom: 1px; 
    opacity:0.4;
    display:block;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
    -o-transition-duration:1s;
    }
    
.nav a:hover{
    color:#ffffff;
    letter-spacing:5px;
    opacity:0.8;
    background-color:#000;
      -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }

.desc {
    
    
    font-family:calibri;
    padding:3px;
    
    margin-left:30px;
    margin-top:-10px;
    height:114px;
    width:200px;
    text-align:center;
    font-size:12px;
    color:#000;
    letter-spacing:1px;
    line-height:150%;}