
/* Forum Global
 --------------------------------------------------------------------------- */

#forum_header_wrap {
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	padding-bottom: 10px;
}

.page_forum_my_topics #forum_header_wrap {
	padding-bottom: 15px;	
}

.page_board #forum_title {
	padding-bottom: 5px;	
}

.page_forum_hot_topics #forum_header_wrap {
}

.forum_error {
	padding-left: 20px;
	font-weight: bold;
}

.section_title {
	font-size: 18px;
	font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
	font-weight: normal;
	padding-left: 35px;
	min-height: 26px;
	line-height: 26px;
	background: url(../images/forums/icons/forum-page-header.png) no-repeat;
	color: #4b4b4b;
	max-width: 820px;
}

#forum_title {
}

h6 {
	font-size: 10px;
	font-weight: bold;
}

.forum_button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #45AE18;
	background: -moz-linear-gradient(top, #ABDE3A 0%, #4BB41A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABDE3A), color-stop(100%,#4BB41A));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABDE3A', endColorstr='#4BB41A',GradientType=0 );
	color: #fff;
	-moz-box-shadow: 0px 1px 1px #AAAAAA;
	-webkit-box-shadow: 0px 1px 1px #AAAAAA;
	box-shadow: 0px 1px 1px #AAAAAA;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	text-align: center;
	height: 25px;
	font-size: 15px;
	border: 0;
	padding: 0;
	font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
	line-height: 25px;
	padding: 1px 15px !important;
}

#new_thread_btn  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #45AE18; /* old browsers */
	background: -moz-linear-gradient(top, #ABDE3A 0%, #4BB41A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABDE3A), color-stop(100%,#4BB41A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABDE3A', endColorstr='#4BB41A',GradientType=0 ); /* ie */	color: #fff;
	-moz-box-shadow: 0px 1px 1px #AAAAAA;
	-webkit-box-shadow: 0px 1px 1px #AAAAAA;
	box-shadow: 0px 1px 1px #AAAAAA;    
	color: #FFFFFF;
    cursor: pointer;
    display: block;
	text-align: center;
	width: 115px;
	height: 25px;
	font-size: 15px;
	border: 0;
	padding: 0;
    font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 25px;
}

.page_forum_thread .home_activity_pagination {
	top: 20px!important;
}	

#new_thread_btn:hover {
	text-decoration: none;
}	

.page_forum .home_activity_pagination {
	top: 55px;	
}

.forum_rules_list {
	list-style-type: decimal;
	padding-left: 20px;
}	

.forum_rules_list li {
}

#forum_rules_wrap {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 30px;
	border-top: 1px solid #dddddd;
	font-size: 14px;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
}

#forum_rules_wrap ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 5px;
}

/* Forum Filters
 --------------------------------------------------------------------------- */

#forum_filters_wrap {
	position: relative;
}

#forum_filters_wrap h3 {
	font-size: 18px;
	font-weight: normal;
	color: #4b4b4b;
	padding-bottom: 10px;
}

#forum_filters_wrap h3 span {
	font-size: 12px;
}

#forum_filter_options {
	padding-bottom: 5px;
}

#forum_filter_options h2 {
	font-size: 18px;
	color: #4b4b4b;
}	

#forum_filter_options h2 label {
	font-style: normal;
}

.filter_col {
	float: left;
	width: 200px;
	padding-bottom: 20px;
}

#save_forum_filters, 
.standard_btn {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #45AE18; /* old browsers */
	background: -moz-linear-gradient(top, #ABDE3A 0%, #4BB41A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ABDE3A), color-stop(100%,#4BB41A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ABDE3A', endColorstr='#4BB41A',GradientType=0 ); /* ie */	color: #fff;
	-moz-box-shadow: 0px 1px 1px #AAAAAA;
	-webkit-box-shadow: 0px 1px 1px #AAAAAA;
	box-shadow: 0px 1px 1px #AAAAAA;    
	color: #FFFFFF;
    cursor: pointer;
    display: block;
	text-align: center;
	width: 150px;
	height: 25px;
	font-size: 15px;
	border: 0;
	padding: 0;
    font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
	float: right;
}

.standard_btn {
	width: auto!important;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	float: none;
	margin-left: 3px;
	font-size: 11px!important;
}

.filter_col label {
	cursor: pointer;
	font-style: italic;
	color: #4b4b4b;
}

/* Forum Topics List
 --------------------------------------------------------------------------- */

.order_asc {
	padding-right: 15px;	
	background: url(../images/forums/sort-up-arrow.png) right no-repeat;
}

.order_desc {
	padding-right: 15px;
	background: url(../images/forums/sort-down-arrow.png) right no-repeat;
}

.forum_headers th a {
	color: #6c6c6c;	
}

#forum_topics_wrap {
	position: relative;	
	background: #ffffff;
	padding-bottom: 20px;
}

#forum_topics_table {
	padding-bottom: 20px;
	width: 100%;
}

#forum_topics_table tr:hover {
	background: url(../images/forums/thread-hover.png) repeat-x;
}

#forum_topics_table tr.forum_headers:hover {
	background-image: none;
}

#forum_topics_table th {
	text-align: left;	
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
}

#forum_topics_table td {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #efefef;
	padding-left: 20px;
	vertical-align: middle;
}

#forum_topics_table .last_post_cell {
	padding-right: 20px;	
}

.last_post_date, 
.forum_topic_pagination {
	display: block;	
}

.sticky_label {
	font-size: 15px;
	color: #c9b800;
}	

.view_more_stickies {
	display: inline-block;
	padding: 4px 8px;
	background: #c9b800;
	color: #ffffff;
	font-size: 12px;
}

#forum_topics_table .view_more_stickies_cell {
	padding: 0;		
}

.topic_cell {
	width: 360px;	
}

.author_cell {
	width: 115px;	
}

.posts_cell {
	width: 36px;	
}

.new_cell {
		
}

.home_activity_pagination {
	z-index: 100;
}	

/* Around the Network
 --------------------------------------------------------------------------- */

#forum_topics_table #around_the_network_cell {
	padding-left: 25px;	
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#around_the_network_wrap h2 {
	color: #4e4e4e;
	font-size: 20px;
	font-weight: normal;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	padding-bottom: 20px;
}

#around_the_network_wrap h2 span {
	font-style: italic;
	font-size: 16px;
}

#around_the_network_wrap h3 {
	padding-bottom: 4px;
}

.around_gamrfeed, 
.around_gamrreview, 
.around_vgchartz {
	float: left;
	width: 170px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #efefef;
}

.around_gamrfeed {
	padding-left: 0!important;	
	padding-right: 40px!important;
}

.around_vgchartz {
	border-right: 0 none!important;
}

.around_gamrfeed a {
	color: #4327ca;	
}

.around_gamrreview a {
	color: #be0f14;	
}

.around_vgchartz a {
	color: #fa7d01;	
}

#around_network_ad {
	width: 300px;
	height: 250px;
	float: left;
	background: #efefef;
	margin-right: 20px;
	margin-top: -30px;
}

#around_gamrreview_logo, 
#around_gamrfeed_logo, 
#around_vgchartz_logo {
	padding-bottom: 10px;	
}

.thread_around_network {
	margin-top: -15px;
	margin-left: -8px;
	padding: 0;
}

/* Board Index
 --------------------------------------------------------------------------- */

#forum_board_wrap {
}

.forum_wrap {
	padding-bottom: 20px;	
	background: #F6F6F6; /* old browsers */
	background: -moz-linear-gradient(top, #F6F6F6 0%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(100%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F6', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	padding-bottom: 25px;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	position: relative;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;	
}

.forum_board_wrap {
	padding-bottom: 20px;
}

.forum_board_wrap h3 {
	font-size: 18px;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	font-weight: normal;
	padding-bottom: 4px;
	float: left;
	padding-right: 10px;
}

h2.forum_header {
	font-size: 22px;
	padding-bottom: 8px;
	font-weight: normal;
}

.number_topics {
	float: left;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}

/* Tagged Games
 --------------------------------------------------------------------------- */

#tagged_games_wrap {
	width: 361px;
	border: 1px solid #f5f5f5;
	padding: 15px;
	float: left;
	margin-right: 6px;
}	

#tagged_games_wrap h3, 
#thread_poll_wrap h3,
#thread_bet_wrap h3 {
	color: #4b4b4b;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Museo Sans', Calibri, 'Trebuchet-MS', Arial;
}	

#tagged_games_wrap ul li {
	display: none;
}	

#tagged_games_wrap ul li.first_linked_game {
	display: block!important;	
}

#tagged_games_wrap ul li.more_tagged_games {
	display: block!important;	
	text-align: right;
}

#tagged_games_wrap ul li ul.gamrreview_links li {
	display: block!important;
	border-right: 1px solid #757575;
    float: left;
    font-family: Calibri,'Trebuchet-MS';
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 5px;
    padding-right: 5px;
}


/* Poll
 --------------------------------------------------------------------------- */

#thread_poll_wrap {
	width: 50%;
        min-width:300px;
	border: 1px solid #f5f5f5;
	padding: 15px;
	margin-left: auto;
        margin-right: auto;
}

.poll_cell {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 4px;
}

.poll_cell div {
  background-color: #7ecb2b;
}	

.poll_vote_cell {
	padding-left: 7px;
	vertical-align: middle;
}

.poll_vote_cell input {
	margin-left: 0px;	
}

#poll_table {
	width: 100%;	
}

#thread_poll_wrap h3 {
	padding-bottom: 8px;
}

/* Bet
 --------------------------------------------------------------------------- */

#thread_bet_wrap {
	width: 50%;
        min-width:300px;
	border: 1px solid #f5f5f5;
	padding: 15px;
	margin-left: auto;
        margin-right: auto;
}

.bet_cell {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 4px;
        font-size: 10px;
}

.bet_cell div {
  background-color: #7ecb2b;
}	

.bet_vote_row input[type="radio"]:hover {
  cursor: pointer;
}	

.bet_vote_row:hover {
  background-color: #f1f1f1;
  border: 1px solid;;
}

.bet_vote_cell {
	padding-left: 7px;
	vertical-align: middle;
}

.bet_wager_cell {
	padding-left: 7px;
	vertical-align: middle;
        text-align: center;
}

.bet_vote_cell input {
	margin-left: 0px;	
}

#bet_table {
	width: 100%;
        table-layout: fixed;	
}

#thread_bet_wrap h3 {
	padding-bottom: 8px;
}

@media (min-width: 990px){
  .bet_cell {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 4px;
        font-size: 13px;
  }
}

/* Thread
 --------------------------------------------------------------------------- */

.thread_extras_wrap {
	width: 100%;
	float: right;
	margin-bottom: 5px;
}

.forum_thread_pagination {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* 
.thread_poll_wrap {
	float: right;
	width: 722px;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
	padding-right: 18px;
}
*/

.thread_poll_wrap table tr td {
	padding-right: 15px;
	padding-bottom: 10px;
	vertical-align: top;
}

.thread_bet_wrap table tr td {
	padding-right: 15px;
	padding-bottom: 10px;
	vertical-align: top;
}

.forum_thread_pagination li {
	float: left;
	height: 22px;
	line-height: 22px;
	padding-left: 3px;
}

#forum_thread_wrap {
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 5px;
	border-top: 1px solid #dddddd;
}

.forum_post_wrap {
	padding-bottom: 20px;
	font-size: 14px;
	color: #333333;
}

.forum_user_info {
	width: 138px;
	background: #f5f5f5;
	padding: 10px;
	border: 1px solid #dddddd;
	float: left;
}

.user-avatar-wrap {
	width: 140px;
	background: #000000;
	position: relative;
	overflow: hidden;
}	

.member-role-flags {
	bottom: 5px;
	left: -5px;
	position: absolute;
}

.user-info-wrap {
	width: 140px;
	min-height: 50px;
	padding-bottom: 30px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background: #A5DC39; /* old browsers */
	background: -moz-linear-gradient(top, #A5DC39 0%, #A5DC39 70%, #A5DC39 71%, #59BC25 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A5DC39), color-stop(70%,#A5DC39), color-stop(71%,#A5DC39), color-stop(100%,#59BC25)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A5DC39', endColorstr='#59BC25',GradientType=0 ); /* ie */
	background: -o-linear-gradient(top, #A5DC39 0%,#A5DC39 70%,#A5DC39 71%,#59BC25 100%); /* opera */
	position: relative;
}

.user-name-wrap {
	width: 140px;
	min-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #333333;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	cursor: pointer;
}

.user-name-wrap:hover .user-additional-links, .user-name-wrap2:hover .user-additional-links {
	display: block!important;	
}

.user-name {
	font-size: 18px;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	font-weight: normal;
	color: #fff;
	padding-bottom: 4px;
}

.username-info-link {
	display: inline-block;
	padding-right: 15px;
	background: url(../images/forums/icons/username-info-arrow.png) center right no-repeat;
	color: #fff;
}

.username-info-link:hover {
	text-decoration: none;
}

.user-online-status {
	font-size: 10px;
	color: #fff;
	height: 10px;
	line-height: 10px;
}

.online-status-icon {
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

.user-total-posts {
	font-size: 10px;
	color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.user-recent-badges {
	padding-bottom: 10px;	
}

.user-recent-badges ul {
	height: 20px;
}

.user-recent-badges h4, 
.user-currently-playing h4, 
.forum_post_content h4 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.user-recent-badges li {
	float: left;
	width: 20px;
	height: 20px;
	padding-right: 3px;
}

/*
.user-recent-badges li div {
	-moz-border-radius: 3px;
	border-radius: 3px; 
	background: #333;
	width: 20px;
	height: 20px;
}
*/

.user-recent-badges li .user_badge_small {
	width: 20px;
	height: 20px;
}

.user-recent-badges li .badge_tooltip {
	margin-left: -69px;
}

.user-recent-badges li .badge_thumbnail {
	float: none;
	margin: 0 auto 10px auto;
}

.post-body td {
    background-color: #F3F3F3;
    border: 2px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px #CFECA9;
    color: #303030;
    font-family: Calibri,'Trebuchet MS','Arial','Helvetica','sans-serif';
    font-size: 15px;
    padding: 3px;
}

.post-body table {
    background-color: #F3F3F3;
    width: 96%!important;
	margin-bottom: 10px;
}
.post-body hr {
    background-color: #303030;
    border: 0 none;
    color: #303030;
    height: 1px;
}

#tagged-games-list {
	height: 40px;
	position: relative;
}

#tagged-games-list li {
	height: 40px;
	width: 30px;
	float: left;
	position: relative;
	padding-right: 6px;
}

/* Currently Playing
 --------------------------------------------------------------------------- */

.user-currently-playing li {
	width: 30px;
	height: 40px;
	padding-right: 6px;
	position: relative;
	float: left;
}

.user-currently-playing .game_wrapper, 
#tagged-games-list .game_wrapper {
	bottom: 0;
	width: 30px;
}

.user-currently-playing .shelf_game, 
#tagged-games-list .shelf_game {
	box-shadow: none;
	max-width: 30px;
	max-height: 40px;
}

.user-currently-playing li .user-playing-game {
	position: absolute;
	bottom: 0;
	width: 40px;
}

.user-currently-playing li.last {
	padding-right: 0px!important;
}

.user-currently-playing .game_name_tooltip, 
#tagged-games-list .game_name_tooltip {
	padding-left: 10px;
	padding-right: 10px;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	color: #555555;
	background: #f9f9f9;
	border: 2px solid #e6e6e6;
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -75px;
	z-index: 20;
	margin-bottom: 0;
	display: none;
}	

.forum-game-tooltip-arrow {
		
}

.user-currently-playing li img.game_boxart, 
#tagged-games-list img.game_boxart {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: auto;
}

.user-ranking-wrap {
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	position: absolute;
	bottom: 0px;
	height: 17px;
	line-height: 16px;
	postion: relative;
}

.user-ranking-wrap .supporter-symbol{
	position: absolute;
	top: -3px;
	right: -18px;
}

.user-points {
	display: inline-block;
	margin-left: 30px;
	padding-left: 25px;
	background: url(../images/forums/icons/user-points-icon.png) no-repeat;
	font-size: 14px;
	color: #fff;
	width: 50px;
	height: 17px;
}

.user-rank {
	float: left;
	padding-left: 20px;
	background: url(../images/forums/icons/user-rank-icon.png) no-repeat;
	font-size: 14px;
	color: #fff;
	height: 17px;
}

.user-additional-links {
	position: absolute;
	width: 110px;
	background: url(../images/forums/additional-links-arrow-bg.png) no-repeat top left #555555;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	top: 0;
	left: 140px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	z-index: 100;
	display: none;
}

.user-additional-links li {
	padding-bottom: 5px;	
}

.user-additional-links a {
	color: #fff;
}

.forum_post_content {
	float: right;
	width: 755px;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 18px;
}

.post-body p {
	padding-bottom: 18px;	
}

.post-body li {
	margin-left: 15px;
}

.user-signature {
	border-top: 1px solid #dddddd;
	padding-top: 10px;
	line-height: 120%;
    max-height: 270px;
    max-width: 755px;
    overflow: hidden;
}

.user-signature p {
	padding-bottom: 10px;	
}

.post-info {
	float: left;
	display: inline-block;
	padding-bottom: 20px;
	font-weight: bold;
}

.moderator-toolbar {
	float: right;
	display: inline-block;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

.forum-user-avatar {
	width: 140px;
	height: auto;
}

/* Thread Tools Links
 --------------------------------------------------------------------------- */

.forum_post_tools {
	float: right;
	width: 774px;
	background: #e5e5e5;
	padding: 10px;
	text-align: right;
}

.forum_post_tools li {
	display: inline-block;
	padding-left: 6px;
}

.forum_post_tools li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 40px;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-family: Calibri, 'Trebuchet-MS', Arial;
	font-weight: 500;
	font-size: 11px;
	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;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 1px 2px #767676;
	-moz-box-shadow: 0px 1px 2px #767676;
	box-shadow: 0px 1px 2px #767676; 
	line-height: 20px;
}

#edit_title_wrap {
	width: 550px;
	height: 150px;
	padding: 10px;
	border: 10px solid #e6e6e6;
	background: #f9f9f9;
	font-size: 14px;
}

.edit-group {
	border: 1px solid #dddddd;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

/* Report Post
 --------------------------------------------------------------------------- */

.report_post_wrap {
	padding-bottom: 10px;	
}

#report_reason {
	width: 922px;
	height: 85px;
	padding: 5px;
	margin-bottom: 15px;
	font-family: 'Calibri', 'Trebuchet-MS', Arial;
	font-size: 14px;
}

.page_forum_my_topics .home_activity_pagination {
	top: 20px!important;	
}

/* New Thread
 --------------------------------------------------------------------------- */

.new_thread_wrap {
		
}

.new_thread_headline {
	padding-right: 10px;	
}

.new_thread_headline, 
.new_thread_field {
	padding-bottom: 8px;
}

.new_thread_wrap input, 
.new_thread_wrap select, 
.new_thread_wrap textarea {
	font-size: 14px;
	font-family: Calibri, 'Trebuchet-MS', Arial;
}

.new_thread_wrap input.subject,
.new_thread_wrap input.hasDatepicker, 
#edit_title_wrap input.subject, 
.edit_thread_wrap input.subject, 
.search-textfield {
	background-color: #F9F9F9;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    color: #303030;
    font-size: 14px;
    padding: 3px;	
}

.search-textfield {
	width: 300px;
}

#linked_games {
	list-style-type: disc;
	padding-left: 10px;
	margin-top: 6px;
	margin-left: 121px;
}

#linked_games li {
	padding-bottom: 3px;	
}

/* Quick Reply
 --------------------------------------------------------------------------- */

#quick_reply_box {
	width: 100%;	
	min-height: 120px;
}

.quick_reply_wrap {
	float: right;
	width: 755px;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 18px;
	padding-right: 18px;	
}

.quick_reply_menu {
	text-align: center;
	padding-top: 10px;
}


/* Reply
 --------------------------------------------------------------------------- */

.reply-box {
	padding-bottom: 20px;	
}

#post_reply_box {
	width: 922px;	
	min-height: 400px;
}

.reply-buttons {
	background: #f5f5f5;
	padding: 10px;
	text-align: right;
	margin-bottom: 10px;
}

.reply-buttons li {
	display: inline-block;
	padding-left: 6px;
}

.reply-buttons li input {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 40px;
	text-decoration: none;
	height: 20px;
	text-align: center;
	font-family: Calibri, 'Trebuchet-MS', Arial;
	font-weight: 500;
	font-size: 11px;
	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;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 1px 2px #767676;
	-moz-box-shadow: 0px 1px 2px #767676;
	box-shadow: 0px 1px 2px #767676; 
	line-height: 20px;
	border: 0 none;
	cursor: pointer;
}

#forum_reply_wrap {
	padding-bottom: 25px;	
}

.standard_heading {
	font-size: 18px;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	color: #4b4b4b;
	padding-bottom: 10px;
}

.error {
	font-weight: bold;	
}

/* Forum Search
 --------------------------------------------------------------------------- */

#forum_search_wrap {
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

#forum_search_wrap input, 
#forum_search_wrap select {
	font-family: Calibri, 'Trebuchet-MS', Arial;	
}

.search-section {
	border: 1px solid #dddddd;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 18px;
	padding-right: 18px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.search-label {
	width: 120px;
	float: left;
	font-weight: bold;
	height: 40px;
	line-height: 26px;
}

.search-field {
	float: left;
	width: 338px;
	padding-bottom: 15px;
}

#forum_search_wrap table td {
	vertical-align: top;
}

#select_boards {
	width: 300px;	
}

#search_submit_bar {
	margin-top: 15px;
	background: #f5f5f5;
	padding: 10px;
	text-align: right;
}

/* Forum Stats
 --------------------------------------------------------------------------- */

.forum_footer_boxes {
    float: left;
    margin: 20px;
    position: relative;
    width: 260px;
}

#forum_stats_wrap {
	padding-top: 0px!important;	
}

#forum_stats_wrap .forum_footer_boxes h3 {
	width: 100%;
}

/* Forum Thread Formatting
 --------------------------------------------------------------------------- */

.post-body ul { 
	list-style-type: disc;
	margin-bottom: 15px;
}

.post-body ol {
	list-style-type: decimal;
	margin-bottom: 15px;
}

.post-body li {
	padding-bottom: 4px;	
}

.tooltip {
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	font-family: "Museo Sans", Calibri, 'Trebuchet-MS', Arial;
	color: #555555;
	background: #f9f9f9;
	border: 2px solid #e6e6e6;
	text-align: center;
	display: none;
	z-index: 1000;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px #747474;
	-moz-box-shadow: 0px 0px 3px #747474;
	box-shadow: 0px 2px 0px #212121; 
	position: relative;
}

/* Font And Clean Ups
 --------------------------------------------------------------------------- */

.post-body {
	font-size: 15px!Important;
	color: #4b4b4b!important;
	overflow: hidden!important;
	line-height: 120%;
	font-family: 'Calibri', 'Trebuchet MS','Arial','Helvetica','sans-serif';
}	

.post-body img {
	max-width: 755px!important;
	height: auto;
}

.post-body span, .post-body p {
	font-size: 15px!Important;
	color: #4b4b4b!important;
}

/* Menu
 --------------------------------------------------------------------------- */

.page_forum_hot_topics #forum_hot_topics a {
	background: #343434;
}

.page_forum_hot_topics #forum_hot_topics .current_section_arrow {
	display: block!important;
}

.page_forum_index #forum_index a {
	background: #343434;
}

.page_forum_index #forum_index .current_section_arrow {
	display: block!important;
}

.page_forum_my_topics #forum_my_topics a {
	background: #343434;
}

.page_forum_my_topics #forum_my_topics .current_section_arrow {
	display: block!important;
}

.page_forum_my_subscribed_topics #forum_my_subscribed_topics a {
	background: #343434;
}

.page_forum_my_subscribed_topics #forum_my_subscribed_topics .current_section_arrow {
	display: block!important;
}

.page_forum_rules #forum_rules a {
	background: #343434;
}

.page_forum_rules #forum_rules .current_section_arrow {
	display: block!important;
}

.page_forum_latest_topics #forum_latest_topics a {
	background: #343434;
}

.page_forum_latest_topics #forum_latest_topics .current_section_arrow {
	display: block!important;
}

.page_forum_search #forum_search a {
	background: #343434;
}

.page_forum_search #forum_search .current_section_arrow {
	display: block!important;
}

.post-body h1 {
  font-size: 2em;
  margin-top:18.76px;
  margin-bottom:18.76px;
}
.post-body h2 {
  font-size: 1.5em;
  margin-top:17.43px;
  margin-bottom:17.43px;
}
.post-body h3 {
  font-size: 1.17em;
  margin-top:16.38px;
  margin-bottom:16.38px;
}
.post-body h4 {
  font-size: 1em;
  margin-top:18.62px;
  margin-bottom:18.62px;
}
.post-body h5 {
  font-size: .83em;
  margin-top:19.405px;
  margin-bottom:19.405px;
}
.post-body h6 {
  font-size: .75em;
  margin-top:24.465px;
  margin-bottom:24.465px;
}