/*CHANGES THAT MIKE NEEDS TO MAKE SITEWIDE


old  									=   	new
1. on the index.html page only     			the world gold in the css section below, all classes, need to be replaced the word purple
2. need to change the old 'community' section which is now forums - to included 6 postings instead of 3
3. the new 'game design challenge'content  on bottom of first column is currently a copy of the 'featured stories' listings.  That will need to be changed, but the classes will remain the same.
4. need to swap in the new leaderboard code to bottom of entire body area.   currently this ad location is using the same code as the top leaderboard. 
5. need to swap in the new universal nav at the top.  currently its the old grey one, need to put in new black one.
6. 



*/
ul.maingold li img.img,
ul.maingreen li img.img,
ul.mainblue li img.img {
	float: left;
	margin: 0 5px 0px 0;
	border: 1px solid #fff;
}





/* COMMON TEXT and LINK STYLES ------------------*/


ul.mainblue li a:link,
ul.mainblue  li a:visited,
ul.regular_bluebox li a:link,
ul.regular_bluebox li a:visited {
color: #005D9B;
text-decoration: none;
}


ul.maingold li a:link,
ul.maingold li a:visited,
ul.regular_goldbox li a:link,
ul.regular_goldbox li a:visited  {
color: #CF7000;
text-decoration: none;
}


ul.mainblue li a:hover,
ul.maingold li a:hover,
ul.regular_goldbox li a:hover,
ul.regular_bluebox li a:hover {
text-decoration: underline;
}


div.footer_blue a:link,
div.footer_blue a:visited,
div.footer_gold a:link,
div.footer_gold a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

div.footer_blue a:hover,
div.footer_gold a:hover{
	text-decoration: underline;
}

ul.maingold li,
ul.mainblue li,
ul.regular_bluebox li {
	padding: 3px;
}