@charset "UTF-8";
/* CSS Document */
#main h1#pageTitle {
	margin: 0;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #e0e0e0;
	background: -moz-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background: -webkit-linear-gradient( 90deg, rgb( 243, 243, 243 ) 0%, rgb( 225, 225, 225 ) 53.271%, rgb( 241, 241, 241 ) 53.687%, rgb( 255, 255, 255 ) 100%);
	background-color: #f0f0f0;
	padding: 6px 6px 4px 6px;
	font-size: 1.2em;
	text-shadow: 1px 1px 0 #ffffff;
}

#latest ul {
	margin: 8px 0 0 0;
	background-image: url("../images/border_bottom.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 0.95em;
}

#latest ul li {
	margin: 0 0 4px 0;
	background-image: url("../images/border_bottom.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 4px 0;
}

#latest ul li:after {
	clear: both;
	content: ".";
	display: block;
	clear: both;
	height: 1px;
	visibility: hidden;
}

#latest ul li .image {
	float: left;
	width: 52px;
	margin-right: 10px;
}

#latest ul li .summary {
	float: left;
	width: 440px;
}

#latest ul li .title {
	font-weight: bold;
}

#latest ul li .title a {
	background-image: none;
}

#latest ul li .title a:hover {
	background-image: url("../images/keyword_bottom_hover.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
}

#latest ul li .category,
#latest ul li .description {
	font-size: 0.85em;
	color: #999999;
}

#latest ul li .category a {
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}

#latest ul li .description a {
	background-image: url("../images/description_bottom_hover.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	color: #999999;
}

#latest ul li .category a:hover,
#latest ul li .description a:hover {
	background-image: url("../images/keyword_bottom.png");
	color: #333333;
}
