#news .news-body img,
#news .news-entry .video,
#news .news-entry iframe
{
	border: 1px white solid;
	box-shadow: 5px 5px 5px rgb(0, 0, 0);
}

#news h3 a, #news h3 a:hover, #news .news-date
{
	color: rgb(255, 204, 102);
}

#news h3 a:hover
{
	text-shadow: 	2px 2px 0px rgb(85, 22, 5), 
					-2px 2px 0px rgb(85, 22, 5), 
					-2px -2px 0px rgb(85, 22, 5), 
					2px -2px 0px rgb(85, 22, 5), 
					0px 2px 0px rgb(85, 22, 5), 
					0px -2px 0px rgb(85, 22, 5), 
					2px 0px 0px rgb(85, 22, 5), 
					-2px 0px 0px rgb(85, 22, 5), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49), 
					0px 0px 10px rgb(241, 167, 49);
}

#news .table-border
{
	background-image: linear-gradient(to bottom, rgb(40, 40, 40) 0%, 
												rgb(20, 20, 20) 100%);
	border-left: 3px solid rgb(60, 60, 60);
	border-top: 3px solid rgb(60, 60, 60);
	border-right: 3px solid rgb(0, 0, 0);
	border-bottom: 3px solid rgb(0, 0, 0);
}

#news .table-border th, #news .table-border td
{
	border: rgb(100, 100, 100) 1px solid;
}

#news .table-border th
{
	background-image: -webkit-linear-gradient(top, rgb(40, 40, 40) 10%, 
												rgb(65, 65, 65) 45%, 
												rgb(20, 20, 20) 50%, 
												rgb(35, 35, 35) 100%);
	background-image: linear-gradient(to bottom, rgb(40, 40, 40) 10%, 
												rgb(65, 65, 65) 45%, 
												rgb(20, 20, 20) 50%, 
												rgb(35, 35, 35) 100%);
												
	text-shadow: 0px 2px 5px rgb(0, 0, 0);
}

#news .table-border td
{
	background-image: linear-gradient(to bottom, rgb(50, 50, 50) 0%, 
												rgb(20, 20, 20) 100%);
}

#news .table-border tr:hover td
{
	background-image: linear-gradient(to bottom, rgb(80, 80, 80) 0%, 
												rgb(50, 50, 50) 100%);
}