body {background: #A4D3EE;
      font-family: arial, helvetica, sans-serif;
      font-size: 9pt;
      color: #000000; }
#container { padding-top: 250px;
	     border: 1px solid #000000;
	     background-color: #ffffff;
             background-image: url(http://www.levedy.com/blog/masthead.jpg);
             background-repeat: no-repeat;
             background-position: top center;
	     width: 647px;
             height: 100%;}

#side { float: right;
	width: 180px;
	padding-right: 15px;
        padding-left: 20px;
	border-left: 1px dotted #000000; 
        background-color: #ffffff;
        height: 100%;
        overflow: auto;}



.sidesection { text-align: right;}
.sidesection ul { margin-top: -15px; }
.sidesection li { list-style-type: none; }
.sidesection h3 { color: #000000;
		font-family: georgia, times, serif;
		font-size: 11 pt;
		text-decoration: underline;}

#entries { float: left;
	 width: 460px; 
        background-color: #ffffff;
        height: 100%;
        overflow: auto;}
.entry { margin: 15px;
	 text-align: left; 
	 border-bottom: 1px dotted #000000;}
.title { font-size: 13pt;
	 font-weight: bold; 
	 line-height: 180%;}
.date { font-size: 10pt;}
.entrytext p { text-align: justify; }
.authored { font-size: 9pt;
	    color: #000000;
	    display: inline; 
	    line-height: 400%;}

a, a:visited { color: #4682B4;}
a:hover { color: #104E8B; }


.comment {background: #cccccc;}