/***** Welcome Box *****/

#welcome {
	position: relative;
	background-image:url(images/welcomebg.jpg);
	width: 940px;
	height: 157px;
	margin: 0;
	}
	
#welcome a {
	color: #0077dd;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: -3px 3px 0 0;
	}
	
#welcome a:hover {
	color: #ee1100;
}

#welcome div {
	position: absolute;
	top: 60px;
	width: 288px;
	height: 80px;
	padding: 4px;
}

#welcome #vod {
	position: absolute;
	top: 25px;
	left: 580px;
	width: 335px;
	padding: 0;
	color: #ddd;
}

#welcome #whatsnew {
	left: 20px;
}

#welcome #whoarewe {
	left: 325px;
}

#welcome #recentmatches {
	left: 631px;
	width: 285px;
}

#welcome ul li a {
	float: none;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	color: #ddd;
}

#welcome ul {
	margin: -1px 0 3px 0px;
	padding: 0;
	color: #777;
	font-size: 10px;
}

#welcome ul li span {
	color: #aaa;
}

#welcome li {
	padding: 2px;
	margin: 0;
	border: 0;
	width: 100%;
	text-align: center;
}


/***** News Elements *****/

.column1 h3 a {
	color: #ddd;
	font: 18px "Trebuchet MS", "Tahoma", Verdana, serif;
}

.column1 h3 a:hover {
	color: #0077dd;
 }

#newshead {
	padding: 5px;
	width: 470px;
	display: block;
	background: #111;
}

#newspost { border-bottom: 1px solid #222;; }

#newspost p { border-top: 1px solid #333; ;
border-bottom: 1px solid #333;;
}

#by {
	float: left;
	margin: 2px;
	background-position: 0 3px;
	background-image: url('images/06.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}

#date {
	float: left;
	font-size: 10px;
	margin: 2px;
	background-position: 0 3px;
	background-image: url('images/26.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}

#comments a {
	float: left;
	font-size: 10px;
	margin: 2px;
	background-position: 0 4px;
	background-image: url('images/30.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	color: #bbb;
}

#comments a:hover { 	
	color: #ff7700; 
	background-image: url('images/29.png');
}

#post a {
	float: left;
	font-size: 10px;
	margin: 2px;
	background-position: 0 4px;
	background-image: url('images/28.png');
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-top: 5px;
	color: #bbb;
}

#post a:hover { 	
	color: #ff7700; 
	background-image: url('images/27.png');
}

#by a {
	font-size: 10px;
	color: #bbb;
}

#by a:hover { 	color: #777; }

#column2 {
	padding-top: 39px;
	width: 440px;
	height: 229px;
	background: url('images/features.jpg') center no-repeat;
}

#column2 img { padding: 0 0 2px 7px; }

#column2 a img { 	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; }

#column2 a:hover img { 	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1; }

#donationList { 
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #ccc; }

#donationList ul { margin: 0; margin-left: 21px; padding: 0;
	background-image: url('images/frontpage-donations.png'); 
	background-repeat: no-repeat;
	background-position: right;
}

#donationList ul li { 
	background-image: url('images/34.png'); 
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0; margin: 0;
	padding-left: 15px;
}

#donationList a { 
	position: absolute;
	display: block;
	background-image: url('images/frontpage-viewalldonations.png');
	width: 195px;
	height: 44px;
	right: 15px;
	margin-top: -30px;
}

#box2 {
	margin-top: 9px;
	width: 430px;
	height: 40px;
}

#box2text {
	margin-top: 4px;
}