/* NEWS */
#news {
    padding: 10px 0px;
}

#news .entry {
    margin-bottom: 20px;
}

#news .entry div {
    margin-bottom: 5px;
}

#news .type-article {
    font-weight: normal;
    color: #fef269
}


/* WEEKLY SCHEDULE */
#weekly_schedule{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 98%;
}
#weekly_schedule th, #weekly_schedule td{
	border: 1px solid #ccc;
	padding: 2px;
	color: #fff;
}
#weekly_schedule th{
	background: #4d88c4;
	color: #fff;
}
#weekly_schedule th.time_name{
	background: #bfd5ea;
	color: #000;
	font-size: 11px;
	white-space: nowrap;
}
#weekly_schedule th.day_name{
	text-align: center;
	text-transform: capitalize;
	padding: 4px 2px;
}
#weekly_schedule td{
	font-size: 11px;
	vertical-align: top;
	color: #000;
}
#weekly_schedule td ul{
	margin: 0;
	padding-left: 14px;
}
#weekly_schedule td li{
	margin: 0;
	padding: 0;
}
ul#exerciseType{
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
	ul#exerciseType li{
		list-style: none;
		color: #fff;
	}

#timeTableChannel span.date{
	display: block;
	margin: 8px 0 0 0;
	font-weight: bold;
}
#timeTableChannel span.time{
	float: left;
	width: 75px;
}
#timeTableChannel span.exercise{
	float: right;
	width: 115px;
}


/* BULLETIN */
#bulletinArchives{
	margin: 15px 0;
}
	#bulletinArchives h3.bulletinTitle{
		float: left;
		width: 450px;
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 12px;
	}
	#bulletinArchives div.bulletinContent{
		float: right;
		width: 150px;
	}

