/* =================== News Formatting =================== */

.news {
	width: 540px;
}

.newsInfo {
	position: relative;
	width: 500px;
	height: 35px;
	padding: 0 0 0 40px;
	margin: 0;
/*	background: green;*/
	line-height: 35px;
}

.photoContent {
	width: 500px;
	margin: 5px 20px 30px 20px;
	padding: 0;
}

.newsContent {
	width: 540px;
	margin: 5px 0 30px 0;
	padding: 0;
/*	background: blue;*/
}

h3 {
	display: inline;
	margin: 0;
	padding: 0;
}

h4 {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.date {
	display: block;
	width: 30px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
/*	background: yellow;*/
	text-align: center;
	line-height: 21px;
	font-size: 150%;
}

.month {
	display: block;
	width: 30px;
	height: 14px;
	position: absolute;
	top: 21px;
	left: 0;
/*	background: yellow;*/
	text-align: center;
	line-height: 14px;
}

.organiser {
	font-weight: normal;
	margin: 0 0 0 5px;
}

/*.gathering .newsInfo {
	background: url(images/categories/gathering_0.55_tiny_.gif) top right no-repeat;
}

.meeting .newsInfo {
	background: url(images/categories/meeting_0.55_tiny_.gif) top right no-repeat;
}

.competition .newsInfo {
	background: url(images/categories/competition_0.55_tiny_.gif) top right no-repeat;
}

.training .newsInfo {
	background: url(images/categories/training_0.55_tiny_.gif) top right no-repeat;
}
*/

/* --- Start of Categories ---

.competition .news {
	background: transparent url(images/categories/competition.jpg) top right no-repeat;
}

.meeting .news {
	background: transparent url(images/categories/meeting.jpg) top right no-repeat;
}

.gathering .news {
	background: transparent url(images/categories/gathering.jpg) top right no-repeat;
}

--- End of Categories --- */