/**
 * Default CSS style for planet.osdrawer.net aggregator.
 *
 * Copyright (C) 2009 Pier Luigi Fiorini
 *
 */

.posts_date {
	font-size: 2em;
	font-weight: bold;
}

.post {
	padding: 0px 0px 10px 0px;
}

.post:last-child {
	background: none;
}

.post h3 .namehead {
	padding: 20px 0px 0px 20px;
	margin: 0 29px 0 0;
}

.post h3 .namehead a {
	color: #333d4e;
}

.post h4 .blogtitle {
	font-size: 2.5em;
	font-weight: lighter;
	margin: 0px;
	text-align: left;
}

.post h4 .blogtitle a {
	color: #455269;
}

.entrygroup {
	margin: 0px 38px 0px 28px;
}

.entry {
	margin-left: 20px;
}

.entry p:first-child:first-letter {
	font-size: 4em;
}

.entry hr {
	width: 90%;
	height: 0;
	border: 1px dashed #374153;
}

.entry p.date {
	font-size: 7pt;
	text-align: right;
}

.entry img {
	padding: 0;
	margin: 5px;
	max-width: 100%;
}

.entry blockquote {
	border: 1px dashed #374153;
	background-color: #cccccc;
	margin: 7px 20px 7px 20px;
	padding: 0px;
	overflow: auto;
}

.entry blockquote p:first-child:first-letter {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.entry code {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

