
html, body { background-color:#363823; color:#fff;  height:100%; }


a { color:#fcf374; text-decoration:none; outline:none; }
a:hover { text-decoration:underline; }

#Wrapper { width:850px; margin:0 auto 30px auto; overflow:auto; position:relative;}

h1#Header  { background:url("../images/steambirds-logo.png") no-repeat; width:722px; height:52px; text-indent:-32000px; display:block; margin:0 auto 16px auto; }

#GamePanel { background:url("../images/game-background.png") no-repeat; width:713px; height:504px; position:relative; margin:0 0 10px 45px; }
	#GamePanel ul#SocialLinks { position:absolute; top:86px; left:10px;}
		#GamePanel ul#SocialLinks li  a{ background-repeat:no-repeat; width:45px; height:45px; text-indent:-32000px; display:block; margin-bottom:7px; }
			#GamePanel #SocialLinks #Twitter a{ background-image:url("../images/twitter-button.png"); }
			#GamePanel #SocialLinks #Facebook a{ background-image:url("../images/facebook-button.png"); }
			#GamePanel #SocialLinks #RSS a{ background-image:url("../images/rss-button.png"); }
	#GamePanel object#Game{ position:absolute; top:12px; left:61px; }
	
#Mobile { float:left; width:380px; overflow:auto;  margin:0 33px 0 37px; }
	#Mobile li a{ background-repeat:no-repeat; width:380px; height:136px; text-indent:-32000px; display:block; margin-bottom:20px; }
	#Mobile #sbs_apple_hd a{ background-image:url("../images/sbs_apple_hd.png"); }
	#Mobile #sbs_apple_iphone a{ background-image:url("../images/sbs_apple_iphone.png"); }	
	#Mobile #sbs_android a{ background-image:url("../images/sbs_android.png"); }
	#Mobile #sb_android a{ background-image:url("../images/sb_android.png"); }
	#Mobile #sb_apple a{ background-image:url("../images/sb_apple.png"); }
	#Mobile #sb_windows a{ background-image:url("../images/sb_windows.png"); }
#News { float:left; width:300px; overflow:auto; }
	#News h2{ background:url("../images/news.png") no-repeat; width:258px; height:68px; text-indent:-32000px; display:block; }
	#News .newsItem { margin:0 0 10px 10px; }
		#News .newsItem h3{ color:#d4b100; font-weight:bold; }
		#News .newsItem p{ margin-bottom:5px; }
			#News .newsItem p.date{ color:#848a56; font-size:.9em; }
			#News .newsItem p.readMore {}
		
		

#Footer { clear:left; overflow:auto; width:256px; margin:0 auto 10px auto; padding-top:20px; }
	#Footer li a{ background-repeat:no-repeat; text-indent:-32000px; display:block; height:74px; float:left; }
		#Footer #Spryfox a { background-image:url("../images/spryfox.png"); width:72px; margin-right:40px; }
		#Footer #RadialGames a { background-image:url("../images/radial-games.png"); width:144px; background-position:left center;}
		
	
	

