/* basic elements */

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: 'trebuchet ms', verdana, sans-serif;
	font-size: 12px;
}


a { color: #cc0000; text-decoration: underline; }
a:hover { color: #666666; }


h1, h2, h3, h4, h5, h6
{
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


#container
{
	width: 500px;	
        margin-top: 20px;
        margin-left: 20px;
	background: transparent;
}


.entry
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 500px;
	margin-bottom: 20px;
}


.entry-header
{
	margin-top: 0;
	font-family: 'georgia', Verdana, sans-serif;
	text-align:left;
	color: #cc0000;
	font-size: small;
        font-weight:bold;	
        padding-bottom: 5px;
        border-bottom: 1px solid #cc0000;
}


.entry-content
{
	background: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:left;
	color: #333333;
	margin: 0;
	line-height: 1.5;
        font-size:small;
        position: static;
	clear: both;
}


.entry-footer
{
	background: #FFFFFF;
        margin-left:0px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	text-align:right;
	color: #666666;
	font-size: 1em;
        border-top: 1px solid #dae0e6;
}


.archive-list-item
{
        list-style-type:none;
        line-height: 150%;
        font-size: 14px;
}




