html * {
	-moz-box-sizing: border-box;
}

html {
	line-height: 1.3; 
	background-color: #FFF;
	margin: 0;
}
				
body {
	margin: 0;
	color: #222;
	font: 11px/1.4em Lucida Grande;
}

a:link		{ text-decoration: none; color: #0099cc; font-weight: bold; }
a:visited	{ text-decoration: none;  color: #000; }
a:hover		{ text-decoration: underline; }
a:active	{ text-decoration: none; }

p.item-desc a:link { color: #029; }

#rss-header {
	background: #5898FF url(header.png) repeat-x left bottom;
	padding: 10px 2%;;
	margin: 0 0 10px 0;
}

#rss-title {
	margin: 0;
}

#rss-link {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

#rss-header h1 a:hover {
	text-decoration: none; 
}

#rss-desc {
	margin: 2px 0 0 0;
	color: #fff;
	font-weight: bold;
	padding: 0;
}

#rss-desc a {
	color: #DFFFFF;
}

.odd {
	background-color: #F0F0F0;
	}

div.item {
	margin: 0 0 20px 0;
	padding: 0;
}

h2.item-title {
	margin: 0px;
}

h2.item-title a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 3px 2%;
	border-bottom: 1px dotted #333;
}

h2.item-title a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

span.item-ordinal {
	display: none;
}

div.item-desc {
	margin: 0;
	padding: 0 2% 10px 2%;
	width: 80%;
}

div.item-desc img {
	display: block;
}

div.item-pubDate {
	margin: 0;
	padding: 0 2%;
	width: 80%;
}

div.item-technorati {
	font-size: x-small;
	margin: 0px;
	padding: 8px 10px;
	width: 20%;
	float: right;
	text-align: right;
}

img {
	max-width: 100%;
	max-height: 250px;
	height: auto;
}
