body {
	background: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    text-align: center;
}

td {
	font-size: 80%;
}

img { border: 0px; }

div.content {
	position: relative;
	width: 800px;
	margin-top: 40px;
	background: #fbfbfb;
	padding: 40px 60px 40px 60px;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited, a:active {color :#378;}
a:hover {color :#555;}

div.counter {text-align: right; color: #999; }

div.comment {padding: 15px 0px 15px 0px; }

.personal,.vcard {
    float: left;
    margin-right: 25px;
}

.blog-announcement {
    clear: both;
    background: #f0f0f0;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 20px;
    margin-top: 40px;
}

table.list tr td {
	font-size: smaller;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	border-bottom: 1px solid #888;
}

table.list {
	border-collapse: collapse;
}

table.list tr.header td {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.date,.gray{
	color: #999;
}

.date{
	margin-left: 5px;
}

.subtitle{
    color: #999;
    margin-top: 3px;
}

span.anonymous {
	font-weight: bold;
	font-style: italic;
	color: #666;
}

span.error { color: #800; }

input.wide, textarea.wide { margin-bottom: 10px; width:100% }

textarea.wide { height: 80px; }

.powered {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #fbfbfb;
}

.powered a {
    color: #fbfbfb;
}

h1,h2 { color: #444; }

h1 {
    margin-bottom: 0px;
}

h2 {
    margin-top: 2em;
}

.blog-announcement h2 {
    margin-top: initial;
}

div.service-icon {
    display: inline-block;
    width: 21px;
}

.tags {
    margin-top: 30px;
}

.article_preview .article_link {
    font-size: 130%;
    font-weight: bold;
}

.comment .username {
    font-weight: bold;
}

.article_preview {
    margin-bottom: 15px;
}

.n.fn {
    font-style: normal;
}

.my_photo {
    margin-bottom: 15px;
}

code {
    font-size: 125%;
}

.nickname {
    font-style: italic;
}

.pseudolink {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted;
}


