#content {
	background: #fff url('images/content/3quarter_left.gif') 0 0 repeat-y;
}

#content #media_player {
	text-align: center;
}

#content ul.images {
	float: right;
	margin: 0 20px;
	list-style-type: none;
	padding:0;
	width: 150px;
}

#content div.half h2 a {
color: #6C9A76;
font-weight: normal;
}

#content ul.images li {
	margin: 0;
}

	#content ul.images li a img {
		width: 150px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}


/* NEWS LISTING */
	#content div.news p.date {
		float: left;
		padding: 5px 0;
		margin: 0 0 0 0;

		text-transform: uppercase;
		line-height: 0.7em;
		font-weight: bold;
		text-align: center;
		color: #ccc;
	}

	#content div.news p.date small {
		font-size: 0.5em;
	}

/* NEWS LISTING SMALL VARIANT */
#content div.nsmall {
	margin: 10px 20px 10px 20px;
}

	#content div.nsmall p.date {
		font-size: 1.2em;
		width: 20px;
	}

	#content div.nsmall h4, #content div.nsmall h5, #content div.nsmall p {
		margin: 0 0 10px 40px;
		width: 280px;
		font-size: 0.8em;
		text-transform: none;
	}

/* NEWS LISTING LARGE VARIANT */
#content div.nlarge {
	margin: 10px 20px 40px 20px;
}

	#content div.nlarge p.date {
		/*background-image: url("images/date_back.gif");*/

		font-size: 1.6em;
		width: 40px;
	}

		#content div.nlarge p.date small {
			display:block;
			line-height: 1em;
			margin-top: 5px;
		}

	#content div.nlarge h4, #content div.nlarge p {
		margin: 0 0 10px 60px;
		width: 470px;
		text-transform: none;
	}

/* NEWS LISTING FULL VARIANT */
#content div.nfull {
	margin: 10px 20px 40px 20px;
}

	#content div.nfull p.date {
		font-size: 1.8em;
		width: 40px;
	}

		#content div.nfull p.date small {
			display:block;
			line-height: 1em;
			margin-top: 5px;
		}

	#content div.nfull h4, #content div.nfull p {
		margin: 0 0 10px 60px;
		width: 470px;
		text-transform: none;
	}





/* BLOG */

#content div.weeks {
	float: right;
	border: 1px solid #ccc;
	margin: 0 20px;
width: 130px;
	padding: 10px;
	height: 14px;
	background-color:#f3f3f3;
}

	#content div.weeks h4 {
		float: left;
		margin: 0px 10px 0 0;
		padding:0;
		text-transform: uppercase;
		line-height: 1em;
		font-size: 0.9em;
	}

	#content div.weeks ul {
		list-style-type: none;
		margin:0 0px 0 0;
		padding:0;
		font-size: 0.9em;
	}

		#content div.weeks ul li {
			float: left;
			margin: 0px 10px 0 0;
			line-height: 1em;
			padding:0;

		}

			#content div.weeks ul li a.here {
				text-decoration: underline;
				color:#999;
			}