
/*	Front Page formatting stuff 	*/


/*	Custom Link Colours	*/
#content a{
	color:orange !important;
}

#content a:hover{
	color:#ffe383 !important;
}

#content h2 a{
	color:black !important;
	text-decoration:none;
}

#content h2 a:hover{
	color:orange !important;
	text-decoration:none;
}


body{
	font-size:11px;
}




/*	ICONS	*/
.game_icon_group{
	clear:both;
	float:none;
	overflow:hidden;
	
	background-color:;
	text-align:center;
	
	margin-bottom:40px;
}

.game_icon{
	border-width:0px;
	margin:0px;
	padding:0px; 
	
	width:197px;
	float:left;
	overflow:hidden;
	
	text-align:center;
}



/*	FUND RAISERS	*/
.full_stretch{
	clear:both;
	width:100%;
	overflow:hidden;
	
	margin-bottom:40px; 
}
.full_stretch h2{
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted silver;
}

.split_col{
	width:47%; 
	float:left;
}




/*  OTHERS  */

.thirds_col{
	width:28%;
	float:left;
	
	padding:20px 20px;
}
.thirds_col h2{
	font-size:14px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted silver;

}
.thirds_col li{
	padding-left:10px;
}

.coloured{
	background-color:#f9f9f9;
}




.icon_list{
	margin-bottom:15px;
}

.icon_list_icon{
	float:left; 
	margin-right:10px; 
}

.icon_list_title{
	font-weight:bold;
	overflow:hidden;
}

.icon_list_desc{
	overflow:hidden;
	font-size:10px;
}








