/*Changes the new layout so that it will expand to fit your browser window, 
but there is a minimum width employed within it so it will never be smaller 
than the static layout.  If it did get smaller, things would look weird.*/

@-moz-document domain("boards.ign.com"), domain("betaboards.ign.com"), domain("forums.ign.com") {

#boards_container,
#masthead {
width: auto !important;
margin: 12px 1% !important;
min-width: 976px !important;
}

#nav_top > .container {
background: transparent url(http://media.ignimgs.com/boards/img/classic/nav_bg.jpg) repeat-x scroll 0 0 !important;
}

#nav_end {
background: transparent url(http://media.ignimgs.com/boards/img/classic/nav_bookends.jpg) no-repeat scroll -10px 0 !important;
float: right !important;
height: 29px !important;
width: 10px !important;
}

#nav_front {
background: transparent url(http://media.ignimgs.com/boards/img/classic/nav_bookends.jpg) no-repeat scroll 0 0 !important;
height: 29px !important;
width: 10px !important;
}

#boards_main_content {
position: relative;
background-color: #706e7b !important;
background-position: top right !important;
min-height: 1300px !important;
}

#boards_main_body_container {
width: auto !important;
margin-right: 308px;
float: none !important;
}

#boards_main_body_container #boards_full_width_user_search {
margin-right: 10px !important;
}

#boards_main_sidebar {
background-color: #838290 !important;
position: absolute;
right: 0;
top: 0;
}

#boards_medrec_relative {
display: none !important;
}

#boards_sidebar_wrapper:nth-child(2) {
margin-top: 10px !important;
}

#boards_main_user_search {
width: auto !important;
margin-right: 10px !important;
background-repeat: repeat-x !important;
}

.boards_main_section_wrapper {
width: auto !important;
margin-right: 10px;
float: none !important;
}

.boards_favorites_header {
width: auto !important;
margin-left: 25px !important;
margin-right: 25px !important;
}

.boards_favorites_header h1 {
width: 60% !important;
}

.boards_main_boards_row {
width: 98% !important;
}

.boards_main_boards_name {
width: 57% !important;
}

.boards_main_boards_header {
width: 97.5% !important;
}

.boards_main_boards_header h1 {
width: 60% !important;
}

.boards_main_boards_dividing_line {
width: 95% !important;
}

#boards_category_header {
width: 100% !important;
}

#boards_category_header h1 {
width: 57% !important;
}

#nav_top .container,
#nav_special,
#nav_channel .container,
#navigation_content_gutter,
#boards_full_width_user_search,
#boards_breadcrumb,
#boards_breadcrumb_bottom,
#boards_full_width_user_search_webforms,
#boards_webform_wrapper,
#boards_full_width,
#boards_board_list_header {
  width: auto !important;
  }

#boards_full_width_ad_container {
display: none !important;
}

#status_message,
#boards_pagination_wrapper,
#boards_bottom_pagination_wrapper,
#boards_board_list_table_header,
.boards_board_list_row, 
.boards_board_list_row_over,
#boards_board_list_footer,
#boards_additional_info {
width: 100% !important;
}

#boards_board_list_footer {
padding-left: 0px !important;
}

#boards_board_list_footer > div:first-child {
padding-left: 24px !important;
}

#status_message {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 35px !important;
background: #c1c2c9 !important;
border-style: solid;
border-width: 1px 0px;
border-color: #95959d;
}

#boards_pagination_wrapper {
position: relative !important;
}

.boards_pagination {
position: absolute;
left: 0%;
right: 100px;
}

.boards_pagination_dropdown {
display: inline !important;
position: static !important;
float: right;
margin: 4px 2px 0px 2px !important;
height: 20px !important;
}

#boards_board_list_table,
#boards_board_list_table_header {
position: relative;
}

.boards_board_list_row,
.boards_board_list_row_over {
position: relative;
}

.boards_board_list_row_icon {
position: absolute;
left: 0;
top: 0;
z-index: 1;
}

#boards_board_list_header_icon {
position: absolute;
}

.boards_board_list_row_subject {
padding-top: 3px !important;
padding-bottom: 4px !important;
}

.boards_board_list_row_subject a:first-child:empty {
position: relative;
right: 20px;
z-index: 0;
}
.boards_board_list_row_subject a:first-child:empty:after {
content: "\00a0";
}

.boards_board_list_row_subject,
#boards_board_list_header_subject {
margin-left: 45px;
margin-right: 393px;
width: auto !important;
min-width: 527px !important;
}

.boards_mini_paging {
display: inline !important;
margin-left: 5px;
}

.boards_board_list_row_username,
#boards_board_list_header_author {
position: absolute;
right: 245px;
}

.boards_board_list_row_replies,
#boards_board_list_header_replies {
position: absolute;
right: 195px;
}

.boards_board_list_row_lastpost,
#boards_board_list_header_lastactivity {
position: absolute;
right: 15px;
}

.boards_thread_row {
width: 100% !important;
position: relative !important;
}

.boards_thread_post_container {
float: left !important;
position: relative;
width: 78% !important;
}

.boards_thread_date {
float: left !important;
}

.boards_thread_subject {
width: auto !important;
}

.boards_thread_post_wrapper {
width: 100% !important;
}

.boards_thread_links {
float: none !important;
width: auto !important;
margin: 0 14px !important;
}

.boards_quick_post_inline {
position: relative !important;
}

#boards_quickpost_wrapper {
width: auto !important;
margin: 0 5px !important;
}

#quickPostStartContainer {
width: auto !important;
}

#boards_breadcrumb_bottom {
margin: 0 10px !important;
}

#site_map .columns {
margin: 0 auto;
}

}