::-moz-selection{
	background: #99CCFF;
	color: #003366;
}
::selection {
	background: #99CCFF;
	color: #003366;
}

html, body {
	background-color: #F8F8F8;
	margin: 0 0 20px 0;
	padding:0;
	color: #000000;
	font-size: 12pt;
	font-family: Lucida Sans, Arial, Helvetica, Sans-Serif;
}

a:link {
	text-decoration: underline;
	color: #003366;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
}

h1, h2 {
	font-family : Century Gothic,Hiragino Maru Gothic Pro,Verdana,Arial,Sans-Serif ; 
}

/* ID */

#rss-header {
	background-color: #003366;
	color: #FFFFFF;
	padding: 5px 5px;
	margin: 0px 0%;
	border-bottom: 5px solid #99CCFF;
}

#rss-title {
	font-size: 24px;
	font-weight:normal;
	line-height:1em;
	margin: 0px;
	padding: 4px 10px 0px 18px;
}
#rss-title a {
	color: #FFFFFF;	
	text-decoration:none;
}
#rss-title a:hover {
	color: #99ccff;
}
#rss-desc {
	color: #DDDDDD;
	font-size: 0.8em;
	margin:auto;
	padding: 4px 0px 0px 20px;
}

/* CLASS */

.item {
	position:relative;
	display:block;
	margin: 20px 0px 10px 0px;
	padding: 2px 16px;
	border-bottom: 1px dotted #cccccc;
}

.item-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.0;
	color:#003366;
	margin: 0px 0px 10px 0px;
	padding:4px 20px 4px 4px;
	border-bottom: 2px solid #003366;
	border-left: 2px solid #003366;
}
.item-title a {
	color:#000000;
	text-decoration:none;
}
.item-title a:hover {
	color: #ffffff;
}
.item-title a:visited {
	color: #666666;
}
item-ordinal {
	padding-right: 0.2em;
}

.item-desc {
	font-size: .8em;
	padding: 0;
	text-align:justify;
}
.item-desc img, .item-desc p img {
	clear:both;
	float: right;
	margin: 10px 10px 15px 20px;
	border: 1px solid #666666;
}
.item-pubDate {
	color:#666666;
	font-size: 10px;
	margin: 0;
	padding: 8px 10px;
	text-align:right;
	clear:both;
}
.item-technorati {
	padding:0;
	margin:0;
	position:absolute;
	top: 6px;
	right: 16px;
}
.item-technorati a:hover {
	background:none;
}
