body { background-color:white; color:black; margin:0; padding:0; }

h1 {
	margin: 0;
	font-family: Helvetica, Arial, Verdana;
	color: gray;
}

.main_title {
	padding-top: 0.1em;
	font-size: 400%;
	text-align: center;
	background-color: gray;
	font-family: Cuprum;
	color: white;
	margin-bottom: 1em;
}

h1 a {
	color: gray;
	text-decoration: none;
}

a img { border:none; }
a { color:blue; }

a.pseudo-href, a.pseudo-href:visited, a.pseudo-href:hover
{
	text-decoration: none;
	border-bottom: 1px dashed;
}

div.post { 
	border:1px solid #CCC;
	border-radius: 15px;
	width:70%; 
	margin-bottom:10px; 
	padding:0.5em 1em 1em 1em;
	float: left;
	width: auto;
	background-color: white;
	text-align: left;
}

div.after_post {
	clear: left;
}

div.post_desc { text-align:left }

div.post img { margin-bottom:10px }

.invisible { color:white; }

.post_date {
	color: gray;
	font-size: 80%;
}

table.layout td { 
	vertical-align:top;
}

.tagslist {
	font-style: italic;
}

.tagslist a {
	color: #CCC;
	text-decoration: none;
}

.tagslist a:hover {
	color: blue;
	text-decoration: underline;
}
