/* layout
----------------------------------------------- */
.post {
	margin: 0 5px 20px 5px;
	padding: 0;
	font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
	color: white;
}

/* headings
----------------------------------------------- */
.post h3.post-title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #477fba;
}

.date-header {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #8facc8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('http://www.pixel-one.com.ar/imagenes/icon_date.gif') no-repeat 5px 2px;
}

.date-header span {
	margin: 0 0 0 5px;
	padding: 0 25px 0 25px;
	background: url('http://www.pixel-one.com.ar/imagenes/bg_date.gif') no-repeat 0 0;
}

p.post-footer {
font-size: 11px;
color: #809fbd;
text-align: right;
}

/* text
----------------------------------------------- */
.post-body {
	font-size: 12px;
	line-height: 14px;
	margin: 10px, 0px;
}

.post-body blockquote {
	margin: 10px 0px;
}

p.post-footer {
	font-size: 11px;
	color: #809fbd;
	text-align: right;
}

p.post-footer em {
	display: block;
	float: left;
	text-align: left;
	font-style: normal;
}

/* lists
----------------------------------------------- */
.post ul, .post ol {
	padding-left: 32px;
	list-style-type: none;
	font-size: 13px;
	line-height: 18px;
}

.post li {
	padding: 0 0 4px 17px;
	background: url('http://www.pixel-one.com.ar/imagenes/icon_list_item.gif') no-repeat 0 3px;
}

/* links
----------------------------------------------- */
h3.post-title a {
	color: #477fba;
	text-decoration: none;
}

h3.post-title a:hover {
	color: #2a5e95;
}

.post-body a, .post-body a:link, .post-body a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #7dd3ff; text-decoration: none }

.post-body a:hover { color: #ffffff; }

a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
background/* */:/**/url('http://www.pixel-one.com.ar/imagenes/icon_comment.gif') no-repeat 0 45%;
padding-left: 14px;
}

html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
background: url('http://www.pixel-one.com.ar/imagenes/icon_comment.gif') no-repeat 0 45%;
padding-left: 14px;
}