/* News page styles */

.news-block {
	position:relative;
	background:#FBFBFB;
	border:1px solid #DADADA;
	padding:8px 13px 13px;
	margin-bottom:10px;
}

.news-block:after {
	clear:both;
	content:" ";
	display:block;
}

	.news-block h5 {
		font-family:Tahoma;
		color:#000;
	}
	
		.news-block h5 span {
			font-weight:normal;
			float:left;
			display:block;
			width:90px;
		}
		
		.news-block h5 a {
			color:#000;
			text-decoration:none;
		}
		
		.news-block h5 a:hover {
			text-decoration:underline;
		}
		
	.news-block p {
		line-height:1.5em;
	}
	
	.news-block img {
		float:left;
		margin-right:10px;
	}

	.news-block .l-t, .news-block .r-t, .news-block .l-b, .news-block .r-b {
		position:absolute;
		display:block;
		width:5px;
		height:5px;
		font-size:0;
	}
	
		.news-block .l-t {
			background:url("../images/friends-form.gif") no-repeat right bottom;
			top:-1px;
			left:-1px;
		}
		
		.news-block .r-t {
			background:url("../images/friends-form.gif") no-repeat left bottom;
			margin-left:100%;
			left:-4px;
			top:-1px;
		}
		
		.news-block .l-b {
			background:url("../images/friends-form.gif") no-repeat right top;
			left:-1px;
			bottom:-1px;
		}
		
		.news-block .r-b {
			background:url("../images/friends-form.gif") no-repeat left top;
			margin-left:100%;
			left:-4px;
			bottom:-1px;
		}

/* Archive */

.archive {
	overflow:hidden;
	color:#88868A;
}

	.archive li {
		float:left;
		padding:0 24px;
		height:220px;
	}
	
		.archive td a {
			background:url("../images/archive.gif") no-repeat center;
			color:#fff;
			text-decoration:none;
			width:25px;
			line-height:24px;
			display:block;
		}
	
		.archive th {
			border-bottom:1px solid #7D7D7D;
			padding:4px 5px;
			text-align:center;
			font-weight:normal;
		}
		
		.archive td {
			width:25px;
			height:24px;
			padding:1px 0;
			font-size:1.1em;
			text-align:center;
			color:#000;
		}

