@media only screen and (max-width:1000px) and (min-width:745px) {
.sidebar {
    display: block;
    width: 100% !important;
}

.forums {
    width: 100% !important;
}

.wrapper {
	width: 100%;
	min-width: 100px;
}

#ddcmenu_popup {
    margin-left: 20px ;
}


}

@media only screen and (max-width:744px) {
.wrapper {
    width: 100%;
    min-width: 100px;
}

#header {
	width: 1920px;
	height: 300px;
}

#logo .wrapper {
	width: 1600px;
	text-align: center;
}

.sidebar {
    display: block;
    width: 100% !important;
}

.forums {
    width: 100% !important;
}

#footer {
    background: gray !important;
    border-color: silver !important;
}

#footer .uppermid {
    border-image: linear-gradient(to right, transparent, gray, transparent) 1 0%;
}

.footer-left {
    display: none;
}

#footer .float_right {
    width: 100%;
    text-align: center;
}

#footer .footer-menu {
    float: none;
    display: inline-block;
    margin: 0 50px;
    text-align: left;
}

span#smedia {
    display: none;
}

.forums table td:nth-child(3),
.forums table td:nth-child(4),
.ucp-threads table td.trow1:nth-child(4),
.ucp-threads table td.trow2:nth-child(4),
.ucp-threads table td.trow1:nth-child(5),
.ucp-threads table td.trow2:nth-child(5),
.ucp-threads table td.tcat:nth-child(2),
.ucp-threads table td.tcat:nth-child(3),
.dnone{
    display: none;
}

ul.menu.user_links {
    display: none;
}

#panel .lower ul.panel_links {
    float: left;
    width: 100%;
    text-align: center;
}

#panel .lower ul.panel_links li:first-child a {
    padding: 0px;
}

#ddcmenu_popup {
    margin-left: 20px ;
}

.ucp-menu{
    padding: 10px 0px;
    text-align: left;
    padding-left: 10px;
}

.ucp-menu i{
    display: inline;
    font-size: 13px !important;
}

.post.classic {
    float: none;
    padding: 0px;
}

.post.classic .post_author {
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: table;
    padding: 0px;
    background: whitesmoke;
    margin: 0px 0px 7px 0px;
}

.post.classic .post_author div.author_information, .post.classic .post_author div.author_avatar,.post.classic .post_author div.author_statistics {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 33%;
}

.post.classic .post_author div.author_avatar img {
    width: 70px !important;
    height: auto !important;
    border: none;
}

.post.classic .post_author div.author_avatar {
    margin-top: -5px;
}

.post_content {
    width: 97% !important;
    margin: auto;
}

.author_information {
    margin-top: 15px !important;
}


}

