/* Insert foto */
#header{
 background-image: url(http://storage.msn.com/x1pfslMilhGe2o56nBsg3V1GULWnKSYXRmcO9JCLusLPixLRgm5UkeZhc2XBVP1y0kIYx-K9Yb7kofBu2HJ1kCEtGE6DO5AWkQ5P_sCocMJc5d1s7F57s22Rg);
 background-repeat: no-repeat;
 background-position: left top;
}

/* move title to right to get the necessary space for the foto*/
#title{
 margin-left: 80px;
}

/* add a border around post */
.post
{
 border: 1px solid #CCCCCC;
 border-bottom-width: 2px;
 border-right-width: 2px;
 padding: 4px;
 margin-bottom: 20px;
}

/* relocate the Search  */
#Search{
    position: absolute;
    right : 10px ;
    top : 20px;
    width : 130px;
    height : 52px;
    overflow:hidden; 
}

/* remove the calendar */
#Cal {
   position: absolute;
   visibility:hidden;
   height: 1px;
   overflow:hidden;
