body {
    margin: 0px;
    padding: 0px;
    color: black;
}

a { color: black; text-decoration: none ;}
A:link { color: black;   text-decoration: none; }
A:visited { color: black;  text-decoration: none ;}
.active {  text-decoration: underline;}
A:active {  text-decoration: underline;}
A:hover {  text-decoration: underline;}
.hover { text-decoration: underline;}
img { 
	border: none;
}
div.post-contents img { 
	padding: 5px;
	max-width: 95%; 
	width: expression(this.width > 460 ? 460: true); 
}
div.post-contents a { target: _blank }
div.post-footer, div.page-footer{ font-size: 12px; text-align: right; }
h1.post-title {
	margin: 0;
	padding: 0px 0px 6px 0px;
	color: rgb(153,20,38);
}
li.post-title {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
ul.post-title {
    margin: 5px;
    padding-left: 10px;
}
h2.date { 
	width: 200px;
	margin: 2px 20x 2px 0px;
	padding: 2px 2px 2px 10px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: rgb(153,20,38);
}

/* ----------------------------- Sidebar  -------------------------- */

#sidebar {
	float: right;
	top: 0px;
	right: 0px;
	width: 170px;
	background-color: white;

	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar h2 {
    letter-spacing: 0.15em;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 0px 2px 4px;
    margin: 15px 0px 5px 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	color: rgb(153,20,38);
}

#sidebar p {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 3px;
}

#sidebar ul {
    margin: 5px;
    padding-left: 20px;
}

#sidebar li {
    margin-left: 0px;
    list-style-type: none;
    font-size: 12px;
}

/* ----------------------------- Post  -------------------------- */
div.post {
    margin: 10px 15px 10px 15px;
    padding: 10px;
    background: rgb(236,222,210);
	border: 1px solid #ccc;
}

/* --------------------------------------------------- */
.message, .message A {
    cursor: help;
    color: #CCCCCC;
}
