#news_story div h1				{ text-transform: uppercase; color: #efc135; font: 16px "helvetica neue",helvetica, arial, sans-serif, verdana, tahoma; padding-bottom: 12px; font-weight: bold; }
#activity div h1				{ text-transform: uppercase; color: #66CFCF; font: 16px "helvetica neue",helvetica, arial, sans-serif, verdana, tahoma; padding-bottom: 12px; font-weight: bold; }
#groups_list h1					{ color: #a4a406; font: 16px "helvetica neue",helvetica, arial, sans-serif, verdana, tahoma; padding-bottom: 12px; }
#games h1						{ color: #c3542e; font: 16px "helvetica neue",helvetica, arial, sans-serif, verdana, tahoma; padding-bottom: 2px; }

/* ids */
#boodies_online_now				{ width: 439px; }
#what_is_boody					{ width: 199px; margin-right: 20px; }
#login_signup					{ width: 172px; }
#login_signup p					{ margin-top: -3px; }
#news_story						{ width: 443px; height: 249px; padding-left: 230px; }
#news_story div					{ width: 200px; padding: 26px 10px 26px; }
#activity						{ width: 433px; height: 249px; }
#activity div					{ width: 200px; padding: 26px 26px 26px; }
#groups_bottom					{ display: block; padding: 16px 0; }

/* classes */
.group_photo					{ border: 1px solid #a4a406; margin-right: 14px; } 
.game_photo						{ border: 1px solid #c3542e; margin-right: 14px; } 
.boody_photo					{ border: 1px solid #CD61A9; margin-right: 14px; } 
#groups_list .activity_photo_div { border: 1px solid #a4a406; } 

/* lists */
#groups_list li					{ display: block; height: 70px; padding: 12px 0; background: url("../../images/divider1.gif") bottom center no-repeat; }
#groups_list li.bullet			{ margin-top: -1px; height: auto; padding: 0; background: none; list-style-type: circle; color: #9a9a9a; font-size: 13px; }
#groups_list li div.right 		{ margin-top: 40px; }
#groups_list li div.left a div	{ width: 100px; height: 66px; background-position: 0 50% !important; margin-right: 14px; }
#games_list li a img			{ margin: 0; }
#games_list li					{ display: inline; }
#games_list li.pad				{ padding-right: 3px; }
#boodies_list					{ padding-bottom: 10px; }
#boodies_list td a img			{ margin: 0; }
#boodies_list td				{ width: 82px; display: table-cell; text-align: center; }
#boodies_list td.pad			{ padding-right: 3px; }

/* links */
#news_story a					{ color: #efc135; font-size: 12px; padding: 4px 6px; background: #000; }
#news_story a:hover				{ color: #000; background: #efc135; }
#activity a						{ color: #66CFCF; font-size: 12px; padding: 4px 6px; background: #000; }
#activity a:hover				{ color: #000; background: #66CFCF; }
a:hover .game_photo				{ border-color: #fff; }
a:hover .group_photo			{ border-color: #fff; }
a:hover .boody_photo			{ border-color: #fff; }
#groups_list a:hover .activity_photo_div { border: 1px solid #fff; } 
