Ajustar el ancho de mi foro
Bueno estoy creando un proyecto en el localhost y estoy usando el tema de darksoul "classic edition" como tengo tiempo que no ando con foros se me ol...

Bueno estoy creando un proyecto en el localhost y estoy usando el tema de darksoul "classic edition" como tengo tiempo que no ando con foros se me olvido como ajustar el ancho , yo lo quiero es disminuir osea como se ve aqui en mybb-es. ya que esta al maximo osea acapara toda la pantalla y quiero que sea vea menos ancho

este es mi global.css

Código:
/**
    --------------------------------------------------------------

    Author: Dark_soul ( http://www.winerking.net/ )    

    Nombre: Classic Edition 2.0

    Copyright 2012 Dark_soul ( http://www.winerking.net/ )

    Para mas Temas en www.winerking.net
    --------------------------------------------------------------

*/


body {
    background: #DFDFDF;
    color: #000;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
        margin: 0 25px 0 25px;
    padding: 0;
}

a:link {
    color: #5A5A5A;
    text-decoration: none;
}

a:visited {
    color: #5A5A5A;
    text-decoration: none;
}

a:hover, a:active {
    color: #108bde;
    text-decoration: underline;
}


#container {
        background: #f9f9f9;
        color: #000;
    width:auto;
        min-width:900px;
        max-width:auto;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
        text-align: left; /* IE 5 fix */
}

#content {
    /* FIX: Make internet explorer wrap correctly */
    width: auto !important;
        padding:0 1'px;
}

table {
    color: #333;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 13px;
}

.tborder {
    background: none repeat scroll 0% 0% #B9B9B9;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #B9B9B9;
    margin: auto;
    padding: 0px;
    width: 100%;
    -moz-box-shadow: -2px 2px 2px #E0E0E0;
    -webkit-box-shadow: -2px 2px 2px #E0E0E0;
    box-shadow: -2px 2px 2px #E0E0E0;
}

.thead:last-child {
    border-top-right-radius: 10px;
}

.thead:first-child {
    border-top-left-radius: 10px;
}

.thead {
        background: #002F4D;
        background: -moz-linear-gradient(top, #004775 0%, #003F6B 44%, #002F4D 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004775), color-stop(44%,#003F6B), color-stop(100%,#002F4D));
        background: -webkit-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -o-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -ms-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004775', endColorstr='#002F4D',GradientType=0 );
        color: #fff;
    font-weight: bold;
    padding: 10px 15px;
}


.thead a:link {
    color: #ffffff;
    text-decoration: none;
}

.thead a:visited {
    color: #ffffff;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #ffffff;
    text-decoration: underline;
}

.tcat {
        background: #1f1f1f;
        background: -moz-linear-gradient(top, #707070 0%, #4d4d4d 44%, #3b3b3b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(44%,#4d4d4d), color-stop(100%,#3b3b3b));
        background: -webkit-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -o-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -ms-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#3b3b3b',GradientType=0 );
        color: #fff;
        font-size: 12px;
}

.tcat a:link {
    color: #fff;
}

.tcat a:visited {
    color: #fff;
}

.tcat a:hover, .tcat a:active {
    color: #fff;
}

.trow1 {
    background: #f5f5f5;
    border-bottom: 1px solid #BEBEBE;
}

.trow2 {
    background: #f5f5f5;
    border-bottom: 1px solid #BEBEBE;
}

.trow_shaded {
    background: #ffdde0;
}

.trow_selected td {
    background: #FFFBD9;
}

.trow_sep {
    background: #e5e5e5;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}


.tfoot {
        background: #1f1f1f;
        background: -moz-linear-gradient(top, #707070 0%, #4d4d4d 44%, #3b3b3b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(44%,#4d4d4d), color-stop(100%,#3b3b3b));
        background: -webkit-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -o-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -ms-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#3b3b3b',GradientType=0 );
    color: #ffffff;
    padding: 8px;
    border-bottom: 1px solid #959A9C;
    border-left: 1px solid #959A9C;
    border-right: 1px solid #959A9C;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tfoot a:link {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:visited {
    color: #ffffff;
    text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
    color: #ffffff;
    text-decoration: underline;
}

.bottommenu {
    background: #efefef;
    color: #000000;
    border: 1px solid #4874a3;
    padding: 10px;
}

.navigation {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}

.navigation a:link {
    text-decoration: none;
}

.navigation a:visited {
    text-decoration: none;
}

.navigation a:hover, .navigation a:active {
    text-decoration: none;
}

.navigation .active {
    color: #858585;
    font-size: 11px;
    font-weight: bold;
}

.smalltext {
    font-size: 11px;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
}

input.textbox{
    background: #FFFFFF;
    color: black;
    border: 1px solid #858788;
    padding: 1px;
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 1px #858788 inset;
    outline: medium none;
    padding: 5px;
}

textarea {
    background: #FFF;
    color: #202020;
    border: 1px solid #858788;
    padding: 2px;
    font-family: Tahoma, Arial, Sans-Serif;
    line-height: 1.4;
    font-size: 13px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

select {
    background: #fff;
        color: #000;
    border: 1px solid #696969;
}


.editor_control_bar {
    background: #fff;
    border: 1px solid #0f5c8e;
}

.autocomplete {
    background: #fff;
    border: 1px solid #000;
    color: black;
}

.autocomplete_selected {
    background: #adcee7;
    color: #000;
}

.popup_menu {
    background: #ccc;
    border: 1px solid #000;
}

.popup_menu .popup_item {
    background: #fff;
    color: #000;
}

.popup_menu .popup_item:hover {
    background: #C7DBEE;
    color: #000;
}

.trow_reputation_positive {
    background: #ccffcc;
}

.trow_reputation_negative {
    background: #ffcccc;
}

.reputation_positive {
    color: #268217 ;
}

.reputation_neutral {
    color: #444;
}

.reputation_negative {
    color: red;
}

.invalid_field {
    border: 1px solid #f30;
    color: #f30;
}

.valid_field {
    border: 1px solid #0c0;
}

.validation_error {
    background: url(images/classicedition/invalid.gif) no-repeat center left;
    color: #f30;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_success {
    background: url(images/classicedition/valid.gif) no-repeat center left;
    color: #00b200;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

.validation_loading {
    background: url(images/classicedition/spinner.gif) no-repeat center left;
    color: #555;
    margin: 5px 0;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    padding-left: 22px;
}

/* Additional CSS (Master) */

tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
        border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
        border-right: 0;
}

.rounded_top {
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
}

.tfoot,
.rounded_bottom {
        -moz-border-radius-bottomleft: 6px;
        -moz-border-radius-bottomright: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
}

input.textbox,
select,
textarea,
.editor_control_bar,
fieldset,
.popup_menu {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

.popup_menu .popup_item_container:first-child .popup_item {
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;    
}

.popup_menu .popup_item_container:last-child .popup_item {
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
}

.pagination a {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}

.bottommenu,
.pm_alert,
.red_alert,
input.textbox,
.pagination .pagination_current,
.pagination a,
blockquote,
.codeblock,
.codeblock code,
textarea,
.popup_menu .popup_item,
#spinner {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
}

.navigation {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

select {
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background-color: #FFFBD9;
    font-weight: bold;
    text-align: center;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.menu ul {
    list-style: none;
    margin: 0;
}

.menu li {
    display: inline;
    padding-left: 5px;
}

.menu img {
    padding-right: 5px;
    vertical-align: top;
}

#panel .links {
    margin: 0;
    float: right;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 3px;
}

img.attachment {
    border: 1px solid #E9E5D7;
    padding: 2px;
}

hr {
    background-color: #000000;
    color: #000000;
    height: 1px;
    border: 0px;
}

#copyright {
    font: 11px Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 10px 0 0 0;
}

#debug {
    float: right;
    text-align: right;
    margin-top: 0;
}

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

blockquote {
    background: #EBEBEB;
    margin: 0;
    padding: 4px;
    border-left: 4px solid #878788;
    border-top: 1px dotted #333;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
}

blockquote cite {
    background: #EBEBEB url(images/classicedition/alinti.gif) no-repeat right center;
    display: block;
    padding: 3px;
    font-style: normal;
    font-weight: bold;
}

blockquote cite span {
    float: right;
    font-weight: normal;
}

.codeblock {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
    border-left: 4px solid #ccc;
}

.codeblock .title {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    margin: 4px 0;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
}

.subforumicon {
    border: 0;
    vertical-align: middle;
}

.subforoimg {
    margin-right: 3px;
    margin-top: -5px;
}

.separator {
    margin: 5px;
    padding: 0;
    height: 0px;
    font-size: 1px;
    list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

.popup_menu .popup_item_container {
    margin: 1px;
    text-align: left;
}

.popup_menu .popup_item {
    display: block;
    padding: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.popup_menu a.popup_item:hover {
    text-decoration: none;
}

.autocomplete {
    text-align: left;
}

.subject_new {
    font-weight: bold;
}

.highlight {
    background: #FFFFCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pm_alert {
    background: #FFF6BF;
    border: 1px solid #FFD324;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.red_alert {
    background: #FBE3E4;
    border: 1px solid #A5161A;
    color: #A5161A;
    text-align: center;
    padding: 12px 20px;
    margin-bottom: 15px;
    font-size: 11px;
}

.high_warning {
    color: #CC0000;
}

.moderate_warning {
    color: #F3611B;
}

.low_warning {
    color: #AE5700;
}

div.error {
    padding: 5px 10px;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    background: #FFF6BF;
    font-size: 12px;
}

div.error p {
    margin: 0;
    color: #000;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    padding-left: 24px;
    display: block;
    color: #C00;
    background: url(images/classicedition/error.gif) no-repeat 0;
}

div.error.ul {
    margin-left: 24px;
}

.online {
    color: #15A018;
}

.offline {
    color: #C7C7C7;
}

.pagination {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
}

.pagination .pagination_current, .pagination a {
    padding: 2px 6px;
    margin-bottom: 3px;
}

.pagination a {
    border: 1px solid #6A6B6D;
}

.pagination .pagination_current {
    background: #6A6B6D;
    border: 1px solid #6A6B6D;
    font-weight: bold;
    color: #fff;
}

.pagination a:hover {
    background: #6A6B6D;
    text-decoration: none;
}

.thread_legend, .thread_legend dd {
    margin: 0;
    padding: 0;
}

.thread_legend dd {
    padding-bottom: 4px;
    margin-right: 15px;
}

.thread_legend img {
    margin-right: 4px;
    vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
    margin: 0;
    padding: 0;
}

.forum_legend dd {
    float: left;
    margin-right: 10px;
}

.forum_legend dt {
    margin-right: 10px;
    float: left;
}

.success_message {
    color: #00b200;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #C00;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.post_body {
    padding: 5px;
}

.post_content {
    padding: 5px 10px;
}

.quick_jump {
    background: url(images/classicedition/jump.gif) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px; /* amount of padding needed for image to fully show */
    vertical-align: middle;
    border: none;
}

.repbox {
    font-size:16px;
    font-weight: bold;
    padding:5px 7px 5px 7px;
}

._neutral {
    background-color:#FAFAFA;
    color: #999999;
    border:1px solid #CCCCCC;
}

._minus {
    background-color: #FDD2D1;
    color: #CB0200;
    border:1px solid #980201;
}

._plus {
    background-color:#E8FCDC;
    color: #008800;
    border:1px solid #008800;
}

.pagination_breadcrumb {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    outline: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
}

.footertxt{
        background: #1f1f1f;
        background: -moz-linear-gradient(top, #707070 0%, #4d4d4d 44%, #3b3b3b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(44%,#4d4d4d), color-stop(100%,#3b3b3b));
        background: -webkit-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -o-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -ms-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#3b3b3b',GradientType=0 );
    border-left: 1px solid #5b5b5b;
    border-right: 1px solid #5b5b5b;
    margin: auto auto;
    text-align: left;
    padding: 10px;
}
    
.footer{
    background: #1F1F1F;
    color: #fff;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    padding:20px;
}
    
.footer a:link, .footer a:visited,.footertxt a:link, .footertxt a:visited {
    color: #fff;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 13px;
}
    
.footera:hover, .footertxt a:hover {
    color: #C0C0C0;
    text-shadow: none
}

#licencia{
        display: none;
        font-size: 1px;
}


/**Header*/

.header {
    height: 220px;
    width:auto;
    min-width:959px;
    max-width:auto;
        margin: auto auto;
}

.topheader {
        background: #002f4d ;
        margin: auto auto;
}

#logo{
    opacity: 1.9;
    filter: alpha(opacity=30);
}

#logo img{
    max-width: 470px;
    min-height: 117px;
}

#logo:hover {
        background: url(images/classicedition/header/logo.png)  top right no-repeat;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        text-shadow: 0px 0px 8px #369D21;
        filter: dropshadow(color=#369D21, offx=0, offy=0);
        opacity: 0.6;
        filter: alpha(opacity=100);
}

.navbarLeft {
    background: url(images/classicedition/header/left.png) no-repeat left top;
}

.navbarRight {
    background: url(images/classicedition/header/right.png) no-repeat right top;
    padding:10px 9px;
}

.menu {
    background: #013150 url(images/classicedition/header/menu.png) top left repeat-x;
        border-left:1px solid #002F4D;
        border-right: 1px solid #002F4D;
    margin: auto auto;
    text-align: left;
    padding: 0px 0px;
        -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.menu a span {
    color: #ffffff;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    background: url(images/classicedition/header/separator.png) top right repeat-y;
    border-right: 1px solid #146D97;
}

.menu a span:hover {
        background: #1F1F1F url(images/classicedition/header/hover.gif) top right repeat-x;
        -webkit-transition: all 350ms ease-in-out;
        -moz-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
        text-shadow: 0px 0px 8px #1F1F1F ;
        filter: dropshadow(color=#4BC4E3, offx=0, offy=0);
}

#panel {
        background: #1f1f1f;
        background: -moz-linear-gradient(top, #707070 0%, #4d4d4d 44%, #3b3b3b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(44%,#4d4d4d), color-stop(100%,#3b3b3b));
        background: -webkit-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -o-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: -ms-linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        background: linear-gradient(top, #707070 0%,#4d4d4d 44%,#3b3b3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#3b3b3b',GradientType=0 );
        color: #000000;
        font-size: 11px;
        height: 24px;
        padding: 3px;
        margin: auto auto;
}

.panelthead{
        background: #002F4D;
        color: #fff;
}

.tdta1 {
    padding-left: 0px;
}

.tdta1 {
    padding-left: 0px;
}

.panel{
        color: #ffffff;
        text-decoration: none;
        border: 0px;
}

.panel a:link, .panel a:visited {
        color: #ffffff;
        text-decoration: none;
        text-decoration: none;
        border: 0px;
}

.panel a:hover, .panel a:active  {
        color: #4fb2f0;
        text-decoration: none;
        border: 0px;
        border: 0px;
}

.text {
        top: 15px;
        left: 8px;
        height: 26px;
        position: relative;
        display: inline-table;
        float: left;
}

.text2 {
    color: #ABABAB;
}


.info{
        background: #031A29;
        border-bottom: 1px solid #031A29;
    border-left: 1px solid #031A29;
    border-right: 1px solid #031A29;
        color: #fff;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quickLogin {
    color: #fff;
    text-decoration: none;
}

.quickLogin  a:link, .quickLogin a:visited, .info a:link, .info a:visited {
    color: #fff;
    text-decoration: none;
}
.quickLogin a:hover, .quickLogin a:active, .info a:hover, .info a:active {
    color: #707070;
    text-decoration: none;
}

div#search {
        top: 124px;
        right: 200px;
        height: 22px;
}


input#search_box {
        background: #ffffff;
        opacity:0.7;
        filter:alpha(opacity=70);
        border: 1px solid #024570;
        border-left: 1px;
        font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
        padding: 5px;
        padding-left: 2px;
        width: 130px;
        height: 12px;
        float: right;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-size: 11px;
        border-style: solid solid solid solid;
        border-color: #024570 #024570 #024570 #024570;
}

input#search_button {
        padding: 4px;
        padding-left: 5px;
        opacity:0.8;
        float: right;
        top: 0;
        margin-top: 0px;
}

input#search_button:hover {
        background-position: 100% 100%;
        opacity: 1;
}

.buscar {
    position:absolute;
    top:130px;
    right:31px;
    float:right;
}

.avanz {
    position:absolute;
    top:165px;
    right:36px;
    float:right;
}

/*Despegable*/

.anylinkcss {
    position:absolute;
    left:0;
    top:0;
    visibility:hidden;
    border:1px solid #002F4D;
    font: normal 11px tahoma,helvetica,arial,sans-serif;
    z-index:100;
    background:#002F4D;
    min-width:130px;
    padding:3px
}

.anylinkcss ul {
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:left
}

.anylinkcss ul li a {
    display:block;
    padding:4px 10px 4px 4px;
    text-decoration:none;
    background: #F9F9F9;
    color:  #777;
}

.anylinkcss ul li a:hover {
    background: #ebebeb;
    color:#666;
}

.anylinkshadow {
    position:absolute;
    margin-top:1px;
    left:0;
    top:0;
    z-index:99;
    background:black;
    visibility:hidden;
}

ul.bloque_miembro, ul.herraminetas {
    margin:0;
    padding:0;
}

ul.bloque_miembro li{
    display:inline;
}

ul.bloque_miembro li a{
    font:   tahoma;
    font-size:11px;
    font-weight:bold;
    float:left;
    padding:4px 9px;
    outline:none;
}

ul.bloque_miembro li a:link,ul.bloque_miembro li a:visited{
    color:#fff;
    text-decoration:none;
}

ul.bloque_miembro li a:hover{
    color:#4fb2f0;
    text-decoration:none;
}

ul.herramientas{
    margin:0;
    padding:0;
}

ul.herramientas li{
    display:inline;
}

ul.herramientas li a{
    font:   tahoma;
    font-size:11px;
    font-weight:bold;
    float:left;
    padding:4px 9px;
    outline:none;
}

ul.herramientas  li a:link,ul.herramientas li a:visited{
    color:#fff;
    text-decoration:none;
}

ul.herramientas li a:hover{
    color:#07B900;
    text-decoration:none;
}


ul. herramientas li a:link,ul.herramientas li a:visited {
    color:#fff;
    text-decoration:none;
}

ul.herramientas li a:hover,ul.herramientas li a:active {
    color:#DDDDDD;
    text-decoration:none;
}


.pm_alert, .red_alert {
    border-radius: 8px 8px 8px 8px;
}

.wg_tborder {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 30px #777777;
}

select {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.popup_menu {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 20px #777777;
}

.popup_menu .popup_item {
    border-radius: 5px 5px 5px 5px;
}

.navigation {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.anuncio {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.anylinkcss {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #7C7B7B;
}

/*Fin header*/


/* Barra Navegacion- WinerKing.net*/
#breadcrumb {
    color: #636363;
    font: 12px Arial, Helvetica, sans-serif;
    background-image: url(images/classicedition/bc_bg.png);
    background-repeat: repeat-x;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
    height:30px;
    display:block;
    background-image:url(images/classicedition/bc_separator.png);
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#707070;
    border: 1px solid transparent;
}

.home {
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover {
    color:rgb(58, 58, 58);
}

/*Fin de Barra de Navegacion*/
        

/**Inicio Login*/
.login {
        background: #f3f3f3;
        border:0;
        border: 0px solid #474849;
        border-left: 0;
        font-family: Tahoma, 'Trebuchet MS', Arial, sans-serif;
        padding: 5px;
        padding-left: 4px;
        width: 109px;
        height: 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        font-size: 11px;
        color: #5a5959;
        /*-------*/
        border-bottom-color: #434444;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

.logintex {
    color: #ababab;
    text-decoration: none;
}

.logintex a:link, .logintex a:visited {
    color: #ababab;
    text-decoration: none;
}
.logintex a:hover, .logintex a:active {
    color: #ababab;
    text-decoration: none;
}
/*Fin Login*/

/**Perfil - www.winerking.net*/

.usertabs {
        margin-left: 2px;
        margin-top: 1px;
        margin-bottom: -4px;
        list-style-type: none;
        text-align: left;
        font-size: 10px;
}

.usertabs ul {
        margin: 0;
        padding: 0;
}

.usertabs li {
        display: inline;
        margin: 0;
}

.usertabs li a {
        background: #002F4D;
        background: -moz-linear-gradient(top, #004775 0%, #003F6B 44%, #002F4D 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004775), color-stop(44%,#003F6B), color-stop(100%,#002F4D));
        background: -webkit-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -o-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -ms-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004775', endColorstr='#002F4D',GradientType=0 );
        color: #fff;
        position: relative;
        z-index: 1;
        border: 1px solid #cccccc;
        border-bottom: 0;
        padding: 10px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
        text-decoration: none;
}

.usertabs li a:visited {
    color: #fff;
    text-decoration: none;
}

.usertabs li a:hover {
    color: #1874a0;
    text-decoration: none;
}

.usertabs li a.selected {
        background: #002F4D;
        background: -moz-linear-gradient(top, #004775 0%, #003F6B 44%, #002F4D 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004775), color-stop(44%,#003F6B), color-stop(100%,#002F4D));
        background: -webkit-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -o-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: -ms-linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        background: linear-gradient(top, #004775 0%,#003F6B 44%,#002F4D 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004775', endColorstr='#002F4D',GradientType=0 );
        color: #fff;
        font-size: 12px;
        border-top: 3px solid #045A85;
        border-left: 3px solid #045A85;
        border-right: 3px solid #045A85;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -webkit-border-top-left-radius: 8px;
        border-top-left-radius: 8px;
}

.usertabs li a.selected:hover {
        text-decoration: none;
}

.tabcontent {
        background: #FBFCFF;
        display: none;
        padding: 5px;
        border: 1px solid #cccccc;
        margin-top: 13px;
        -moz-border-radius-topright: 8px;
        -webkit-border-top-right-radius: 8px;
        border-top-right-radius: 8px;
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
        -moz-border-radius-bottomright: 8px;
        -webkit-border-bottom-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
        border-bottom-left-radius: 8px;
}

.dev {
        border: 1px solid #ffffff;
        width: 100%px;
        margin-bottom: 1em;
        padding: 0px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -border-radius: 5px;
}

.box-thing {
        background: #f7f7f7;
        border: 1px solid #0aac1d;
        padding: 8px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -border-radius: 5px;
}

@
media print {
.tabcontent {
        display:block !important;
}
}


/**Fin de Perfil www.winerking.net*/    


/**Postbit*/

.postbit{
        background: #FCFCFC;
        color: rgb(112, 112, 112);
        width: 98%;
        border: 1px solid #9C9C9C;
        font-weight:bold;
        padding: 2px;
        font-size: 11px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}

.postbit-avatar {
    margin-right: 10px;

}

.postbituser{
        background: #FCFCFC;
        width: 97%;
        border: 1px solid #9C9C9C;
        font-weight:bold;
        padding: 2px;
        font-size: 11px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
}

/*Fin Postbit*/


Eh intetado editando el container y nada , tambien el content y nada ._.
#container {
background: #f9f9f9;
color: #000;
width:auto;
min-width:900px; Cambia el 900px por el tamaño que quieras
max-width:auto;
margin-left: auto;
margin-right: auto;
margin: auto;
text-align: left; /* IE 5 fix */
}
YA habia echo eso y nada :S , no se que hacer :/
cambia el max-widht de auto a la medida que quieras (unos 900 px estaria bien)
@Papi ya hice eso jugando con el container e.e y nada volvi a instalar el tema y modifique de nuevo y nada :S
debes borrar en #Container
Código:
width:auto;
min-width:900px;
max-width:auto;

y poner 1 solo width con el valor de anchura que quieras
y en #Content cambias "width: auto !important;" por algun valor numerico similar o inferior a container
Última modificación: 14 Dec, 2012, 2:21 pm por xxyogaxx.
ya lo hice y aun nada todo sigue igual :S
quizas teniendo tu foro online pudiera ayudarte utilizando un poco de firebug para encontrar el problema Smile
:)
(14 Dec, 2012, 10:15 pm)Deadnorth escribió: ya lo hice y aun nada todo sigue igual :S

que raro... yo lo cambie en mi localhost y me funciono Tongue

#container {
background: #f9f9f9;
color: #000;
width:600px;
margin-left: auto;
margin-right: auto;
margin: auto;
text-align: left; /* IE 5 fix */
}

#content {
/* FIX: Make internet explorer wrap correctly */
width: auto; <-- Con auto funciona mejor
padding:0 13px;
}

eso tengo... y funciona bien Tongue en mi localhost
Última modificación: 14 Dec, 2012, 11:17 pm por xxyogaxx.