* { margin: 0; padding: 0; font-family: verdana, sans-serif; letter-spacing:-1px;font-weight: 400;}

body { padding: 1em; background-color: #fff; }

h1, h1 * {
	font-family: "Georgia", serif;
	line-height: 2;
} 
h1 { position: relative; }
#rss {
  position: absolute; 
  right: 0; 
  width: 200px; 
  z-index: 5;
  text-align: right;
  color: #f60;
  top: 0;
}

h1 a {
	color: #333;	
	font-weight: bold;
	line-height: 2;
	display: block;
}
h1 a .hidden {
	display: none;
	font-weight: 400;
	font-size: 0.6em;
	color: #999;
}
h1 a:hover .hidden {
	display: inline;
}

li {
	line-height: 1.2;
	list-style: none;
	font-size: 0.8em;
}
ul {
	margin-left: 5em;
}


a.item-link {
	text-decoration: none;
}
li a.item-link {
	display: block;
	padding: 0.5em 1em;	
	padding-left: 2em;
	border-bottom: 1px solid #666;
}

li.magnolia a.item-link {
	color: #505024;
	background: #9eb847 url(http://ma.gnolia.com/favicon.ico) no-repeat 5px 5px;	
}
li.magnolia a {
	color: #505024;
}


li.blog-en a.item-link,
li.blog-pt a.item-link {
	background: #ddd url(http://andr3.net/favicon.ico) no-repeat 5px 5px;		
}
li.blog-en a, li.blog-pt {
	color: #369;
}

li.twitter a.item-link {
	color: #0000ff;
	background: #94e4e8 url(http://www.twitter.com/favicon.ico) no-repeat 5px 5px;	
}



li.lastfm a.item-link {
	color: #d01f3c;
	background: #ccc url(http://www.last.fm/favicon.ico) no-repeat 5px 5px;
	font-size: 0.9em;
	padding-left: 2.7em;
}



li a.item-link:hover {
	background-color: white;
	color: #333;
}


a.item-link span.date {
	color: #999;
	padding: 0.2em 0.5em;
}
.magnolia span.date {
	color: white !important;
}
.magnolia a:hover span.date {
	color: #333 !important;
}
.twitter span.date,
.blog-pt span.date,
.blog-en span.date {
	color: #666;
}
a.item-link:hover span.date {
	color: #333;
}

h2 {
	font-size: 0.7em;
	float: left;
	color: #666;
}

hr {
	border: 0;
	color: white;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.totop {
	width: 5em;
	padding: 0 !important;
	text-align: center;
}
.totop a {
	display: block;
	padding: 0.5em 0em;
	color: #ccc;
	font-size: 0.7em;
}
.totop a:hover {
	color: #333 ;
}



.item-description {
	padding: 1em;
	background-color: #eee;
}
.item-description li {
	line-height: 1.5;
}

.lastfm .item-description a {
	color: #d01f3c;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0.5em 0.2em;
}
.lastfm .item-description a:hover {
	color: white;
	background: #d01f3c;
}

.magnolia .item-description img {
	float: left;
	margin-right: 1em;
}
.magnolia .item-description p {
	line-height: 2;
} 
