/* ###################################################################################
Dashboard Columns
################################################################################### */

.dashboard_column {
	margin-right: 30px;	
	float: left;
	width: 300px;
	min-height: 100px;
}

.last_column {
	margin-right: 0px;	
}

.dashboard_box {
	width: 300px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #343434;
	-webkit-box-shadow: 0px 0px 13px #575555;
	-moz-box-shadow: 0px 0px 13px #575555;
	box-shadow: 0px 0px 13px #575555;
	margin-bottom: 32px;
	position: relative;
}

.last_box {
	margin-right: 0;
}

.dashboard_box_header {
	height: 60px;
	width: 300px;
	position: relative;
}

.dashboard_box_icon {
	-moz-border-radius: 4px;
	border-radius: 4px; 
	background: #ababab;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 19px;
	margin-left: 15px;
	margin-right: 10px;
}

#latest_from_gamrfeed .dashboard_box_icon {
	background: url(../images/icons/gamrfeed-icon.png) no-repeat;
}

#latest_from_gamrreview .dashboard_box_icon {
	background: url(../images/icons/gamrreview-icon.png) no-repeat;
}

#latest_from_gamrtv .dashboard_box_icon {
	background: url(../images/icons/gamrtv-icon.png) no-repeat;
}

#latest_from_vgchartz .dashboard_box_icon {
	background: url(../images/icons/vgchartz-icon.png) no-repeat;
}

#forum_hot_topics .dashboard_box_icon {
	background: url(../images/icons/forum-post-icon.png) no-repeat;
}

#friend_activity_feed .dashboard_box_icon {
	background: url(../images/icons/activity-icon.png) no-repeat;
}

#gamrrewards_leaderboard_home .dashboard_box_icon {
	background: url(../images/icons/points-icon.png) no-repeat;
}

#tracked_games .dashboard_box_icon {
	background: url(../images/icons/games-icon.png) no-repeat;
}


.dashboard_box_move {
	position: absolute;
	top: 24px;
	right: 10px;	
	cursor: move;
}

.dashboard_box_settings_prompt {
	position: absolute;
	top: 21px;
	right: 32px;
}

.dashboard_box_title a {
	color: #fff;
}	

.dashboard_box_title {
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}

.dashboard_box_content {
	background: #fff;
	width: 280px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}

.dashboard_box_footer {
	width: 300px;
	height: 40px;
	position: relative;
}

.dashboard_box .view_all {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #9EDC36; /* old browsers */
	background: -moz-linear-gradient(top, #9EDC36 0%, #54B61D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9EDC36), color-stop(100%,#54B61D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9EDC36', endColorstr='#54B61D',GradientType=0 ); /* ie */
	color: #fff;
	font-size: 12px;
	display: block;
	width: 66px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 1px 1px 2px #212121;
	-moz-box-shadow: 1px 1px 2px #212121;
	box-shadow: 1px 1px 2px #212121; 
}

.dashboard_box_resize {
	position: absolute;
	bottom: 7px;
	left: 115px;
}

/* ###################################################################################
Friend Activity Feed
################################################################################### */

#friend_activity_feed .activity_wrap {
	padding-bottom: 20px;	
}

#friend_activity_feed .user_avatar {
	width: 60px;
	height: 60px;
	background: #ababab;
	float: left;
	-webkit-box-shadow: 0px 0px 3px #808080;
	-moz-box-shadow: 0px 0px 3px #808080;
	box-shadow: 0px 0px 3px #808080; 
	margin-right: 15px;
	overflow: hidden;
}

#friend_activity_feed .status_wrap {
	float: left;
	width: 205px;
}

#friend_activity_feed .status_bubble {
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #343434;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	position: relative;
	display: inline-block;
}

#friend_activity_feed .status_arrow {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -4px;
}

#friend_activity_feed .story_content {
	font-size: 13px;
	color: #6c6c6c;
	margin-top: 8px;
}

.story_timestamp {
	font-style: italic;
	margin-top: 8px;
}

.page_home_dashboard .add_story_comment {
	position: relative;
	display: none;
	width: 195px;
}

.page_home_dashboard .add_comment_f {
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 10px #B9F746;
	background-color: #f5f5f5;
	border: 2px solid #8ED330;
	color: #747474;
	font-size: 12px;
	height: 28px;
	padding: 7px;
	width: 175px;	
	margin-top: 10px;
}

.add_comment_f_arrow {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 100;
}

.add_comment_f_btn {
	width: 36px;
	height: 20px;
	position: absolute;
	bottom: -11px;
	right: 10px;
	background: #9EDC36; /* old browsers */
	background: -moz-linear-gradient(top, #9EDC36 0%, #54B61D 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9EDC36), color-stop(100%,#54B61D)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9EDC36', endColorstr='#54B61D',GradientType=0 ); /* ie */
	color: #fff;
	font-size: 11px;
	padding: 0;
	border: 0;
	text-align: center;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 2px #212121;
	-moz-box-shadow: 0px 1px 1px #212121;
	box-shadow: 1px 1px 2px #212121; 
	cursor: pointer;
}

#friend_activity_feed .feed_game_banner {
	width: 170px;
	height: auto;
}

.page_home_dashboard #friend_activity_feed .sub_comment_text {
	width: 130px;
}

.page_home_dashboard #friend_activity_feed .wall_post_sub_comment {
	width: 180px;	
}

/* ###################################################################################
Forum Hot Topics 
################################################################################### */

#forum_hot_topics .hot_topics_wrap {
	padding-bottom: 30px;	
}

#forum_hot_topics .hot_topics_wrap ul li.last {
	margin-bottom: 0;	
}

#forum_hot_topics h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
}

#forum_hot_topics .posted_in {
	font-style: italic;
	font-size: 12px;
}

#forum_hot_topics .hot_topic_icon {
	float: left;
	width: 15px;
	height: 15px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images/icons/forum-post-icon-sml.png) no-repeat;
	margin-right: 13px;
	margin-top: 6px;
}

#forum_hot_topics ul li {
	margin-bottom: 12px;	
}

/* ###################################################################################
Latest from gamrFeed
################################################################################### */

#latest_from_gamrfeed .dashboard_box_content {
	background: #222222;
	color: #cdcdcd;
}

#hottest_stories_list {
	border: 0;
	padding: 0;
	margin: -10px 0 10px 0px;
}

table#hottest_stories_list td.hot_story_thumbnail {
	width: 85px;
	height: 65px;
	vertical-align: top;
	padding-bottom: 10px;
}

td.hot_story_bio {
	vertical-align: top;
	padding-bottom: 10px;
}

td.hot_story_bio h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 5px;
	padding: 0;
	vertical-align: top;
}

span.hot_story_date {
	font-size: 12px;
	font-style: italic;
	color: #cdcdcd;
	margin-left: 5px;
}

#gamrfeed_top_news h2 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 6px 8px;	
}

#gamrfeed_top_news p {
	padding: 10px 5px;
	margin: 0;
	color: #424242; 	
}

#gamrfeed_top_news .sidebar_content_panel {
	background: #222;
	color: #fff;
}

a.top_news_headline {
	color: #fff;
	font-size: 16px;
}

/* ###################################################################################
Latest from gamrTV
################################################################################### */

#latest_from_gamrtv .dashboard_box_content {
	background: url(http://gamrtv.vgchartz.com/assets/images/body-bg.jpg) repeat;
	color: #cdcdcd;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 300px;
}

.sidebar_video {
	width: 290px;
	min-height: 90px;
	border: 5px solid #060606;
	font-family: 'UbuntuRegular', Calibri, Tahoma, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #d5d5d5;
	background: url(http://gamrtv.vgchartz.com/assets/images/dark-bg.png);
	cursor: pointer;
}

#latest_from_gamrtv .odd_video {
	background: url(../images/darker-bg.png);
	border: 5px solid #070707;
}

.sidebar_video h2 a {
	color: #d5d5d5;	
}

.sidebar_video h2 a:hover {
	color: #35df95;
}

.sidebar_thumbnail_wrap {
	width: 90px;
	height: 90px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}

.sidebar_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	height: 90px;
	width: auto;
}

.sidebar_details_wrap {
	float: left;
	width: 185px;
	padding-right: 5px;
}

.sidebar_details_wrap h2 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 16px;
}

.sidebar_details_wrap p {
	padding-bottom: 8px;
	font-size: 12px;
}

.sidebar_details_wrap p.sidebar_tags {
	color: #fff;
	font-size: 12px;
}

.sidebar_tags a {
	color: #35df95;	
}

.sidebar_play_count_wrap {
	padding: 3px 2px;
	background: #000;
	background-color: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	z-index: 20;
}

.sidebar_play_count {
	width: 70px;
	padding-left: 20px;
	background:url(http://gamrtv.vgchartz.com/assets/images/plays-icon.png) no-repeat;
	background-position: 0 0px;
	color: #d5d5d5;
	font-size: 10px;
	display: block;
	height: 18px;
	line-height: 18px;
}


/* ###################################################################################
Latest from gamrReview
################################################################################### */

#latest_from_gamrreview .dashboard_box_content {
	padding: 0px;	
}

#latest_from_gamrreview a:hover {
	text-decoration: none;	
}

#featured_canvas {
	width: 300px;
	cursor: pointer;
	margin: 0;
	min-height: 1px; /* OPERA FIX */
}

#featured_story {
	width: 651px;
	height: 332px;
	position: relative;
}

.featured_title_gradient {
	background: url(http://gamrreview.vgchartz.com/assets/images/featured_story/feature_story_gradient.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 122px;
	color: #fff;
	width: 100%;
}

.review_type {
	/*background: url(../images/featured_story/review_type.png);*/	
	background: #c62d21;
}

.handson_type {
/*	background: url(../images/featured_story/handson_type.png);	*/
	background: #1b47f6;
}

.media_type {
	/*background: url(../images/featured_story/media_type.png);*/
	background: #00cd3d;
}

#featured_story .headline_wrap {
	position: absolute;
	bottom: 0px;
	left: 25px;
	padding-bottom: 15px;
}


.headline_wrap {
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;	
}


#feature_1x2 .headline_wrap, #feature_2x1 .headline_wrap {
	position: absolute;
	bottom: 0;
	right: 0;	
	text-align: right;
}


#featured_story .featured_story_type {
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 25px;
	text-align: center;	
	position: relative;
	margin-left: -25px;
}

.excerpt {
	font-family: 'AllerItalic', 'Trebuchet MS', Tahoma, Arial, san-serif;	
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	color: #fff;
	padding: 10px;	
}

.featured_title_consoles {
	font-size: 12px;
}

.featured_title_headline_main {
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial, san-serif;
	text-shadow: #111 3px 3px 2px;
	font-size: 36px;
}

#feature_1x1 .featured_title_headline {
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial, san-serif;
	text-shadow: #222 2px 2px 2px;
	font-size: 24px;
	margin: 3px 0 0 18px;
}

#feature_1x2 .featured_title_headline, #feature_2x1 .featured_title_headline {
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial, san-serif;
	text-shadow: #222 2px 2px 2px;
	font-size: 24px;
	margin: 3px 10px 0 0px;
}

.feature_3 .featured_title_headline {
	font-family: Calibri, 'Trebuchet MS', Tahoma, Arial, san-serif;
	text-shadow: #222 2px 2px 2px;
	font-size: 16px;
	margin: 3px 0px 0 5px;
}

.featured_title_subhead_main {
	font-size: 18px;
	font-style: italic;
}

.featured_title_subhead {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 0 18px;
}

.feature_3 .featured_title_subhead {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 0 5px;
}

#feature_1x2 .featured_title_subhead, 
#feature_2x1 .featured_title_subhead {
	font-size: 12px;
	font-style: italic;
	margin: 0 10px 0 10px;
}

.featured_story_type {
	padding: 0 14px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: inline;	
}

#feature_1x1 {
	float: left;
	width: 290px;
	height: 250px;
	position: relative;	
}

#feature_1x2 {
	float: left;
	width: 361px;
	height: 125px;
	position: relative;	
}

#feature_2x1 {
	float: left;
	width: 361px;
	height: 125px;
	position: relative;
}

#smaller_features {
	float: left;
	width: 651px;
	height: 250px;
}

.feature_3 {
	float: left;
	width: 217px;
	height: 125px;
	position: relative;
}

/* ###################################################################################
gamrRewards Leaderboard
################################################################################### */

#gamrrewards_leaderboard_home .dashboard_box_content {
	padding: 0px;	
}

#gamrrewards_leaderboard_home #points_table {
	width: 300px;	
}

/* ###################################################################################
Latest from VGChartz
################################################################################### */

#latest_from_vgchartz .dashboard_box_content {
	padding: 0;	
	width: 300px;
}

#latest_from_vgchartz p {
	font-size: 14px;
	margin: 8px;
}

#latest_from_vgchartz .sales_chart {
	
}

#latest_from_vgchartz .white {
	color: #fff;
	font-size: 14px;
}

#latest_from_vgchartz .selected {
	background: #585858;
	color: #c1c1c1;
}

#latest_from_vgchartz #hp_title {
	font-size: 16px!important;
}


#latest_from_vgchartz .chart_header {
	background: #fa7d01;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#latest_from_vgchartz .chart_header span {
	font-size: 12px;
	color: #fff;
	font-style: italic;
	display: inline-block;
	float: right;
	line-height: 17px;
}

#latest_from_vgchartz table a {
	color: #434343;	
}

#latest_from_vgchartz table {
	width: 300px;	
	background: #f5f5f5;
}

#latest_from_vgchartz table th {
	background: #575757;
	padding: 10px 5px;
	color: #fff;
	font-size: 12px;
}

#latest_from_vgchartz table td {
	padding: 5px 8px;	
	border-bottom: 1px dashed #c1c1c1;
	vertical-align: middle;
}

#latest_from_vgchartz .worldwide_sales {
	margin-top: 0px!important;
}

/*#latest_from_vgchartz ul.tabNavigation {
	margin-bottom: 0px!important;	
}*/

#latest_from_vgchartz .tabNavigation li {
	padding: 0!important;
	margin: 0!important;
	display: block;
	float: left;
}

#latest_from_vgchartz .tabNavigation li a {
	display: inline-block;
	height: 20px!important;
	line-height: 20px;
}

#latest_from_vgchartz .panel {
	margin: 2px 0 0 0;	
}

#worldwide_sales img {
	max-width: 300px;
}	

.tabNavigation {
	height: 23px!important;	
}

/* ###################################################################################
Tracked Games
################################################################################### */

#tracked_games .dashboard_box_content {
	padding-bottom: 15px;
}

#tracked_games .tracked_game_wrap {
	margin-bottom: 10px;	
}

#tracked_games .tracked_game_boxart {
	float: left;	
	margin-right: 15px;
	max-width: 64px;
	height: auto;
}

#tracked_games .tracked_game {
	float: left;	
	width: 200px;
}

#tracked_games .tracked_game_bubble {
	position: relative;
	background: #343434;
	color: #fff;
	padding: 10px;
	display: inline-block;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}

#tracked_games .tracked_game_bubble a {
	color: #fff;
}

#tracked_games .tracked_game_bubble h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

#tracked_games .tracked_game_bubble_arrow {
	position: absolute;
	top: 12px;
	left: -6px;
}

#tracked_games .tracked_game_story {
	
}

#tracked_games .tracked_game_story h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

#tracked_games .tracked_game_story h4 span {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#tracked_games .review_wrap {
	width: 125px;
	height: 85px;
	background: #e5e5e5;
	position: relative;
}

#tracked_games .review_wrap img {
	width: 125px;
	height: 85px;
	overflow: hidden;
}

#tracked_games .review_wrap .review_label {
	position: absolute;
	display: block;
	width: 115px;
	color: #fff;
	cursor: pointer;
	bottom: 0px;
	padding: 8px 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 0.5);
	color: #fff;
	z-index: 10;
}

#tracked_games .story_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.dashboard_drop { border: 2px dashed #8a8a8a; height: 200px; display: block; width: auto!Important; 	
	-moz-border-radius: 4px;
	border-radius: 4px; 
	margin-bottom: 30px;
	background: #cdcdcd;
}

.boxSlider {
	margin-bottom: 30px;	
}

.track_feed_tn {
	max-width: 60px;	
}

.box_settings_wrap {
	background: #efefef;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	color: #4a4a4a;
	position: absolute;
	top: 42px;
	right: 32px;
	z-index: 200;
	width: 213px;
	display: none;
}

.box_settings_wrap ul {
	padding-bottom: 8px;
}

.box_settings_wrap ul li {
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	padding-bottom: 3px!important;
	margin-bottom: 0!important;
}

.box_settings_wrap ul li a {
	color: #4a4a4a;
}

.box_settings_wrap h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.homepage_save_settings_btn {
	margin-top: 10px!important;
	float: right!important;
	width: auto!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
}
