/*****************************************/
/* news-blog                             */
/*****************************************/
h3 {
	clear: left;
	display: block;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #F8981D;
}
h4 {
	clear: left;
	display: block;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	color: #F8981D;
}

.date {
	clear: left;
	padding: 3px 0 6px 0;
	text-align: left;
	color: #FFFFFF;
}
.note {
	clear: left;
	padding: 0 0 18px 0;
	text-align: left;
}
.pic {
	display: block;
	position: relative;
	float: left;
	margin: 10px auto;
	padding: 0;
	background: transparent url(img/bkg.png) repeat fixed;
}
.pic img {
	display: block;
	border: 5px solid #FFFFFF;
}
.shadeLU {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
	background: transparent url(img/pic_shadow.png) no-repeat top left;
}
.shadeRD {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
	background: transparent url(img/pic_shadow_rd.png) no-repeat bottom right;
}
.picborder {
	display: block;
	border: 5px solid #FFFFFF;
}
