
/* move title to right to get the necessary space for the foto*/
#title{
font size: 48
font color: blue
 margin-left: 1px;
}

/*Blog Header*/
#header{
border-bottom : 4px solid #000000;
height: 105px;
padding: 0px;
background-color : #0080C0;
background-image: url(http://chrishenley.members.winisp.net/blue.jpg);
background-repeat: no-repeat;
}              


/* add a border around post */
.post
{
 border: 2px solid #CCCCCC;
 border-bottom-width: 2px;
 border-right-width: 2px;
 padding: 10px;
 margin-bottom: 20px;