/*

    Akzente v1.0 (fixed-width)
    Sage RSS Reader Style by Jerome Dahdah
    http://www.parasight.de
    
    position: absolute - Stuff for Creative Freaks
    http://blog.parasight.de
    
    Released under the Creative Commons License
    Attribution-NonCommercial-ShareAlike 2.5
    http://creativecommons.org/licenses/by-nc-sa/2.5/

*/


body {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.65;
	margin: 30px;
	background: #f7f7f7;
}

a 			{ color: #c00; font-weight: bold; text-decoration: none; }
a:visited		{ color: #909090; }
a:hover			{ text-decoration: underline; border-bottom: 1px dashed; }
div.item-desc a:hover	{ border: none; }
.item-title:hover 	{ color: #ccc; }
.item-ordinal:hover 	{ color: #ddd; }
#rss-header a		{ color: #c00; }
a img {	border: 1px solid transparent; }
a:hover img {	border: 1px solid #c00; }

p {
	margin: 0 0 1em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #909090;
margin-bottom: 0;
}

code {	font-size: 1.3em; }
pre {	font-size: 1.3em; }


ins {
	text-decoration: none;
	font-weight: bold;
}

#rss-header {
	padding: 0 0 10px 10px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	max-width: 660px;
}

#rss-title {
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

#rss-desc {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	font-style: italic;
	line-height: 1.3em;
}

div.item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #bbb;
	clear: both;
	position: relative;
	max-width: 660px;
}

h2.item-title {
	font-size: 1.8em;
	font-weight: bold;
	display: inline;
	color: #ddd;
  padding-right: 200px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

span.item-ordinal {
	font-size: 3.9em;
	float: left;
	margin-right: 5px;
	line-height: 1em;
}

div.item-desc {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	max-width: 90%;
}

div.item-pubDate {
	position: absolute;
	top: 4px;
	right: 10%;
	font-size: 1.1em;
	color: #999;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}


div.item-technorati { /* Abused to clear the large floated ordinal numbers */
	overflow: hidden;
	height: 0;
	width: 0;
	clear: both;
	line-height: 0;
}

