#bloglatest {
clear:both;
display:block;
}

#bloglatest p { 	font-family:tahoma, "Trebuchet MS"; font-size: 10px;  color: #777;}
#bloglatest h4 { 	font-family:tahoma, "Trebuchet MS"; font-size: 11px;  color: #6666FF; font-weight:bold; margin-bottom: 4px;}
#bloglatest ul { 	font-family:tahoma, "Trebuchet MS"; font-size: 11px;  color: #777;}
#bloglatest li {
	margin-bottom: 5px;
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: square;
}
#bloglatest li a, #bloglatest li a:visited, #bloglatest li a:active  {text-decoration: none; }
#bloglatest li a:hover {text-decoration: underline; }




#blog h2 {
	border-bottom: 0;
	font-weight: bold;
	padding-top: 15px;
	font-size: 12pt;
	color: red;
}

#blog .postdate {

	font-family:tahoma, "Trebuchet MS";
	color: #444444;
	font-size:7pt;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 3px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
#blog p {
	font-family:tahoma, "Trebuchet MS";
	color: #666666;
	font-size:10pt;
	line-height: 15pt;
}
#blog em {
color: red;
font-weight: bold;
}

#blog hr {
color: #eeeeee;
border-bottom: 1px solid #eeeeee;
}
#blog .permalink {
padding-top:2px;
float: left;
}
#blog img {
float:right;
padding-left:20px;
}
#blog table {
border: 1px solid #888;
}

#blog td {

margin:1px 5px 2px 1px;
border: 0px solid #aaa;
}

#blog .permalink a {
	font-family:tahoma, "Trebuchet MS";
	color: #666666;
	font-size:8pt;
	text-transform: uppercase;
}
#blog .permalink a, #blog .permalink a:active, #blog .permalink a:visited, #blog .permalink a:link {
	text-decoration: none;
}

#blog ul {
	display: block;
	padding-bottom: 15px;
}
#blog li {
	padding-right: 12px;
	color: green;
	list-style-position: inside;
	list-style-type: disc;
}
#blog li.archive a{
	display: block;
	color: red;
	padding-top:8px;
}
#blog .tags li {
	display: inline;
	padding-top: 4px;
	font-family:tahoma, "Trebuchet MS";
	color: #666666;
	font-size:8pt;
}

#blog div.datetime { 
background:url(date.gif) no-repeat ; 
float:left; 
margin:0px; 
padding: 0px 15px 0px 0px; 
width:54px;
height:53px;
} 


/* month */ 
#blog div.datetime p.mon { 
font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:normal; 
text-transform:uppercase; 
text-align: center;
color: #222222;
margin-top: 3px;
}
/* day of the month (NUMBER) */ 
#blog div.datetime p.day { 
display:block;
color: white;
font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif; 
letter-spacing:0.13em; 
text-align: center;
margin-top:-15px;
padding-left:2px;
}


