/* moztw.css for sage change by kax* 2005/2/27/ 
/* known bugs: image and font some times will over the item box 
update 2005/2/27 use overflow to fix*/

html * {
	-moz-box-sizing: border-box
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: ·s²Ó©úÅé ,verdana;
	font-size: 12px;
	
	
}

a:link		{ text-decoration: none; color: #0B009D }
a:visited	{ text-decoration: line-through;  color: #0B009D}
a:hover		{ text-decoration: underline; color: #0B009D }
a:active	{ text-decoration: none; color: #A300A4}

p.item-desc a:link { color: #029 }

#rss-header {
	background-color: #455372;
	color: white;
	border: 1px solid silver;
	border-left:none;
	border-top:none;
	padding: 0px;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	width: 90%
}

#rss-header a:link, #rss-header a:visited {
	color: white
}

#rss-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	-moz-outline-color: black;
	padding-left: 20%
	
}

#rss-desc {
	font-size: 12;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left:  auto;
	margin-right: 30px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #656F85;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	max-width: 60%
}

div.item {
	width: 42.5%;
	margin-top: 4px;
	margin-left:5%;
	margin-bottom: 4px;
	padding: 0px;
	float: left;
	background-color: white;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px	
}

h2.item-title {
	background-color: #E0E9E9;
	border-bottom: 1px solid Silver;
	border-right: 1px solid silver;	
	font-size: 13px;
	font-weight:bold;
	font-weight: normal;
	margin: 0px;
	padding:2px;
	padding-left: 10px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	letter-spacing: 2px 
}

span.item-ordinal {
	padding-right: 0.2em
}

div.item-desc {
	font-size: 12px;
	color: black;
	border-top: 2px solid white;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	margin: 0px;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #EDF2F2;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	letter-spacing: 2px;
	line-height: 18px;
	max-width: 100%;
	min-height: 20px;
	overflow: auto
}

.item-desc:hover {
	background-color: #E0E9E9;
	color: black
}

div.item-pubDate {
	background-color: #EEEEEE;
	color: #686868;
	margin: 0px;
	margin-top: 3px;
	margin-right: 5%;
	float:right;
	text-align:right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 80%;
	padding-right: 5%; 
	-moz-border-radius-bottomright: 15px
}

div.item-technorati {
	margin: 0px;
	margin-top: 3px;
	float:right;
	text-align:right;
}

.item-desc img {
	border: none	
}


