/* CSS Document */
#rssfeed {
	float: right;
	width: 15%;
	z-index: 999;
	border: medium outset #600;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/css/PIE.htc);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
	position: relative;
}

#rssfeed h2 {
	color: #600;
	font-size: small;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rssfeed h3 {
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	color: #600;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

#rssfeed .itemdesc {
	font-size: 10px;
}

#rssfeed .updated {
	color: #999; 
	margin-bottom: 5px; 
	font-size: 0.7em;
}

#rssfeed .item
{
	margin-bottom: 15px;
	margin-left: 10px;
	background: rgb(249,243,224);
	background: rgba(249,243,224,0.7);
	-moz-box-shadow: 0 0 3px 3px #BBBBBB;
	-webkit-box-shadow: 0 0 3px 3px #BBBBBB;
	box-shadow: 0 0 3px 3px #BBBBBB;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/css/PIE.htc);
	background-color: #f9f3e0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: italic;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-right: 5px;
}
